Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-06 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-05 | 4 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-04 | 18 | -0/+32 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #39642 from nextcloud/backport/39629/stable27 | Julius Härtl | 2023-08-03 | 1 | -1/+1 |
|\ | |||||
| * | fix(s3): add SSE-C parameters to headObject call | Tobias Zimmerer | 2023-07-31 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Tobias Zimmerer <3228193+ir0nhide@users.noreply.github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-03 | 22 | -28/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #39596 from nextcloud/backport/38667/stable27 | Arthur Schiwon | 2023-08-02 | 1 | -4/+8 |
|\ \ | | | | | | | [stable27] fix(SystemTagManager): Use truncated tagName in getTag and updateTag | ||||
| * | | 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 #39499 from nextcloud/backport/38934/stable27 | Arthur Schiwon | 2023-08-02 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | [stable27] fix(s3): Pass SSE-C parameters for multipart upload | ||||
| * | | | fix(s3): Pass SSE-C parameters for multipart upload | Julius Härtl | 2023-07-20 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #39448 from nextcloud/backport/38907/stable27 | Arthur Schiwon | 2023-08-02 | 1 | -3/+6 |
|\ \ \ \ | | | | | | | | | | | [stable27] Fix: ContactManager search with fullmatch | ||||
| * | | | | fix(mail): ContactManager search with fullmatch | Johannes Merkel | 2023-07-18 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de> | ||||
* | | | | | Merge pull request #39435 from nextcloud/backport/39309/stable27 | Arthur Schiwon | 2023-08-02 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable27] fix(profile): fix getUID on nullable user variable | ||||
| * | | | | | fix(profile): fix getUID on nullable user variable | Thomas Citharel | 2023-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per method signature, $visitingUser is nullable, so we can't be sure calling getUid() on it will work. Closes #35766 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | | | | Merge pull request #39369 from nextcloud/backport/39339/stable27 | Arthur Schiwon | 2023-08-02 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [stable27] fix(node): non-existing folder is not searchable | ||||
| * | | | | | | fix(node): non-existing folder is not searchable | Arthur Schiwon | 2023-07-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the previosuly introduced searchBySystemTag was not overwritten in NonExistingFolder and could run the inherited method. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | | Merge pull request #39614 from nextcloud/dav-permissions-share-root-write-27 | Andy Scherzinger | 2023-08-01 | 1 | -2/+16 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [27] fix share roots always being marked as writable | ||||
| * | | | | | | | fix share roots always being marked as writable | Robin Appelman | 2023-07-28 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-01 | 2 | -0/+16 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-29 | 6 | -6/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | | 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> | ||||
* | | | | / | 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 #39522 from nextcloud/backport/39264/stable27 | Andy Scherzinger | 2023-07-27 | 1 | -14/+31 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable27] Add instance category while checking new updates | ||||
| * | | | | | Add instance category while checking new updates | Benjamin Gaussorgues | 2023-07-21 | 1 | -14/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-26 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-25 | 4 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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> | ||||
* | | | | | | fix: Correctly add `module` content type to script tags when scripts with ↵ | Ferdinand Thiessen | 2023-07-23 | 1 | -1/+2 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | versions are used Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | / | fix(apps): Fix loading info.xml file | Joas Schilling | 2023-07-20 | 3 | -5/+10 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Ref: https://bugs.php.net/bug.php?id=62577 Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-20 | 2 | -20/+20 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-19 | 4 | -2/+200 |
| |_|/ |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-18 | 2 | -2/+2 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat: Add public event for missing indices | Julius Härtl | 2023-07-14 | 4 | -2/+64 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-14 | 4 | -2/+4 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-13 | 2 | -10/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38971 from nextcloud/backport/38945/stable27 | Arthur Schiwon | 2023-07-12 | 1 | -96/+126 |
|\ | | | | | [stable27] implement optimized getDirectoryContent for DAV | ||||
| * | Include PR #38965 | Git'Fellow | 2023-07-10 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
| * | implement optimized getDirectoryContent for DAV | Robin Appelman | 2023-07-10 | 1 | -96/+125 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #38816 from nextcloud/backport/38490/stable27 | Arthur Schiwon | 2023-07-12 | 6 | -1/+114 |
|\ \ | | | | | | | [stable27] emit an event when a message is logged | ||||
| * | | emit an event when a message is logged | Robin Appelman | 2023-07-10 | 6 | -1/+114 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #38756 from nextcloud/backport/38468/stable27 | Arthur Schiwon | 2023-07-12 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | [stable27] log failures to read certificates during listing | ||||
| * | | | log failures to read certificates during listing | Robin Appelman | 2023-07-10 | 1 | -1/+7 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #39269 from nextcloud/backport/35915/35915-stable27 | Arthur Schiwon | 2023-07-11 | 2 | -5/+16 |
|\ \ \ | | | | | | | | | [stable27] display displayname on federated shares | ||||
| * | | | display displayname on federated shares | Maxence Lange | 2023-07-11 | 2 | -5/+16 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | shorten oauth2 client names before resizing the column | Julien Veyssier | 2023-07-10 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | | drop the oauth2_clients trusted column, delete unsupported clients and their ↵ | Julien Veyssier | 2023-07-10 | 1 | -0/+34 |
|/ / / | | | | | | | | | | | | | | | | access tokens Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | Merge pull request #39099 from nextcloud/backport/39093/stable27 | Arthur Schiwon | 2023-07-10 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | [stable27] Silent `imagecreatefromstring()` errors |