aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views/FilesList.vue
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Add more visual move / copy notificationfix/files-add-move-infoFerdinand Thiessen2024-09-301-0/+7
* fix(files): Ensure children are removed from folder and not duplicatedFerdinand Thiessen2024-09-201-1/+1
* fix(files): Adjust files list for sharing permissions on public sharesFerdinand Thiessen2024-09-061-2/+14
* fix(files): Correctly check for already used names when creating new folderFerdinand Thiessen2024-08-271-1/+1
* 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): use `files:config:updated` to monitor user config changeskjnldsv2024-08-071-3/+2
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-011-1/+1
* fix(files): Add missing `emptyView` handlingFerdinand Thiessen2024-07-311-26/+54
* 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-251-33/+30
* feat(files): Allow to add file list filtersFerdinand Thiessen2024-07-251-66/+43
* chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-07-251-41/+8
* fix(files): Close the sidebar on navigationFerdinand Thiessen2024-07-151-0/+3
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-4/+4
* fix: Allow to reset unified search using the `nextcloud:unified-search:reset`...Ferdinand Thiessen2024-06-271-8/+16
* 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-231-8/+11
* 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): Correctly type virtual files list ref typeFerdinand Thiessen2024-06-071-2/+4
* fix(files): Update current fileid in route if that node was deletedFerdinand Thiessen2024-06-041-0/+36
* fix: Update `@nextcloud/files` to 3.4.0 to fix public link sharesFerdinand Thiessen2024-05-311-1/+1
* fix(files): Keep 'back'-button for not found directories or if user can not u...Ferdinand Thiessen2024-05-291-3/+17
* feat(files): Show upload menu in folders' emptycontentMarco2024-05-291-14/+8
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
* fix(files): Adjust type import and usage for removed dependencyFerdinand Thiessen2024-05-271-2/+1
* fix(files): Implement `SortingService` to fix sorting of filesFerdinand Thiessen2024-05-271-1/+1
* fix(files): Debounce does not return a function so it should be used as computedFerdinand Thiessen2024-05-231-9/+10
* fix(files): Use translation function directly instead of calling the instance...Ferdinand Thiessen2024-05-231-13/+13
* fix(files): Fix typing issues with dataFerdinand Thiessen2024-05-231-11/+20
* fix(files): Fix naming issue for reserved Vue property namesFerdinand Thiessen2024-05-231-3/+3
* fix(files): Drop `xml2js` dependency and use browser native DOMParserFerdinand Thiessen2024-05-171-16/+16
* fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-171-0/+10
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ...Ferdinand Thiessen2024-04-161-0/+8
* fix(breadcrumbs): Improved breadcrumb progress bar mobile renderingEduardo Morales2024-04-101-5/+3
* fix: Ensure correct stacking context for right click menuChristopher Ng2024-03-141-1/+1
* feat(files): restore unified search filtering in files viewfenn-cs2024-02-291-11/+33
* fix: Display "+New" while files page loads instead of "+Add".Ty Davis2024-02-261-1/+1
* fix(files): page h1 headingGrigorii K. Shartsev2024-02-231-2/+6
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-091-2/+7
* Merge pull request #43433 from nextcloud/enh/40202/use-correct-iconSimon L2024-02-081-5/+5
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-5/+5
* fix(files_sharing): use proper sharing AccountPlus icon in breadcrumbsSimon L2024-02-081-5/+5
* fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-01-271-2/+2
* fix(files): Make sure `$navigation` is observable to react on changesFerdinand Thiessen2024-01-251-2/+1
* fix(files): use backend error message if providedJohn Molakvoæ2024-01-121-4/+7
* Include `unsubscribe` from file changed eventRaul Ferreira2024-01-111-1/+5
* Update apps/files/src/views/FilesList.vueRaul Ferreira Fuentes2024-01-111-2/+2
* Refresh FileList on current folder updateRaul Ferreira2024-01-111-1/+13