You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…loseAlistGo#7398)
* feat: support general users view and cancel own tasks
Add a creator attribute to the upload, copy and offline download
tasks, so that a GENERAL task creator can view and cancel them.
BREAKING CHANGE:
1. A new internal package `task` including the struct `TaskWithCreator`
which embeds `tache.Base` is created, and the past dependence on
`tache.Task` will all be transferred to dependence on this package.
2. The API `/admin/task` can now also be accessed via `/task`, and the
old endpoint is retained to ensure compatibility with legacy
automation scripts.
ClosesAlistGo#7398
* fix(deps): update github.com/xhofe/tache to v0.1.3
Please make sure of the following things
Description of the feature / 需求描述
目前只有admin用户能在“管理”中看到和取消所有离线下载、上传、复制任务,general用户只能在管理中看到个人资料、关于、文档和主页。如果系统有多个用户在使用,则其它general用户无法知道任务进度,也无法中途取消进度,希望增加这一功能。
Suggested solution / 实现思路
No response
Additional context / 附件
No response
The text was updated successfully, but these errors were encountered: