summaryrefslogtreecommitdiffstats
path: root/apps/files/src/views
Commit message (Expand)AuthorAgeFilesLines
* fix(files): handle empty view with errorGrigorii K. Shartsev2024-10-251-6/+27
* fix(files): Adjust NavigationQuota for Nextcloud 30 designFerdinand Thiessen2024-10-231-4/+6
* fix(files): Ensure children are removed from folder and not duplicatedFerdinand Thiessen2024-10-171-1/+1
* fix(files): Add more visual move / copy notificationFerdinand Thiessen2024-10-171-0/+7
* fix(files): Fix folders not being selectable in the smart pickerChristopher Ng2024-10-021-12/+11
* fix(translations): Changed grammarrakekniven2024-09-231-1/+1
* fix(files): Sort tree views correctly by natural orderChristopher Ng2024-09-102-2/+0
* fix(files): undefined sidebarskjnldsv2024-09-041-1/+1
* test(files): Adapt favorite views specChristopher Ng2024-08-291-26/+67
* feat(files): Allow more than 50 favorite viewsChristopher Ng2024-08-292-23/+14
* fix(files): Correctly check for already used names when creating new folderFerdinand Thiessen2024-08-291-1/+1
* fix: use empty template by default when pressing enterElizabeth Danzberger2024-08-291-0/+6
* refactor(files): Consolidate node registrationChristopher Ng2024-08-291-36/+10
* refactor(files): Organize event subscriptionsChristopher Ng2024-08-291-14/+10
* fix(files): Respect "Show hidden files" setting in treeChristopher Ng2024-08-291-0/+22
* fix(files): Move loading icon before grid toggleFerdinand Thiessen2024-08-211-6/+6
* perf(files): Cache `getContents` function used for uploaderFerdinand Thiessen2024-08-141-11/+7
* fix(files): Fix non-sticky sticky views in files navChristopher Ng2024-08-141-1/+6
* perf(files): Prevent extraneous requests when tree children are loadingChristopher Ng2024-08-091-6/+3
* fix(files): Disable tags editing for shared files/folders with view only perm...Konstantin Myakshin2024-08-091-0/+1
* feat: Load limited depth treeChristopher Ng2024-08-082-8/+64
* perf(files): Remove redundant call to get navigationChristopher Ng2024-08-081-1/+0
* fix(files): use `files:config:updated` to monitor user config changeskjnldsv2024-08-071-3/+2
* feat(files): Allow toggling folder treeChristopher Ng2024-08-012-0/+11
* feat: Navigate via folder treeChristopher Ng2024-08-012-95/+179
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-014-4/+4
* fix(files): Add missing `emptyView` handlingFerdinand Thiessen2024-07-311-26/+54
* fix: Go back to template picker if template filler closedElizabeth Danzberger2024-07-301-2/+1
* fix: Template filler shows only if template has fieldsElizabeth Danzberger2024-07-301-2/+1
* chore: fix some commentswithbest2024-07-291-1/+1
* test: Add cypress tests for file list filteringFerdinand Thiessen2024-07-251-32/+35
* refactor: Make route parameters accessible using composables to reuseFerdinand Thiessen2024-07-251-24/+12
* feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-252-36/+43
* feat(files): Allow to add file list filtersFerdinand Thiessen2024-07-251-66/+43
* feat: Add frontend components for filling out templateElizabeth Danzberger2024-07-251-11/+16
* fix(vue): Begin implementing template filler componentElizabeth Danzberger2024-07-251-1/+1
* feat: TemplateFiller componentElizabeth Danzberger2024-07-251-1/+11
* chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-07-251-41/+8
* fix(files): Typo in import of `ShareType`Ferdinand Thiessen2024-07-161-3/+3
* fix(files): Close the sidebar on navigationFerdinand Thiessen2024-07-152-1/+4
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-4/+4
* chore(files): Fix ESLint issues with files and files_sharing appFerdinand Thiessen2024-07-091-1/+2
* style: unify copy iconAndy Scherzinger2024-07-071-1/+1
* fix: Allow to reset unified search using the `nextcloud:unified-search:reset`...Ferdinand Thiessen2024-06-271-8/+16
* fix(files): Update favorites navigation list on folder renamesLouis Chemineau2024-06-262-2/+70
* feat(files): Allow uploading directoriesFerdinand Thiessen2024-06-241-11/+34
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-06-233-83/+98
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-231-2/+2
* fix(files): do not rely on unique fileidskjnldsv2024-06-121-7/+7
* fix(files): Use `data-cy` (data attribute) instead of `cy-data`Ferdinand Thiessen2024-06-111-1/+1