summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/pfsense-utils.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add French to GUIRenato Botelho2017-08-211-0/+1
|
* Add Polish to GUI, it's over 75% completeRenato Botelho2017-08-171-0/+1
|
* Sort languages alphabetically (in English)Renato Botelho2017-08-101-6/+6
|
* Add Dutch to GUI, it's over 75% completeRenato Botelho2017-08-101-0/+1
|
* Add pt_BR back to GUI since it's over 75% completeRenato Botelho2017-07-311-0/+1
|
* Remove extra spaces from User AgentRenato Botelho2017-07-051-2/+2
|
* Send uniqueid instead of UUID on user-agentRenato Botelho2017-07-051-4/+4
|
* Match whitespace after $vhid when checking CARP status to avoid partial ↵jim-p2017-06-201-1/+1
| | | | | | matches. Fixes #7638 While here, fix variable references with braces and combine the two calls to grep into a single pattern.
* Don't display login CSS files in theme listSteve Beaver2017-06-201-6/+8
|
* Add Spanish (Argentina) to the list of available languagesRenato Botelho2017-06-091-0/+1
|
* Merge pull request #3732 from phil-davis/rule-created-updatedRenato Botelho2017-05-231-0/+41
|\
| * Make consistent rule information sectionPhil Davis2017-05-191-0/+41
| |
* | Add Bosnian to GUI since it's over 75% translatedRenato Botelho2017-05-231-0/+1
| |
* | Standardize privilege page and sorting between users and groups. Fixes #7587jim-p2017-05-221-0/+4
|/
* Detect SG-2320/SG-2340 models and set initial config for themRenato Botelho2017-05-021-1/+2
|
* Merge pull request #3659 from PiBa-NL/plugin_optimize_20170321Renato Botelho2017-04-251-9/+5
|\
| * pkg_call_plugins put includefile and supported plugins in the normal ↵PiBa-NL2017-03-291-9/+5
| | | | | | | | config.xml so there is no need to parse the package xml for them. this improves performance significantly for several pages like such as 'ipsec overview' and 'openvpn server edit page' which use certificates and gatewaygroups which acquire some information from plugins.
* | Add German (Germany) to GUI after it reached 75%Renato Botelho2017-04-241-0/+1
| |
* | Merge pull request #3629 from doktornotor/patch-18Renato Botelho2017-04-201-0/+31
|\ \
| * \ Merge branch 'master' into patch-18doktornotor2017-03-241-0/+21
| |\ \
| * | | Relocate pfSenseHeader() function to pfsense-utils.incdoktornotor2017-03-081-0/+31
| | | |
* | | | Merge pull request #3695 from phil-davis/refactor_if_list_functionsRenato Botelho2017-04-201-1/+1
|\ \ \ \
| * | | | Refactor get_configured_interface_list remove unused parameterPhil Davis2017-04-161-1/+1
| | | | |
* | | | | Refactor update_alias_names_upon_changePhil Davis2017-04-161-0/+31
|/ / / /
* | | | Enable Russian translation since it's over 75%Renato Botelho2017-04-111-0/+1
| | | |
* | | | Enable Norwegian since it's over 75% complete. Remove pt_BR and tr while ↵Renato Botelho2017-04-041-2/+1
| | | | | | | | | | | | | | | | they are below 75%
* | | | Add user option to sort interface namesPhil Davis2017-03-301-0/+20
| |_|/ |/| |
* | | Add underscores to is_port* function namesPhil Davis2017-03-271-1/+1
| | |
* | | Provide functions for checking port range alias combinationsPhil Davis2017-03-261-1/+1
| |/ |/|
* | Merge pull request #3639 from doktornotor/patch-26Steve Beaver2017-03-201-0/+1
|\ \
| * | Add unknown service for Bug #4287doktornotor2017-03-101-0/+1
| | |
* | | Redmine #7381 Disable detail in alias popupPhil Davis2017-03-131-0/+20
|/ /
* | Revert "C2758 is VGA only too"Renato Botelho2017-03-091-2/+1
| | | | | | | | This reverts commit 3244266fd8a99a66611334b8ae945de61eb9a0da.
* | C2758 is VGA only tooRenato Botelho2017-03-091-1/+2
|/
* Setup XG-154x console to VGA onlyRenato Botelho2017-03-081-6/+10
|
* Remove no longer needed split() re-implementationdoktornotor2017-03-051-8/+0
|
* Add GUI components for loading cryptodev as a module, and upgrade code so ↵jim-p2017-02-281-1/+1
| | | | | | 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.
* Add Chinese (Taiwan) to the list of available languagesRenato Botelho2017-02-201-0/+1
|
* Allow up to siz dashboard columnsSteve Beaver2017-02-121-2/+2
|
* Do not sort the list of locales. That way it is easier to get to the ↵Steve Beaver2017-02-041-1/+7
| | | | language you want afte accidentally selecting something you no longer understand.
* Remove unneeded sprint and gettext in setHelpPhil Davis2017-02-031-1/+1
|
* Add Spanish and Chinese Simplified to the list of available languagesRenato Botelho2017-02-021-0/+2
|
* Remove unused broken functionsdoktornotor2017-01-311-47/+0
| | | Not sure what was the idea here, but these are not used anywhere, do nothing as they immediately call ```return false;``` plus the second one is also misnamed.
* Force compress for where_is_ipaddr_configured check_localipPhil Davis2017-01-221-1/+1
|
* Force compress for where_is_ipaddr_configuredPhil Davis2017-01-221-0/+4
|
* Always force compress when calling Net_IPv6Phil Davis2017-01-221-2/+2
|
* Merge pull request #3367 from derelict-pf/require_state_filterRenato Botelho2017-01-111-0/+20
|\
| * Add requirestatefilter. Implements #7069.derelict-pf2017-01-081-0/+20
| |
* | RAM Disk Management - Update II - Restore RAM Disk Soon as it is Created and ↵NOYB2017-01-081-42/+0
| | | | | | | | | | | | | | 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.
* | RAM Disk Management - Update I - Eliminate RRD XML Dump/Restore & Alias ↵NOYB2017-01-081-43/+4
| | | | | | | | | | | | | | Tables Backup Age Logic Eliminate rrd dump/restore to/from xlm file. Backup and restore the entire /var/db/rrd/ to/from the RAM Disk Store. Add logic to backup alias tables if the backup is older than the table.
OpenPOWER on IntegriCloud