Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

04168bdd 11/29/2017 07:41 PM Steve Beaver

Merge pull request #3776 from nazar-pc/ram-disk-reboot-fix

db28039e 11/21/2017 03:22 PM Steve Beaver

Fixed #8112

e00f69c8 11/09/2017 04:40 PM Stephen Jones

Fixed #7966 added a moving average smoothing factor to help out with some of the jagged graphs. Since the quickest update will be every other second this will help make it look smoother. Also added this to the widget and added some functionality to the status page so it can display in two different styles. Setting smoothing to 0 will make the graph the same as before this was added. Raising it will allow for a moving average to be taken into account to smooth out the graphs.

b47d7ccf 10/24/2017 05:08 PM Stephen Jones

Made it so it doesn't display an error when the session expires it just
stops updating the graph. It will display in the console that it caught
and error when the session expires.

a7c47d85 08/16/2017 02:34 PM Steve Beaver

Fixed #7625

8150bd51 08/11/2017 07:30 PM Steve Beaver

Fixed #7625
By:
Separating the source and destination onChange functions
Preventing the mask selector from being automatically updated if it is disabled
Simplifying the auto mask JavaScript

a98daee3 08/01/2017 07:57 PM Renato Botelho

Fix #7625: Auto select '128' as mask for IPv6

52229047 07/30/2017 11:06 AM Pi Ba

trafficgraphs, move common code to 1 file, and remove usage of 'localstorage' which shares unwanted changes to graph settings between widget and stats

d3fd2bbe 07/30/2017 10:58 AM Pi Ba

traffic-graphs, optimize retrieval of data every x seconds to reduce spikes in the graphs and load on pfSense
also cleanup some old code.

19be2fc2 07/09/2017 02:39 PM Nazar Mokrynskyi

Reduce complexity of checking whether system should be rebooted after RAM Disk option change.
Also fix the issue when RAM Disk option is changed, but there is an input error and thus on subsequent form submitting there is no question about rebooting.
Small JavaScript cleanup and refactoring.

666be0be 05/02/2017 09:03 PM Jim Pingle

Per sbeaver, disable an IE workaround, which fixes #7504

fdf384a8 04/21/2017 01:56 PM Renato Botelho

Merge pull request #3607 from PiBa-NL/trafficgraphs-smooth-20170304

1059fc88 04/19/2017 02:35 PM Steve Beaver

Fixed various issues with adding/deleting ACLs

21a8edd7 04/03/2017 02:40 PM Steve Beaver

Fixed #7445
Now properly handles service names that contain hyphens

dbd0501b 04/02/2017 07:23 AM Doktor Notor

Fix an apparent typo

eddb0131 03/04/2017 07:45 PM Pi Ba

trafficgraphs, divide bandwidth by time when statistics where gathered to smooth out bumps in the graphs

64d53c69 02/17/2017 09:18 PM Steve Beaver

Fixed #7274

a166a212 02/10/2017 04:15 PM Renato Botelho

Fix #7157

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

59d06739 02/10/2017 12:52 PM Steve Beaver

GET/POST conversion system_authservers.php

06f6b161 02/10/2017 03:50 AM Steve Beaver

GET/POST conversion

e8afd822 02/09/2017 09:53 PM Steve Beaver

GET/POST conversion for camanager and certmanager

e04daed0 02/09/2017 01:52 PM Steve Beaver

Allow GET-to-POST js to handle confirmation dialogs on delete (anything)

f0136b17 02/08/2017 08:23 PM Steve Beaver

Automatic GET to POST functions moved to pfSenseHelpers.js so they can be used by any page

678c6a56 01/30/2017 01:59 PM Steve Beaver

Fixed #7171
Moved setHelpText() to helpers file

c18d0d12 01/26/2017 04:42 PM Jack Booth

Fix indentation

5a1d67b1 01/26/2017 03:22 AM Jack Booth

Bug #7164 Limit NTP time source fields to the maximum number saved to configuration.

5ac882de 01/23/2017 08:59 PM Jared Dillard

Merge pull request #3384 from PiBa-NL/traficgraphs-backgroundupdates

c744b0de 01/20/2017 12:28 PM Steve Beaver

Refinement to #7083
Provides setRequired() Javascript function to facilitate making an input required or not dynamically

fe5c31bb 01/15/2017 06:29 PM Pi Ba

traffic-graphs, setting to keep updating them while invisible
- 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

ea02e3cf 01/05/2017 02:14 PM Steve Beaver

Completes fix for #6972

fab3c245 01/02/2017 04:34 PM Steve Beaver

Fixed #6972
I was only able to reproduce tis issue using Chrome, but it should now be resolved

24318185 01/02/2017 03:16 PM Steve Beaver

Revert "Theoretical fix for #6972"

This reverts commit 335e63d66ce8af690d1a144d4ec6b385cbe39af4.

8ccb89f5 01/02/2017 03:10 PM Steve Beaver

Theoretical fix for #6972

4db8128c 12/17/2016 05:52 PM Caio Plumbeo

Fix capitalization of confirmation messages for btn-danger buttons and 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?").

3b1c0951 12/05/2016 03:45 PM Steve Beaver

Fixed #6454
Fixed #6984

850c3d8b 10/03/2016 01:29 PM Steve Beaver

Fixed #6835 by revising Javascript show/hide

d38d215d 09/15/2016 12:34 AM Stephen Beaver

Fixed #6788 by clearing only the first label in the cloned row

a9a60118 09/13/2016 12:38 PM Renato Botelho

Merge pull request #3104 from PiBa-NL/resizable-selectionbox

57625777 09/08/2016 05:39 PM Pi Ba

dnsresolver, make interface boxes resizable, to allow for easier picking/checking of multiple selected interfaces

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

849d3a37 08/23/2016 06:22 PM Jared Dillard

change traffic graphs to use d3.js

0f3f6cc9 08/17/2016 09:08 PM Jared Dillard

Revert "change traffic graphs to d3"

This reverts commit 9f33ec64330d0b50896772abd73156abbd762305.

9f33ec64 08/17/2016 07:46 PM Jared Dillard

change traffic graphs to d3

9d3e8723 08/16/2016 04:45 AM Phil Davis

Code style and comments

No functional change - just making style consistent

0ed3b159 08/15/2016 07:30 PM Stephen Beaver

Improved solution to #6716

4d4782fc 08/15/2016 06:48 PM Stephen Beaver

Fixed #6716

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

ac24dc24 07/14/2016 09:33 PM Renato Botelho

Review license / copyright on all files (1st round)

54691fc6 07/03/2016 08:18 PM Pi Ba

webgui tables, doubleclick event to perform 'edit' action

b07f8f3f 07/01/2016 12:40 AM NOYB NOYB

startsWith Polyfill

Fixes hidding of custom individual settings when not in use on user manager page.

01142f51 05/11/2016 04:14 AM Phil Davis

hideMask only modify input-group on first parent

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.

e1caefc7 05/11/2016 03:42 AM Stephen Beaver

Spaces->tabs

25a96ffb 05/11/2016 03:16 AM Stephen Beaver

Added hideMask() function

c049c15e 04/19/2016 02:58 AM Phil Davis

Use English spelling for var name

For future maintenance it might be easier if this var name is spelled with the usual English spelling.

726fdb61 04/18/2016 11:05 PM Phil Davis

pfSenseHelpers white space formatting

Just a bit of white space and formatting to standardize this code, and a couple of typos in comments.

4c08c292 04/18/2016 07:38 PM Stephen Beaver

Removing focus from the anchor gets rid of the annoying dotted box

7f30df9a 04/18/2016 06:49 PM Stephen Beaver

COmment fix

29fda3d3 04/18/2016 06:44 PM Stephen Beaver

Make services POST only by providing JS code in pfSenseHelpers.js

e8d6c134 04/13/2016 12:33 PM Stephen Beaver

Fixed #6128

5ed4eb30 04/11/2016 12:40 PM Stephen Beaver

Merged #2854 and updated to increment only the deleterow button

dbe64b71 04/11/2016 12:40 PM Phil Davis

Fix add delete of rows with buttons

Redmine #6101
Forum https://forum.pfsense.org/index.php?topic=109554.0

af3cc7d6 04/08/2016 07:19 AM NOYB NOYB

Miscellaneous - Remove Personalizations

Remove "you" personalizations.

6c6d2027 03/17/2016 09:15 AM NOYB NOYB

jquery folder rename to js

9d1be24e 03/16/2016 07:25 PM Jared Dillard

organize assets and put 3rd party into vendor folder