summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-259-719/+739
| | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area.
* new widget, needs testingScott Dale2008-07-251-0/+107
|
* correctly load container for widgets not in saved config, also make AJAX ↵Scott Dale2008-07-251-21/+30
| | | | function names more clear
* code comments and fix loading individual widget config data, oopsScott Dale2008-07-241-5/+22
|
* Adding mhashScott Ullrich2008-07-242-0/+2
|
* * Fix dashboard thanks to ErmalScott Ullrich2008-07-241-19/+16
| | | | | * Style fixes * Move POST code to top of form. Why on earth would we want to invoke ajax calls when we are saving data?
* Fix vlan_in_use function.Ermal Luçi2008-07-241-1/+1
|
* If we are an assigned vlan just reconfigure it after the editing.Ermal Luçi2008-07-241-0/+6
|
* DRY up the code a tad, download_file_with_progress_bar isn't related toBill Marquette2008-07-241-40/+3
| | | | | | packages only anymore, move into pfsense-utils and allow for multiple file write functions (firmware upgrades use a different one than our standard)
* fix another line breakBill Marquette2008-07-242-4/+2
|
* fix line break (probably bad copy/paste)Bill Marquette2008-07-242-4/+2
|
* code cleanup, does not resolve widget save bugScott Dale2008-07-241-14/+3
|
* * Remount RO after unlinking fileScott Ullrich2008-07-241-2/+5
| | | | * Only reinstall packages if platform is pfSense (full installation)
* Tell write_config() the reason for the change.Scott Ullrich2008-07-231-1/+1
|
* Link GRE/GIF to the GUI.Ermal Luçi2008-07-235-7/+10
|
* Move Inline CSS and JS functions to guiconfig.inc.Scott Ullrich2008-07-231-1/+30
|
* Implement frontend for GRE/GIF tunnels.Ermal Luçi2008-07-234-0/+697
| | | | GIF tunnels migh conflict with IPsec settings but I will resolve later by either renaming the ipsec interfaces to ipsec or renanming this tunnels to something else.
* Allow outputting of package log with mode=showlog&pkg=ntop for example.Scott Ullrich2008-07-231-0/+6
|
* Only reinstall package if it has a name.Scott Ullrich2008-07-231-6/+9
|
* validate widget sequence before loadingScott Dale2008-07-231-5/+5
|
* define variable correctlyScott Dale2008-07-221-6/+7
|
* guiconfig.inc needs to come first.Scott Ullrich2008-07-221-2/+1
| | | | Noticed-by: fernando.a.quintero@gmail.com
* one last change, forgot to restore widget counterScott Dale2008-07-221-2/+4
|
* code cleanup. Let hope this kills the dashboard bugScott Dale2008-07-221-45/+45
|
* Use new function to update the configured client and not the others to get ↵Ermal Luçi2008-07-201-2/+2
| | | | better GUI response time.
* Actually update host when a new account is configured.Ermal Luçi2008-07-201-3/+3
|
* Fix setting/unsetting of Disable option.Ermal Luçi2008-07-201-2/+2
|
* this is super annoying in VMware, exit if running in VMwareChris Buechler2008-07-201-0/+6
|
* Do not take into consideration root_ queues.Ermal Luçi2008-07-201-1/+4
|
* * Correct yesterday commit seems that DNS-o-mattic commit support had ↵Ermal Luçi2008-07-202-4/+4
| | | | | | | | | shifted the values cause of bad separator use ' '(space) instead of ','(comma). * Implement DNSexit support. Feature request: #1588
* Fix a but in the IPsec Mobile Client screen that caused the 'Apply' bannerMatthew Grooms2008-07-191-3/+1
| | | | to be displayed unconditionally when IPsec support is globally disabled.
* Fix shifted order. Somebody must have removed a service from here. I am ↵Ermal Luçi2008-07-192-5/+5
| | | | still not sure if the first should be only dyndns or it should be dnsomatic as for values saved on configscp services_dyndns.php root@192.168.10.1:/usr/local/www.
* fix up text.Chris Buechler2008-07-191-16/+16
| | | | | | This page still needs some help Ticket #1775
* Remove stray 'Array' title.Ermal Luçi2008-07-191-1/+0
|
* Describe only the functionality it does we know where we are at.Ermal Luçi2008-07-182-2/+2
|
* Replace create button with a gif image and text.Ermal Luçi2008-07-171-1/+2
|
* Improve javascrpt.Ermal Luçi2008-07-171-1/+3
|
* Catch up with javascript.Ermal Luçi2008-07-161-0/+2
|
* Add javascript to show advanced portions of config options.Ermal Luçi2008-07-161-0/+7
|
* correctly show limiter tab on wizards page.Ermal Luçi2008-07-161-1/+2
|
* Remove 'Remove all' button and rename the create button to the new name!Ermal Luçi2008-07-161-4/+1
|
* Rename for not confusing people!Ermal Luçi2008-07-163-4/+4
|
* We have our own roll of dummynet now.Ermal Luçi2008-07-167-2109/+0
|
* Reread the config after the new settings are saved.Ermal Luçi2008-07-161-4/+4
|
* Allow user to select dummynet pipes/queues.Ermal Luçi2008-07-161-0/+65
|
* Update pattern for rtable supportSeth Mos2008-07-161-1/+1
|
* Make dummynet page visible in the frontend under the "Virtual Interfaces" tab.Ermal Luçi2008-07-163-70/+67
| | | | So people can think of pipes as virtual interfaces as it seem easier to grok.
* Insert frontend code for dummynet(4).Ermal Luçi2008-07-161-0/+397
|
* When switching to AON rules do not create nat rules for interfaces that have ↵Ermal Luçi2008-07-151-0/+2
| | | | | | | | gateway. This fixes some broken generated rules. NOTE: That some more work is needed to make it comply to interfaces that are set as dhcp or to produce nat rules for interfaces other then WAN.
* Add other needed files so everything works as expected.Ermal Luçi2008-07-144-0/+27
|
OpenPOWER on IntegriCloud