Project

General

Profile

Download (23.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
35a52ca3 05/03/2021 11:12 AM Manojav Sridhar

fix for missing 0 subnet when clone address entry, needed for vpn's that need two 0 subnets one for ipv4 and ipv6

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

11a71857 10/02/2020 01:18 PM Steve Beaver

Popover sanitizer stuff is more logically provided in pfSense.js where other popover controls live

72f4fb2c 10/02/2020 12:57 PM Steve Beaver

Fixed #10945
By adding the HTML elements used in pfSense popovers to the default sanitizer whitelist

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

b73d8949 07/10/2019 05:52 PM Steve Beaver

Fixed #9245 updating copyright notices

7ec80e76 07/10/2019 05:26 PM Steve Beaver

Fixed #9586 by detecting if option list includes /0 or not

96f5ce46 07/30/2018 01:07 PM Steve Beaver

Fixes preservation of help text when deleting first row of a rowhelper row that includes a checkbox

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

d205ac7a 02/02/2018 08:26 PM Steve Beaver

Merge pull request #3711 from PiBa-NL/20170427-ipsec-multiple-P1-algo

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

5a1ee50e 12/22/2017 02:42 PM Pi Ba

ipsec, multiple phase1 ciphers, make use of 'repeatable' group

22dbacd0 12/22/2017 12:58 PM Pi Ba

ipsec, allow configuration of multiple ike phase1 encryption ciphers (algo/bits/hash/dh)
this is useful for mobile users that need to connect with different operating systems. This way there is no need to find a single commonly supported weaker cipher.

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

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

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

Fixed #7274

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.

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

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

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

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

Move copyright from ESF to Netgate

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)

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.

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

organize assets and put 3rd party into vendor folder