jc21
|
28f72086ec
|
Merge pull request #592 from jc21/develop
v2.5.0
|
2020-09-04 09:07:47 +10:00 |
|
Jamie Curnow
|
a6b9bd7b01
|
Version bump and contributors
|
2020-09-03 14:11:44 +10:00 |
|
Jamie Curnow
|
2c5eac9dad
|
Merge branch 'master' of github.com:jc21/nginx-proxy-manager into develop
|
2020-09-03 14:03:43 +10:00 |
|
jc21
|
87f61b8527
|
Merge pull request #572 from jipjan/features/dns-cloudflare
Add DNS CloudFlare with wildcard support
|
2020-09-03 14:01:05 +10:00 |
|
jc21
|
74bfe490c6
|
Merge pull request #587 from duhruh/bug/custom-ssl-inputs
Allow inputs to update
|
2020-09-03 13:53:17 +10:00 |
|
David Rivera
|
015167f34d
|
Allow inputs to update
|
2020-08-29 20:24:51 -07:00 |
|
jc21
|
4bafc7ff1a
|
Merge pull request #546 from jc21/dependabot/npm_and_yarn/docs/prismjs-1.21.0
Bump prismjs from 1.20.0 to 1.21.0 in /docs
|
2020-08-25 10:51:11 +10:00 |
|
jc21
|
bf8beb50b4
|
Merge pull request #559 from jlesage/remove-webroot-certbot-arg
Removed the hardcoded `--webroot` certbot argument to better support DNS challenge
|
2020-08-25 08:44:00 +10:00 |
|
jc21
|
e5034a34f5
|
Merge pull request #570 from jc21/dependabot/npm_and_yarn/backend/bcrypt-5.0.0
Bump bcrypt from 4.0.1 to 5.0.0 in /backend
|
2020-08-25 08:31:48 +10:00 |
|
Jaap-Jan de Wit
|
a561605653
|
show in ssl certificates list that CloudFlare is used
|
2020-08-24 09:09:52 +00:00 |
|
Jaap-Jan de Wit
|
e8596c1554
|
cloudflare DNS also possible while adding proxy, redirection and 404
|
2020-08-24 09:00:00 +00:00 |
|
Jaap-Jan de Wit
|
ab67481e99
|
fix eslint errors
|
2020-08-23 18:56:25 +00:00 |
|
Jaap-Jan de Wit
|
1b611e67c8
|
Merge commit 'c5aa2b9f771cbd4c78c239ed0791aeb8d9e4d2e4' into features/dns-cloudflare
|
2020-08-23 18:30:07 +00:00 |
|
Jaap-Jan de Wit
|
c5aa2b9f77
|
add cloudflare renew and make revoke working for both by deleting unnecessary config command
|
2020-08-23 18:29:16 +00:00 |
|
Jaap-Jan de Wit
|
cff6c4d1f5
|
- prevent wildcard generation when not using Cloudflare dns
- fix cloudflare token required logic
|
2020-08-23 16:48:14 +00:00 |
|
Jaap-Jan de Wit
|
077cf75ef2
|
wildcard support
|
2020-08-23 13:24:20 +00:00 |
|
Jaap-Jan de Wit
|
ff1770204c
|
request via cloudflare dns working
|
2020-08-23 12:50:41 +00:00 |
|
Jaap-Jan de Wit
|
b9a95840e0
|
add cloudflare dns option to letsencrypt via manual certificate
|
2020-08-23 11:40:41 +00:00 |
|
Jaap-Jan de Wit
|
2d7576c57e
|
add cloudflare dns also to dev docker file
|
2020-08-23 10:54:36 +00:00 |
|
Jaap-Jan
|
251aac716a
|
Add CloudFlare DNS plugin to certbot
|
2020-08-21 09:49:43 +02:00 |
|
jc21
|
6694a42270
|
Merge pull request #560 from jlesage/remove-from-unixtime
Removed usage of `FROM_UNIXTIME` mysql-specific function.
|
2020-08-21 14:21:40 +10:00 |
|
dependabot[bot]
|
f78a4c6ad1
|
Bump bcrypt from 4.0.1 to 5.0.0 in /backend
Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v4.0.1...v5.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-08-20 17:01:00 +00:00 |
|
Jocelyn Le Sage
|
83fad8bcda
|
Removed usage of FROM_UNIXTIME mysql-specific function.
This provide better interoperability with different databases (e.g. sqlite).
Fixes #557
|
2020-08-14 19:31:05 -04:00 |
|
Jocelyn Le Sage
|
f539e813aa
|
Removed the hardcoded --webroot certbot argument to better support DNS challenge. Also, this option is already set in the default letsencrypt.ini .
|
2020-08-14 14:28:03 -04:00 |
|
Jamie Curnow
|
5d65166777
|
Ignore local subnets for real IP determination
|
2020-08-12 09:32:40 +10:00 |
|
dependabot[bot]
|
70346138a7
|
Bump prismjs from 1.20.0 to 1.21.0 in /docs
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-08-08 00:02:04 +00:00 |
|
jc21
|
d68656559c
|
Merge pull request #544 from jlesage/sqlite-now-helper-fix
Fixed now_helper for sqlite (time is missing)
|
2020-08-07 08:37:00 +10:00 |
|
Jocelyn Le Sage
|
01660b5b80
|
Fixed now_helper for sqlite: it should also returns the time.
|
2020-08-06 17:16:22 -04:00 |
|
jc21
|
74010acd85
|
Merge pull request #543 from jc21/develop
v2.4.0
|
2020-08-06 16:00:10 +10:00 |
|
Jamie Curnow
|
7c7d255172
|
Added another contributor
|
2020-08-06 14:46:19 +10:00 |
|
jc21
|
058f1e9835
|
Merge pull request #464 from vrenjith/patch-1
Update location-item.ejs - forward_host size increase to 200
|
2020-08-06 14:45:09 +10:00 |
|
Jamie Curnow
|
b4fc629ec0
|
Bumped version
|
2020-08-06 14:43:34 +10:00 |
|
Jamie Curnow
|
ae06b2da75
|
Updated deps and added contributor
|
2020-08-06 14:40:54 +10:00 |
|
Jamie Curnow
|
54d423a11f
|
Updated doc for sqlite
|
2020-08-06 14:27:29 +10:00 |
|
Jamie Curnow
|
5da6c97a00
|
Pull cypress tests from correct location
|
2020-08-06 13:57:33 +10:00 |
|
Jamie Curnow
|
bf2f13443f
|
Cypress fixes
|
2020-08-06 12:47:24 +10:00 |
|
Jamie Curnow
|
9ce4c3fe2f
|
CI fix
|
2020-08-06 12:02:47 +10:00 |
|
Jamie Curnow
|
4a07bf666d
|
Added users cypress tests
|
2020-08-06 11:57:31 +10:00 |
|
Jamie Curnow
|
5be46b4b20
|
Cypress fixes
|
2020-08-06 11:26:37 +10:00 |
|
Jamie Curnow
|
7fd825b76b
|
Use development config file in CI
|
2020-08-06 10:59:25 +10:00 |
|
Jamie Curnow
|
b23d59dec7
|
Updated cypress to 4.12.1
|
2020-08-06 09:00:52 +10:00 |
|
Jamie Curnow
|
492d450d26
|
Sqlite Tweaks
- Added cypress testing in CI for sqlite
- Cleaned up promises in setup
- Ensure check for settings is strict
|
2020-08-06 08:58:20 +10:00 |
|
jc21
|
04412f3624
|
Merge pull request #510 from tg44/multidb-re
Multidb - sqlite support
|
2020-08-06 08:33:00 +10:00 |
|
Jamie Curnow
|
c41057b28a
|
Revert builx push experiment
|
2020-07-31 09:28:45 +10:00 |
|
Jamie Curnow
|
8312bc0100
|
Use same tags for experiment
|
2020-07-30 14:00:59 +10:00 |
|
Jamie Curnow
|
85ac43bc5e
|
Merge branch 'master' of github.com:jc21/nginx-proxy-manager into develop
|
2020-07-30 08:31:18 +10:00 |
|
Jamie Curnow
|
d1a0780c7a
|
Attempt to circumvent docker login token timeouts
|
2020-07-30 08:30:26 +10:00 |
|
jc21
|
f9b8d76527
|
Merge pull request #513 from jc21/dependabot/npm_and_yarn/frontend/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /frontend
|
2020-07-20 12:39:10 +10:00 |
|
jc21
|
26f00eeae4
|
Merge branch 'master' into dependabot/npm_and_yarn/frontend/lodash-4.17.19
|
2020-07-20 10:59:15 +10:00 |
|
jc21
|
1bc2df2178
|
Merge pull request #514 from jc21/dependabot/npm_and_yarn/docs/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /docs
|
2020-07-20 10:58:36 +10:00 |
|