summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
Commit message (Collapse)AuthorAgeFilesLines
* System / User Manager - Remove PersonalizationsNOYB2016-03-291-3/+3
| | | | Remove "you" personalizations.
* Reengineer Form_Button setAttributePhil Davis2016-03-201-2/+1
| | | | | | As per what was done for https://github.com/pfsense/pfsense/pull/2765 - do it to the rest of them. Seems to work OK.
* Remove unneeded controlStephen Beaver2016-03-171-5/+0
|
* Simplified stylingStephen Beaver2016-03-161-12/+15
|
* Revised modal stylingStephen Beaver2016-03-161-0/+3
|
* Converted LDAP container picker to modalStephen Beaver2016-03-161-21/+141
|
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-1/+1
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-1/+1
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Fix some more stragglers for icon/button consistency. Ticket #5965jim-p2016-03-091-2/+4
|
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-4/+7
|\
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-3/+6
| |
| * Cert is abbreviated word so adding . to stay consistent with the usage of Avail.k-paulius2016-02-141-1/+1
| |
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
|/ | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* 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
OpenPOWER on IntegriCloud