aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix preview service workerGit'Fellow2024-01-062-0/+3
* fix(files): Fix legacy files list sortingFerdinand Thiessen2023-08-191-3/+3
* add utility command for object store objectsRobin Appelman2023-07-044-0/+352
* Merge pull request #37971 from nextcloud/info-file-getRobin Appelman2023-05-103-0/+291
|\
| * minor fixes for get/putRobin Appelman2023-05-092-6/+19
| * add command to write a fileRobin Appelman2023-05-043-2/+84
| * move get/delete commands to files namespace, make get take the output as argu...Robin Appelman2023-05-042-0/+196
* | Add an error counterCôme Chilliet2023-05-041-20/+17
* | Only show error stack trace on very verbose levelCôme Chilliet2023-05-021-6/+2
* | Do not stop at the first PHP error/warning in files:scanCôme Chilliet2023-04-271-11/+15
|/
* fix(files): Don't throw an error when guests access the controllerJoas Schilling2023-04-192-16/+9
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-184-49/+218
* Merge pull request #37625 from nextcloud/bugfix/noid/transfer-file-new-userJulius Härtl2023-04-111-0/+3
|\
| * fix: Always create user directory when transfering files to new usersJulius Härtl2023-04-061-0/+3
* | Add type hints for mappersjld31032023-04-072-0/+6
|/
* feat(files): implement sorting per viewJohn Molakvoæ2023-04-062-16/+23
* feat(files): sortingJohn Molakvoæ2023-04-062-1/+7
* perf(files): fetch previews faster and cache properlyJohn Molakvoæ2023-04-061-0/+20
* better error messages if the users home is not writable during scanningRobin Appelman2023-04-051-0/+1
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-082-1/+2
* Merge pull request #36904 from nextcloud/bugfix/noid/fix-controller-setup-for...Joas Schilling2023-03-061-9/+6
|\
| * fix(files): Fix controller setup for guestsJoas Schilling2023-02-281-9/+6
* | Implement file reference wigetJulius Härtl2023-03-022-0/+42
|/
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-62/+0
* feat(directediting): Allow opening by file idJulius Härtl2023-02-202-5/+5
* Do not set up filesystem on every callAnna Larch2023-02-171-0/+62
* Revert the token scope to not end up with storing the user used in the sessionJulius Härtl2023-02-171-0/+1
* remove explicit setup when getting storage infoRobin Appelman2023-02-081-5/+0
* Merge pull request #35935 from EWouters/patch-1Simon L2023-01-231-1/+2
|\
| * [Fix]: scan-app-data conversionEWouters2023-01-031-1/+2
* | feat(files): Quota in navigationJohn Molakvoæ2023-01-173-70/+25
* | Fix favourite openingJohn Molakvoæ2023-01-042-6/+6
* | Fixing testsJohn Molakvoæ2023-01-043-14/+13
* | Add component testingJohn Molakvoæ2023-01-042-6/+7
* | Port settings to ModalJohn Molakvoæ2023-01-044-53/+212
* | Port Files navigation to vueJohn Molakvoæ2023-01-043-32/+32
|/
* Do not setup a session when not required on WebDAV requestsJulius Härtl2022-12-211-0/+1
* Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-193-41/+12
|\
| * Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-293-41/+12
* | Use TimedJob from OCP instead of OCCôme Chilliet2022-12-053-11/+18
|/
* Cast to int #32837Markus Zeller2022-11-071-1/+1
* Also throttle on expirationJoas Schilling2022-10-121-1/+3
* Fix psalm error on migrationJoas Schilling2022-10-121-6/+0
* Add a background job to delete expired tokensJoas Schilling2022-10-122-0/+70
* Also remove token when we successfully validatedJoas Schilling2022-10-111-1/+2
* Require a token for "Edit locally"Joas Schilling2022-10-114-0/+326
* Allow scanning for metadata with occ scan:file --generate-metadataCarl Schwan2022-10-111-16/+33
* Url encode the web dav url for copyingAnna Larch2022-10-021-1/+1
* Fix typos in apps/ subdirectoryluz paz2022-09-053-3/+3
* Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-231-12/+11
|\