summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #7274Steve Beaver2017-02-171-21/+26
|
* Fix #7157Renato Botelho2017-02-101-2/+9
| | | | | | | | trafficgraph: Don't update the on screen visual graph while invisible, which avoids creating a large queue of pending timer objects waiting for the next requestAnimationFrame to happen. Submitted by: PiBa-NL at https://github.com/pfsense/pfsense/pull/3450
* GET/POST conversion system_authservers.phpSteve Beaver2017-02-101-6/+2
|
* GET/POST conversionSteve Beaver2017-02-091-2/+5
|
* GET/POST conversion for camanager and certmanagerSteve Beaver2017-02-091-1/+1
|
* Allow GET-to-POST js to handle confirmation dialogs on delete (anything)Steve Beaver2017-02-092-13/+33
|
* Automatic GET to POST functions moved to pfSenseHelpers.js so they can be ↵Steve Beaver2017-02-081-1/+58
| | | | used by any page
* Fixed #7171Steve Beaver2017-01-301-0/+5
| | | | Moved setHelpText() to helpers file
* Fix indentationjskyboo2017-01-261-10/+10
|
* Bug #7164 Limit NTP time source fields to the maximum number saved to ↵jskyboo2017-01-251-1/+10
| | | | configuration.
* Merge pull request #3384 from PiBa-NL/traficgraphs-backgroundupdatesJared Dillard2017-01-231-11/+18
|\
| * traffic-graphs, setting to keep updating them while invisiblePiBa-NL2017-01-151-11/+18
| | | | | | | | | | - allow showing different graphs to be shown on different browser tabs (dont use localstorage for graphs to query) - show interface name in graph instead of realname
* | Refinement to #7083Steve Beaver2017-01-201-0/+8
|/ | | | Provides setRequired() Javascript function to facilitate making an input required or not dynamically
* Completes fix for #6972Steve Beaver2017-01-051-2/+2
|
* Fixed #6972Steve Beaver2017-01-022-5/+5
| | | | I was only able to reproduce tis issue using Chrome, but it should now be resolved
* Revert "Theoretical fix for #6972"Steve Beaver2017-01-021-3/+3
| | | | This reverts commit 335e63d66ce8af690d1a144d4ec6b385cbe39af4.
* Theoretical fix for #6972Steve Beaver2017-01-021-3/+3
|
* Fix capitalization of confirmation messages for btn-danger buttons and ↵plumbeo2016-12-171-1/+1
| | | | | | fa-trash icons Value and title were converted to lower case but not textContent. Consequently some pop-up messages included capitalized words, for example in the Log Settings page ("Are you sure you wish to Reset Log Files?").
* Fixed #6454Steve Beaver2016-12-051-1/+1
| | | | Fixed #6984
* Fixed #6835 by revising Javascript show/hideSteve Beaver2016-10-031-9/+1
|
* Fixed #6788 by clearing only the first label in the cloned rowStephen Beaver2016-09-141-1/+2
|
* Merge pull request #3104 from PiBa-NL/resizable-selectionboxRenato Botelho2016-09-131-0/+5
|\
| * dnsresolver, make interface boxes resizable, to allow for easier ↵PiBa-NL2016-09-081-0/+5
| | | | | | | | picking/checking of multiple selected interfaces
* | Move copyright from ESF to NetgateRenato Botelho2016-09-063-4/+4
| |
* | change traffic graphs to use d3.jsJared Dillard2016-08-231-0/+207
| |
* | Revert "change traffic graphs to d3"Jared Dillard2016-08-171-189/+0
| | | | | | | | This reverts commit 9f33ec64330d0b50896772abd73156abbd762305.
* | change traffic graphs to d3Jared Dillard2016-08-171-0/+189
| |
* | Code style and commentsPhil Davis2016-08-162-4/+4
| | | | | | | | No functional change - just making style consistent
* | Improved solution to #6716Stephen Beaver2016-08-151-1/+1
| |
* | Fixed #6716Stephen Beaver2016-08-151-2/+11
|/
* Move to Apache License 2.0Renato Botelho2016-07-152-82/+18
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-142-39/+92
|
* webgui tables, doubleclick event to perform 'edit' actionPiBa-NL2016-07-031-0/+4
|
* startsWith PolyfillNOYB2016-06-301-0/+15
| | | | Fixes hidding of custom individual settings when not in use on user manager page.
* hideMask only modify input-group on first parentPhil Davis2016-05-111-2/+2
| | | | | Otherwise when unhiding (e.g. for Network type alias), input-group gets added to every div up the DM hierarchy and the layout gets messed up.
* Spaces->tabsStephen Beaver2016-05-101-9/+9
|
* Added hideMask() functionStephen Beaver2016-05-101-0/+13
|
* Use English spelling for var namePhil Davis2016-04-191-5/+5
| | | For future maintenance it might be easier if this var name is spelled with the usual English spelling.
* pfSenseHelpers white space formattingPhil Davis2016-04-191-40/+38
| | | Just a bit of white space and formatting to standardize this code, and a couple of typos in comments.
* Removing focus from the anchor gets rid of the annoying dotted boxStephen Beaver2016-04-181-0/+1
|
* COmment fixStephen Beaver2016-04-181-2/+1
|
* Make services POST only by providing JS code in pfSenseHelpers.jsStephen Beaver2016-04-181-155/+201
|
* Fixed #6128Stephen Beaver2016-04-131-3/+2
|
* Merged #2854 and updated to increment only the deleterow buttonStephen Beaver2016-04-111-2/+2
|
* Fix add delete of rows with buttonsPhil Davis2016-04-111-0/+6
| | | | Redmine #6101 Forum https://forum.pfsense.org/index.php?topic=109554.0
* Miscellaneous - Remove PersonalizationsNOYB2016-04-081-2/+2
| | | | Remove "you" personalizations.
* jquery folder rename to jsNOYB2016-03-171-0/+22
|
* organize assets and put 3rd party into vendor folderJared Dillard2016-03-162-0/+923
OpenPOWER on IntegriCloud