summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Use escapeshellarg on shell calls in auth.inc. Ticket #6475jim-p2016-06-091-10/+18
|
* 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
* Implement pkg_valid_name()Renato Botelho2016-06-081-0/+8
|
* 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
|
* Set keepalive_timeout 0 where captive portal in use, and update otherwise to ↵Chris Buechler2016-06-031-1/+3
| | | | nginx's current default of 75. Ticket #6421
* 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
|
* Link to correct schedule from firewall_rules.php. Ticket #6428Chris Buechler2016-05-311-1/+1
|
* Use 0 here if specified. Ticket #6413Chris Buechler2016-05-271-1/+1
|
* Fix this missed one.NOYB2016-05-251-1/+1
| | | | (cherry picked from commit f42ef69ab518237260a2e129cbdf391549c003ad)
* Firewall / Aliases / Edit - New URL Table Alias TypeNOYB2016-05-252-12/+13
| | | | | | Make the code cleaner and easier to follow by using the same alias type designations as config. (cherry picked from commit ebe833f6a9463b0e4add1d97c360af4a682d1add)
* Firewall / Aliases / Edit - New URL Table Alias TypeNOYB2016-05-253-4/+6
| | | | | | 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.
* Lower default LDAP timeout to 5 seconds. Idea from Sandeep1991 in PR 2971. ↵Chris Buechler2016-05-241-4/+4
| | | | Ticket #6367
* Set request_terminate_timeout to the same as max_execution_time in case ↵Chris Buechler2016-05-241-0/+1
| | | | something executed externally doesn't respond, to avoid hanging up all of php-fpm eventually. Ticket #6318 among other similar potential issues.
* Relax Suhosin to allow a 512M memory limitNewEraCracker2016-05-241-1/+1
|
* Set PHP's memory limit to 512M on 64 bit. Ticket #6364Chris Buechler2016-05-241-2/+2
|
* Fix #6381 ipv6nat_ipaddrPhil Davis2016-05-221-1/+1
|
* 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
|
* Fix up diag_smart e-mail handling, and the backend config code was ↵jim-p2016-05-191-21/+29
| | | | broken/making false assumption about the config file as well. Fixes #6371
* Welcome 2.3.1-RELEASERenato Botelho2016-05-163-3/+4
|
* Miscellaneous Textual Corrections - System / Advanced / Firewall & NATNOYB2016-05-161-1/+1
| | | | | | Section panel header title. (cherry picked from commit 5414794c12fbcd6455a48f81428e0457a9cf0c95)
* Make limiters info box work same as By InterfacePhil Davis2016-05-161-4/+12
| | | | | | | The info box displayed on Firewall->Shaper, By Interface come down the bottom with and info icon and can be shown/hidden by the user. The similar info box on Firewall->Shaper, Limiters sits in the main body with no info icon and cannot be shown/hidden, but can be dismissed. Make the info box on Firewall->Shaper, Limiters dispaly and owrk the same as on "By Interface". (cherry picked from commit a79dfdaa431d4f647fbcbaf63a5c55f081b2edc2)
* Customize limiter info messagePhil Davis2016-05-161-3/+8
| | | | | | The $dn_default_shaper_msg is what is displayed on the Limiters tab. It needs to talk about "limiter" rather than "queue". This code builds up each message using the same base template sentences, inserting "queue" or "limiter" in the appropriate place. (cherry picked from commit aadc135856a0dc2cb131aeda3fd7bc44c11ab123)
* Miscellaneous Textual Corrections - System / Advanced / NetworkingNOYB2016-05-161-1/+1
| | | | (cherry picked from commit 542d14be063e0a90b9182ee3dac9dc3fdb52d04d)
* Miscellaneous Textual Corrections - System / User Manager / SettingsNOYB2016-05-161-1/+1
| | | | (cherry picked from commit 850211423b3486353b2419b02211213196d8c36e)
* Miscellanous Textual Corrections - Add missing dots, normalize caseNewEraCracker2016-05-163-6/+6
| | | | (cherry picked from commit cb6c20a997eeb77b3529e157cd512fabb4ff69f0)
* Sanitize notice output here as well. Ticket #6154Chris Buechler2016-05-161-2/+2
|
* Correct force updates when chosen. Ticket #6359Chris Buechler2016-05-161-1/+1
|
* Fix script name in error logChris Buechler2016-05-151-1/+1
|
* Fix misspellings.Chris Buechler2016-05-152-4/+4
|
* Disable ipcomp regardless of config setting to avoid problem. Ticket #6167Chris Buechler2016-05-131-1/+2
|
* Silence mwexec output. Now that the groupdel actually works, it spams the ↵Chris Buechler2016-05-131-1/+1
| | | | log when group isn't found. Ticket #6352
OpenPOWER on IntegriCloud