Sam Neely
f810e57620
GoDaddy allows a hostname of @
2017-11-24 12:26:42 -08:00
Sam Neely
456ba14f29
Feature #8123 : Add GoDaddy as a Dynamic DNS provider
2017-11-23 17:23:23 -08:00
PiBa-NL
3e90d18b56
local authentication option, use key value instead of translated name.
2017-11-21 22:36:23 +01:00
Steve Beaver
db28039e4e
Fixed #8112
2017-11-21 10:22:09 -05:00
Jack
5f56dee420
Bug in get_interface_ip
...
Global variable $config was not available, and IP was always fetched using find_interface_ip
2017-11-21 11:40:51 +01:00
Renato Botelho
158999e994
Add -i parameter to define SKIP_FNAL_RSYNC
2017-11-20 12:21:32 -02:00
jim-p
77c66e2d76
Merge pull request #3871 from ykoster/master
2017-11-20 08:14:30 -05:00
Renato Botelho
c1f18417be
Fill REPO_BRANCH_PREFIX on poudriere make.conf
2017-11-20 10:36:15 -02:00
Renato Botelho
6c9689f477
Use REPO_BRANCH_PREFIX to define POUDRIERE_PORTS_GIT_URL
2017-11-20 10:35:58 -02:00
Renato Botelho
97f3f602db
Stop trying to guess REPO_BRANCH_PREFIX
2017-11-20 10:34:43 -02:00
Renato Botelho
743cc0cc1f
Reduce the need to always track branch changes for factory
2017-11-20 10:34:03 -02:00
Renato Botelho
2d982d5b18
Remove specific repository for 2.4.2-RC
2017-11-20 10:31:19 -02:00
Renato Botelho
3c48942684
Send images to release-staging when SKIP_FINAL_RSYNC is set
2017-11-20 09:10:51 -02:00
Yorick Koster
c4212dc6ce
Prevent Clickjacking in CSRF error page
2017-11-19 20:44:41 +01:00
JTL
19f3d39a36
fix for leftover dhcp6c lock file(s) after unclean shutdown
2017-11-18 15:01:02 -08:00
Renato Botelho
69b8e3b36e
Enable pfSense-repo-242
2017-11-16 16:38:11 -02:00
Renato Botelho
e47f7cc18b
Create a new repo conf for 2.4.2-RC and make sure stable still points to 2.4.1
2017-11-16 16:38:11 -02:00
Renato Botelho
f6bf038c65
Revert "Too soon for 2.4.2 here. It's in RC yet"
...
This reverts commit 0d4732de2d .
2017-11-16 16:38:11 -02:00
Steve Beaver
4a67060696
Add upgrade notice include file
2017-11-16 13:15:01 -05:00
Steve Beaver
8ba87e856c
Add upgrade notice to dashboard
2017-11-16 13:15:01 -05:00
Renato Botelho
0d4732de2d
Too soon for 2.4.2 here. It's in RC yet
2017-11-16 15:57:35 -02:00
Renato Botelho
3e496fa4ea
Bump version to 2.4.3-DEVELOPMENT
2017-11-16 15:34:26 -02:00
Steve Beaver
7f8d1f31a7
Revise modal notice header
2017-11-16 11:41:31 -05:00
Steve Beaver
8905346897
Provide a simple mechanism for pakage installer to display a notice to the user. (Such as: Firewall must be rebooted before this package becomes available")
2017-11-16 11:37:43 -05:00
Stephen Jones
00fc2d5eee
Fixed #7896 Made sure only images could be uploaded and validated on the server to make sure it is an image and not something else.
2017-11-15 16:07:25 -06:00
jim-p
48f08ba1e6
Tweak the formatting of the disk usage section of the system info widget
2017-11-15 12:37:33 -05:00
Steve Beaver
3bb0275d75
Fixed #8098 by converting the '.' in interfaces names to '_' when used to compose an HTML element class name
2017-11-15 12:31:23 -05:00
loonylion
68eacaa23d
fix for broken preselection of select boxes
2017-11-15 16:49:07 +00:00
loonylion
529fbbfd6d
Improves bug#6400 further reducing page load time from my previous commit
...
Moved select box generation code out of interface display loop, meaning it runs once iterating over count(interfaces) rather than running count(interfaces) times iterating over count(interfaces) each time.
Also removed tabs and some newlines from <select><option> code as this significantly reduces page size and load time. <option> code now left justified (no indent) and on one line per option, for a saving of ~9KB per line and ~4.5MB overall with 500 VLANs
2017-11-15 14:38:39 +00:00
jim-p
7c4e07c625
Ensure that the value passed to ipfw pipes is always an integer, no matter the source. Fixes #8097
2017-11-15 09:01:22 -05:00
Steve Beaver
947394d291
Fixed #8053
...
value vs text on Gateway selector
2017-11-14 11:53:56 -05:00
Renato Botelho
e065e75671
Enable devel/php-xdebug
2017-11-14 09:50:46 -02:00
Renato Botelho
557f7ad0bc
Update translation files
2017-11-14 09:32:46 -02:00
Renato Botelho
3a80a8230b
Regenerate pot
2017-11-14 09:26:47 -02:00
jim-p
37f05e9792
Add a separate checkbox for OpenVPN servers to redirect an IPv6 gateway now that OpenVPN has a native flag for it. Implements #8082
...
While here, since local network boxes are hidden when redirect gateway is enabled, do not use the values in those boxes when crafting the configuration. That way the GUI configuration is consistent with the backend.
2017-11-13 11:44:09 -05:00
jim-p
5bd94e5f2e
Fix saving the CRL choice for OpenVPN clients. Fixes #8088
2017-11-13 11:04:38 -05:00
loonylion
772a7b3d9d
refactored interfaces_assign.php to to benefit people with large numbers of VLANs, as requested on the forum at https://forum.pfsense.org/index.php?topic=137391.0 . Also contains a minor speedup for interfaces_vlan.php. Modified functions are contained in interfaces_fast.inc. Profiling code is still present but commented out, as is replaced code.
2017-11-12 12:21:48 +00:00
Steve Beaver
6bb6903413
Fixed #8053 Revised page JavaScript to update gateway selector on IP family change
...
(cherry picked from commit ae381698db )
2017-11-10 15:20:14 -05:00
jim-p
66dd4fe2ad
Remove this part, the voucher settings shouldn't be synchronized this way, it's handled via the voucher sync settings on the secondary. Fixes #8079
...
It was only working before because of this typo, the code shouldn't have been there at all.
2017-11-10 14:08:07 -05:00
jim-p
927a988e06
When synchronizing vouchers, avoid allowing null values. Also, fix a missing variable global declaration. Part of ticket #8079
2017-11-10 14:00:32 -05:00
jim-p
ff25106d8e
Correct voucher config section name. Part of ticket #8079
2017-11-10 13:14:07 -05:00
Renato Botelho
bc60e0701f
Use a strict check of array_search() result
2017-11-10 14:33:07 -02:00
Renato Botelho
c253e3520b
Remove empty items from output
2017-11-10 14:18:46 -02:00
Renato Botelho
8d5ff32b7a
Detect when system is running a newer version than the one available on remote repository
2017-11-10 12:20:13 -02:00
Renato Botelho
eaed7e74dd
Always do rquery when pkg search is not used
2017-11-10 12:17:16 -02:00
Renato Botelho
89d2b4c333
Rename 2.3 repositories to keep list sorted in GUI
2017-11-10 10:49:59 -02:00
Renato Botelho
a9b0a7a314
Fix #7946 : Display installed packages missing on remote repo to let user to delete it
2017-11-10 10:10:08 -02:00
Stephen Jones
d70eaff578
Fixed #8039 Changed to on sanitizing data. This is to help so if the user has previous cookie data it shouldn't try and sanitize it.
2017-11-09 13:52:10 -06:00
jim-p
73568673eb
Also kill off sshlockout_pf processes when restarting syslogd. Fixes #7984
2017-11-09 12:10:39 -05:00
Stephen Jones
e00f69c8cd
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.
2017-11-09 10:40:34 -06:00