Arthur Schiwon
ce036dcced
Merge pull request #39260 from nextcloud/backports/39146/stable26
...
[stable26] fix(files_sharing): hide download permission for circle shares
2023-07-10 18:06:07 +02:00
Arthur Schiwon
1c59a7a5db
Merge pull request #39031 from nextcloud/backport/38917/stable26
...
[stable26] fix(l10n): Fix plural issue with different locale and language
2023-07-10 18:05:48 +02:00
Arthur Schiwon
61835be271
Merge pull request #39155 from nextcloud/automated/noid/stable26-update-psalm-baseline
...
[stable26] Update psalm-baseline.xml
2023-07-10 18:02:26 +02:00
Arthur Schiwon
fa388d262a
Merge pull request #39143 from nextcloud/fix/password-confirmation-26
...
[stable26] Fix password confirmation
2023-07-10 18:01:43 +02:00
Arthur Schiwon
91a44763bd
Merge pull request #39100 from nextcloud/backport/39093/stable26
...
[stable26] Silent `imagecreatefromstring()` errors
2023-07-10 17:59:29 +02:00
Arthur Schiwon
f4f6a95b02
Merge pull request #38972 from nextcloud/backport/38747/stable26
...
[stable26] perf: skip request without write permission
2023-07-10 17:57:55 +02:00
Arthur Schiwon
48f27a90bd
Merge pull request #39270 from nextcloud/backport/35915/35915-stable26
...
[stable26] display displayname on federated shares
2023-07-10 17:49:34 +02:00
Joas Schilling
a87a931675
Merge pull request #39252 from nextcloud/backport/38046/stable26
...
[stable26] fix(dav): Abort requests with 429 instead of waiting
2023-07-10 14:30:25 +02:00
Maxence Lange
b9a25ce4d5
display displayname on federated shares
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-07-10 10:57:26 -01:00
Richard Steinmetz
0c09c34034
fix(files_sharing): hide download permission for circle shares
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-07-10 09:45:34 +02:00
Joas Schilling
ddff2e692d
fix(dav): Abort requests with 429 instead of waiting
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-07-10 06:32:01 +02:00
nextcloud-command
8c7e4c5ad0
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2023-07-10 02:42:26 +00:00
Nextcloud bot
396a80a39b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-10 00:29:04 +00:00
Nextcloud bot
d211eccb4c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-09 00:35:41 +00:00
Nextcloud bot
6e3421bd4a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-08 00:30:30 +00:00
John Molakvoæ
54fb0569cf
Merge pull request #39206 from nextcloud/backport/39203/stable26
2023-07-07 09:20:43 +02:00
Nextcloud bot
45848c0ca2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-07 00:27:49 +00:00
John Molakvoæ
2fc2a0d613
fix(cypress): revert only toggle
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-07-06 20:46:49 +00:00
Arthur Schiwon
e4e608caac
Merge pull request #39152 from nextcloud/backport/39115/stable26
...
[stable26] fix(sse): don't update uncached files
2023-07-06 18:42:59 +02:00
Arthur Schiwon
ddfe6cc49c
Merge pull request #39194 from nextcloud/fix/stable26/tag-search-short-circuit-master
...
[stable26] fix(TagSearchProvider): Short circuit if no tag matches the query
2023-07-06 18:38:53 +02:00
Marcel Klehr
1b83c6302a
Fix psalm error
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-06 14:56:18 +02:00
Marcel Klehr
cfe21648d6
fix(TagSearchProvider): Short circuit if no tag matches the query
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-06 14:56:12 +02:00
Nextcloud bot
51fda57d59
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-06 00:30:56 +00:00
Christoph Wurst
e1af3b9dd4
Merge pull request #39159 from nextcloud/backport/39043/stable26
...
[stable26] fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
2023-07-05 20:01:04 +02:00
Louis
981262c57b
Merge pull request #39117 from nextcloud/backport/37428/stable26
...
[stable26] Ignore and log non integer versions
2023-07-05 15:41:03 +02:00
Christoph Wurst
be78126adf
fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-07-05 10:54:51 +00:00
Nextcloud bot
83a0c59a2d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-05 00:27:02 +00:00
Richard Steinmetz
36b48dea52
fix(sse): don't update uncached files
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-07-04 20:23:47 +00:00
Arthur Schiwon
3fd03faf58
Merge pull request #38977 from nextcloud/backport/38625/stable26
...
[stable26] fix: expect interface, not a specific implementation
2023-07-04 22:08:09 +02:00
Côme Chilliet
f3f2b0f0a8
Check for non-numeric versions, not non-integer
...
All versions are string
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-07-04 15:11:41 +02:00
Côme Chilliet
58a950b8a0
Ignore and log non integer versions
...
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>
2023-07-04 15:11:41 +02:00
Marcel Klehr
4627db420f
Fix(OC/password-confirmation): Hide the correct button
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-04 14:28:28 +02:00
Daniel Kesselberg
f0f4c46545
perf: skip request without write permission
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-07-04 10:32:15 +02:00
Nextcloud bot
e36c9d6062
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-04 00:29:35 +00:00
Nextcloud bot
2c0169f012
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-03 00:30:56 +00:00
Nextcloud bot
49647b60dd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-02 00:31:19 +00:00
Ferdinand Thiessen
ecb4f42886
Merge pull request #39080 from nextcloud/backport/39025/stable26
...
[stable26] fix(files): Only render the menu if there are actions to show
2023-07-01 20:57:17 +02:00
Git'Fellow
11a6de90b8
Silent imagecreatefromstring() errors
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-07-01 14:43:13 +00:00
Julius Härtl
5f0de0b740
fix(files): Only render the menu if there are actions to show
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-07-01 16:04:37 +02:00
Nextcloud bot
adeeb327f2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-01 00:25:32 +00:00
Arthur Schiwon
f714e44957
Merge pull request #38961 from nextcloud/fix/missing-systemtags-index-stable26
...
[stable26] fix(systemtags): Add missing systemtags index
2023-06-30 17:37:20 +02:00
Nextcloud bot
e929c66d7d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-30 00:30:00 +00:00
Pytal
398efe3e52
Merge pull request #39072 from nextcloud/backport/39067/stable26
2023-06-29 11:21:22 -07:00
John Molakvoæ
09ad1eafb9
chore: update cypress workflow from templates
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-29 16:44:43 +00:00
John Molakvoæ
793fc44b59
fix(cypress): branch definition
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-29 16:44:42 +00:00
Nextcloud bot
2c9ef176f6
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-28 00:31:00 +00:00
Joas Schilling
756e119162
fix(l10n): Fix plural issue with different locale and language
...
We need to use the language code here instead of the locale,
because Symfony does not distinguish between the two and would
otherwise e.g. with locale "Czech" and language "German" try to
pick a non-existing plural rule, because Czech has 4 plural forms
and German only 2.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-06-27 14:15:46 +02:00
Nextcloud bot
13d9fb1ad7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-27 00:32:25 +00:00
Arthur Schiwon
013d34977b
ci: adjust return annotation to older psalm version
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-06-26 17:07:21 +02:00
Joas Schilling
78f649836f
Merge pull request #38908 from nextcloud/backport/38897/stable26
...
[stable26] fix(core): Do not invert app menu text color
2023-06-26 16:45:03 +02:00