Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-01 | 2 | -0/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(storage): fallback to copy and unlink when rename fails | Daniel Kesselberg | 2023-07-31 | 1 | -13/+6 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge pull request #39629 from ir0nhide/fix/sse-c | Julius Härtl | 2023-07-31 | 1 | -1/+1 |
|\ | |||||
| * | fix(s3): add SSE-C parameters to headObject call | Tobias Zimmerer | 2023-07-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Tobias Zimmerer <3228193+ir0nhide@users.noreply.github.com> | ||||
* | | provisioning_api: Add OpenAPI spec | jld3103 | 2023-07-31 | 3 | -6/+29 |
|/ | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-29 | 6 | -6/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix share roots always being marked as writable | Robin Appelman | 2023-07-28 | 3 | -2/+18 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | expose MovableMount in public interface | Robin Appelman | 2023-07-28 | 2 | -1/+51 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #39473 from nextcloud/fix/parallel-aware-job | Joas Schilling | 2023-07-28 | 2 | -14/+23 |
|\ | | | | | fix(IParallelAwareJob): Check for other reserved jobs before setting new ones as reserved | ||||
| * | Remove allowParallelRuns check in OCP\BackgroundJob\Job | Marcel Klehr | 2023-07-28 | 1 | -5/+0 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Fix ParallelAwareJob tests | Marcel Klehr | 2023-07-28 | 1 | -9/+23 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | Merge pull request #37624 from nextcloud/fix/logging-for-failed-fopen | Arthur Schiwon | 2023-07-28 | 1 | -0/+7 |
|\ \ | |/ |/| | fix: log fopen calls when stream isn't available | ||||
| * | fix: log fopen calls when stream isn't available | Anna Larch | 2023-07-20 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | Merge pull request #39595 from ↵ | Joas Schilling | 2023-07-28 | 6 | -133/+38 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/remove-symfony-event-from-user fix!: Remove symfony EventDispatcherInterface from OC\User and OC\Group | ||||
| * | | fix!: Remove symfony EventDispatcherInterface from Group | Joas Schilling | 2023-07-27 | 3 | -86/+25 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix!: Remove symfony EventDispatcherInterface from User | Joas Schilling | 2023-07-27 | 4 | -47/+13 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-28 | 4 | -6/+10 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #39571 from ↵ | Joas Schilling | 2023-07-27 | 16 | -195/+65 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/move-lib-to-IEventDispatcher Move lib/ events to IEventDispatcher where possible | ||||
| * | | fix!: Remove User events which have a typed event replacement | Joas Schilling | 2023-07-27 | 1 | -4/+0 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix: Move Sharing events to IEventDispatcher | Joas Schilling | 2023-07-27 | 2 | -24/+30 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix: Move Node HookConnecter events to IEventDispatcher | Joas Schilling | 2023-07-27 | 2 | -26/+13 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix: Move SystemTags events to IEventDispatcher | Joas Schilling | 2023-07-27 | 3 | -47/+13 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA Manager | Joas Schilling | 2023-07-27 | 2 | -25/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix!: Remove legacy event dispatching Symfony's GenericEvent from ↵ | Joas Schilling | 2023-07-27 | 2 | -39/+5 |
| | | | | | | | | | | | | | | | | | | AdditionalScripts Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix: Move AppManager events to IEventDispatcher | Joas Schilling | 2023-07-27 | 2 | -8/+3 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix!: Remove legacy event dispatching Symfony's GenericEvent | Joas Schilling | 2023-07-27 | 4 | -22/+0 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | fix(SystemTagManager): Use truncated tagName in getTag and updateTag | Marcel Klehr | 2023-07-27 | 1 | -4/+8 |
|/ / | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | Merge pull request #39485 from ↵ | Joas Schilling | 2023-07-26 | 1 | -8/+4 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/move-remaining-easy-usages-to-IEventDispatcher fix(dispatcher): Move remaining simple cases in apps/ folder to IEven… | ||||
| * | | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher | Joas Schilling | 2023-07-25 | 1 | -8/+4 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-26 | 2 | -4/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #39487 from ↵ | Joas Schilling | 2023-07-25 | 6 | -37/+149 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/feat/noid/typed-events-for-db_add-missing Feat/noid/typed events for db add missing | ||||
| * | | fix(db)!: Remove private legacy event because we can not keep it | Joas Schilling | 2023-07-24 | 1 | -33/+0 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix: Add options to support all used features by core | Joas Schilling | 2023-07-24 | 1 | -4/+23 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | feat(dispatcher): Add typed event for "db:add-missing-primary-keys" | Joas Schilling | 2023-07-24 | 4 | -2/+65 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | feat(dispatcher): Add typed event for "db:add-missing-columns" | Joas Schilling | 2023-07-24 | 5 | -4/+67 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-25 | 4 | -0/+28 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #39506 from ↵ | Joas Schilling | 2023-07-24 | 1 | -0/+55 |
|\ \ | | | | | | | | | | | | | nextcloud/techdebt/39488/ensure-index-name-uniqueness feat(db): Ensure that index names are unique across the database | ||||
| * | | feat(db): Ensure that index names are unique across the database | Joas Schilling | 2023-07-20 | 1 | -0/+55 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-24 | 8 | -0/+50 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-23 | 10 | -0/+62 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #38854 from nextcloud/enh/llm-api | Marcel Klehr | 2023-07-21 | 25 | -0/+1407 |
|\ \ | |||||
| * | | Fix tests: Adjust constructor signature | Marcel Klehr | 2023-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Remove Task::factory method | Marcel Klehr | 2023-07-19 | 2 | -18/+1 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Fix psalm errors | Marcel Klehr | 2023-07-17 | 5 | -0/+9 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | cs:fix | Marcel Klehr | 2023-07-17 | 1 | -2/+0 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Update autoloaders | Marcel Klehr | 2023-07-17 | 2 | -38/+38 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Apply suggestions from code review | Marcel Klehr | 2023-07-17 | 2 | -8/+1 |
| | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Fix psalm errors | Marcel Klehr | 2023-07-14 | 1 | -6/+9 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Fix psalm errors | Marcel Klehr | 2023-07-14 | 1 | -1/+0 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | Massive refactoring: Turn LanguageModel OCP API into TextProcessing API | Marcel Klehr | 2023-07-14 | 28 | -627/+414 |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> |