-
Notifications
You must be signed in to change notification settings - Fork 3.2k
ACL changes should not blow away cert config #2530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACL changes should not blow away cert config #2530
Conversation
When editing an access list, all affected sites get their config updated without certificates, functionally breaking https on those sites until they get a manual config change that rewrites the config properly. Properly fetch the certificate from the DB before `bulkGenerateConfigs` so it gets updated right. I am not certain whether there are similar bugs in other places that use `bulkGenerateConfigs`. Should fix NginxProxyManager#2254
I can confirm the change in this PR also seems to fix invalid/self-signed cert issues in my local setup after re/starting the docker stack. |
This bug drives me crazy with HSTS enabled. Thanks for the PR 🙂 |
Docker Image for build 3 is available on DockerHub as Note: ensure you backup your NPM instance before testing this PR image! Especially if this PR contains database changes. |
commit 09d1d37 Merge: 84e0b30 c80d099 Author: jc21 <[email protected]> Date: Wed Mar 8 21:08:52 2023 +1000 Merge pull request NginxProxyManager#2530 from jmerdich/jmerdich/fix-acl-edit-ssl commit 84e0b30 Merge: 546ce8d 8dee139 Author: jc21 <[email protected]> Date: Wed Mar 8 20:40:15 2023 +1000 Merge pull request NginxProxyManager#2411 from plantysnake/fix-certbot-plugins Bugfix: Fix certbot plugin installation issues commit 546ce8d Merge: 9b40bb2 3c23aa9 Author: jc21 <[email protected]> Date: Wed Mar 8 16:32:46 2023 +1000 Merge pull request NginxProxyManager#2444 from BitsOfAByte/develop Load events configuration from custom file commit 9b40bb2 Author: Jamie Curnow <[email protected]> Date: Wed Mar 8 16:22:07 2023 +1000 Improvements to CI: comment on PR when syntax checking fails commit c812b67 Author: Jamie Curnow <[email protected]> Date: Wed Mar 8 09:00:34 2023 +1000 Update cypress commit 86e6319 Merge: c371b2e 99d73a2 Author: jc21 <[email protected]> Date: Wed Mar 8 08:43:44 2023 +1000 Merge pull request NginxProxyManager#2507 from LEDfan/update-desec Update certbot desec plugin fixes NginxProxyManager#2485 commit c371b2e Merge: 2142e25 35aba13 Author: jc21 <[email protected]> Date: Wed Mar 8 08:39:46 2023 +1000 Merge pull request NginxProxyManager#2527 from gromez/certbot-dns-online Add Online (online.net) DNS provider commit 2142e25 Merge: 30076a0 a7f0c3b Author: jc21 <[email protected]> Date: Wed Mar 8 08:30:02 2023 +1000 Merge pull request NginxProxyManager#2582 from TheBeeZee/ssl_reject_handshake Use ssl_reject_handshake to reject requests to default https site commit 30076a0 Merge: 42bd391 2ff66ee Author: jc21 <[email protected]> Date: Wed Mar 8 08:25:38 2023 +1000 Merge pull request NginxProxyManager#2635 from skarlcf/security/CVE-2023-23596 Mitigate CVE-2023-23596 commit 42bd391 Merge: cc4891d b0fd976 Author: jc21 <[email protected]> Date: Wed Mar 8 08:25:09 2023 +1000 Merge pull request NginxProxyManager#2638 from jlesage/case-insensitive-email-login Make sure to lowercase email address entered by the user during login. commit cc4891d Merge: 40c2683 9d60b4a Author: jc21 <[email protected]> Date: Wed Mar 8 08:20:07 2023 +1000 Merge pull request NginxProxyManager#2647 from ttocsr/google_domains_dns Add Google Domains DNS provider commit 40c2683 Merge: d2becc0 2aa6e55 Author: jc21 <[email protected]> Date: Wed Mar 8 08:19:38 2023 +1000 Merge pull request NginxProxyManager#2655 from campingwoelfe/campingwoelfe-patch-1 Update certbot-dns-ionos plugin commit 2ff66ee Author: Kamil Skrzypinski <[email protected]> Date: Tue Mar 7 17:15:03 2023 +0100 Add style required by linter commit 9d60b4a Author: Scott Roberts <[email protected]> Date: Fri Mar 3 13:16:33 2023 -0700 Add Google Domains DNS provider Add DNS provider for Google Domains DNS. dns_google_domains_access_token = abcdef dns_google_domains_zone = "example.com" commit d2becc0 Merge: b08ef17 579c32a Author: jc21 <[email protected]> Date: Tue Mar 7 22:36:15 2023 +1000 Merge pull request NginxProxyManager#2469 from NginxProxyManager/dependabot/npm_and_yarn/frontend/qs-6.5.3 Bump qs from 6.5.2 to 6.5.3 in /frontend commit 579c32a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 11:41:12 2023 +0000 Bump qs from 6.5.2 to 6.5.3 in /frontend Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit b08ef17 Merge: 589ab87 06453e9 Author: jc21 <[email protected]> Date: Tue Mar 7 21:40:54 2023 +1000 Merge pull request NginxProxyManager#2453 from NginxProxyManager/dependabot/npm_and_yarn/frontend/decode-uri-component-0.2.2 Bump decode-uri-component from 0.2.0 to 0.2.2 in /frontend commit 589ab87 Merge: abdaac8 9866eec Author: jc21 <[email protected]> Date: Tue Mar 7 21:40:39 2023 +1000 Merge pull request #1933 from NginxProxyManager/dependabot/npm_and_yarn/docs/postcss-8.2.13 Bump postcss from 8.2.10 to 8.2.13 in /docs commit abdaac8 Merge: d5c950a 7b48488 Author: jc21 <[email protected]> Date: Tue Mar 7 21:40:20 2023 +1000 Merge pull request NginxProxyManager#2470 from NginxProxyManager/dependabot/npm_and_yarn/backend/express-4.17.3 Bump express from 4.17.1 to 4.17.3 in /backend commit d5c950a Merge: 6e500c3 d9a1701 Author: jc21 <[email protected]> Date: Tue Mar 7 21:40:09 2023 +1000 Merge pull request NginxProxyManager#2659 from NginxProxyManager/dependabot/npm_and_yarn/docs/qs-6.10.3 Bump qs from 6.9.7 to 6.10.3 in /docs commit d9a1701 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 10:51:49 2023 +0000 Bump qs from 6.9.7 to 6.10.3 in /docs Bumps [qs](https://github.com/ljharb/qs) from 6.9.7 to 6.10.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.9.7...v6.10.3) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit 6e500c3 Merge: a06e960 2706454 Author: jc21 <[email protected]> Date: Tue Mar 7 20:51:45 2023 +1000 Merge pull request #1958 from NginxProxyManager/dependabot/npm_and_yarn/docs/minimist-1.2.6 Bump minimist from 1.2.5 to 1.2.6 in /docs commit a06e960 Merge: f0513d3 edf369a Author: jc21 <[email protected]> Date: Tue Mar 7 20:51:32 2023 +1000 Merge pull request #1947 from NginxProxyManager/dependabot/npm_and_yarn/docs/node-forge-1.3.0 Bump node-forge from 1.0.0 to 1.3.0 in /docs commit f0513d3 Merge: 09349ef 32a3bb1 Author: jc21 <[email protected]> Date: Tue Mar 7 20:50:56 2023 +1000 Merge pull request #1851 from NginxProxyManager/dependabot/npm_and_yarn/test/ajv-6.12.6 Bump ajv from 6.10.2 to 6.12.6 in /test commit 09349ef Merge: b1e904d 4251157 Author: jc21 <[email protected]> Date: Tue Mar 7 20:50:38 2023 +1000 Merge pull request #1934 from NginxProxyManager/dependabot/npm_and_yarn/docs/ansi-html-0.0.8 Bump ansi-html from 0.0.7 to 0.0.8 in /docs commit 06453e9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 10:50:16 2023 +0000 Bump decode-uri-component from 0.2.0 to 0.2.2 in /frontend Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit b1e904d Merge: 5f435b6 f3b3072 Author: jc21 <[email protected]> Date: Tue Mar 7 20:50:16 2023 +1000 Merge pull request #2031 from NginxProxyManager/dependabot/npm_and_yarn/docs/async-3.2.2 Bump async from 3.2.0 to 3.2.2 in /docs commit 5f435b6 Merge: 3f6ad0d 9f192ab Author: jc21 <[email protected]> Date: Tue Mar 7 20:49:48 2023 +1000 Merge pull request NginxProxyManager#2454 from NginxProxyManager/dependabot/npm_and_yarn/docs/decode-uri-component-0.2.1 Bump decode-uri-component from 0.2.0 to 0.2.1 in /docs commit 7b48488 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 10:49:22 2023 +0000 Bump express from 4.17.1 to 4.17.3 in /backend Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.1...4.17.3) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit 3f6ad0d Merge: edba369 abe6493 Author: jc21 <[email protected]> Date: Tue Mar 7 20:48:55 2023 +1000 Merge pull request NginxProxyManager#2471 from NginxProxyManager/dependabot/npm_and_yarn/docs/express-4.17.3 Bump express from 4.17.1 to 4.17.3 in /docs commit edba369 Merge: b77d916 cf6cc7d Author: jc21 <[email protected]> Date: Tue Mar 7 20:48:45 2023 +1000 Merge pull request NginxProxyManager#2497 from NginxProxyManager/dependabot/npm_and_yarn/backend/jsonwebtoken-9.0.0 Bump jsonwebtoken from 8.5.1 to 9.0.0 in /backend commit b77d916 Merge: 95665ca 88fa7cd Author: jc21 <[email protected]> Date: Tue Mar 7 20:48:36 2023 +1000 Merge pull request NginxProxyManager#2498 from NginxProxyManager/dependabot/npm_and_yarn/backend/liquidjs-10.0.0 Bump liquidjs from 9.15.0 to 10.0.0 in /backend commit 2706454 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 09:23:06 2023 +0000 Bump minimist from 1.2.5 to 1.2.6 in /docs Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit 32a3bb1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 09:22:54 2023 +0000 Bump ajv from 6.10.2 to 6.12.6 in /test Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v6.10.2...v6.12.6) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit 95665ca Merge: 09d6cf7 ebf07a7 Author: jc21 <[email protected]> Date: Tue Mar 7 19:22:26 2023 +1000 Merge pull request NginxProxyManager#2513 from NginxProxyManager/dependabot/npm_and_yarn/docs/json5-2.2.2 Bump json5 from 2.1.3 to 2.2.2 in /docs commit 09d6cf7 Merge: 2addc48 e227f41 Author: jc21 <[email protected]> Date: Tue Mar 7 19:22:17 2023 +1000 Merge pull request NginxProxyManager#2648 from NginxProxyManager/dependabot/npm_and_yarn/backend/minimist-1.2.8 Bump minimist from 1.2.5 to 1.2.8 in /backend commit 2addc48 Merge: 52e013d 331da38 Author: jc21 <[email protected]> Date: Tue Mar 7 19:22:07 2023 +1000 Merge pull request NginxProxyManager#2649 from NginxProxyManager/dependabot/npm_and_yarn/frontend/minimist-1.2.8 Bump minimist from 1.2.5 to 1.2.8 in /frontend commit ebf07a7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 06:52:21 2023 +0000 Bump json5 from 2.1.3 to 2.2.2 in /docs Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.1.3...v2.2.2) --- updated-dependencies: - dependency-name: json5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit abe6493 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 06:51:40 2023 +0000 Bump express from 4.17.1 to 4.17.3 in /docs Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.1...4.17.3) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit 9f192ab Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 06:51:33 2023 +0000 Bump decode-uri-component from 0.2.0 to 0.2.1 in /docs Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit 52e013d Merge: 448c8a2 452838b Author: jc21 <[email protected]> Date: Tue Mar 7 16:51:30 2023 +1000 Merge pull request NginxProxyManager#2410 from NginxProxyManager/dependabot/npm_and_yarn/docs/loader-utils-2.0.4 Bump loader-utils from 2.0.3 to 2.0.4 in /docs commit 331da38 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 06:51:11 2023 +0000 Bump minimist from 1.2.5 to 1.2.8 in /frontend Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit e227f41 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 06:51:09 2023 +0000 Bump minimist from 1.2.5 to 1.2.8 in /backend Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit 88fa7cd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 06:51:08 2023 +0000 Bump liquidjs from 9.15.0 to 10.0.0 in /backend Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.15.0 to 10.0.0. - [Release notes](https://github.com/harttle/liquidjs/releases) - [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md) - [Commits](harttle/liquidjs@v9.15.0...v10.0.0) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit f3b3072 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 06:51:02 2023 +0000 Bump async from 3.2.0 to 3.2.2 in /docs Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](caolan/async@v3.2.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit cf6cc7d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Mar 7 06:50:55 2023 +0000 Bump jsonwebtoken from 8.5.1 to 9.0.0 in /backend Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit 448c8a2 Merge: 634cfe1 b69e493 Author: jc21 <[email protected]> Date: Tue Mar 7 16:50:37 2023 +1000 Merge pull request NginxProxyManager#2523 from NginxProxyManager/dependabot/npm_and_yarn/backend/json5-2.2.3 Bump json5 from 2.1.3 to 2.2.3 in /backend commit 634cfe1 Merge: 7597515 7ca3a9e Author: jc21 <[email protected]> Date: Tue Mar 7 16:50:30 2023 +1000 Merge pull request NginxProxyManager#2534 from NginxProxyManager/dependabot/npm_and_yarn/backend/knex-2.4.0 Bump knex from 0.20.15 to 2.4.0 in /backend commit 7597515 Merge: 93f57ae a9e84f1 Author: jc21 <[email protected]> Date: Tue Mar 7 16:50:18 2023 +1000 Merge pull request NginxProxyManager#2564 from NginxProxyManager/dependabot/npm_and_yarn/frontend/ua-parser-js-0.7.33 Bump ua-parser-js from 0.7.28 to 0.7.33 in /frontend commit 93f57ae Merge: ef6da1b d2f707b Author: jc21 <[email protected]> Date: Tue Mar 7 16:49:58 2023 +1000 Merge pull request NginxProxyManager#2583 from NginxProxyManager/dependabot/npm_and_yarn/docs/http-cache-semantics-4.1.1 Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs commit ef6da1b Merge: 4ad9e68 2332689 Author: jc21 <[email protected]> Date: Tue Mar 7 16:49:50 2023 +1000 Merge pull request NginxProxyManager#2584 from NginxProxyManager/dependabot/npm_and_yarn/backend/http-cache-semantics-4.1.1 Bump http-cache-semantics from 4.1.0 to 4.1.1 in /backend commit 4ad9e68 Merge: 9b35e7c 8864960 Author: jc21 <[email protected]> Date: Tue Mar 7 16:49:44 2023 +1000 Merge pull request NginxProxyManager#2585 from NginxProxyManager/dependabot/npm_and_yarn/frontend/http-cache-semantics-4.1.1 Bump http-cache-semantics from 4.1.0 to 4.1.1 in /frontend commit 9b35e7c Merge: fd30cfe 1ac2841 Author: jc21 <[email protected]> Date: Tue Mar 7 16:49:28 2023 +1000 Merge pull request NginxProxyManager#2644 from NginxProxyManager/dependabot/npm_and_yarn/docs/dns-packet-5.4.0 Bump dns-packet from 5.2.2 to 5.4.0 in /docs commit 2aa6e55 Author: campingwoelfe <[email protected]> Date: Mon Mar 6 15:31:39 2023 +0100 Update certbot-dns-ionos plugin commit 1ac2841 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 2 21:13:16 2023 +0000 Bump dns-packet from 5.2.2 to 5.4.0 in /docs Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.2.2 to 5.4.0. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](mafintosh/dns-packet@v5.2.2...5.4.0) --- updated-dependencies: - dependency-name: dns-packet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit b0fd976 Author: Jocelyn Le Sage <[email protected]> Date: Sun Feb 26 22:17:17 2023 -0500 Make sure to lowercase email address entered by the user during login. commit 7fe7e94 Author: Kamil Skrzypinski <[email protected]> Date: Sun Feb 26 20:10:25 2023 +0100 Mitigate CVE-2023-23596 by changing child_process.exec to child_process.execFile commit 8864960 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Feb 3 12:12:27 2023 +0000 Bump http-cache-semantics from 4.1.0 to 4.1.1 in /frontend Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit 2332689 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Feb 3 12:12:01 2023 +0000 Bump http-cache-semantics from 4.1.0 to 4.1.1 in /backend Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit d2f707b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Feb 3 05:19:25 2023 +0000 Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit a7f0c3b Author: Blaž Zupan <[email protected]> Date: Thu Feb 2 19:19:37 2023 -0800 Use ssl_reject_handshake to reject requests to default https site Instead of creating a dummy certificate, we can return an SSL protocol error, which will generate a descriptive error message in the browser. commit a9e84f1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Jan 27 04:36:34 2023 +0000 Bump ua-parser-js from 0.7.28 to 0.7.33 in /frontend Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md) - [Commits](faisalman/ua-parser-js@0.7.28...0.7.33) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit 7ca3a9e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Jan 11 02:35:51 2023 +0000 Bump knex from 0.20.15 to 2.4.0 in /backend Bumps [knex](https://github.com/knex/knex) from 0.20.15 to 2.4.0. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](knex/knex@0.20.15...2.4.0) --- updated-dependencies: - dependency-name: knex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit c80d099 Author: Jake Merdich <[email protected]> Date: Tue Jan 10 01:59:04 2023 -0500 ACL changes should not blow away cert config When editing an access list, all affected sites get their config updated without certificates, functionally breaking https on those sites until they get a manual config change that rewrites the config properly. Properly fetch the certificate from the DB before `bulkGenerateConfigs` so it gets updated right. I am not certain whether there are similar bugs in other places that use `bulkGenerateConfigs`. Should fix NginxProxyManager#2254 commit 35aba13 Author: Jérôme Groven <[email protected]> Date: Mon Jan 9 09:19:08 2023 +0100 Add Online (online.net) DNS provider commit b69e493 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Jan 6 02:33:27 2023 +0000 Bump json5 from 2.1.3 to 2.2.3 in /backend Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.1.3...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> commit 99d73a2 Author: Tobia De Koninck <[email protected]> Date: Wed Dec 28 11:26:33 2022 +0100 Update certbot desec plugin fixes NginxProxyManager#2485 commit 3c23aa9 Author: BitsOfAByte <[email protected]> Date: Fri Dec 2 21:32:04 2022 +0000 Load events configuration from custom file commit 8dee139 Author: plantysnake <[email protected]> Date: Mon Nov 21 01:46:42 2022 +0300 Fix linter issues commit 6349cb6 Author: plantysnake <[email protected]> Date: Fri Nov 18 15:06:19 2022 +0300 Fix cerbot plugin installation issues commit 452838b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Nov 18 00:00:12 2022 +0000 Bump loader-utils from 2.0.3 to 2.0.4 in /docs Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](webpack/loader-utils@v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit edf369a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Mar 23 17:18:07 2022 +0000 Bump node-forge from 1.0.0 to 1.3.0 in /docs Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.0.0 to 1.3.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](digitalbazaar/forge@v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit 4251157 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Mar 14 21:21:19 2022 +0000 Bump ansi-html from 0.0.7 to 0.0.8 in /docs Bumps [ansi-html](https://github.com/Tjatse/ansi-html) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/Tjatse/ansi-html/releases) - [Commits](https://github.com/Tjatse/ansi-html/commits) --- updated-dependencies: - dependency-name: ansi-html dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> commit 9866eec Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Mar 14 21:20:37 2022 +0000 Bump postcss from 8.2.10 to 8.2.13 in /docs Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.2.10...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
When editing an access list, all affected sites get their config updated without certificates, functionally breaking https on those sites until they get a manual config change that rewrites the config properly. Properly fetch the certificate from the DB before
bulkGenerateConfigs
so it gets updated right.I am not certain whether there are similar bugs in other places that use
bulkGenerateConfigs
.Should fix #2254