aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix: Restore missing dot in FilesListVirtual.vueartonge/fix/missing_dotLouis Chemineau2024-09-151-1/+1
* feat: Reset route if neither the Viewer of the Sidebar is openLouis Chemineau2024-09-141-7/+23
* fix(files): Make `openMenu` watcher null safeFerdinand Thiessen2024-09-111-3/+5
* fix(files): Reset context menu position on closeFerdinand Thiessen2024-09-101-0/+17
* fix(files): Render folders in natural sort orderChristopher Ng2024-09-091-3/+17
* fix(files): Sort tree views correctly by natural orderChristopher Ng2024-09-092-2/+0
* fix(files): Fallback icons should fill the containerFerdinand Thiessen2024-09-061-2/+5
* test: Add end-to-end tests for new public share Vue UIFerdinand Thiessen2024-09-062-2/+3
* fix(files): "Edit locally" action should not be shown on public sharesFerdinand Thiessen2024-09-061-0/+6
* fix(files): Do not add click listener if there is no default action on public...Ferdinand Thiessen2024-09-063-31/+46
* fix(files): "New folder" menu entry requires read permissionFerdinand Thiessen2024-09-062-6/+8
* fix(files): Disable internal views on public sharesFerdinand Thiessen2024-09-061-6/+9
* fix(files_sharing): Handle download permission the same way for public and in...Ferdinand Thiessen2024-09-061-5/+5
* fix(files): Do not allow copy action on public shares without `create` permis...Ferdinand Thiessen2024-09-061-3/+17
* feat(files): Allow to download files on public sharesFerdinand Thiessen2024-09-062-17/+36
* fix(files): Do not allow rename action on single-file-sharesFerdinand Thiessen2024-09-061-5/+11
* fix(files): Disable copy-move-action of single file sharesFerdinand Thiessen2024-09-061-1/+5