aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* fix: Use `searchFrom` property for client side pluginsbackport/50550/stable31nfebe2025-01-311-0/+2
* fix(files): Allow opening the same file repeatedlyprovokateurin2025-01-301-1/+1
* fix(unified-search): Prevent multiple file picker triggers in in-folder searchnfebe2025-01-291-20/+24
* fix(unified-search): Use appId for searchingnfebe2025-01-291-2/+3
* fix: Hide "Create templates folder" option if templates are disabled in confi...Pawel Boguslawski2025-01-271-2/+4
* fix(files): jsunit file_conversionsfeat/file-conversion-provider-frontskjnldsv2025-01-221-1/+1
* fix(files): better conversion error messagesskjnldsv2025-01-221-3/+6
* feat(files): add conversion actionskjnldsv2025-01-224-1/+228
* fix(files): Ensure favorites set in sidebar workFerdinand Thiessen2025-01-213-10/+32
* fix(files): Properly reset all file list filters on view changeFerdinand Thiessen2025-01-215-69/+131
* fix(files): File type filter UI sync with filter stateFerdinand Thiessen2025-01-172-9/+34
* chore: Resolve ESLint warningsFerdinand Thiessen2025-01-165-18/+15
* fix(files): sort not working after changing viewsfix/files/sort-after-view-changeRichard Steinmetz2025-01-166-36/+13
* fix(files): hide move dialog action if destination has no CREATE permissionMaksim Sukharev2025-01-151-0/+5
* fix: Remove duplicate propfind callLouis Chemineau2025-01-153-32/+37
* fix: Show full template nameJulius Knorr2025-01-151-3/+0
* feat(files_trashbin): Allow preventing trash to be deleted permanentlyprovokateurin2025-01-133-1/+48
* fix(files): rename actions submenu back entrybackport/50123/masterskjnldsv2025-01-101-1/+1
* fix(files): close submenu on main actions state changeskjnldsv2025-01-101-0/+7
* 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(files): Display meaningful error message on move failureChristopher Ng2025-01-031-2/+13
* fix(files): Only register preview service worker once when the instance is ho...fix/files/preview-service-worker-registrationprovokateurin2024-12-181-1/+8
* feat(systemtags): add systemtag manage keyboard shortcutskjnldsv2024-12-174-26/+67
* feat(files): add keyboard shortcuts helper sectionskjnldsv2024-12-172-4/+155
* fix(files): pinia import and usageskjnldsv2024-12-171-2/+2
* feat(files): add selection keyboard shortcutsskjnldsv2024-12-172-6/+59
* feat(files): add hotkey service and unify action handlingskjnldsv2024-12-1714-80/+438
* fix(files): virtual scroller item size computationskjnldsv2024-12-171-15/+44
* feat(files): add opendetails param and file list up/down keyboard shortcutskjnldsv2024-12-177-49/+234
* 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
* fix(files): throttle favorite with max 5 simultaneous requestsskjnldsv2024-12-111-1/+22
* Merge pull request #49694 from nextcloud/bugfix/fix-service-worker-scopeJohn Molakvoæ2024-12-111-2/+3
|\
| * fix: Fix ServiceWorker scope when Nextcloud installed in subfolderKostiantyn Miakshyn2024-12-061-2/+3
* | fix(files): failsafe when executing actions methodsskjnldsv2024-12-112-16/+48
* | fix(files): cancel renaming on enter if no file name changesskjnldsv2024-12-101-0/+4
|/
* chore: Remove unused iconChristopher Ng2024-12-031-2/+0
* feat(files): Update caption for screen readers when uploading is not possibleChristopher Ng2024-12-032-22/+19
* fix(files): properly update paths and folder children on node moveskjnldsv2024-12-033-57/+112
* feat(templates): make second click as confirmation on templates pickerLuka Trovic2024-12-022-1/+14
* fix(files): Restore page title (folder - view - product)Ferdinand Thiessen2024-11-211-1/+13
* refactor(files): Provide `useFileListWidth` composableFerdinand Thiessen2024-11-2012-84/+155
* feat: add confirmation dialog for file extension changesnfebe2024-11-191-1/+78
* fix(files): improve delete display name when trashbin is disabledfix/files/delete-display-no-trashbinRichard Steinmetz2024-11-191-14/+14
* chore: lint fixchore/force-style-lintskjnldsv2024-11-191-1/+1
* refactor(styles): Adjust code style in SCSS sources to match our stylelint co...Ferdinand Thiessen2024-11-197-23/+17
* refactor(files): Replace deprecated `Types` enum for share typesFerdinand Thiessen2024-11-181-11/+15