summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize page title with tab titlek-paulius2016-02-121-1/+1
|
* Fix RADIUS spelling. It is written in all caps.k-paulius2016-02-101-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalization of various system*.phpPhil Davis2016-02-031-5/+6
|
* UI ConsistencyPhil Davis2016-01-141-1/+1
| | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* Fixed #5566Stephen Beaver2016-01-131-34/+39
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Standardize breadcrumbs for User Manager tabsPhil Davis2015-12-071-1/+1
| | | | | | I think this is the way it should be to make it like everywhere else. Even when in the "Groups" pages, it is still reached by "System" "User Manager".
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-1/+1
| | | | Mote: New ticket will be opened to provide IP address sorting
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-2/+0
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-1/+1
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Buttons changed to new designStephen Beaver2015-11-041-5/+8
|
* convert system_authservers to font-awesomeheper2015-10-301-2/+2
|
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-2/+3
|
* Add support for LDAP RFC2307 style group membership. Resolves #4923jim-p2015-09-141-0/+28
|
* Provide an LDAP server timeout field. Default to 25 seconds. Resolves #3383jim-p2015-09-141-2/+20
|
* Comment editStephen Beaver2015-09-041-2/+1
|
* Corrected template type in form restorationStephen Beaver2015-09-041-1/+1
|
* Don't apply LDAP template on page load whn act == editStephen Beaver2015-09-041-0/+4
|
* Fixed #5088Stephen Beaver2015-09-041-7/+11
| | | | Form restoration revisited
* Fixed #5089Stephen Beaver2015-09-031-3/+9
| | | | Replace toggle with jQuery
* Fixed #5088Stephen Beaver2015-09-031-34/+38
| | | | Functionality was not present in 2.2. Added $pconfig = $_POST to restore form contents on validation failure
* Fixed 5082Stephen Beaver2015-09-021-6/+5
| | | | Name field available on input errors.
* Remove debugStephen Beaver2015-09-021-1/+8
|
* Fixed 5069Stephen Beaver2015-09-021-2/+9
| | | | Inputs should be readonly, not disabled when not required. Disabling prevents them from being submitted and breaks the form.
* Fixed 5068Stephen Beaver2015-09-021-4/+48
| | | | Provided misggin javascript functionality
* Fixed 5067Stephen Beaver2015-09-021-1/+14
| | | | Provided missing functionality in jQuery
* Fixed 5066Stephen Beaver2015-09-021-2/+19
| | | | Toggles suck. Replaced with explicit jQuery
* Fixed #6065Stephen Beaver2015-09-021-7/+10
| | | | | Method setDiasabled() seems to not only disable the input, but prevent it from being submitted. Replasced with jQuery
* Merge pull request #1853 from PiBa-NL/bootstrap_fix1jim-p2015-09-021-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | Fixed 5047Stephen Beaver2015-09-011-6/+10
| | | | | | | | Alternative layout
* | Fixed #5047Stephen Beaver2015-09-011-5/+9
| | | | | | | | LDAP search scope members now grouped
* | fix textChris Buechler2015-08-311-1/+1
| |
* | make descriptions consistentChris Buechler2015-08-311-4/+4
|/
* Fixed #5047Stephen Beaver2015-08-281-7/+6
| | | | Changed LDAP scope layout
* Fixed #5031Stephen Beaver2015-08-281-2/+2
| | | | Corrected input element names and values
* Fixed #5030Stephen Beaver2015-08-281-36/+98
| | | | | Corrected LDAP Template display logic Added jQuery to populate LDAP parameters on change and on page load
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-572/+317
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+912
OpenPOWER on IntegriCloud