alist/internal
千石 52da07e8a7
feat(123_open): add new driver support for 123 Open (#9246)
- Implement new driver for 123 Open service, enabling file operations
  such as listing, uploading, moving, and removing files.
- Introduce token management for authentication and authorization.
- Add API integration for various file operations and actions.
- Include utility functions for handling API requests and responses.
- Register the new driver in the existing drivers' list.
2025-08-04 11:56:57 +08:00
..
archive perf: optimize IO read/write usage (#8243) 2025-04-12 16:55:31 +08:00
authn fix(authn): subfolder api is considered as a wrong origin(closes #6294 in #6301) 2024-04-03 14:33:19 +08:00
bootstrap feat(log): enhance log formatter to respect NO_COLOR env variable (#9239) 2025-08-03 09:26:23 +08:00
conf feat(ui): add new UI configuration option to settings (#9233) 2025-07-30 12:22:02 +08:00
db feat(user-db): enhance user management with role-based queries (allow-edit-role-guest) (#9234) 2025-07-30 13:15:35 +08:00
driver feat(archive): support multipart archives (#8184 close #8015) 2025-03-27 23:20:44 +08:00
errs feat(123_open): add new driver support for 123 Open (#9246) 2025-08-04 11:56:57 +08:00
fs feat: enhance permission control and label management (#9215) 2025-07-26 09:51:59 +08:00
fuse chore: add fuse package 2022-07-20 00:39:20 +08:00
message chore: change message type 2022-08-14 03:05:30 +08:00
model feat(123_open): add new driver support for 123 Open (#9246) 2025-08-04 11:56:57 +08:00
net fix(net): unexpected write (#8291 close #8281) 2025-04-12 17:01:52 +08:00
offline_download feat(alias): support writing to non-ambiguous paths (#8216) 2025-03-27 23:17:45 +08:00
op feat(user-db): enhance user management with role-based queries (allow-edit-role-guest) (#9234) 2025-07-30 13:15:35 +08:00
search fix(index): fix the issue where ignored paths are not updated (#7907) 2025-02-09 18:31:43 +08:00
setting refactor: split the db package hook and cache to the op package (#2747) 2022-12-18 19:51:20 +08:00
sign fix(archive): use another sign for extraction (#7982) 2025-03-01 18:34:33 +08:00
stream perf: optimize IO read/write usage (#8243) 2025-04-12 16:55:31 +08:00
task feat(task): allow retry canceled (#7852) 2025-01-27 20:18:10 +08:00