summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
Commit message (Collapse)AuthorAgeFilesLines
* Improve the way the auth server list is generated and account for a key ↵jim-p2017-07-101-4/+2
| | | | being removed from the array when deleting. Fixes #7682
* Merge pull request #3629 from doktornotor/patch-18Renato Botelho2017-04-201-0/+1
|\
| * Add missing includedoktornotor2017-03-081-0/+1
| |
* | Typo fixdoktornotor2017-02-201-1/+1
| |
* | Disallow IPv6 for RADIUS server.doktornotor2017-02-181-0/+7
|/ | | See https://redmine.pfsense.org/issues/4154. No need for users to waste their time with debugging packets black hole.
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-5/+5
| | | | functions
* GET/POST conversion system_authservers.phpSteve Beaver2017-02-101-18/+11
|
* setHelp and gettext for system*Phil Davis2017-02-091-1/+1
|
* Required fields for System pagesPhil Davis2017-01-301-16/+34
|
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+2
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+2
| |
* | Merge pull request #3341 from phil-davis/sysprvwarn2Renato Botelho2017-01-111-0/+1
|\ \
| * | Add security notes for privilege assignment pagesPhil Davis2017-01-021-0/+1
| |/ | | | | | | Suggested solution for Redmine 2247
* | Add protocol selection to Radius server configurationRenato Botelho2017-01-111-1/+12
|/ | | | | | It should fix #7111 Submitted by @ubawurinna at https://github.com/pfsense/pfsense/pull/2687
* Added STARTTLS to LDAP Auth Server Configderelict-pf2016-10-141-5/+6
|
* Obscure RADIUS shared secret.jim-p2016-09-261-1/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Obscured password field in system_authservers.php bind sectionStephen Beaver2016-09-021-1/+1
| | | | Fixed #6759
* -resolved syntax errorhamnur2016-08-311-4/+4
|
* Code style and commentsPhil Davis2016-08-161-8/+8
| | | | No functional change - just making style consistent
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Remove input_errors2Ajax calls, was never implemented. Ticket #3027Chris Buechler2016-07-101-6/+0
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* 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
|
OpenPOWER on IntegriCloud