aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/services/RouterService.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(files): Make `RouterService` provide a protected getter for the ↵Ferdinand Thiessen2024-09-061-15/+16
| | | | | | router to allow injecting the `files_sharing` router Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-061-0/+8
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> 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(files): router and fileid sidebar openJohn Molakvoæ2023-08-171-0/+12
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-271-7/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): expose Files routerJohn Molakvoæ2023-04-201-0/+71
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>