aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views
Commit message (Expand)AuthorAgeFilesLines
* fix: Display "+New" while files page loads instead of "+Add".Ty Davis2024-03-161-1/+1
* fix: Ensure correct stacking context for right click menuChristopher Ng2024-03-151-1/+1
* feat(files): restore unified search filtering in files viewfenn-cs2024-03-151-11/+33
* fix(files): Open new file when created from templateFerdinand Thiessen2024-03-061-1/+7
* fix(files): Remove deprecated function calls from sidebar and add aria-label ...Ferdinand Thiessen2024-03-051-56/+43
* fix(files): page h1 headingGrigorii K. Shartsev2024-02-232-4/+6
* fix(files): Fix some type errors in TemplatePickerFerdinand Thiessen2024-02-101-37/+31
* enh(files): Add modal to set filename before creating new files in the fileslistFerdinand Thiessen2024-02-101-2/+7
* fix(files_sharing): use proper sharing AccountPlus icon in breadcrumbsSimon L2024-02-081-5/+5
* fix(files): focus sidebar tab on tab or file changeGrigorii K. Shartsev2024-02-081-9/+16
* fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-02-032-2/+6
* fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-02-012-37/+20
* fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-253-28/+40
* fix(files): Make sure `$navigation` is observable to react on changesFerdinand Thiessen2024-01-251-2/+1
* fix(files): Set default view and match also child routesFerdinand Thiessen2024-01-251-8/+18
* fix(files): use backend error message if providedJohn Molakvoæ2024-01-181-4/+7
* fix(files): better upload error handlingJohn Molakvoæ2024-01-161-0/+36
* feat(files): disable upload button if quota is reachedJohn Molakvoæ2024-01-161-1/+28
* Refresh FileList on current folder updateRaul Ferreira2024-01-111-1/+17
* Include grid view toggle in accessibility switchLouis Chemineau2024-01-091-1/+4
* fix(files): add label for WebDAV URL in files settingsGrigorii K. Shartsev2024-01-081-0/+1
* Add global accessibility switchLouis Chemineau2023-12-191-1/+6
* fix(files): Partly revert 32c1aeb and show correct quota againFerdinand Thiessen2023-12-151-5/+5
* fix(files): navigation exactJohn Molakvoæ2023-12-141-1/+2
* fix(files): Adjust reference picker for new vue file pickerFerdinand Thiessen2023-12-071-67/+57
* enh(files): Add files navigation labelChristopher Ng2023-12-071-1/+2
* fix: Also filter out undefined entries from the file listJulius Härtl2023-12-051-2/+2
* fix: Properly take show_hidden user setting into account for file listingJulius Härtl2023-12-051-2/+8
* fix(config): Adjust typescript config to allow `.ts` imports and Typescript i...Ferdinand Thiessen2023-12-051-11/+11
* fix(files): Show error message if drag-and-drop upload failsFerdinand Thiessen2023-12-051-1/+1
* fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-12-051-10/+23
* Fix more active entry iconsJoas Schilling2023-11-301-0/+4
* Fix action button labelsMarco Ambrosini2023-11-241-1/+1
* Add star indicator in file descriptionMarco2023-11-221-1/+2
* Move starring into actions menuMarco2023-11-221-2/+15
* 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-172-2/+31
* feat(files): migrate template pickerJohn Molakvoæ2023-10-172-38/+61
* 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-182-3/+3
* 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
* chore: upgrade to `@nextcloud/files@3.0.0-beta.18`John Molakvoæ2023-08-232-9/+18
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-233-6/+3
* chore: use Navigation from `@nextcloud/files`John Molakvoæ2023-08-237-56/+52