summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-01166-660/+2173
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Fix tab name displaying that can be obfuscated by stale <brdige/> knobs in ↵Ermal Luçi2008-07-302-9/+2
| | | | the config.
* increase textarea cols to 80Scott Ullrich2008-07-301-1/+1
|
* Not sure what a type of none is, it breaks our dropdown ordering.Scott Ullrich2008-07-282-2/+2
|
* source OS is not required.Chris Buechler2008-07-271-1/+1
|
* Post to correct pageScott Ullrich2008-07-271-1/+1
|
* Include firebug lite if enablefirebug lite GET parm is setScott Ullrich2008-07-271-1/+5
|
* Adding firebug liteScott Ullrich2008-07-272-0/+1682
|
* Forgotten commit, inline javascript code.Scott Ullrich2008-07-271-3/+3
|
* Add inline print style css output code and switch nifty to it.Scott Ullrich2008-07-272-9/+21
|
* REALLY unbreak niftycornersScott Ullrich2008-07-271-2/+1
|
* Unbreak nifty cornersScott Ullrich2008-07-271-6/+13
|
* Add carriage returnsScott Ullrich2008-07-271-5/+4
|
* Do not inline prototype and scriptaculousScott Ullrich2008-07-271-3/+2
|
* Inline scriptaculousScott Ullrich2008-07-271-2/+1
|
* Fix closing </script> so we can be inlined.Scott Ullrich2008-07-271-1/+1
|
* Correction, prototype can be inlined but scriptaculous is having fun.Scott Ullrich2008-07-271-1/+2
|
* Begin using inline CSS and JS functions. Prototype seems to not agreeScott Ullrich2008-07-271-5/+9
| | | | | but everything else does and I am seeing a very nice speedup using these functions.
* Begin using inline CSS/JS including functions.Scott Ullrich2008-07-271-4/+5
|
* split up ending script so we do not confuse javascriptScott Ullrich2008-07-275-10/+10
|
* Only load IE helper if caller is IEScott Ullrich2008-07-275-4/+9
|
* fix typoChris Buechler2008-07-271-1/+1
|
* NOTE: Ticket #1783 is implemented now.Ermal Luçi2008-07-251-1/+1
|
* Link lagg to GUIErmal Luçi2008-07-256-0/+6
|
* Fixup lagg GUI.Ermal Luçi2008-07-252-4/+4
|
* Display the lagg interface to the interfaces assign page.Ermal Luçi2008-07-251-0/+14
|
* Implement frontend part for lagg(4).Ermal Luçi2008-07-252-0/+285
| | | | NOTE: that lagg(4) and bridge(4) need both a status page.
* Fix a bug that prevented the page title from being displayed correctly.Matthew Grooms2008-07-251-1/+3
|
* Link Bridge tab in the GUI.Ermal Luçi2008-07-255-0/+5
|
* Provide good looking entries for GRE/GIF/BRIDGES.Ermal Luçi2008-07-251-0/+39
| | | | NOTE: that for now becareful to assing this cloners after their parents for GRE/GIF and after their members for BRIDGE to avoid problems.
* Allow a dummy none options so cloned interfaces like gif/gre can be assigned ↵Ermal Luçi2008-07-252-2/+2
| | | | safely.
* Implement Bridge interfaces with full options available.Ermal Luçi2008-07-252-0/+689
| | | | | | Much improvement over how we do brigding currently. Remaining is lagg(4) from the list on clone interfaces as far as i am concerned.
* 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
|
* * 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
|
OpenPOWER on IntegriCloud