aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/main.ts
Commit message (Expand)AuthorAgeFilesLines
* refactor(files): Make `RouterService` provide a protected getter for the rout...Ferdinand Thiessen2024-09-061-1/+1
* feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-061-3/+5
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where p...Ferdinand Thiessen2024-08-131-4/+3
* feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-251-1/+1
* test: Adjust Typescript definitions for OCP and OCFerdinand Thiessen2024-07-091-3/+4
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-291-0/+4
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ...Ferdinand Thiessen2024-04-161-3/+3
* fix(files): Make sure `$navigation` is observable to react on changesFerdinand Thiessen2024-01-251-1/+2
* fix(files): Set default view and match also child routesFerdinand Thiessen2024-01-251-2/+0
* fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-01-251-18/+4
* feat(files): migrate template pickerJohn Molakvoæ2023-10-171-3/+0
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-23/+0
* feat(files): add uploaderJohn Molakvoæ2023-09-011-0/+5
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-231-1/+0
* chore: use Navigation from `@nextcloud/files`John Molakvoæ2023-08-231-3/+3
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-4/+2
* feat(f2v): migrate FilesJohn Molakvoæ2023-08-171-0/+2
* feat(files): migrate recent viewJohn Molakvoæ (skjnldsv)2023-08-021-0/+3
* feat: add view in folder action with testsJohn Molakvoæ2023-07-051-0/+1
* feat(files): import all actionsJohn Molakvoæ2023-07-051-0/+3
* feat(files): favoritesJohn Molakvoæ2023-07-051-0/+4
* fix(files): make open folder a default actionJohn Molakvoæ2023-05-241-0/+1
* feat(files): add sidebar actionJohn Molakvoæ2023-04-211-1/+2
* feat(files): expose Files routerJohn Molakvoæ2023-04-201-0/+73