aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views/FilesList.vue
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Close the sidebar on navigationFerdinand Thiessen2024-08-021-0/+3
* chore(deps): Update `@nextcloud/files` to v3.7.0Ferdinand Thiessen2024-07-261-42/+9
* refactor: Use composable for `currentView` and `views` to make it reactive wh...Ferdinand Thiessen2024-07-101-42/+51
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-07-101-2/+2
* fix(files): do not rely on unique fileidskjnldsv2024-06-131-4/+9
* fix(files): Update current fileid in route if that node was deletedFerdinand Thiessen2024-06-071-0/+36
* fix: Update `@nextcloud/files` to 3.4.0 to fix public link sharesFerdinand Thiessen2024-06-071-1/+1
* fix(files): Implement `SortingService` to fix sorting of filesFerdinand Thiessen2024-05-271-1/+1
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ...Ferdinand Thiessen2024-04-181-0/+8
* fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-181-0/+10
* 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
* Add global accessibility switchLouis Chemineau2023-12-191-1/+6
* fix: Also filter out undefined entries from the file listJulius Härtl2023-12-051-2/+2
* fix(files): better upload error handlingJohn Molakvoæ2023-12-051-0/+36
* feat(files): disable upload button if quota is reachedJohn Molakvoæ2023-12-051-1/+28
* fix: Properly take show_hidden user setting into account for file listingJulius Härtl2023-12-041-2/+8
* fix(config): Adjust typescript config to allow `.ts` imports and Typescript i...Ferdinand Thiessen2023-11-271-11/+11
* fix(files): Show error message if drag-and-drop upload failsFerdinand Thiessen2023-11-271-1/+1
* fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-11-271-10/+23
* fix(files): Ensure favorites and folders are sorted first regardless or sorti...Ferdinand Thiessen2023-11-161-16/+35
* Hide .mov for live photosLouis Chemineau2023-11-091-1/+4
* Reduce left margin of files list headerjulia.kirschenheuter2023-10-171-1/+2
* fix(files): hide grid view button on narrow screenJohn Molakvoæ2023-10-171-1/+4
* feat(files): add grid toggle buttonJohn Molakvoæ2023-10-171-2/+27
* feat(files): migrate template pickerJohn Molakvoæ2023-10-171-2/+8
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-101-0/+1
* feat(files): add move or copy actionJohn Molakvoæ2023-09-261-2/+3
* fix(systemtags): fix capabilities and sidebar + tag visibilityJohn Molakvoæ (skjnldsv)2023-09-181-2/+1
* feat(files): add systemtags viewJohn Molakvoæ (skjnldsv)2023-09-181-1/+11
* feat(files): add sharing icon in headerJohn Molakvoæ2023-09-021-4/+80
* feat(files): add uploaderJohn Molakvoæ2023-09-011-3/+39
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-231-2/+1
* chore: use Navigation from `@nextcloud/files`John Molakvoæ2023-08-231-4/+3
* fix(files): dir contents variablesJohn Molakvoæ2023-08-171-5/+8
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-35/+19
* fix: Resolve code linting issuesFerdinand Thiessen2023-08-021-7/+8