aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactor(files): Adjust `useNavigation` composable to enforce active viewFerdinand Thiessen2024-11-166-25/+31
* fix(files): Make injected actions reactiveFerdinand Thiessen2024-11-151-3/+3
* fix(files): ensure valid mtime and fallback to crtime if definedskjnldsv2024-11-141-1/+15
* chore(files): replace `@skjnldsv/sanitize-svg` with `DOMPurify`chore/drop-skjnldsv/sanitize-svgskjnldsv2024-11-141-5/+2
* feat(files): Add support for file list actionsChristopher Ng2024-11-131-1/+30
* fix(files): Revert CSS causing the file name to have no bounding boxFerdinand Thiessen2024-11-112-4/+3
* fix(files): Fix file names alignment in Files List in UI RTL mode.Faisal Alghamdi2024-11-091-1/+1
* fix(files): check that node is in user root folder for view-in-folder actionskjnldsv2024-11-092-0/+17
* fix(files): edit locally buttonsskjnldsv2024-11-081-8/+7
* fix(files): open sidebar on sharing tab by default for filesskjnldsv2024-11-082-3/+39
* fix(files): multiselect and filters store declarationskjnldsv2024-11-071-1/+1
* fix(files): Do not jump to top when fileId is set to currentFolderartonge/fix/file_list_jump_on_viewer_closeLouis Chemineau2024-10-291-0/+5
* feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-293-2/+4
* fix(files): add title for files list table header buttonGrigorii K. Shartsev2024-10-251-0/+1
* refactor(files): migrate to @nextcloud/sharingGrigorii K. Shartsev2024-10-252-21/+3
* fix(files): handle empty view with errorGrigorii K. Shartsev2024-10-252-6/+63
* chore(files): migrate davUtils to TSGrigorii K. Shartsev2024-10-253-15/+24
* fix(files): Adjust NavigationQuota for Nextcloud 30 designFerdinand Thiessen2024-10-212-9/+14
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-162-4/+4
* fix(files): Ensure renaming state is correctly resetFerdinand Thiessen2024-10-152-60/+93
* feat(sidebar): Show node owner in metadata sublinefenn-cs2024-10-073-24/+70
* 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-303-4/+36
* feat(files): Make the files download action use WebDAV zip downloadFerdinand Thiessen2024-09-282-42/+58
* fix: Show storage full warning when storage is actually fullartonge/fix/storage_full_warningLouis Chemineau2024-09-251-2/+2
* fix(files): Fix having to resolve conflicts twice when dropping filesChristopher Ng2024-09-242-13/+14
* fix(translations): Changed grammarrakekniven2024-09-231-1/+1
* chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-5/+3
* test(files): Add tests for path handlingFerdinand Thiessen2024-09-201-0/+130
* fix(files): Ensure children are removed from folder and not duplicatedFerdinand Thiessen2024-09-202-13/+64