Jacky
b428bd264f
fix: update URL rendering logic to check for record status instead of enabled flag
2025-04-07 12:26:35 +00:00
Jacky
587d7c24cb
Merge pull request #945 from 0xJacky/feat/maintenance-mode
...
feat: maintenance mode #739
2025-04-07 20:21:15 +08:00
Jacky
5d3f478086
feat: maintenance mode #739
2025-04-07 19:11:54 +08:00
Jacky
191ddea309
feat(config): use encode/decode to handle url #249
2025-04-06 18:55:38 +08:00
Jacky
4b8d26cf5b
Merge pull request #944 from 0xJacky/feat/config-history
...
feat: config history
2025-04-06 16:59:30 +08:00
Jacky
300381f2f7
chore(demo): update db
2025-04-06 16:55:09 +08:00
Jacky
8f7574f212
fix(tls): no certificate available
2025-04-06 07:42:20 +00:00
Jacky
5864185615
feat(config): restore to history version
2025-04-06 04:01:21 +00:00
Jacky
530ef8e12f
chore: update translations
2025-04-06 10:43:51 +08:00
Jacky
57b8dfd2f9
feat: config history
2025-04-06 10:40:49 +08:00
Jacky
771859d3b8
feat(certificate): add certificate type detection and update logic in AddCert and ModifyCert functions
2025-04-06 01:08:14 +00:00
Jacky
440982fc76
feat(site): enhance site list with SSE integration and URL display using tags
2025-04-06 00:23:11 +00:00
Jacky
d30380c989
chore(demo): update db
2025-04-05 14:57:28 +00:00
Jacky
c013c468a0
feat(site): index url #736,#310
2025-04-05 20:52:34 +08:00
Jacky
94fcbf6362
feat(env_group): add post-sync action to environment and stream configurations #725
2025-04-05 18:58:02 +08:00
Jacky
c0f0980e9e
Merge pull request #943 from 0xJacky/renovate/all-minor-patch
...
chore(deps): update all non-major dependencies
2025-04-05 15:44:02 +08:00
Jacky
2d437ff0cc
feat(cluster): add reload and restart for nginx
2025-04-05 15:37:47 +08:00
renovate[bot]
a90631e5f2
chore(deps): update all non-major dependencies
2025-04-05 06:20:25 +00:00
Jacky
c086455772
feat(terminal): add warning for insecure HTTP connections in non-localhost environments
2025-04-05 02:59:36 +00:00
Jacky
a379211e3c
feat(env_group): migrate site_category to env_group
2025-04-05 10:49:34 +08:00
Jacky
de1860718e
feat(server): implement tls certificate hot-reload
2025-04-04 17:22:50 +08:00
Jacky
269397e114
refactor: cache index
2025-04-04 02:00:18 +00:00
Jacky
5d8d96fd4f
Merge pull request #942 from 0xJacky/renovate/all-minor-patch
...
chore(deps): update all non-major dependencies
2025-04-03 11:29:11 +08:00
renovate[bot]
4f4d1dcb23
chore(deps): update all non-major dependencies
2025-04-03 02:53:59 +00:00
Jacky
48c5a61a91
Merge pull request #941 from 0xJacky/enhance/nginx-log
...
enhance: nginx log
2025-04-02 19:47:38 +08:00
Jacky
7a9b7d552d
refactor: improve variable naming in nginx log filtering functions and enhance error message clarity
2025-04-02 11:13:10 +00:00
Jacky
56f4e5b87f
enhance: nginx log
2025-04-02 19:02:38 +08:00
Jacky
2e284c5aa1
fix: after refreshing the page, the drop-down menu will appear accidentally. #925
2025-04-02 03:32:37 +00:00
Jacky
83c9af8cad
refactor: reorganize self-check tasks and improve task management
...
- Moved self-check tasks into a structured task manager for better organization.
- Added frontend and backend task definitions with improved error handling.
- Updated SelfCheck.vue to utilize the new task manager for running checks and fixing tasks.
- Introduced HTTPS check task to ensure secure connections and warn about HTTP usage outside localhost.
- Enhanced WebSocket task to verify connection status with improved error reporting.
2025-04-02 03:08:41 +00:00
Jacky
75ad23f1fd
Merge pull request #936 from 0xJacky/renovate/all-minor-patch
...
chore(deps): update all non-major dependencies
2025-04-01 21:37:49 +08:00
renovate[bot]
e781de2b2b
chore(deps): update all non-major dependencies
2025-04-01 05:56:38 +00:00
Jacky
ccfd40a6e0
feat: add robots.txt to disallow all web crawlers
2025-03-31 02:55:53 +00:00
Jacky
5b8657d3b0
Merge pull request #937 from 0xJacky/feat/https
...
Feat/https
2025-03-31 10:49:02 +08:00
Jacky
543c0541db
feat: add build task for app and update version build_id
2025-03-31 02:44:43 +00:00
Jacky
51443dead2
fix: build error
2025-03-31 10:40:18 +08:00
Jacky
8eac1bb150
chore: update translations
2025-03-31 10:36:13 +08:00
Jacky
1ca802d829
feat: support https
2025-03-31 02:34:39 +00:00
Jacky
b1a7866725
Merge pull request #935 from 0xJacky/feat/backup
...
feat: backup and restore
2025-03-30 22:30:02 +08:00
Jacky
0ca9d84d10
feat: enhance restore functionality with nginx restart and countdown dialog
2025-03-30 14:02:53 +00:00
Jacky
4c2487580e
feat: update restore process with countdown modal and improved symlink handling
2025-03-30 01:52:03 +00:00
Jacky
000e28942a
feat(install): restore from backup
2025-03-30 00:18:37 +00:00
Jacky
8860f71bc7
feat: implement encrypted form handling and refactor backup restore logic
2025-03-29 22:37:53 +08:00
Jacky
ed320f32cc
feat: add installation lock response and error handling for installation timeout
2025-03-29 20:58:39 +08:00
Jacky
b469ca7961
refactor: replace api error handler with cosy err handler
2025-03-29 20:33:48 +08:00
Jacky
4cb4695e7b
feat: backup and restore
2025-03-29 19:52:50 +08:00
Jacky
60f35ef863
chore: update docs
2025-03-28 15:43:07 +08:00
Jacky
d913a459be
Merge pull request #933 from Isrofilov/dev
...
loc: Improve Russian locale file accuracy
2025-03-28 07:51:02 +08:00
Isrofilov
cefa846c04
loc: Improve Russian locale file accuracy
2025-03-28 02:47:10 +03:00
Jacky
a158d2b441
Merge pull request #932 from 0xJacky/renovate/all-minor-patch
...
chore(deps): update all non-major dependencies
2025-03-27 15:49:13 +08:00
Jacky
4b44baf92c
enhance (network): interface detection logic
2025-03-27 15:47:29 +08:00