summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* adding privileges and separating DNS Resolver overrides from general settingsJoe2016-06-224-3/+315
| | | | (cherry picked from commit fc76a1e390c8ce9579df31457c74d1d0e572b78d)
* Fixed #6504 by making table sortableStephen Beaver2016-06-221-1/+1
| | | | (cherry picked from commit 55f67b5abd9b809807e328477779d97120908273)
* jQuery datepicker added to interfaces.php and interfaces_ppps_edit.php for ↵Stephen Beaver2016-06-222-1/+4
| | | | | | setting custom expirey date (cherry picked from commit d85d82b7686d5899948e6ec4b1587e74937820cf)
* Fixed #6516 by replacing HTML5 datepicker with jQuery widgetStephen Beaver2016-06-221-0/+1
| | | | (cherry picked from commit 53c38ff16c1eb8743e69d506f69167c88cf34910)
* fix rowhelper select_source empty comboMarcello Coutinho2016-06-211-1/+1
| | | while using $config['installedpackage']{['...'] as source
* update d3.jsJared Dillard2016-06-211-5/+5
|
* update nvd3 filesJared Dillard2016-06-212-556/+1141
|
* Fixed #6514 by requiring string starts with letter ot underscoreStephen Beaver2016-06-211-1/+1
| | | | (cherry picked from commit f0a053846d6cde2724c47b5553e1395cfd21445c)
* Fixed #6498 by providing new address type argument to Form_IpAddress(). In ↵Stephen Beaver2016-06-212-5/+19
| | | | | | this case it is specified as "V6". (cherry picked from commit 3e4adb7139b4cddbb06a2aba7e0727d1762b35ee)
* Incorporated ssl changesStephen Beaver2016-06-211-1/+0
|
* Fix typojim-p2016-06-201-1/+1
|
* Fix redundant phrasing.jim-p2016-06-201-1/+1
|
* Remove tab_array from interfaces_groups_edit.php to be consistent with other ↵Renato Botelho2016-06-171-13/+0
| | | | *_edit files
* Correct value for 9600. Ticket #6416Chris Buechler2016-06-151-1/+1
|
* Fix #6468 Do not allow edit of day and timesPhil Davis2016-06-091-6/+6
| | | | | | in rows of time ranges for a schedule. The code was always intended that the user uses the calendar pad and start hour/minute stop hour/minute drop-down fields to enter days and time range. If an existing day-time-range is wrong, then the workflow is to delete the row and then enter the correct day-time-range using the calendar pad and start hour/minute stop hour/minute drop-down fields. I left the Description field as editable - there is not harm here in letting the user fixup text in any of the dsecriptions for each row.
* Validate submitted groups when editing a user. Ticket #6475jim-p2016-06-091-0/+7
|
* Add input validation to system_groupmanager.php to prevent invalid members ↵jim-p2016-06-091-1/+7
| | | | from being submitted. Ticket #6475
* Fix #6463 Dest net alias matching on page loadPhil Davis2016-06-081-1/+1
| | | | Do not set destination field to use customarray Note: dstbeginport_cust does not exist on this page, so I got removed it here also to avoid future confusion.
* Fix #6460 Interface mismatch apply changes buttonPhil Davis2016-06-081-2/+4
|
* Rework pkg_mgr_install.php:Renato Botelho2016-06-082-60/+62
| | | | | | | | | | | | | | | - Stop using id parameter for additional packages, keep using it only for firmware upgrades - Created to control variables $completed and $confirmed to check all the stages and make it easy to understand what is happening - Stop using $pkgid and use $pkgname instead - Set $pkgname early and validate the port name - Use $firmwareupdate everywhere to check if it's a firmware upgrade - Add hidden input called confirmed to control when user has confirmed installation / upgrade / removal - Add specific messages for reinstall all - Remove an extra form submit and just changes progress bar and informative panel when json process finished successfully
* Fix variable name s/POST/_POST/ and also parameter name s/complete/completed/Renato Botelho2016-06-081-1/+1
|
* Fix indentRenato Botelho2016-06-081-35/+35
|
* Improve readabilityRenato Botelho2016-06-081-31/+39
|
* Improve readabilityRenato Botelho2016-06-081-3/+4
|
* Simplify mode parameter validationRenato Botelho2016-06-081-16/+13
|
* Remove redundant check since pkgcancel is never setRenato Botelho2016-06-081-5/+0
|
* Validate mode parameter and use sanitized variable on other placesRenato Botelho2016-06-081-19/+35
|
* Fix save and reset buttons on status_lb_pool.php. Ticket #6254Chris Buechler2016-06-021-11/+14
|
* Fix #6440 RADIUS issued IPsPhil Davis2016-06-021-1/+1
| | | | This is a checkbox - the state in the config is stored as set or not set. This should fix the reported issue. I don;t have a system right now to test, but the bug seems obvious.
* Allow - and _ in sysctl values. Ticket #6438Chris Buechler2016-06-011-2/+2
|
* Don't override type so changing it is possible. Ticket #6439Chris Buechler2016-06-011-1/+3
|
* Allow - in TFTP Server field. Ticket #6433Chris Buechler2016-06-011-1/+1
|
* Comment typosPhil Davis2016-06-012-2/+2
| | | | I can't resist fixing them when I see them.
* Mask a few more sensitive bits of data in the status.php config.jim-p2016-06-011-0/+6
|
* Link to correct schedule from firewall_rules.php. Ticket #6428Chris Buechler2016-05-311-1/+1
|
* Firewall / Aliases / Edit - New URL Table Alias TypeNOYB2016-05-251-1/+2
| | | | | | Need to pass alias type to process_alias_urltable() function when creating a new url table alias because it is not yet set/available from config. So the alias_get_type() function can't be successfully used yet. (cherry picked from commit 3b07f4feaf35e70700082240ef03966f74f5df97)
* Fixed #6401Stephen Beaver2016-05-252-5/+5
| | | | (cherry picked from commit fe68a6a2b28c897cb3a8f8fda452c25f649556f1)
* Handle mode correctly with Auto IKE. Ticket #6360Chris Buechler2016-05-252-2/+2
|
* Firewall / Rules / Edit - URL (IP) AliasNOYB2016-05-241-1/+1
| | | | Make alias type URL (IP) available for selection in firewall rules.
* Changed element type from date to text. Date inputs are not yet handled ↵Stephen Beaver2016-05-241-1/+1
| | | | | | consistently accross different browsers :( (cherry picked from commit d78dbc34299652c637c77684b7848191c510f9f0)
* Miscellaneous Textual Correction - System / Advanced / NetworkingNOYB2016-05-241-1/+1
| | | | | | Use apostrophe instead of quote. (cherry picked from commit d3706c81f7f77d21635c335d19e6626a4f7b568b)
* Fix #6381 ipv6nat_ipaddrPhil Davis2016-05-241-1/+1
| | | | (cherry picked from commit f489cfdbd4705578ee290b9df5bafe86efddbca8)
* Fix quoting in diag_routes.php, see ticket #6371jim-p2016-05-201-1/+1
|
* Better fix for escaping in ticket #6371jim-p2016-05-201-1/+1
|
* Revert "Status / Services - Status Indicator"Renato Botelho2016-05-201-1/+1
| | | | This reverts commit 5260817282c47a208be6daf683db0157544b2d08.
* Status / Interfaces - DNS ServersNOYB2016-05-201-1/+1
| | | | | | The DNS servers are not necessarily ISP provided. (cherry picked from commit 78869d5e82f149ad5bfb1e1d97d958d0bf1d0d54)
* Status / Services - Status IndicatorNOYB2016-05-201-1/+1
| | | | | | | Use font awesome icons instead of text. Universal recognition eliminates need of text translation. (cherry picked from commit e7161dc3b62b306b57c8d094f93c2ec08c9e0af2)
* Add the function gettextmarianamorim2016-05-201-3/+3
| | | | (cherry picked from commit 8d0b16a11c6a2a61fe51507a9b43b3bcad3aab80)
* Fix Captive Portal's MACs iconsJose Luis Duran2016-05-201-2/+2
| | | | | | Standardize pass/block icons with the rest of the system (cherry picked from commit 96abde901f0c4e81d4cac0acd2361267e6ef1b0c)
* Fix closing `tbody` tag in Captive Portal's MACsJose Luis Duran2016-05-201-1/+1
| | | | (cherry picked from commit 22b50541377ec212d71e0686a0b6a20149b23a7c)
OpenPOWER on IntegriCloud