summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_misc.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3771 from PiBa-NL/20170701-cron-fixRenato Botelho2017-07-131-3/+3
|\
| * cron, fix job removal by index splice and write valid schedules for ramdrive ↵PiBa-NL2017-07-011-3/+3
| | | | | | | | backups
* | Send uniqueid instead of UUID on user-agentRenato Botelho2017-07-051-9/+9
|/
* RAM Disk Settings GUINOYB2017-03-021-22/+28
| | | | | | Update notice re: log data loss. The log directory is now also backed up. Group settings to consolidate.
* Add GUI components for loading cryptodev as a module, and upgrade code so ↵jim-p2017-02-281-10/+9
| | | | | | users have it on upgrade since it was in-kernel before. Fixes #5976 Having both aesni and cryptodev loaded at the same time appears to only negatively impact performance, no gains, so at the moment there is no need to load them at the same time.
* setHelp and gettext for system*Phil Davis2017-02-091-2/+2
|
* Add a parameter to install_cron_job to stop it from performing its own ↵jim-p2017-01-201-6/+8
| | | | | | write_config. Adjust base system calls to match. Ticket #7146 Packages may still need the old behavior but need tested individually. Once all function calls are confirmed to work without the write, the write_config parameter and call can be removed from this function for good.
* Tidy up "<script>" tagsColin Fleming2017-01-131-1/+1
| | | | | | Tidy up <script> tags by adding TYPE attribute (https://doc.pfsense.org/index.php/Developer_Style_Guide#HTML_Specific_Rules)
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Merge pull request #3343 from phil-davis/retval1Renato Botelho2017-01-101-8/+4
|\ \
| * | Report problems applying changesPhil Davis2017-01-031-8/+4
| |/ | | | | | | | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* | RAM Disk Management - Update II - Restore RAM Disk Soon as it is Created and ↵NOYB2017-01-081-0/+19
|/ | | | | | | Include Logs Restoring the RAM disk as soon as it is available will make it easier to include additional content that needs to persist across reboots for packages etc. Include the logs in the RAM disk store so they will persist across reboots.
* Fix indentRenato Botelho2017-01-021-1/+1
|
* Deprecate nanobsd platform and remove all conditionals that uses itRenato Botelho2016-10-121-15/+13
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Remove references to glxsb as it is not relevant to current supported ↵jim-p2016-09-011-1/+0
| | | | platforms. Fixes #6755
* Code style and commentsPhil Davis2016-08-161-1/+1
| | | | 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-44/+43
|
* 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().
* Fixed #6349Stephen Beaver2016-05-121-0/+1
| | | | (cherry picked from commit c032a89a890a350540df12a9d2e41b9c7d8efda5)
* Move the install cron job calls into an if/else so they are not added then ↵NOYB2016-04-201-3/+6
| | | | immediately removed.
* Periodic RRD & DHCP Leases RAM Disk BackupNOYB2016-04-201-0/+6
| | | | Remove these cron jobs on full install if not using ramdisk.
* Nuke srctrack default = 1400 per JimPStephen Beaver2016-04-141-1/+2
|
* Fixed #6146Stephen Beaver2016-04-141-4/+11
|
* Use ramdisk comment typosPhil Davis2016-04-051-2/+2
|
* Fixed #6068Stephen Beaver2016-04-041-3/+33
|
* Fix logic for RRD and DHCP leases backup, and fix wording in the placeholder ↵jim-p2016-03-291-4/+12
| | | | text. Fixes #6040
* System / Advanced / Miscellaneous - Remove PersonalizationsNOYB2016-03-281-10/+10
| | | | | Remove a bunch of "you" personalizations. Typo and sentence spacing.
* Use MiB units for memory disk sizePhil Davis2016-03-011-6/+6
| | | | | | | Forum: https://forum.pfsense.org/index.php?topic=106547.0 The underlying FreeBSD command seems to allocate space in MiB - e.g. https://www.freebsd.org/doc/handbook/disks-virtual.html examples show a 5m disk getting 10240 sectors (of 512 bytes) = 5120 KiB = 5 MiB. Even though the formatted space shown by df ends up being less, the underlying total allocated space is the specified size in MiB. /etc/rc.embedded does commands like: mdmfs -S -M -s 123m md /tmp Which will make a 123MiB memory disk.
* Perform HTML entity translation where & is usedk-paulius2016-02-141-1/+1
|
* Synchronize page title with tab titlek-paulius2016-02-121-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-3/+3
|
* Revised power setting fixStephen Beaver2016-01-261-6/+6
|
* Fixed variable names for power save modesStephen Beaver2016-01-261-3/+3
|
* Fix up config setting for killing states on gateway failure. Enable this ↵Chris Buechler2016-01-251-7/+7
| | | | option where gw_down_kill_states is set. Flip setting accordingly during config upgrade to not use confusing 'kill_states' tag to not kill states. Ticket #5815
* Fixed #5789Stephen Beaver2016-01-211-4/+4
|
* Fix minor typos and correct code standardsNewEraCracker2016-01-061-1/+1
|
* FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵Stephen Beaver2015-12-281-1/+3
| | | | before updating
* Added new addPassword method and password == password_confirm validation ↵Stephen Beaver2015-12-281-1/+5
| | | | where required.
* 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
* Code style System AdvancedPhil Davis2015-12-151-3/+5
|
* Ticket #5624: Welcome dpinger!Renato Botelho2015-12-101-25/+0
|
* Standardize System Advanced breadcrumbsPhil Davis2015-12-071-1/+1
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* 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.
* Re-add host_uuid user-agent option lost during bootstrap import. While here, ↵Renato Botelho2015-11-231-4/+15
| | | | change its name to be more clear what it does
* Completed #5482Stephen Beaver2015-11-191-13/+19
|
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
OpenPOWER on IntegriCloud