Commit Graph

  • f650137c84 Fixes eslint errors chaptergy 2021-10-12 15:42:22 +0200
  • 02d3093d88 Finalizes SSL Passthrough hosts chaptergy 2021-10-12 15:25:46 +0200
  • ab026e5e18 Merge branch 'develop' chaptergy 2021-10-12 13:44:50 +0200
  • 725ba83606
    Merge pull request #1443 from jc21/dependabot/npm_and_yarn/docs/ansi-regex-5.0.1 jc21 2021-10-12 10:36:48 +1000
  • 281906c0b5
    Merge pull request #1476 from jc21/dependabot/npm_and_yarn/backend/objection-2.2.16 jc21 2021-10-12 10:36:34 +1000
  • 8ed121f43d
    Bump ansi-regex from 5.0.0 to 5.0.1 in /docs dependabot[bot] 2021-10-11 01:57:51 +0000
  • 81a9cab2b3
    Merge pull request #1464 from jc21/fixes-navigation-on-mobile jc21 2021-10-11 11:55:37 +1000
  • 8d98a417c5
    Merge pull request #1469 from jc21/certbot-plugin-updates jc21 2021-10-11 11:54:51 +1000
  • 6fa81b179b
    Bump objection from 2.2.2 to 2.2.16 in /backend dependabot[bot] 2021-10-11 01:53:33 +0000
  • 9e169fbb42
    Merge pull request #1474 from Djelibeybi/add-oci-dns jc21 2021-10-11 11:53:26 +1000
  • 27f84f880a Updated node-sass and sass-loader Jamie Curnow 2021-10-11 11:11:46 +1000
  • 5a2548c89d WIP: complete control of new passthrough host type chaptergy 2021-10-10 23:49:57 +0200
  • 5b1f0cead1 WIP: started adding new host type ssl passthrough chaptergy 2021-10-10 23:49:07 +0200
  • 0d9c941b4e
    Add support for Oracle Cloud Infrastructure (OCI) DNS Avi Miller 2021-10-10 08:29:25 +1100
  • 8865aa9c8c Fixes formatting chaptergy 2021-10-07 17:39:18 +0200
  • 6d8c4218f1 Replaces fixed certbot plugin version with optional version requirements chaptergy 2021-10-07 17:13:48 +0200
  • c134a43337 Updates DirectAdmin plugin to prevent certbot downgrade chaptergy 2021-10-06 17:58:07 +0200
  • 780759dc27 Adds toggle to header to display menu on mobile chaptergy 2021-10-05 21:00:10 +0200
  • 85128f08f3
    Merge pull request #1409 from jc21/dependabot/npm_and_yarn/docs/set-value-4.0.1 jc21 2021-09-30 13:16:28 +1000
  • d2f8c1e5f1
    Merge pull request #1412 from jc21/dependabot/npm_and_yarn/docs/prismjs-1.25.0 jc21 2021-09-30 13:16:20 +1000
  • 9c88b9c1e9
    Merge pull request #1415 from jc21/dependabot/npm_and_yarn/docs/nth-check-2.0.1 jc21 2021-09-30 13:16:10 +1000
  • 13fd2ce4e2
    Bump nth-check from 1.0.2 to 2.0.1 in /docs dependabot[bot] 2021-09-22 04:54:41 +0000
  • 9979f516d6
    Bump prismjs from 1.24.0 to 1.25.0 in /docs dependabot[bot] 2021-09-20 21:48:33 +0000
  • 39a5cd2d6e
    Bump set-value from 3.0.2 to 4.0.1 in /docs dependabot[bot] 2021-09-16 04:26:17 +0000
  • 784516283f
    Merge pull request #1399 from nikhen/i845 jc21 2021-09-13 11:03:22 +1000
  • ce503232c3 data.email should NOT be shorter than 8 characters #845 nikhen 2021-09-12 15:01:55 +0200
  • f2edf9130f
    Merge pull request #1396 from nikhen/develop jc21 2021-09-12 20:42:51 +1000
  • 413ab50fc4 Change example IP: 0.0.0.0 -> 203.0.113.25 nikhen 2021-09-12 12:28:25 +0200
  • c1880bd3ff 1.1.1.1 used as a placeholder, despite being real external website/address #686 nikhen 2021-09-11 17:21:32 +0200
  • 0f0a672275 Added another contributor Jamie Curnow 2021-09-10 14:49:11 +1000
  • 06c5f991e7
    Merge pull request #1390 from jc21/develop v2.9.9 jc21 2021-09-10 13:50:47 +1000
  • babc5b7a38 Bumped version Jamie Curnow 2021-09-10 07:54:10 +1000
  • b96c996a45 Log more info for internal errors in debug mode Jamie Curnow 2021-09-09 08:46:09 +1000
  • a91dcb144d Use model for db defaults as sqlite doesn't support them openidc Jamie Curnow 2020-08-27 10:10:31 +1000
  • e7f7be2a2b OpenIDC: Trigger the change event of the "restrict users" toggle when enabling/disabling oidc. Subv 2020-06-02 18:52:08 -0500
  • 076d89b5b5 Use localized strings for the OpenID Connect texts. Subv 2020-05-29 23:05:17 -0500
  • 8539930f89 Updated the docs to add a section about OpenID Connect Subv 2020-05-28 00:31:51 -0500
  • 87d9babbd3 Fix conditionals in the liquid template for OpenID Connect conf. Subv 2020-05-23 12:55:47 -0500
  • 9f2d3a1737 Manually set the default values for the OpenID Connect columns. Subv 2020-05-23 11:46:28 -0500
  • daf399163c Allow limiting OpenID Connect auth to a list of users. Subv 2020-05-22 17:01:22 -0500
  • cdf702e545 Add a field to specify a list of allowed emails when using OpenID Connect auth. Subv 2020-05-22 15:51:34 -0500
  • 5811345050 Use OpenResty instead of plain nginx to support OpenID Connect authorization. Subv 2020-05-25 11:45:47 -0500
  • 53792a5cf7 Add database columns to store OpenID Connect information for Proxy Hosts. Subv 2020-05-22 12:31:03 -0500
  • 8e10b7da37 Add UI tab for specifying OpenID Connect options for proxy hosts. Subv 2020-05-22 11:28:30 -0500
  • fb8f2c2f9a
    Merge pull request #1384 from bergi9/patch-1 jc21 2021-09-08 11:30:00 +1000
  • 6794937391
    Merge pull request #1376 from realJoshByrnes/develop jc21 2021-09-08 10:52:25 +1000
  • f022e84979
    Add SSL and HTTP2 into IPv6 on listen.conf bergi9 2021-09-07 22:50:49 +0200
  • fd5ac952cc Fixed some typos in Advanced Config readme Josh Byrnes 2021-09-05 05:47:14 +1000
  • 07f60e5c77
    Merge pull request #1367 from jc21/dependabot/npm_and_yarn/docs/tar-6.1.11 jc21 2021-09-02 11:52:52 +1000
  • 628b8a7e1f
    Merge pull request #1368 from jc21/dependabot/npm_and_yarn/backend/tar-4.4.19 jc21 2021-09-02 11:52:39 +1000
  • 30a442807d
    Bump tar from 4.4.15 to 4.4.19 in /backend dependabot[bot] 2021-09-02 00:11:00 +0000
  • 1626c8edd1
    Merge pull request #1343 from ssrahul96/develop jc21 2021-09-02 10:09:45 +1000
  • ca6561bf6c
    updated debug statement Rahul Somasundaram 2021-09-01 11:50:51 +0530
  • 273a81471d
    Revert "updated debug statement" Rahul Somasundaram 2021-09-01 11:47:47 +0530
  • 8b07a67133
    updated debug statement Rahul Somasundaram 2021-09-01 11:46:10 +0530
  • 32089ea272
    deferenced symlinks and downloaded the certs from live directory Rahul Somasundaram 2021-09-01 11:41:27 +0530
  • 658acd147c
    updated certificate path Rahul Somasundaram 2021-09-01 07:38:11 +0530
  • ca3370a6ac
    Merge pull request #1366 from BjoernAkAManf/patch-1 jc21 2021-09-01 07:25:35 +1000
  • c4e2557de2
    Bump tar from 6.1.6 to 6.1.11 in /docs dependabot[bot] 2021-08-31 19:03:35 +0000
  • 6f2b4fdf86
    Forwarding host should be anyOf not oneOf Björn Heinrichs 2021-08-31 19:27:43 +0200
  • f302ff71c9
    corrected message Rahul Somasundaram 2021-08-30 16:36:13 +0530
  • fee87a44d6
    Merge pull request #1348 from jc21/develop v2.9.8 jc21 2021-08-25 10:11:10 +1000
  • 8944609b63
    fixed linting Rahul Somasundaram 2021-08-24 07:28:17 +0530
  • be87c45f27
    thrown exception for non LE certificates Rahul Somasundaram 2021-08-24 06:01:08 +0530
  • 1b1807c79a removed debug lines Rahul Somasundaram 2021-08-23 18:03:47 +0530
  • a8f4699816 [frontend] certificate download changes Rahul Somasundaram 2021-08-23 15:47:03 +0530
  • ac3df6dd77
    fixed comments Rahul Somasundaram 2021-08-23 09:29:33 +0530
  • 5c67908460 Bump version, added contributors Jamie Curnow 2021-08-23 13:55:48 +1000
  • 7b67ef3015
    fixed linting Rahul Somasundaram 2021-08-23 09:17:42 +0530
  • e5a3b5ee2f
    added endpoint to download certificates Rahul Somasundaram 2021-08-23 09:03:24 +0530
  • 5e9ff4d2bf Add healthcheck back for ci containers Jamie Curnow 2021-08-23 09:28:59 +1000
  • daa71764b6
    Merge pull request #1338 from bmbvenom/patch-1 jc21 2021-08-23 08:52:01 +1000
  • 6a6c2ef192 Remove healthchecks and mention how to optin to them in docs Jamie Curnow 2021-08-23 08:50:07 +1000
  • 320315956d
    remove dummy cert references to Nginx Proxy Manager bmbvenom 2021-08-21 22:37:14 -0700
  • 4f10d129c2 Reload nginx after access list change. Fixes #1328 Jamie Curnow 2021-08-19 08:55:53 +1000
  • 62eb3fcd85 Updated docker base image location Jamie Curnow 2021-08-17 11:28:30 +1000
  • ab40e4e2cf
    Merge pull request #1036 from BjoernAkAManf/master jc21 2021-08-16 13:40:40 +1000
  • 0bb9450642
    Merge pull request #1323 from jc21/dependabot/npm_and_yarn/docs/url-parse-1.5.2 jc21 2021-08-16 13:38:16 +1000
  • a6e15532b9
    Bump url-parse from 1.5.0 to 1.5.2 in /docs dependabot[bot] 2021-08-16 03:37:58 +0000
  • 9a89a8a77e
    Merge pull request #1209 from jc21/dependabot/npm_and_yarn/docs/prismjs-1.24.0 jc21 2021-08-16 13:37:56 +1000
  • fe3675dc7a
    Merge pull request #1210 from jc21/dependabot/npm_and_yarn/backend/normalize-url-4.5.1 jc21 2021-08-16 13:37:47 +1000
  • 5c9acc2bff
    Merge pull request #1309 from jc21/dependabot/npm_and_yarn/backend/path-parse-1.0.7 jc21 2021-08-16 13:37:36 +1000
  • c94e937a50
    Merge pull request #1308 from jc21/dependabot/npm_and_yarn/frontend/path-parse-1.0.7 jc21 2021-08-16 13:37:26 +1000
  • 3e4e10e644
    Merge pull request #1310 from jc21/dependabot/npm_and_yarn/docs/path-parse-1.0.7 jc21 2021-08-16 13:37:15 +1000
  • ba7bb57ca2
    Incorporate feedback Björn Heinrichs 2021-08-13 11:32:01 +0200
  • 14c125150a
    Bump path-parse from 1.0.6 to 1.0.7 in /docs dependabot[bot] 2021-08-12 03:03:43 +0000
  • 053701a702
    Bump path-parse from 1.0.6 to 1.0.7 in /backend dependabot[bot] 2021-08-12 00:57:11 +0000
  • 3fc3e43042
    Bump path-parse from 1.0.6 to 1.0.7 in /frontend dependabot[bot] 2021-08-12 00:56:50 +0000
  • b0dc68d7d4
    Merge pull request #1300 from FMeinicke/develop jc21 2021-08-09 15:30:53 +1000
  • e895baaeb4 Add deSEC DNS provider Florian Meinicke 2021-08-08 18:34:22 +0200
  • c47f6fdb21
    Merge pull request #1294 from jc21/develop jc21 2021-08-07 21:15:47 +1000
  • 9e188e441a
    Merge branch 'master' into develop v2.9.7 jc21 2021-08-07 20:06:40 +1000
  • f6efcdf9f9 Bumped version Jamie Curnow 2021-08-07 20:05:35 +1000
  • b1ceda3af4 Update letsencrypt.ini to support ECDSA keys David Dosoudil 2021-07-28 11:25:24 +0100
  • cd3a0684d0
    Merge pull request #1293 from jc21/dependabot/npm_and_yarn/docs/tar-6.1.6 jc21 2021-08-07 19:07:08 +1000
  • f25e54c6cb
    Merge pull request #1211 from gabbe/dns-loopia jc21 2021-08-07 13:04:11 +1000
  • 66f86cf497
    Merge pull request #1258 from nightah/fix-location-proxy_pass jc21 2021-08-07 13:03:33 +1000
  • d260edc547
    Bump tar from 6.0.2 to 6.1.6 in /docs dependabot[bot] 2021-08-07 03:02:18 +0000
  • ba1e6fa984
    Merge pull request #1265 from phantomski77/master jc21 2021-08-07 13:01:14 +1000
  • 6b59f36213
    Merge pull request #1287 from jc21/dependabot/npm_and_yarn/backend/tar-4.4.15 jc21 2021-08-07 13:00:55 +1000