Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | feat!: Migrate unShare events to typed events | Joas Schilling | 2023-07-28 | 1 | -2/+4 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | feat!: Migrate Sharing events to typed events | Joas Schilling | 2023-07-28 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | feat!: Migrate TagService events to typed events | Joas Schilling | 2023-07-28 | 2 | -11/+13 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #39150 from fsamapoor/refactor_files_app_commands | Côme Chilliet | 2023-08-03 | 12 | -218/+160 | |
|\ \ | | | | | | | Refactors files app commands | |||||
| * | | Merge branch 'master' into refactor_files_app_commands | Faraz Samapoor | 2023-08-01 | 4 | -3/+284 | |
| |\| | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | |||||
| * | | Fixes Psalm's "InvalidArgument" error. | Faraz Samapoor | 2023-07-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | I just removed the return type from the "exceptionErrorHandler". There is in fact a hacky solution, that I didn't like: https://github.com/vimeo/psalm/issues/3571 Signed-off-by: Faraz Samapoor <fsa@adlas.at> | |||||
| * | | Fixes Psalm's "LessSpecificReturnStatement" error. | Faraz Samapoor | 2023-07-12 | 1 | -2/+3 | |
| | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at> | |||||
| * | | Refactors files app commands. | Faraz Samapoor | 2023-07-12 | 12 | -211/+156 | |
| | | | | | | | | | | | | | | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at> | |||||
* | | | feat(files): migrate recent view | John Molakvoæ (skjnldsv) | 2023-08-02 | 1 | -9/+0 | |
| |/ |/| | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher | Joas Schilling | 2023-07-25 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #38860 from nextcloud/scanner-change-summary | Robin Appelman | 2023-07-20 | 1 | -1/+31 | |
|\ \ | | | | | | | add summary of detected changes to files:scan output | |||||
| * | | add summary of detected changes to files:scan output | Robin Appelman | 2023-06-16 | 1 | -1/+31 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | add commands to copy/move files | Robin Appelman | 2023-07-12 | 2 | -0/+255 | |
| |/ |/| | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | files: Add OpenAPI spec | jld3103 | 2023-07-12 | 10 | -10/+210 | |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | | chore: remove old favorites view | John Molakvoæ | 2023-07-05 | 3 | -52/+0 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | feat(files): sort favorites first | John Molakvoæ | 2023-07-05 | 1 | -1/+7 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | feat(files): favorites | John Molakvoæ | 2023-07-05 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 1 | -2/+0 | |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | add utility command for object store objects | Robin Appelman | 2023-06-09 | 4 | -0/+352 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #37971 from nextcloud/info-file-get | Robin Appelman | 2023-05-10 | 3 | -0/+291 | |
|\ | | | | | Add commands for basic file actions | |||||
| * | minor fixes for get/put | Robin Appelman | 2023-05-09 | 2 | -6/+19 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | add command to write a file | Robin Appelman | 2023-05-04 | 3 | -2/+84 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | move get/delete commands to files namespace, make get take the output as ↵ | Robin Appelman | 2023-05-04 | 2 | -0/+196 | |
| | | | | | | | | | | | | argument instead of option Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Add an error counter | Côme Chilliet | 2023-05-04 | 1 | -20/+17 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Only show error stack trace on very verbose level | Côme Chilliet | 2023-05-02 | 1 | -6/+2 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Do not stop at the first PHP error/warning in files:scan | Côme Chilliet | 2023-04-27 | 1 | -11/+15 | |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix(files): Don't throw an error when guests access the controller | Joas Schilling | 2023-04-19 | 2 | -16/+9 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | feat(files): add view config service to store user-config per view | John Molakvoæ | 2023-04-18 | 4 | -49/+218 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | Merge pull request #37625 from nextcloud/bugfix/noid/transfer-file-new-user | Julius Härtl | 2023-04-11 | 1 | -0/+3 | |
|\ | | | | | fix: Always create user directory when transfering files to new users | |||||
| * | fix: Always create user directory when transfering files to new users | Julius Härtl | 2023-04-06 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Add type hints for mappers | jld3103 | 2023-04-07 | 2 | -0/+6 | |
|/ | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | feat(files): implement sorting per view | John Molakvoæ | 2023-04-06 | 2 | -16/+23 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | feat(files): sorting | John Molakvoæ | 2023-04-06 | 2 | -1/+7 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | perf(files): fetch previews faster and cache properly | John Molakvoæ | 2023-04-06 | 1 | -0/+20 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | better error messages if the users home is not writable during scanning | Robin Appelman | 2023-04-05 | 1 | -0/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Add SHARE_TYPE_SCIENCEMESH | Michiel de Jong | 2023-03-08 | 2 | -1/+2 | |
| | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org> | |||||
* | Merge pull request #36904 from ↵ | Joas Schilling | 2023-03-06 | 1 | -9/+6 | |
|\ | | | | | | | | | nextcloud/bugfix/noid/fix-controller-setup-for-guests fix(files): Fix controller setup for guests | |||||
| * | fix(files): Fix controller setup for guests | Joas Schilling | 2023-02-28 | 1 | -9/+6 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Implement file reference wiget | Julius Härtl | 2023-03-02 | 2 | -0/+42 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Revert "fix(performance): Do not set up filesystem on every call" | Joas Schilling | 2023-02-21 | 1 | -62/+0 | |
| | ||||||
* | feat(directediting): Allow opening by file id | Julius Härtl | 2023-02-20 | 2 | -5/+5 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Do not set up filesystem on every call | Anna Larch | 2023-02-17 | 1 | -0/+62 | |
| | | | | | | Also remove old Oc_FileChunking logis that produced GC- collectable chunks Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | Revert the token scope to not end up with storing the user used in the session | Julius Härtl | 2023-02-17 | 1 | -0/+1 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | remove explicit setup when getting storage info | Robin Appelman | 2023-02-08 | 1 | -5/+0 | |
| | | | | | | | | the implicit setup gets enough data without having to do a full setup. Saves having to do a full fs setup for the files webui template Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #35935 from EWouters/patch-1 | Simon L | 2023-01-23 | 1 | -1/+2 | |
|\ | | | | | [Fix]: scan-app-data conversion | |||||
| * | [Fix]: scan-app-data conversion | EWouters | 2023-01-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Adapted from sugestions by @Hiyoal in #34283 and @st3iny in #35935. See https://github.com/nextcloud/server/issues/34283#issuecomment-1288075064 and https://github.com/nextcloud/server/pull/35935#discussion_r1059905594. Closes #34283. Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: EWouters <6179932+EWouters@users.noreply.github.com> | |||||
* | | feat(files): Quota in navigation | John Molakvoæ | 2023-01-17 | 3 | -70/+25 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | Fix favourite opening | John Molakvoæ | 2023-01-04 | 2 | -6/+6 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | Fixing tests | John Molakvoæ | 2023-01-04 | 3 | -14/+13 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | | Add component testing | John Molakvoæ | 2023-01-04 | 2 | -6/+7 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |