aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(files): recursive drop path joinJohn Molakvoæ2023-12-201-2/+5
* fix(files): Use DAV functions from library to fix invalid source linksFerdinand Thiessen2023-12-191-72/+8
* fix(files): Correctly handle dropping folders on file listFerdinand Thiessen2023-12-061-0/+133
* Display play icon over live photos' previewsLouis Chemineau2023-11-091-1/+1
* Hide .mov for live photosLouis Chemineau2023-11-091-0/+33
* fix(files): encoded source path on actions requestsJohn Molakvoæ2023-10-031-2/+1
* fix: encode uri for delete, restore and favoriteDaniel Kesselberg2023-09-281-1/+2
* fix(files): use `OC.Files.getClient()`Max2023-09-261-2/+2
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-214-150/+9
* feat(files): add systemtags viewJohn Molakvoæ (skjnldsv)2023-09-183-57/+3
* feat(files): add uploaderJohn Molakvoæ2023-09-011-22/+32
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-234-198/+11
* chore: use Navigation from `@nextcloud/files`John Molakvoæ2023-08-231-241/+0
* fix(files): window.caches checkJohn Molakvoæ2023-08-171-2/+6
* fix(files): sidebar favorite event syncJohn Molakvoæ2023-08-171-27/+2
* fix(files): router and fileid sidebar openJohn Molakvoæ2023-08-171-0/+12
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-33/+6
* feat(f2v): migrate FilesJohn Molakvoæ2023-08-173-4/+106