mirror of
https://github.com/AlistGo/alist.git
synced 2025-12-21 04:20:06 +08:00
- Added the `/clean` route to the route for session cleanup - Added the `DeleteInactiveSessions` method to support deleting inactive sessions by user ID - Added the `DeleteSessionByID` method to delete a specific session by session ID - Defined the `CleanSessionsReq` request structure to support passing a user ID or session ID - Implemented the `CleanSessions` interface logic to perform corresponding session cleanup operations based on the request parameters |
||
|---|---|---|
| .. | ||
| db.go | ||
| label_file_binding.go | ||
| label.go | ||
| meta.go | ||
| obj_file.go | ||
| role.go | ||
| searchnode.go | ||
| session.go | ||
| settingitem.go | ||
| sshkey.go | ||
| storage.go | ||
| tasks.go | ||
| user.go | ||
| util.go | ||