Commit Graph

355 Commits

Author SHA1 Message Date
jc21 84d8fb0899 Merge pull request #403 from Indemnity83/empty-auth
Don't ask for username/password if none are defined
2020-05-28 09:18:50 +10:00
Jamie Curnow 55a28e3437 Merge branch 'develop' of github.com:jc21/nginx-proxy-manager into develop 2020-05-25 14:53:46 +10:00
Jamie Curnow 67ea2d01c8 Added gitter, contributors 2020-05-25 14:53:35 +10:00
jc21 dab229e37c Merge pull request #406 from theraw/patch-1
set proper timeout.
2020-05-25 14:37:06 +10:00
Jamie Curnow dd2e335fae Cypress 4.6.0 and tweaks to scripts 2020-05-21 16:11:19 +10:00
Jamie Curnow 1ff87bbc12 Version bump 2020-05-21 15:09:51 +10:00
Jamie Curnow 2ebfdcf0c9 Fix LE certs for IPv6 only domains Fixes 394 2020-05-20 22:21:26 +10:00
Jamie Curnow 8ab161a3ee Merge branch 'develop' of github.com:jc21/nginx-proxy-manager into develop 2020-05-20 21:53:44 +10:00
Jamie Curnow e74b9617be Added product support github template 2020-05-20 21:40:54 +10:00
jc21 c3d88c83e3 Merge pull request #402 from Indemnity83/patch-2
Fix address validation rule to allow 'all' keyword
2020-05-20 21:16:11 +10:00
Jamie Curnow 3e912a7474 Added FAQ to docs 2020-05-20 21:14:00 +10:00
jc21 0d726a1d83 Merge pull request #405 from Indemnity83/fix-satisfy
fix spelling of 'satisfy'
2020-05-20 20:44:38 +10:00
ƬHE ЯAW ☣ affabf065e set proper timeout. 2020-05-11 00:24:02 +02:00
Kyle Klaus e6ea77d263 fix spelling of 'satisfy'
Fixes #385
2020-05-09 18:01:43 -07:00
Kyle Klaus df73c2a458 skip auth check if no users defined 2020-05-09 15:51:11 -07:00
Kyle Klaus 96c5c79aef Fix address validation rule to allow 'all' keyword
The rule was looking for the keyword 'any' but should have been looking for 'all' 

http://nginx.org/en/docs/http/ngx_http_access_module.html
2020-05-09 09:31:58 -07:00
jc21 64922f07ff Merge pull request #388 from jc21/dependabot/npm_and_yarn/frontend/jquery-3.5.0
Bump jquery from 3.4.1 to 3.5.0 in /frontend
2020-05-07 14:53:24 +10:00
jc21 bae21f3210 Merge pull request #397 from Indemnity83/patch-1
apply migration to correct table
2020-05-05 10:14:47 +10:00
Jamie Curnow 0702a4e58e Fix incorrect var 2020-05-05 10:00:41 +10:00
Kyle Klaus 31f1d304d6 apply migration to correct table 2020-05-04 16:56:26 -07:00
dependabot[bot] 291a74c295 Bump jquery from 3.4.1 to 3.5.0 in /frontend
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-30 14:43:28 +00:00
Jamie Curnow c0e9d1eb2f Fix satisy typo 2020-04-22 11:11:20 +10:00
jc21 a7cabdde3a Merge pull request #376 from spalger/expand-forward-host-size
expand the maximum size of the forward_host
2020-04-17 08:59:55 +10:00
spalger 3af560c2d0 switch to 255 limit to match db 2020-04-16 15:14:49 -07:00
spalger 1d23d5c761 remove maxlength from html too 2020-04-16 15:13:28 -07:00
spalger 995db12f22 remove arbitrary length limit of forward_host 2020-04-16 14:00:22 -07:00
jc21 4c60bfb66b Merge pull request #370 from jc21/develop
v2.2.3
2020-04-15 15:06:56 +10:00
jc21 1716747047 Merge branch 'master' into develop 2020-04-15 14:19:07 +10:00
Jamie Curnow 090b4d0388 Version bump 2020-04-15 14:18:27 +10:00
jc21 a9f068daa8 Merge pull request #360 from Indemnity83/ip-access-control
Client Access Lists
2020-04-15 08:29:40 +10:00
Kyle Klaus f5ee91aeb3 write access list to proxy host config 2020-04-13 23:32:00 -07:00
Kyle Klaus e2ee2cbf2d enforce a 'deny all' default rule
this ensures that an access list is 'secure by default' and requires the user to create exceptions or holes in the proection instead of building the wall entirely. This also means that we no longer require the user to input any username/passwords or client addressses and can avoid internal errors which generate unhelpful user errors.
2020-04-13 23:31:54 -07:00
jc21 dcf8364899 Merge pull request #368 from jc21/develop
Support ipv6 address as a origin header, hopefully fixes #149
2020-04-14 14:40:00 +10:00
Jamie Curnow b783602786 Support ipv6 address as a origin header, hopefully fixes #149 2020-04-14 13:01:13 +10:00
Kyle Klaus 005e64eb9f valite auth/access rules in backend 2020-04-13 19:23:55 -07:00
Kyle Klaus e9e5d293cc expand address format
now accepts CIDR notation, IPv6 or the string 'any'
2020-04-13 19:16:18 -07:00
jc21 a57255350f Merge pull request #365 from jc21/develop
Develop
2020-04-14 09:10:45 +10:00
jc21 781442bf1e Merge pull request #361 from Xantios/fix-bad-gateway
Fixes #310 Clarification on the docs
2020-04-14 09:09:39 +10:00
jc21 604bd2c576 Merge pull request #358 from dpanesso/dev-formatting
Documentation formatting
2020-04-14 08:37:23 +10:00
Xantios Krugor d9e1e1bbb7 Fixes #310 Clarification on the docs 2020-04-11 13:03:15 +02:00
Kyle Klaus 907e9e182d remove testing cruft 2020-04-11 00:42:58 -07:00
Kyle Klaus 0f238a5021 add satisfy configuration to the ui 2020-04-11 00:26:54 -07:00
Kyle Klaus 8d432bd60a refine the UI labeling 2020-04-10 20:22:01 -07:00
Kyle Klaus fd932c7678 fix bugs preventing client rules from being updated 2020-04-10 17:42:44 -07:00
Kyle Klaus 46a9f5cb96 add basic functionality to front end 2020-04-10 17:33:14 -07:00
Kyle Klaus f990d3f674 add access list clients to back-end 2020-04-10 16:38:54 -07:00
David Panesso 4a6de8deee Documentation formatting on advanced configuration page 2020-04-10 00:57:45 -05:00
jc21 9a7a216b23 Merge pull request #352 from jc21/develop
Develop
2020-04-07 12:09:17 +10:00
jc21 fccaaaae4d Merge branch 'master' into develop 2020-04-07 12:09:09 +10:00
Jamie Curnow a882b0be82 Merge branch 'develop' of github.com:jc21/nginx-proxy-manager into develop 2020-04-07 12:06:55 +10:00