summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_hasync.php
Commit message (Collapse)AuthorAgeFilesLines
* setHelp and gettext for system*Phil Davis2017-02-091-14/+14
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* dse was under contract with BSDP for all the work he did, we own (c)Chris Buechler2016-07-151-1/+0
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* chmod 0644 php web pagesRenato Botelho2016-07-141-0/+0
|
* 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().
* Remove "we" personalizationsPhil Davis2016-04-051-1/+1
|
* System / High Availability - Remove PersonalizationsNOYB2016-03-291-4/+4
| | | | Remove "you" personalizations.
* Renamed 'Wake on LAN' to 'Wake-on-LAN'k-paulius2016-02-131-1/+1
|
* pfsync syncpeer requires IPv4. Ticket #4648Chris Buechler2016-02-021-0/+6
|
* FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵Stephen Beaver2015-12-281-3/+5
| | | | before updating
* Added new addPassword method and password == password_confirm validation ↵Stephen Beaver2015-12-281-6/+18
| | | | where required.
* Merge pull request #2274 from phil-davis/r019Stephen Beaver2015-12-171-1/+2
|\
| * Code style system_*Phil Davis2015-12-171-1/+2
| |
* | hasync synchronize DNS textPhil Davis2015-12-171-1/+1
|/
* 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
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Remove layer7 components. Ticket #5508Chris Buechler2015-11-201-9/+0
|
* Fix a typo.Luiz Otavio O Souza2015-11-161-1/+1
|
* Copyright and license cleanupRenato Botelho2015-11-091-1/+1
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Completed #5359Stephen Beaver2015-10-301-26/+51
|
* system_hasync.php - spelling/spacing fixesdoktornotor2015-09-201-4/+4
|
* Fix alias sync selection and textChris Buechler2015-09-151-21/+21
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-271/+242
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+365
OpenPOWER on IntegriCloud