nginx-proxy-manager/backend
Will Rouesnel aca8206c30
Fix IP access list control regression
IP access list control was implemented as default success for an
empty access control list - but this had the effect of an empty list
default allowing if "Satisfy Any" was set.

Fortunately this was bugged, so empty lists default failed - but this
broke empty lists for "Satisfy All".

This patch is the correct fix: lists now always default fail, but an
empty list removes the check from access control considerations.

This restores the original implementations behavior and fixes the bug.
2023-08-31 15:36:53 +10:00
..
.vscode Version 2.1.2 (#317) 2020-03-06 11:04:42 +10:00
config Revert "updated debug statement" 2021-09-01 11:47:47 +05:30
doc Add drop_unauthorized parameter to proxy hosts 2023-05-31 01:43:57 +10:00
internal Augment parseX509Output to also work with libressl 2023-06-01 00:27:43 +10:00
lib Fix logical error with keys and mysql config 2023-03-21 17:59:27 +10:00
migrations Add drop_unauthorized parameter to proxy hosts 2023-05-31 01:43:57 +10:00
models Add support for adding Client Certificates to access-lists 2023-05-29 14:48:02 +10:00
routes/api Fixes formatting 2021-10-31 00:28:43 +02:00
schema Add drop_unauthorized parameter to proxy hosts 2023-05-31 01:43:57 +10:00
templates Fix IP access list control regression 2023-08-31 15:36:53 +10:00
.eslintrc.json v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
.gitignore - Add ability to disable ipv6, fixes #312 2020-04-07 10:43:19 +10:00
.prettierrc v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
app.js Refactor configuration 2023-03-21 16:53:39 +10:00
db.js Refactor configuration 2023-03-21 16:53:39 +10:00
index.js Linting fixes 2023-03-21 17:11:16 +10:00
knexfile.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
logger.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
migrate.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
nodemon.json v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
package.json Linting fixes 2023-03-21 17:11:16 +10:00
setup.js Fix certbot plugins install when using PUID/PGID 2023-05-10 14:39:08 +10:00
yarn.lock Linting fixes 2023-03-21 17:11:16 +10:00