summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Update psalm baselinenextcloud-command2023-07-101-6/+0
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | Merge pull request #39143 from nextcloud/fix/password-confirmation-26Arthur Schiwon2023-07-105-8/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable26] Fix password confirmation
| * | | | | | Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-045-8/+9
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | Merge pull request #39100 from nextcloud/backport/39093/stable26Arthur Schiwon2023-07-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable26] Silent `imagecreatefromstring()` errors
| * | | | | | Silent imagecreatefromstring() errorsGit'Fellow2023-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | Merge pull request #38972 from nextcloud/backport/38747/stable26Arthur Schiwon2023-07-105-3/+131
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable26] perf: skip request without write permission
| * | | | | | | perf: skip request without write permissionDaniel Kesselberg2023-07-045-3/+131
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Merge pull request #39270 from nextcloud/backport/35915/35915-stable26Arthur Schiwon2023-07-108-32/+196
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | [stable26] display displayname on federated shares
| * | | | | | display displayname on federated sharesMaxence Lange2023-07-108-32/+196
| | |_|/ / / | |/| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | Merge pull request #39252 from nextcloud/backport/38046/stable26Joas Schilling2023-07-106-7/+70
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [stable26] fix(dav): Abort requests with 429 instead of waiting
| * | | | | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-07-106-7/+70
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1032-28/+200
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0918-28/+68
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0838-92/+198
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39206 from nextcloud/backport/39203/stable26John Molakvoæ2023-07-071-1/+1
|\ \ \ \
| * | | | fix(cypress): revert only toggleJohn Molakvoæ2023-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0736-426/+1006
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39152 from nextcloud/backport/39115/stable26Arthur Schiwon2023-07-061-13/+21
|\ \ \ \ | | | | | | | | | | [stable26] fix(sse): don't update uncached files
| * | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | Merge pull request #39194 from ↵Arthur Schiwon2023-07-061-4/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/stable26/tag-search-short-circuit-master [stable26] fix(TagSearchProvider): Short circuit if no tag matches the query
| * | | | | Fix psalm errorMarcel Klehr2023-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(TagSearchProvider): Short circuit if no tag matches the queryMarcel Klehr2023-07-061-4/+6
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-06166-624/+1116
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #39159 from nextcloud/backport/39043/stable26Christoph Wurst2023-07-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable26] fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
| * | | | | fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #39117 from nextcloud/backport/37428/stable26Louis2023-07-051-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [stable26] Ignore and log non integer versions
| * | | | | Check for non-numeric versions, not non-integerCôme Chilliet2023-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All versions are string Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Ignore and log non integer versionsCôme Chilliet2023-07-041-0/+6
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids being stuck when there is one buggy file version with a non-integer version. It allows the expiration process to not crash and continue with the other ones. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0530-4/+94
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #38977 from nextcloud/backport/38625/stable26Arthur Schiwon2023-07-049-44/+61
|\ \ \ \ | |/ / / |/| | | [stable26] fix: expect interface, not a specific implementation
| * | | ci: adjust return annotation to older psalm versionArthur Schiwon2023-06-263-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | docs: adjust @since version to backportArthur Schiwon2023-06-261-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | ci: pro forma check of existence of internal methodArthur Schiwon2023-06-231-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | createNode() is protected and used by Folder, but being an internal-only method it shall not be exposed in the Folder or IRootFolder interface. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-235-23/+24
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | chore: ugly type jugglingArthur Schiwon2023-06-236-23/+37
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix: add typehine for IRootFolderArthur Schiwon2023-06-231-7/+5
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix: expect interface, not a specific implementationArthur Schiwon2023-06-231-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes a regression when deleting folders while music app was enabled, for a LazyRoot was passed to this method. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0426-232/+462
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-036-0/+34
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0226-10/+342
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39080 from nextcloud/backport/39025/stable26Ferdinand Thiessen2023-07-011-2/+2
|\ \ \ \ | |_|/ / |/| | | [stable26] fix(files): Only render the menu if there are actions to show
| * | | fix(files): Only render the menu if there are actions to showJulius Härtl2023-07-011-2/+2
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-01146-170/+510
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38961 from nextcloud/fix/missing-systemtags-index-stable26Arthur Schiwon2023-06-303-0/+21
|\ \ \ | | | | | | | | [stable26] fix(systemtags): Add missing systemtags index
| * | | fix(systemtags): Keep non-existing indexMarcel Klehr2023-06-231-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | fix(systemtags): Move index creation from new migration to existing original ↵Marcel Klehr2023-06-232-53/+1
| | | | | | | | | | | | | | | | | | | | | | | | migration Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | fix(systemtags): Add missing systemtags indexMarcel Klehr2023-06-233-0/+72
| |/ / | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-3024-4/+312
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #39072 from nextcloud/backport/39067/stable26Pytal2023-06-291-13/+29
|\ \ \
| * | | chore: update cypress workflow from templatesJohn Molakvoæ2023-06-291-12/+29
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>