Commit graph

74722 commits

Author SHA1 Message Date
Richard Steinmetz
3f1eefd85b fix: gracefully handle unexpected exif orientation types
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-08-27 15:25:12 +00:00
Ferdinand Thiessen
a91067c869
Merge pull request #47501 from nextcloud/fix/files-favorites
[stable29] fix: Correctly load favorites for subpath
2024-08-27 17:24:00 +02:00
Ferdinand Thiessen
e7130c8ba4
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-27 15:05:24 +02:00
Ferdinand Thiessen
0c77417bc4
refactor(files): Migrate favorites view to @nextcloud/files functions and make it cancelable
Also this fixes the view being writeable

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-27 14:59:05 +02:00
Ferdinand Thiessen
57b81d8ec5
Merge pull request #47497 from nextcloud/backport/47465/stable29
[stable29] fix(files): Reset drop notice on firefox
2024-08-27 14:42:38 +02:00
nextcloud-command
2478fc61e7 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-27 10:48:12 +00:00
Ferdinand Thiessen
8fb9c821ad
fix(files): Reset drop notice on firefox
On firefox there is an old bug where when you move a dragged file outside
the window the `dragleave` event is never emitted.
So we just use a timeout to reset the drag over state.

Also a small change: Use the ID of the main container instead of relying on tag name and class.
(The ID is guranteed as other APIs rely on it, while the class is just used internally).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-27 11:58:27 +02:00
Ferdinand Thiessen
c9f82ff381
Merge pull request #47493 from nextcloud/backport/47467/stable29
[stable29] fix(files): Adjust margin at the file list bottom
2024-08-27 09:21:55 +02:00
Nextcloud bot
7153c364b2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-27 00:21:07 +00:00
nextcloud-command
cb762b40d6 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-26 21:31:44 +00:00
Ferdinand Thiessen
b72277de58
fix(files): Remove huge margin on bottom
Instead make it relative to screen size.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-26 23:23:40 +02:00
Arthur Schiwon
0036881d09
Merge pull request #47482 from nextcloud/backport/47480/stable29
[stable29] fix(flow): cannot set custom user agent
2024-08-26 18:40:41 +02:00
Arthur Schiwon
59933a3443 build: js assets
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-26 13:07:29 +00:00
Arthur Schiwon
7add3a3326 fix(flow): cannot set customer user agent
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-08-26 12:12:25 +00:00
Joas Schilling
4415c6c195
Merge pull request #47477 from nextcloud/backport/47435/stable29
[stable29] fix(mailer): Call to custom mail_template_class
2024-08-26 10:07:40 +02:00
Christoph Klaffl
a2a0ce2364 fix call to custom mail_template_class
Signed-off-by: Christoph Klaffl <christoph@phreaker.eu>
2024-08-26 07:02:39 +00:00
Ferdinand Thiessen
c837d30a6e
Merge pull request #47234 from nextcloud/backportof/45848/stable29
Stable29: Fix/comment deleting with activities installed
2024-08-26 02:51:13 +02:00
Nextcloud bot
bcb7c79139
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-26 00:20:35 +00:00
Nextcloud bot
c61f3da608
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-25 00:24:33 +00:00
greta
f27611f072
fix: Handle comment deletion correctly
Signed-off-by: greta <gretadoci@gmail.com>
2024-08-24 12:45:42 +02:00
Nextcloud bot
05820ab873
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-24 00:20:41 +00:00
Ferdinand Thiessen
d8b926387e
Merge pull request #47428 from nextcloud/backport/47415/stable29
[stable29] fix: Trusted server icon recovery without addressbook change
2024-08-23 19:51:51 +02:00
Nextcloud bot
112aecc277
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-23 00:20:20 +00:00
Pablo Zimdahl
04f313d1d6 fix(federation): always set server status to OK after successful runs
Previously if a server status got set to failure, it stayed that way
until an addressbook-sync found changes. Now the server status is set to
OK after each successful sync check (if that's not the case already),
regardless of addressbook changes.

This change also includes two new logging statements, which could help
next time someone debugs this.

Signed-off-by: Pablo Zimdahl <pablo@nextcloud.com>
2024-08-22 15:04:59 +00:00
Anna
bb67798804
Merge pull request #47421 from nextcloud/backport/47413/stable29
[stable29] fix(caldav): limit property length
2024-08-22 15:34:01 +02:00
Anna Larch
975f1f596f fix(caldav): limit property length
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-08-22 11:20:49 +00:00
Joas Schilling
139b93216f
Merge pull request #47410 from nextcloud/backport/47409/stable29
[stable29] fix(provisioning): Support setting new app configs as well
2024-08-22 08:41:54 +02:00
Joas Schilling
1b405aae8f fix(provisioning): Support setting new app configs as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-08-22 06:08:48 +00:00
Nextcloud bot
c70b3efbff
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-22 00:20:35 +00:00
Arthur Schiwon
2793de48e6
Merge pull request #47394 from nextcloud/backport/46991/stable29
[stable29] fix(ProvisioningAPI): set typed config values by via API
2024-08-21 19:06:58 +02:00
Arthur Schiwon
5d8f5d0853 fix(ProvisioningAPI): set typed config values by via API
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-08-21 13:01:59 +00:00
Joas Schilling
132137dc10
Merge pull request #47384 from nextcloud/backport/47380/stable29
[stable29] fix(theming): Make getImage() call save against missing non-SVG version
2024-08-21 14:07:16 +02:00
John Molakvoæ
4606fb2ab6
Merge pull request #47367 from nextcloud/fix/uploader 2024-08-21 12:12:48 +02:00
Joas Schilling
ef756278ae fix(theming): Make getImage() call save against missing non-SVG version
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-08-21 10:04:54 +00:00
nextcloud-command
a14de4c8d3
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-21 11:18:25 +02:00
Ferdinand Thiessen
68bee40458
chore(deps): Update @nextcloud/upload
* Resolves https://github.com/nextcloud/server/issues/44723#issuecomment-2299624174 for stable29

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-21 11:16:16 +02:00
Joas Schilling
e559a81305
Merge pull request #47378 from nextcloud/followup/46711/fix-version-check
[stable29] fix(setupcheck): Fix mimetype server version check in backport
2024-08-21 11:07:01 +02:00
Joas Schilling
9be51b38e3
fix(setupcheck): Fix mimetype server version check in backport
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-08-21 10:25:23 +02:00
Joas Schilling
fe6d90e50c
Merge pull request #47263 from nextcloud/backport/47258/stable29
[stable29] Don't save translated predefined user status as custom status
2024-08-21 07:13:40 +02:00
Nextcloud bot
26bf1b1e15
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-21 00:20:32 +00:00
John Molakvoæ
5b8bbd375f
Merge pull request #47345 from nextcloud/release/29.0.5 2024-08-20 19:56:03 +02:00
John Molakvoæ
0a65af5409
Merge pull request #47354 from nextcloud/backport/47346/stable29
[stable29] store the mountpoint of storages in the mount options and use it to find the encryption keys
2024-08-20 19:55:54 +02:00
skjnldsv
fbfeeb4c53 build(hub): 29.0.5
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-20 15:56:26 +00:00
Robin Appelman
cf2826d1f7 fix: use mountpoint from storage to find the encryption keys
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-08-20 14:22:44 +00:00
Robin Appelman
e9fcf6bc9c feat: store the mountpoint of storages in the mount options
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-08-20 14:22:44 +00:00
Nextcloud bot
1e93ebc9a6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-20 00:20:46 +00:00
Stephan Orbaugh
b8a864ab05
Merge pull request #47278 from nextcloud/backport/46881/stable29
[stable29] fix: try to find non-recursive share source
2024-08-19 16:44:11 +02:00
Nextcloud bot
9e380839af
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-19 00:20:32 +00:00
Nextcloud bot
807e0e1584
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-18 00:23:10 +00:00
Nextcloud bot
c371b8c35e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-17 00:20:35 +00:00