aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/router/router.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): Do not download files with `openfile` query flagFerdinand Thiessen2025-02-061-7/+28
| | | | | | | Instead of downloading files, if there is no other default action, we should just open the details tab. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-131-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Set default view and match also child routesFerdinand Thiessen2024-01-251-3/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): adjust selectorsJohn Molakvoæ2023-08-171-1/+9
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): router and fileid sidebar openJohn Molakvoæ2023-08-171-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-0/+57
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>