Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #49904 from nextcloud/enh/noid/navigationentryevent | Arthur Schiwon | 2024-12-18 | 4 | -0/+23 | |
|\ \ \ \ \ | |/ / / / |/| | | | | feat(Navigation): emit dedicated event for loading additional entries | |||||
| * | | | | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryevent | Arthur Schiwon | 2024-12-18 | 4 | -0/+23 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-18 | 8 | -8/+82 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #49880 from ↵ | Kate | 2024-12-17 | 1 | -4/+11 | |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/fix/view/catch-mkdir-exception-non-existent-parents fix(View): Catch exceptions when executing mkdir for non-existent parents | |||||
| * | | | fix(View): Catch exceptions when executing mkdir for non-existent parentsfix/view/catch-mkdir-exception-non-existent-parents | provokateurin | 2024-12-16 | 1 | -4/+11 | |
| | |/ | |/| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | Merge pull request #49399 from nextcloud/feature/noid/config-lexicon | Maxence Lange | 2024-12-16 | 11 | -1/+570 | |
|\ \ \ | |/ / |/| | | feat(config): implementation of lexicon | |||||
| * | | fix(lexicon): renaming and minor fixesfeature/noid/config-lexicon | Maxence Lange | 2024-12-13 | 4 | -15/+15 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | feat(config): implementation of lexicon | Maxence Lange | 2024-12-13 | 11 | -1/+570 | |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | Merge pull request #49731 from ↵ | Joas Schilling | 2024-12-16 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-to-get-permissions-of-a-principal fix(calendar): Fix getting the permissions of the user | |||||
| * | | | fix(calendar): Fix getting the permissions of the user | Joas Schilling | 2024-12-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | Revert "fix: don't recalculate folder size in Cache::delete if the entry ↵ci/revert/47342 | Daniel Kesselberg | 2024-12-16 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | didn't exist" This reverts commit 5ca9d884d78fd4439a74dde02fdcafb3ac7a40f4. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | | Merge pull request #49451 from nextcloud/ensureTemplateFolder | Git'Fellow | 2024-12-16 | 1 | -2/+6 | |
|\ \ \ \ | | | | | | | | | | | fix(TemplateManager): Make sure TemplateFolder is a Folder | |||||
| * | | | | fix(TemplateManager): Make sure TemplateFolder is a FolderensureTemplateFolder | Git'Fellow | 2024-12-13 | 1 | -2/+6 | |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-16 | 6 | -40/+128 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-15 | 2 | -0/+42 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | Merge pull request #49528 from nextcloud/fix/issue-47879-property-serialization | Sebastian Krupinski | 2024-12-13 | 4 | -0/+72 | |
|\ \ \ \ | | | | | | | | | | | fix: replace null character when serializing | |||||
| * | | | | fix: replace null character when serializingfix/issue-47879-property-serialization | SebastianKrupinski | 2024-12-13 | 4 | -0/+72 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-14 | 4 | -0/+34 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-13 | 2 | -0/+54 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #49832 from nextcloud/sharding-select-fixes | John Molakvoæ | 2024-12-12 | 1 | -3/+24 | |
|\ \ \ | ||||||
| * | | | fix: improve logic for ensuring join columns are selected for partitioned ↵sharding-select-fixes | Robin Appelman | 2024-12-12 | 1 | -3/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | queries Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | fix: handle calling select on partitioned queries with an array of columns | Robin Appelman | 2024-12-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | Merge pull request #47342 from nextcloud/cache-delete-notfound-size | Robin Appelman | 2024-12-12 | 1 | -3/+0 | |
|\ \ \ \ | | | | | | | | | | | fix: don't recalculate folder size in Cache::delete if the entry didn't exist | |||||
| * | | | | fix: don't recalculate folder size in Cache::delete if the entry didn't existcache-delete-notfound-size | Robin Appelman | 2024-08-20 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | fix(shares): Wrap exceptions from password validation to set code to 400 | Côme Chilliet | 2024-12-12 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression that bad password returned 403 instead of 400 because of previous changes. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | | fix(files_sharing): Do not wrap password policy exception into a generic one | Côme Chilliet | 2024-12-12 | 1 | -6/+2 | |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | Let the controller access the HintException and show the error to the user. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-dav | Julius Knorr | 2024-12-12 | 2 | -27/+31 | |
|\ \ \ \ | | | | | | | | | | | add activity logging for favorites in dav | |||||
| * | | | | refactor(tags): move favorite event dispatching to tags.php | grnd-alt | 2024-12-03 | 2 | -27/+31 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | |||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-12 | 152 | -640/+846 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | | Merge pull request #49739 from nextcloud/s3-disable-multipart-remove-debug | Kate | 2024-12-11 | 1 | -1/+0 | |
|\ \ \ \ \ | | | | | | | | | | | | | chore: cleanup leftover debug statement | |||||
| * | | | | | chore: cleanup leftover debug statements3-disable-multipart-remove-debug | Robin Appelman | 2024-12-09 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstore | John Molakvoæ | 2024-12-11 | 1 | -9/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstore | Robin Appelman | 2024-12-05 | 1 | -9/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | | | Merge pull request #49695 from nextcloud/copy-update-cache-excluded | John Molakvoæ | 2024-12-11 | 1 | -1/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix: only do cache copy in updater if the parent folder should be in cachecopy-update-cache-excluded | Robin Appelman | 2024-12-06 | 1 | -1/+9 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | | | Merge pull request #49746 from nextcloud/printOnlyOnceText | John Molakvoæ | 2024-12-11 | 1 | -10/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix(share): Don't print twice the same informationprintOnlyOnceText | Git'Fellow | 2024-12-10 | 1 | -10/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
* | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-11 | 12 | -0/+252 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | | | | Merge pull request #49750 from nextcloud/bugfix/noid/oracle-federation | Joas Schilling | 2024-12-10 | 1 | -3/+9 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fix(federation): Allow Oracles empty strings | |||||
| * | | | | | | | fix(federation): Allow Oracles empty stringsbugfix/noid/oracle-federation | Joas Schilling | 2024-12-10 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | | | | | fix(TextToTextChatWithTools): Add translator notesfix/texttotextchatwithtools-translator-notes | Marcel Klehr | 2024-12-10 | 1 | -0/+3 | |
|/ / / / / / / | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-10 | 76 | -44/+206 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | | | | Merge pull request #49740 from nextcloud/bugfix/noid/compatibility-with-30 | Joas Schilling | 2024-12-09 | 1 | -7/+10 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | fix(federation): Restore compatibility with Nextcloud 30 servers | |||||
| * | | | | | | fix(federation): Fall back to old version flagbugfix/noid/compatibility-with-30 | Joas Schilling | 2024-12-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | | | | | fix(federation): Restore compatibility with Nextcloud 30 servers | Joas Schilling | 2024-12-09 | 1 | -6/+8 | |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* / | | | | | feat(TaskProcessing): More task types | Marcel Klehr | 2024-12-09 | 6 | -0/+324 | |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-08 | 2 | -0/+36 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | | Merge pull request #49599 from nextcloud/feat/bruteforce-max-attempts | Benjamin Gaussorgues | 2024-12-06 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | chore(bruteforce): allows to configure max attempts before request abort | Benjamin Gaussorgues | 2024-12-03 | 1 | -2/+2 | |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | | | | feat(systemtags): add color support backend | skjnldsv | 2024-12-06 | 7 | -56/+26 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> |