aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/services
Commit message (Expand)AuthorAgeFilesLines
* test: speed up hotkey tests by 2.4schore/tests-hot-keyFerdinand Thiessen2025-03-111-26/+23
* fix(files): exception when share-attributes is undefinedVarun Patil2025-02-271-1/+1
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-201-1/+1
* fix(files): properly update store on files conversions successskjnldsv2025-02-041-6/+7
* chore: Resolve ESLint warningsFerdinand Thiessen2025-01-161-10/+6
* fix: Remove duplicate propfind callLouis Chemineau2025-01-152-30/+35
* feat(files_trashbin): Allow preventing trash to be deleted permanentlyprovokateurin2025-01-131-1/+15
* fix(files): Only register preview service worker once when the instance is ho...fix/files/preview-service-worker-registrationprovokateurin2024-12-181-1/+8
* fix(files): pinia import and usageskjnldsv2024-12-171-2/+2
* feat(files): add hotkey service and unify action handlingskjnldsv2024-12-172-0/+243
* fix: Fix ServiceWorker scope when Nextcloud installed in subfolderKostiantyn Miakshyn2024-12-061-2/+3
* feat(sidebar): Show node owner in metadata sublinefenn-cs2024-10-071-1/+12
* fix(files): Fix having to resolve conflicts twice when dropping filesChristopher Ng2024-09-241-2/+1
* fix(files): Render folders in natural sort orderChristopher Ng2024-09-091-3/+17
* refactor(files): Make `RouterService` provide a protected getter for the rout...Ferdinand Thiessen2024-09-061-15/+16
* feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-062-5/+14
* test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-261-10/+7
* refactor(files): Consolidate node registrationChristopher Ng2024-08-221-16/+5
* 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-081-22/+24
* feat: Navigate via folder treeChristopher Ng2024-08-011-0/+90
* fix(files): Correctly create Nodes from WebDAV result in "recent"-viewFerdinand Thiessen2024-08-012-13/+14
* refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-011-1/+1
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-013-3/+3
* feat: Add frontend components for filling out templateElizabeth Danzberger2024-07-251-1/+3
* fix: Ensure displayname is a stringFerdinand Thiessen2024-07-251-1/+8
* chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-07-252-159/+0
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-092-0/+4
* refactor(files): Migrate `personal` view to `@nextcloud/files` functionsFerdinand Thiessen2024-06-111-23/+22
* refactor(files): Migrate `favorites` view to `@nextcloud/files` functions and...Ferdinand Thiessen2024-06-111-36/+30
* refactor(files): Migrate `recent` view to `@nextcloud/files` functions and ma...Ferdinand Thiessen2024-06-111-28/+34
* refactor(files): Migrate files service to functions from `@nextcloud/files`Ferdinand Thiessen2024-06-112-101/+17
* chore: Add SPDX headerAndy Scherzinger2024-05-2916-287/+34
* fix(files): Implement `SortingService` to fix sorting of filesFerdinand Thiessen2024-05-272-0/+159
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ...Ferdinand Thiessen2024-04-161-2/+22
* fix(files): Call davGetFavoritesReport after the registration of propfind pro...Louis Chemineau2024-04-081-2/+1
* chore: add drag and drop recursion and FilesystemAPI testingskjnldsv2024-04-043-171/+344
* feat(files): unify drag and drop methodsskjnldsv2024-04-041-96/+263
* fix(files): breadcrumbs dndskjnldsv2024-04-041-2/+73
* fix(personal-files): correctly filters groupfolders nowEduardo Morales2024-03-261-6/+9
* fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-181-12/+18
* fix(dav): multiple fixes in usage of webdav libraryVarun Patil2024-02-281-14/+24
* fix: condensed filtering logicEduardo Morales2024-02-151-53/+19
* feat: changed filtering logicEduardo Morales2024-02-151-14/+14
* feat: added filtering to filter out files that are sharedEduardo Morales2024-02-152-18/+55
* feature: personal viewsEduardo Morales2024-02-151-0/+43
* fix(files) selection store typingJohn Molakvoæ2024-02-071-1/+1
* fix(files): dav owner and mime typesJohn Molakvoæ2024-02-051-2/+7
* chore(deps): bump `@nextcloud/files` to `3.1.0`John Molakvoæ2024-01-111-1/+1
* fix(files): drag and drop events chain and cancelJohn Molakvoæ2023-12-201-4/+5