summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Be more strict on user removal checking array id and also username to avoid ↵Renato Botelho2014-09-251-1/+3
| | | | removing wrong users when browser back button is used. It should fix #3856
* Fix close button in the info boxbruno2014-09-241-2/+2
|
* Merge pull request #1287 from jean-m-cyr/masterRenato Botelho2014-09-241-1/+1
|\
| * NTP Service GPS page always reverts to 'Custom' GPS typeJean Cyr2014-09-231-1/+1
| | | | | | | | Remember and correctly display GPS type setting
* | Provide a toggle for apinger debug messages to be logged to syslog. To help ↵Ermal2014-09-241-0/+23
|/ | | | with roubleshooting issues
* Add a note clarifying the usage of OpenVPN's Auth Digest setting.jim-p2014-09-232-0/+2
|
* NTP server configuration does not highlight selected interfacesJean Cyr2014-09-231-0/+4
| | | | Missing explode of selected interface list prevent logic from working.
* Add a more obvious note about the use of WAN interface on group rules.jim-p2014-09-221-0/+4
|
* Apply previous progressbar customizations for jquery-ui 1.11.1Renato Botelho2014-09-221-2/+3
|
* Update jquery-ui components to 1.11.1, it fixes #3879"Renato Botelho2014-09-228-1364/+1245
|
* Simplify logicRenato Botelho2014-09-201-10/+7
|
* Add missing <form> and require filter.inc for filter_configure()Renato Botelho2014-09-201-0/+3
|
* Do the proper action if Apply button is pressed even on the preshared keys pageErmal2014-09-191-0/+11
|
* Recent versions of miniupnpd does not accept IPv4 address anymore, use ↵Renato Botelho2014-09-192-10/+2
| | | | interface name always. It fixes #3874
* Allow hostname to start with '@.' for namecheap. It fixes #3568Renato Botelho2014-09-191-2/+12
|
* Check if there are leases to show, it fixes warning when $mobile['pool'] is ↵Renato Botelho2014-09-191-30/+40
| | | | empty or not array
* fix syntaxjim-p2014-09-181-1/+1
|
* Do now call write_config() when click on Apply Changes because it was ↵Renato Botelho2014-09-181-30/+32
| | | | already done and it causes dhcpd to restart one more time on secondary nodes. It fixes #3797
* Update jquery to 1.11.1Renato Botelho2014-09-185-8983/+10
| | | | | | | * Update jquery to latest version * Use production version instead of development * Rename file to have version on it and avoid browser cache issues * Add jquery-migrate to keep backward compatible with old version
* Restore id for cancel button to fix js errorRenato Botelho2014-09-171-1/+1
|
* While I'm touching this file, replace GET by POSTRenato Botelho2014-09-171-22/+27
|
* Deduplicate <form>, fixes #3864Renato Botelho2014-09-171-3/+1
|
* Correct speeling as reported by: Phil Davis via githubErmal2014-09-161-1/+1
|
* Merge pull request #1282 from ExolonDX/branch_master_06Renato Botelho2014-09-161-5/+5
|\
| * Tidy up "status_rrd_graph.php" XHTMLColin Fleming2014-09-141-5/+5
| | | | | | | | | | "id" attributes cannot start with a numeric character, so change "8hour" to "eighthour" and "4year" to "fouryear".
* | Merge pull request #1281 from ExolonDX/branch_master_05Renato Botelho2014-09-161-4/+4
|\ \
| * | Tidy up "diag_dns.php" XHTMLColin Fleming2014-09-141-4/+4
| |/ | | | | | | | | | | | | Tidy up the "=" sign properly! Remove "=" sign from INPUT tag Change alignment to the "middle" of the TD tag Add missing closing FONT tag
* | Merge pull request #1280 from ExolonDX/branch_master_04Renato Botelho2014-09-161-1/+1
|\ \
| * | Tidy up "gateways.widget.php" XHTMLColin Fleming2014-09-141-1/+1
| |/ | | | | | | Remove invalid "summary" attribute from TD tag
* | Merge pull request #1279 from ExolonDX/branch_master_03Renato Botelho2014-09-161-3/+2
|\ \
| * | Tidy up "interfaces.widget.php" XHTMLColin Fleming2014-09-141-3/+2
| |/ | | | | | | | | | | Remove duplicate closing TR tag DIV tag cannot be enclosed in a B (bold) tag Change class and style
* | Merge pull request #1278 from ExolonDX/branch_master_02Renato Botelho2014-09-162-0/+2
|\ \
| * | Tidy up "pkg_mgr_install.php" XHTMLColin Fleming2014-09-142-0/+2
| |/ | | | | | | | | | | While using the widescreen theme, when you update the firmware or add a new package the TEXTAREAs are side-by-side which doesn't look neat. Add BR tag between TEXTAREA
* | Tidy up "fbegin.inc" XHTMLColin Fleming2014-09-141-1/+1
|/ | | | "id" must be a unique attribute.
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-1238-39/+141
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Inverse the sense of the toggles to avoid configuration upgradesErmal2014-09-121-6/+4
|
* Provide Advanced Options for controlling rekey and reauth, might be usable ↵Ermal2014-09-121-0/+26
| | | | with iOS devices
* Provide a first implementation of EAP-TLS authentication with IKEv2. It is a ↵Ermal2014-09-121-72/+93
| | | | start and might not work on all cases
* Replace GET by POST on system_usermanager.php and make necessary adjustments ↵Renato Botelho2014-09-114-131/+164
| | | | on necessary pages. It fixes #3856
* Back to referer instead of hard coded system_usermanager.php since this page ↵Renato Botelho2014-09-111-1/+6
| | | | is called from other places
* Add a cancel button for user and group edit pageRenato Botelho2014-09-112-0/+2
|
* Get rid of the /Ermal2014-09-111-2/+2
|
* Actually do not refer with Name but just poolErmal2014-09-111-1/+1
|
* Do not let the user mess with SAs from this page. The daemon and primary ↵Ermal2014-09-111-19/+0
| | | | status page handles tat
* Provide a page on IPSec:status t check the leases to mobile clientsErmal2014-09-114-9/+132
|
* Show friendly namesErmal2014-09-111-1/+1
|
* Add pages missing from the Status > Traffic Graph privilege that are ↵jim-p2014-09-111-0/+2
| | | | required for the full page to load
* Remove extra charErmal2014-09-111-1/+1
|
* Correct widget displaying of status for tunnelsErmal2014-09-111-1/+2
|
* Properly display number of mobile usersErmal2014-09-111-1/+1
|
OpenPOWER on IntegriCloud