Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #40502 from nextcloud/fix/openapi/single-status-descriptions | Kate | 2023-09-27 | 3 | -6/+6 |
|\ | | | | | Add single status code descriptions for OpenAPI | ||||
| * | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 3 | -6/+6 |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | | fix(files): do not include scripts for merge-index | Max | 2023-09-26 | 1 | -3/+2 |
|/ | | | | Signed-off-by: Max <max@nextcloud.com> | ||||
* | Merge pull request #40551 from nextcloud/fix/init-script | John Molakvoæ | 2023-09-21 | 1 | -0/+1 |
|\ | |||||
| * | fix: avoid side-effect imports | John Molakvoæ (skjnldsv) | 2023-09-21 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -17/+9 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(files): trashbin redirect and default fileid Sidebar open | John Molakvoæ | 2023-08-17 | 1 | -37/+99 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): service worker | John Molakvoæ | 2023-08-17 | 2 | -9/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore(files): add Headers, remove legacy methods and cleanup | John Molakvoæ | 2023-08-17 | 2 | -67/+5 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(f2v): migrate Files | John Molakvoæ | 2023-08-17 | 1 | -13/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Migrate parts of files app away from depecrated Ilogger | fenn-cs | 2023-08-13 | 3 | -77/+54 |
| | | | | | | | - Migrate some backgrounds jobs, `TransferOwnership` & `DeleteOrphanedItems` - Migrate `DirectEditingController` Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup | Joas Schilling | 2023-08-04 | 4 | -73/+19 |
|\ | | | | | fix!: Final round of moving to IEventDispatcher | ||||
| * | fix!: Remove LegacyLoadAdditionalScriptsAdapter | Joas Schilling | 2023-07-28 | 2 | -59/+0 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | 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 |