aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views
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
* 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
* refactor(files): Consolidate node registrationChristopher Ng2024-08-221-36/+10
* refactor(files): Organize event subscriptionsChristopher Ng2024-08-221-14/+10
* fix(files): Respect "Show hidden files" setting in treeChristopher Ng2024-08-221-0/+22
* fix: use empty template by default when pressing enterElizabeth Danzberger2024-08-211-0/+6
* fix(files): Move loading icon before grid toggleFerdinand Thiessen2024-08-211-6/+6
* perf(files): Cache `getContents` function used for uploaderFerdinand Thiessen2024-08-141-11/+7
* fix(files): Fix non-sticky sticky views in files navChristopher Ng2024-08-141-1/+6
* perf(files): Prevent extraneous requests when tree children are loadingChristopher Ng2024-08-091-6/+3
* fix(files): Disable tags editing for shared files/folders with view only perm...Konstantin Myakshin2024-08-091-0/+1
* feat: Load limited depth treeChristopher Ng2024-08-082-8/+64
* perf(files): Remove redundant call to get navigationChristopher Ng2024-08-081-1/+0
* fix(files): use `files:config:updated` to monitor user config changeskjnldsv2024-08-071-3/+2
* feat(files): Allow toggling folder treeChristopher Ng2024-08-012-0/+11
* feat: Navigate via folder treeChristopher Ng2024-08-012-95/+179
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-014-4/+4
* fix(files): Add missing `emptyView` handlingFerdinand Thiessen2024-07-311-26/+54
* fix: Go back to template picker if template filler closedElizabeth Danzberger2024-07-301-2/+1
* fix: Template filler shows only if template has fieldsElizabeth Danzberger2024-07-301-2/+1
* chore: fix some commentswithbest2024-07-291-1/+1
* test: Add cypress tests for file list filteringFerdinand Thiessen2024-07-251-32/+35