Jamie Curnow
06272d3d2c
Use correct var when returning updated certificate
2019-05-09 10:03:41 +10:00
Jamie Curnow
3885c0ad6d
Add cert renewals to audit log
2019-05-09 09:20:49 +10:00
Jamie Curnow
099ec00155
Don't use LE staging when debug mode is on in production
2019-05-09 08:58:10 +10:00
Jamie Curnow
92fcae9c54
Added missing dialog for renewing certs
2019-05-08 15:34:14 +10:00
Jamie Curnow
22e8961c80
Fixes #104 - allow using / location in custom location
2019-05-08 15:33:54 +10:00
Jamie Curnow
4d5adefa41
Added ability to force renew a LE cert, and also fix revoking certs
2019-05-08 15:25:48 +10:00
Jamie Curnow
feaa0e51bd
Removed use strict
2019-05-08 15:24:57 +10:00
Jamie Curnow
beb313af40
Merge branch 'master' of github.com:jc21/nginx-proxy-manager into develop
2019-05-08 10:11:32 +10:00
OhHeyAlan
4fad9d672f
Correcting X-XSS-Protection Header ( #136 )
...
* Correcting X-XSS-Protection Header
X-XSS-Protection sets the configuration for the cross-site scripting filters built into most browsers. The best configuration is "X-XSS-Protection: 1; mode=block".
Was "0"
Now "1; mode=block"
* Update issue templates
2019-05-08 10:11:05 +10:00
Carl Sutton
0fca64929e
Try DNS challenge in addition to http ( #85 )
2019-05-08 10:07:43 +10:00
Stephen Roberts
efbd024da9
Update copyright year ( #121 )
...
Updated the year in the copyright statement in the footer
2019-04-20 21:28:06 +10:00
Jocelyn Le Sage
e7ddcb91fc
Fixed directory traversal vulnerability. ( #114 )
...
Awesome find!
2019-04-03 08:37:40 +10:00
kolbii
d79fcbf447
This commit resolves #98 so custom location can forward to custom path. ( #99 )
...
Awesome work!
2019-03-11 13:52:09 +10:00
Jamie Curnow
d04b7a0d88
Bug fixes
2019-03-05 08:25:12 +10:00
kolbii
71dfd5d8f8
Feature/custom locations ( #74 )
...
* New feature: custom locations
* Custom locations: exteding config generator
* Custom locations: refactoring
* Fixing proxy_host table on small screens
* Custom locations: translations
* Custom locations bugfix
* Custom locations bugfix
* PR #74 fixes
2019-03-05 08:21:02 +10:00
jc21
133d66c2fe
Default Site customisation and new Settings space ( #91 )
2019-03-04 21:19:36 +10:00
jc21
6f1d38a0e2
Fixes #88 - Allow specifying X-FRAME-OPTIONS with an environment variable ( #89 )
2019-03-04 10:16:46 +10:00
jc21
29bebcc73e
Ignore default location when defined in advanced config ( #79 )
2019-02-25 10:34:55 +10:00
Jamie Curnow
2a3d792591
Fixes #68 - HSTS is now part of the UI
2019-02-18 18:21:45 +10:00
Jamie Curnow
4d754275ab
Fixes #61 - Http/2 support can now be disabled
2019-02-18 15:33:32 +10:00
Jamie Curnow
44e5f0957c
Whoops, missing comma
2019-01-16 10:12:10 +10:00
Jamie Curnow
83ef426b93
Increased custom ssl file size limits
2019-01-16 10:11:51 +10:00
Jamie Curnow
424ccce43c
Added disable/enable to remaining objects
2019-01-03 21:04:11 +10:00
Jamie Curnow
ad41cc985d
Fix reconfigure not respecting expansions
2019-01-03 20:32:57 +10:00
Jamie Curnow
981d5a199f
Initial work for disabling hosts
2019-01-03 20:27:43 +10:00
Jamie Curnow
48f2bb4cd8
Fix some ip range stuff
2019-01-03 20:25:01 +10:00
Jamie Curnow
3836f7c40a
Fetch ip ranges for CDN servers, Cloudfront and Cloudfare
2019-01-03 17:04:53 +10:00
Jamie Curnow
2657bcf30c
Revert ignoring ssl proxy errors, doesn't make a difference
2018-12-13 14:16:21 +10:00
Jamie Curnow
c97e6ada5b
Support for upstream ssl proxy hosts
2018-12-12 09:47:12 +10:00
Jamie Curnow
e53d9fa3eb
Fix forms for http2_support
2018-11-21 08:04:31 +10:00
Jamie Curnow
411734f392
Fix unsetting http2_support
2018-11-13 20:51:55 +10:00
Jamie Curnow
a457a40359
Fix incorrect template var
2018-11-13 20:42:10 +10:00
Jamie Curnow
caa183c8de
Fix bad schema link
2018-11-12 21:48:12 +10:00
Jamie Curnow
046cb0b76e
Added HTTP/2 Support for SSL enabled hosts
2018-11-12 21:45:23 +10:00
Jamie Curnow
0f94e68dca
Fix redirect loop introduced in 2.0.4
2018-11-08 12:50:10 +10:00
Jamie Curnow
c15edf318d
Better webpack chunking
2018-11-07 09:31:42 +10:00
Jamie Curnow
eaebc48f66
Made the hostnames clickable and open new tabs (yay)
2018-10-19 16:51:31 +10:00
Jamie Curnow
dba4340548
Host or IP specified for Proxy Host Forward
2018-10-19 15:38:14 +10:00
Jamie Curnow
83686c4535
Added websock upgrade option for base proxy host locations
2018-09-29 16:02:05 +10:00
Jamie Curnow
efa1424cad
Fixes #11 - After creating keys the app needs to completely restart due to aggressive module caching
2018-09-12 11:14:06 +10:00
Jamie Curnow
ac9d9cdddd
Fix SSL custom certificates being saved, nginx errors being reported and leaking custom certs in api calls
2018-09-04 10:33:09 +10:00
Jamie Curnow
bbe02bc70a
Fixes #10 - Don't use defaults for json fields in migration
2018-09-03 09:50:18 +10:00
Jamie Curnow
02b4def04a
Fix #9 - Variable definition was incorrectly scoped
2018-09-03 09:21:12 +10:00
Jamie Curnow
de367ae194
Fix redirection config bug
2018-08-27 16:59:05 +10:00
Jamie Curnow
a8dd55431a
Fix some ui bugs
2018-08-24 16:04:27 +10:00
Jamie Curnow
af99d48591
Fix custom config being output
2018-08-24 14:44:54 +10:00
Jamie Curnow
c1938f949d
Polish
2018-08-23 14:24:28 +10:00
Jamie Curnow
6783ffb0c1
Redirect preserve path
2018-08-22 15:11:22 +10:00
Jamie Curnow
c543a1dc34
Finished importer, advanced nginx config for hosts, custom certs used in nginx templates
2018-08-22 14:31:03 +10:00
Jamie Curnow
d092d4bbe7
Certificate importer
2018-08-22 12:45:22 +10:00