ssongliu
fd9b299b14
chore: update Edition key ( #11962 )
2026-02-26 10:05:46 +00:00
ssongliu
37932d7fb2
chore: Complete system security upgrade ( #11961 )
2026-02-26 10:01:47 +00:00
CityFun
f0f2087f54
feat: add browser config for Agent ( #11958 )
2026-02-26 09:59:48 +00:00
CityFun
f3de09e5d7
feat: Add discord channel for Agent ( #11950 )
2026-02-25 13:59:46 +00:00
maninhill
1a8c1613a4
Update README to eliminate redundant text
...
Removed duplicate description of 1Panel.
2026-02-25 16:56:40 +08:00
KOMATA
5209275f28
feat: Implement caching for settings retrieval and update logic ( #11886 )
...
* feat: Implement caching for settings retrieval and update logic
- Introduced a caching mechanism for settings using go-cache to improve performance.
- Updated the Create, Update, and UpdateOrCreate methods to cache values after database operations.
- Modified the Get and GetValueByKey methods to utilize the cache for faster access.
- Adjusted middleware to use the new GetValueByKey method for retrieving settings, enhancing code consistency.
* feat: Enhance setting cache management with dynamic TTL
- Introduced a function to determine cache TTL based on setting keys, allowing critical settings to have shorter cache durations.
- Updated cache logic in Create, Update, Get, and GetValueByKey methods to utilize the new TTL management, improving performance and consistency in settings retrieval.
* refactor: Simplify setting cache TTL management
- Removed the dynamic TTL function and standardized the cache TTL to a fixed duration for all settings.
- Updated cache logic in Create, Update, Get, and GetValueByKey methods to use the new fixed TTL, enhancing code clarity and maintainability.
- Added a new function to restart the core service after resetting settings, improving the reset command's functionality.
* refactor: Remove core restart functionality from reset commands
- Eliminated the restartCoreAfterReset function to simplify the reset command logic.
- Updated reset commands to return nil after setting changes, enhancing clarity and reducing unnecessary complexity.
2026-02-25 16:40:20 +08:00
ssongliu
924e59d948
fix: Fix login log recording abnormality in some scenarios ( #11948 )
2026-02-25 08:39:46 +00:00
CityFun
87a39cab3a
feat: Add telegram channel for Agent ( #11947 )
2026-02-25 16:38:34 +08:00
CityFun
f9a70757a1
feat: add rememberApiKey for AgentAccount ( #11945 )
2026-02-25 05:53:45 +00:00
ssongliu
741acee393
fix: Modify command invocation method ( #11944 )
2026-02-25 05:51:44 +00:00
dependabot[bot]
c964a02088
chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /agent ( #11946 )
...
Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519 ) from 1.1.0 to 1.1.1.
- [Commits](https://github.com/FiloSottile/edwards25519/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: filippo.io/edwards25519
dependency-version: 1.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-25 11:58:33 +08:00
ssongliu
ba71613ae6
fix: Fix docker compose parsing failure issue ( #11942 )
...
Refs #11934
2026-02-25 03:51:44 +00:00
ssongliu
5493b41381
fix: Modify monitoring interval prompt information ( #11940 )
...
Refs #11918
2026-02-25 02:57:47 +00:00
ssongliu
c3f45d4787
feat: v2 supports international version ( #11939 )
2026-02-25 10:56:06 +08:00
rowanchen-com
a8a92da483
Added the ability to sort installed applications. ( #11936 )
2026-02-25 10:35:29 +08:00
CityFun
a77e61a861
feat: Agent Model Account support custom config ( #11933 )
...
* feat: Agent Model Account support custom config
* feat: Add agent gatewayControlUi config
2026-02-24 18:26:02 +08:00
kgbow
e589728987
refactor(website-ssl): improve API flexibility for WebsiteSSLSearch validation ( #11926 )
2026-02-24 17:30:37 +08:00
maninhill
cc3cdef5f3
Revise 1Panel description and add feature highlights
...
Updated the description of 1Panel to clarify its purpose and features.
2026-02-24 17:28:14 +08:00
A_Words
7101af0594
fix: Allow wildcard domains in domainOrIP validator for SSL form ( #11923 )
2026-02-24 17:22:30 +08:00
KOMATA
df6cda7143
chore: change esbuild to native version ( #11904 )
...
* chore: change esbuild to native version
* chore: add @parcel/watcher and esbuild to trustedDependencies
2026-02-24 17:21:20 +08:00
KOMATA
62beb534d2
feat: enhance passkey function
2026-02-24 17:19:13 +08:00
adri
9a70bf1c2d
feat: Add support for Technitium DNS ( #11896 )
...
Co-authored-by: adri <adri@digitalunited.net >
2026-02-24 17:13:59 +08:00
KOMATA
6f4559c7cd
style: Update Prettier configuration and adjust SCSS formatting ( #11885 )
...
- Added iconfont directory to .prettierignore
- Removed jsxBracketSameLine option from .prettierrc.js
- Fixed indentation in common.scss and reset.scss files
2026-02-24 17:03:20 +08:00
KOMATA
8b2bcdc814
feat: Enhance domain handling in website creation ( #11884 )
...
* feat: Enhance domain handling in website creation
* fix: Improve domain trimming and validation in website alias assignment
2026-02-24 16:58:30 +08:00
maninhill
0f6ddf26fd
Refine README.md content for conciseness
...
Removed redundant phrases for clarity.
2026-02-24 14:11:31 +08:00
王贺
ebe472a9db
feat(i18n): refine translations ( #11931 )
2026-02-24 13:42:10 +08:00
ssongliu
c1a87baad7
feat: Terminal supports foreground and background colors ( #11929 )
2026-02-24 13:39:02 +08:00
Scars
c7f185a184
feat: Terminal supports custom fonts ( #11889 )
2026-02-13 18:15:12 +08:00
蘭
4ca2ba5482
feat: File editing supports last opened file ( #11893 )
...
#11572
2026-02-13 10:01:14 +00:00
蘭
727b74895d
ref: Adjust the column widths of the file system ( #11887 )
...
#11699
2026-02-13 09:59:13 +00:00
CityFun
6c3f56516f
feat: Remove test code ( #11883 )
v2.1.0
2026-02-12 10:20:08 +08:00
CityFun
4833cf2d3c
fix: Resolve issue where Feishu configuration does not take effect ( #11878 )
2026-02-11 22:07:06 +08:00
maninhill
b5ca015632
Revise Key Features section in README.md
...
Updated the README.md to enhance the Key Features section with improved formatting and clarity.
2026-02-11 19:07:00 +08:00
maninhill
1c82034111
Revise README for improved feature presentation
...
Updated the README to enhance feature descriptions and improve clarity.
2026-02-11 18:58:28 +08:00
CityFun
e45d723f3d
style: change manualModel to checkbox ( #11874 )
2026-02-11 07:35:07 +00:00
ssongliu
627e6852db
chore: Modify FTP account deletion prompt ( #11873 )
2026-02-11 15:06:58 +08:00
CityFun
1725767789
feat: add token reset for agent ( #11872 )
2026-02-11 14:54:59 +08:00
ssongliu
3e1f2b4934
fix: Fix order by sorting rule not taking effect issue ( #11871 )
2026-02-11 06:39:07 +00:00
ssongliu
140d20a21d
chore: Remove memo double-click event ( #11870 )
2026-02-11 14:08:14 +08:00
CityFun
6e933fc83c
feat: change website ssl sort logic ( #11869 )
2026-02-11 14:02:54 +08:00
ssongliu
79ff565995
fix: Firewall remove status filtering ( #11868 )
2026-02-11 14:02:34 +08:00
CityFun
39691698c9
feat: change order function ( #11865 )
2026-02-11 04:17:06 +00:00
ssongliu
4bedddb557
chore: Remove some error prints ( #11864 )
2026-02-11 03:45:07 +00:00
ssongliu
f9547752f5
fix: Fix memo caching issue ( #11863 )
2026-02-11 03:13:07 +00:00
CityFun
96b37cb024
fix: Resolve HTTPS certificate configuration failure for websites ( #11862 )
2026-02-11 02:39:06 +00:00
蘭
30d874bc91
style: Modify the style of alert settings ( #11860 )
2026-02-10 13:07:06 +00:00
ssongliu
32bc8d922b
fix: Fix orderby dependency injection issue ( #11858 )
2026-02-10 10:35:06 +00:00
MonkeyCode-AI
a95d9aa27a
fix: Add CheckIllegal validation to prevent command injection in 8 API endpoints ( #11857 )
...
- SSH log query: validate req.Info before grep concatenation
- iptables rule search: validate chain param in ReadFilterRulesByChain/LoadDefaultStrategy
- Firewalld port forward: validate port/protocol/targetIP/targetPort params
- Pure-FTPd user management: validate username/path in UserAdd/UserDel/SetPath/SetStatus
- PostgreSQL remote backup/recover: validate password/address/user/dbname
- MySQL remote backup/recover: validate password/address/user/dbname/format
- Website Composer: validate user/mirror/command/extCommand
- Disk operations: validate device/mountPoint/filesystem in Partition/Mount/Unmount
2026-02-10 18:32:42 +08:00
safe1ine
7f4f5a0a47
fix: Prevent SQL injection via orderBy parameter in WithOrderBy and WithOrderRuleBy ( #11856 )
...
Co-authored-by: maosite <naocanmonster@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: monkeycode-ai <monkeycode-ai@chaitin.com >
2026-02-10 17:51:59 +08:00
CityFun
65a7193bc6
fix: resolve issue with minimax functionality ( #11855 )
2026-02-10 09:31:06 +00:00