aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views
Commit message (Expand)AuthorAgeFilesLines
* fix(files): also show file list headers on empty viewsFerdinand Thiessen2025-03-051-3/+22
* refactor: use eventbus for updated filtersFerdinand Thiessen2025-02-281-11/+3
* fix(l10n): Spelling standardizationValdnet2025-02-251-1/+1
* feat(files): allow to ignore warning to change file typeFerdinand Thiessen2025-02-253-0/+262
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-205-29/+29
* fix(files): attach sidebar to main content for vue debugskjnldsv2025-02-181-13/+16
* fix(files): properly show file not found errorskjnldsv2025-02-181-3/+13
* fix(files): only send config update requests if user is logged inFerdinand Thiessen2025-02-081-8/+6
* fix(files): properly update store on files conversions successskjnldsv2025-02-041-1/+1
* fix(files): Fix casingChristopher Ng2025-02-041-1/+1
* chore(files): Change "filename" to "file name"Christopher Ng2025-02-041-1/+1
* perf(files): Check node type property instead of instanceChristopher Ng2025-01-291-4/+4
* fix(files): Ensure favorites set in sidebar workFerdinand Thiessen2025-01-212-10/+14
* fix(files): Properly reset all file list filters on view changeFerdinand Thiessen2025-01-211-1/+0
* fix(files): sort not working after changing viewsfix/files/sort-after-view-changeRichard Steinmetz2025-01-162-13/+3
* fix: Remove duplicate propfind callLouis Chemineau2025-01-151-2/+2
* fix: Do not duplicate `/` in davPathartonge/fix/sidebar_davpathLouis Chemineau2025-01-091-1/+1
* fix: Use `displayname` as sidebar titleartonge/fix/displayname_in_sidebarLouis Chemineau2025-01-091-2/+2
* feat(systemtags): add systemtag manage keyboard shortcutskjnldsv2024-12-172-25/+63
* feat(files): add keyboard shortcuts helper sectionskjnldsv2024-12-172-4/+155
* feat(files_trashbin): add cypress testsskjnldsv2024-12-121-0/+1
* fix(files): protect filelist actions with try...catchskjnldsv2024-12-121-6/+47
* fix(files_trashbin): update @nextcloud/files and adjust api + l10n fixskjnldsv2024-12-121-1/+1
* feat(files): Right-align list actionsChristopher Ng2024-12-121-12/+21
* chore: Remove unused iconChristopher Ng2024-12-031-2/+0
* feat(files): Update caption for screen readers when uploading is not possibleChristopher Ng2024-12-031-20/+1
* feat(templates): make second click as confirmation on templates pickerLuka Trovic2024-12-021-0/+8
* fix(files): Restore page title (folder - view - product)Ferdinand Thiessen2024-11-211-1/+13
* refactor(files): Provide `useFileListWidth` composableFerdinand Thiessen2024-11-201-4/+5
* refactor(styles): Adjust code style in SCSS sources to match our stylelint co...Ferdinand Thiessen2024-11-193-15/+11
* refactor(files): Replace deprecated `Types` enum for share typesFerdinand Thiessen2024-11-181-11/+15
* feat(files): Add support for file list actionsChristopher Ng2024-11-131-1/+30
* fix(files): handle empty view with errorGrigorii K. Shartsev2024-10-251-6/+27
* fix(files): Adjust NavigationQuota for Nextcloud 30 designFerdinand Thiessen2024-10-211-4/+6
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-161-1/+1
* feat(sidebar): Show node owner in metadata sublinefenn-cs2024-10-071-11/+57
* fix(files): Fix folders not being selectable in the smart pickerChristopher Ng2024-10-011-12/+11
* fix(files): Add more visual move / copy notificationfix/files-add-move-infoFerdinand Thiessen2024-09-301-0/+7
* fix(translations): Changed grammarrakekniven2024-09-231-1/+1
* fix(files): Ensure children are removed from folder and not duplicatedFerdinand Thiessen2024-09-201-1/+1
* fix(files): Sort tree views correctly by natural orderChristopher Ng2024-09-092-2/+0
* fix(files): Adjust files list for sharing permissions on public sharesFerdinand Thiessen2024-09-061-2/+14
* feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-061-4/+3
* fix(files): undefined sidebarskjnldsv2024-09-041-1/+1
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-1/+1
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-1/+1
* test(files): Adapt favorite views specChristopher Ng2024-08-271-23/+50
* feat(files): Allow more than 50 favorite viewsChristopher Ng2024-08-272-23/+14
* fix(files): Correctly check for already used names when creating new folderFerdinand Thiessen2024-08-271-1/+1
* test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-262-36/+35