Commit graph

1054 commits

Author SHA1 Message Date
Hintay
4f25a0c670
chore: migrate to ESlint v9 2024-10-24 01:40:20 +09:00
Jacky
8c00292fa1
Merge pull request #639 from 0xJacky/dependabot/npm_and_yarn/app/dev/simplewebauthn/types-11.0.0
chore(deps-dev): bump @simplewebauthn/types from 10.0.0 to 11.0.0 in /app
2024-10-23 23:02:36 +08:00
Hintay
91d7fd3021
chore: add support for renovate 2024-10-23 23:25:51 +09:00
Hintay
0875d720c5
chore: update the error messages in the install script to make them clear 2024-10-23 22:47:39 +09:00
Jacky
0378ff4438
fix(site-add): failed to add location #637 2024-10-23 20:23:54 +08:00
dependabot[bot]
2bf3343379
chore(deps-dev): bump @simplewebauthn/types in /app
Bumps [@simplewebauthn/types](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/types) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/MasterKale/SimpleWebAuthn/releases)
- [Changelog](https://github.com/MasterKale/SimpleWebAuthn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MasterKale/SimpleWebAuthn/commits/v11.0.0/packages/types)

---
updated-dependencies:
- dependency-name: "@simplewebauthn/types"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-23 10:07:30 +00:00
Jacky
4747c6916e
Merge pull request #644 from 0xJacky/refactor/migrate-cosy
Refactor/migrate-cosy
2024-10-23 18:06:08 +08:00
Hintay
a66b7dbc05
chore(ci): push all documents to Pages with tags 2024-10-23 19:04:38 +09:00
Jacky
69bb8d69c1
chore: update .gitignore 2024-10-23 17:57:45 +08:00
Jacky
38a019720b
enhance(demo): ban Internet 2024-10-23 17:39:57 +08:00
Jacky
3667294e87
chore: update translations 2024-10-23 17:08:05 +08:00
Jacky
7795740704
fix: demo resources 2024-10-23 17:07:57 +08:00
Jacky
a0c005f314
refactor(preference): show more settings 2024-10-23 16:51:54 +08:00
Jacky
59947a35db
enhance: user token storage 2024-10-23 11:48:58 +08:00
Jacky
925e61abf4
fix: update demo database and app.ini; enhance: migration 2024-10-23 11:48:41 +08:00
Jacky
f8e17dc7e4
chore: deploy docs only when push to dev or main 2024-10-23 00:01:31 +08:00
Jacky
80cb8e1151
docs: update docs regarding to settings v2 2024-10-22 23:56:56 +08:00
Jacky
ddc0bf0cdf
Merge pull request #643 from 321hendrik/patch-1
Use redirect instead of rewrite for reverse proxy example
2024-10-22 19:31:40 +08:00
Hendrik Haas
febd1e1107
Use redirect instead of rewrite for reverse proxy example
According to http://nginx.org/en/docs/http/converting_rewrite_rules.html this is the better way to implement redirects. It is easier to parse and understand.
2024-10-22 13:27:00 +02:00
Jacky
60034145fa
chore: update deps 2024-10-22 17:44:43 +08:00
Jacky
918f920d57
fix: gen code generator; some unit tests 2024-10-22 17:27:40 +08:00
Jacky
33a996e777
refactor: migrate to new cosy 2024-10-22 16:38:38 +08:00
Jacky
6082aef5d5
feat: pre-translated tr_TR by poedit(deepl) 2024-10-19 18:02:58 +08:00
Jacky
6449322675
feat(translation): add tr_TR template 2024-10-19 17:54:06 +08:00
Jacky
be680a95d9
Merge pull request #618 from 0xJacky/dependabot/npm_and_yarn/app/dev/simplewebauthn/browser-11.0.0
chore(deps): bump @simplewebauthn/browser from 10.0.0 to 11.0.0 in /app
2024-10-19 13:30:09 +08:00
Jacky
0e1efd35fc
feat(site): add status filter #633 2024-10-19 13:21:33 +08:00
Jacky
ef7be186c4
fix: rsa 8192 certificate deploy issue #626 2024-10-19 11:23:17 +08:00
Jacky
2a9ac5dbc6
chore: update translations 2024-10-19 11:22:35 +08:00
Jacky
c2c3147b78
feat(site-editor): added alert if nginx is not running #425 2024-10-19 10:57:44 +08:00
Jacky
3d58c016c8
fix: register acme user panic 2024-10-19 10:30:34 +08:00
Jacky
bf8b7bcc2d
enhance(cert): get more error info about dnsproviders 2024-10-18 23:40:18 +08:00
dependabot[bot]
6b13ef01f7
chore(deps): bump @simplewebauthn/browser from 10.0.0 to 11.0.0 in /app
Bumps [@simplewebauthn/browser](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/browser) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/MasterKale/SimpleWebAuthn/releases)
- [Changelog](https://github.com/MasterKale/SimpleWebAuthn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MasterKale/SimpleWebAuthn/commits/v11.0.0/packages/browser)

---
updated-dependencies:
- dependency-name: "@simplewebauthn/browser"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 13:29:45 +00:00
Jacky
6cc75254c4
chore: update deps 2024-10-18 21:27:50 +08:00
Jacky
91799e64c4
feat(template): add selection box; add scheme and host field for reverse_proxy #608 2024-10-14 17:53:02 +08:00
Jacky
77666f4cc6
chore: update readme.md 2024-10-14 10:29:27 +08:00
Jacky
3ff4965626
fix: code highlight in ChatGPT history 2024-10-14 10:25:48 +08:00
Jacky
598d91a417
style: format go code with tab indent #605 2024-10-14 10:14:43 +08:00
Jacky
96cff98c66
chore: update docs 2024-10-09 08:51:41 +08:00
Jacky
4951f5af32
chore: prepare v2.0.0-beta.36 2024-10-09 08:40:08 +08:00
Jacky
379529c449
chore: upgrade marked to v14 2024-10-08 15:05:08 +08:00
Jacky
7896cfa65a
Merge pull request #598 from 0xJacky/dependabot/npm_and_yarn/app/dev/pinia-plugin-persistedstate-4.1.1
chore(deps): bump pinia-plugin-persistedstate from 3.2.3 to 4.1.1 in /app
2024-10-08 13:13:24 +08:00
Jacky
6d09ff5919
feat: add LogDirWhiteList option 2024-10-08 12:32:57 +08:00
Jacky
27f751671b
enhance: removed the ability to modify nginx log path settings online 2024-10-08 10:33:34 +08:00
Jacky
abd76ff930
enhance: clean filepath 2024-10-08 10:14:39 +08:00
dependabot[bot]
3af6e722e9
chore(deps): bump pinia-plugin-persistedstate in /app
Bumps [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) from 3.2.3 to 4.1.1.
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v3.2.3...v4.1.1)

---
updated-dependencies:
- dependency-name: pinia-plugin-persistedstate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 22:01:29 +00:00
Jacky
46a9ccbdf1
feat: add proxy option for acme user 2024-10-07 12:19:20 +08:00
Jacky
deda31a6e1
enhance: proxy settings 2024-10-07 11:07:44 +08:00
Jacky
957d4754f7
Merge pull request #595 from 0xJacky/dependabot/npm_and_yarn/docs/rollup-4.24.0
chore(deps): bump rollup from 4.21.3 to 4.24.0 in /docs
2024-10-06 23:27:24 +08:00
dependabot[bot]
94cef89183
chore(deps): bump rollup from 4.21.3 to 4.24.0 in /docs
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.3 to 4.24.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.21.3...v4.24.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-06 15:17:40 +00:00
Jacky
390eabf3a0
feat: support proxy settings from env #579 2024-10-06 23:17:21 +08:00