summaryrefslogtreecommitdiffstats
path: root/src/etc/phpshellsessions
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 2.4.1-DEVELOPMENTRenato Botelho2017-08-181-1/+1
|
* Merge pull request #3563 from NOYB/GitSync_-_Remove_PersonalizationsSteve Beaver2017-03-201-2/+2
|\
| * GitSync - Remove your personalizationsNOYB2017-02-211-2/+2
| |
* | Add reason to write_config() calldoktornotor2017-03-051-1/+1
|/
* Add playback scripts to drill into pf tables and anchors to list their contents.jim-p2016-12-282-0/+62
|
* Fix license for gatewaystatus playback scriptjim-p2016-12-281-0/+19
|
* Add a pfSense php shell playback script to show the gateway status. Ticket #7046jim-p2016-12-281-0/+3
|
* Replace underscore with hyphen in option namesNOYB2016-10-131-5/+5
| | | | | | Thanks Jorge (cherry picked from commit 30786a9d2486d88cb92cbb0ecb10586b39c32c65)
* Deprecate nanobsd platform and remove all conditionals that uses itRenato Botelho2016-10-121-6/+2
|
* Remove all calls to conf_mount_r* functionsRenato Botelho2016-10-121-6/+0
|
* Report quantity of files being installed by minimal and diff options.NOYB2016-10-121-4/+4
| | | | | | Also consolidate some unset commands. (cherry picked from commit 32912ae833a016784cbb4813c45960cefc2d896b)
* Support minimal and diff options combo rather than diff superseding minimal ↵NOYB2016-10-121-25/+46
| | | | | | | | | (sync both updated and diff files). Break verbose option in two for showing files and/or constructed command. (--show_files, --show_command) Don't save new commit ID if dry run. (--dry-run) (cherry picked from commit a6fd4c0ff4141a1836ed74add1df55477d87ddd0)
* Move copyright from ESF to NetgateRenato Botelho2016-09-0621-21/+21
|
* Move to Apache License 2.0Renato Botelho2016-07-1521-861/+189
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-1421-11/+1097
|
* GitSync Diff Only OptionNOYB2016-06-291-62/+133
| | | | | | | | | | | | | | | | | | | | | | | | Diff Option --diff SSD Friendlier Same as default but only copies files that are different, instead of every thing even though identical. Verbose Option --verbose Display constructed command. In combination with the --diff option, display the array of different and missing files. Dry Run Option --dry-run Run without syncing files. Fixes Files to copy variable state is used to determine whether or not to run the command. Tar options being passed in the files to copy variable causes the command to always run. Even if there are no files to be copied. Separate out tar options from files to copy variable so command only runs if there are files to be copied. Accommodate providing tar options such as '-C ./src' with the --minimal option. Resolve function redefinition that prevents running gitsync again in same dev shell session (command recall) (function_exists).
* Add playback files for disabling and enabling CARP maintenance mode. Ticket ↵Chris Buechler2016-06-292-0/+10
| | | | #6560
* Add resetwebgui to developer shellPhil Davis2016-06-071-0/+26
| | | | | | | | | | This might be helpful to people if they have set the theme to something that they are having trouble displaying, reading... or enabled some widget that is not good or... It allows them to get back to a known-working dashboard state, from where they can try again with customizations. Having something like this was suggested by stilez in amongst discussion of features for https://github.com/pfsense/pfsense/pull/2989
* Fix branch descriptionRenato Botelho2016-04-291-1/+1
|
* Change ISO image filename to remove "LiveCD" from its name, and clean up ↵jim-p2016-02-171-1/+1
| | | | associated references to LiveCD. Ticket #5895
* first run through, replacing lighttpd with nginx.Chris Buechler2016-01-051-9/+4
|
* Code style and white space in etcPhil Davis2015-12-101-1/+1
|
* Rework installpkg and uninstallpkg scripts to use pfSense-upgradeRenato Botelho2015-10-202-39/+18
|
* Silent executionRenato Botelho2015-10-131-1/+1
|
* Add missing ;Renato Botelho2015-10-131-1/+1
|
* PHP chmod() doesn't like 1777, gives it 01777 thenRenato Botelho2015-10-131-1/+1
|
* Fix path for 2.3Renato Botelho2015-10-131-1/+1
|
* Remove accidentally added lineRenato Botelho2015-10-131-1/+0
|
* Preserve /tmp permission, it fixes #5298. While here, replace some rm calls ↵Renato Botelho2015-10-131-20/+18
| | | | by unlink()
* Use product_name global variable in more placesRenato Botelho2015-09-301-2/+2
|
* Fix path for gitsync exclude files/dirsRenato Botelho2015-09-221-16/+16
|
* White space and minor bits in etcPhil Davis2015-09-162-2/+2
| | | | Cleaner version of https://github.com/pfsense/pfsense/pull/1846
* Break after find correct branchRenato Botelho2015-09-141-0/+1
|
* Remove bootstrap branch from gitsyncRenato Botelho2015-09-141-2/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-09-031-1/+1
|\
| * Use git instead of git-liteRenato Botelho2015-09-031-1/+1
| |
* | Merge branch 'master' into bootstrapRenato Botelho2015-08-271-1/+1
|\ \ | |/
| * Update gitsync description for branch master, spotted by @phil-davisRenato Botelho2015-08-271-1/+1
| |
* | Merge branch 'master' into bootstrapRenato Botelho2015-08-271-9/+5
|\ \ | |/
| * Make gitsync work with new repo structure, copying files under src/. It ↵Renato Botelho2015-08-271-2/+2
| | | | | | | | should fix #4999
| * Remove duplicate parameterRenato Botelho2015-08-271-1/+1
| |
| * Fix indentRenato Botelho2015-08-271-2/+2
| |
| * Remove old branches, it's not a good idea to gitsync a new system with old ↵Renato Botelho2015-08-271-4/+0
| | | | | | | | branch
* | add bootstrap branch to gitsyncChris Buechler2015-08-261-1/+2
|/
* Move main pfSense content to src/Renato Botelho2015-08-2518-0/+865
OpenPOWER on IntegriCloud