Thomas Citharel
0601a3f8e0
fix(provisionning_api): Remove parameters that are not set into template
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-08-28 14:03:05 +07:00
Joas Schilling
469e458778
Merge pull request #47549 from nextcloud/backport/47521/stable29
...
[stable29] fix(logger): ignore session logging during setup
2024-08-28 08:18:19 +07:00
Nextcloud bot
5f7736483f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-28 00:23:27 +07:00
Elizabeth Danzberger
82e61d9112
Merge pull request #47538 from nextcloud/backport/47500/stable29
...
[stable29] fix(files): fix list gap at bottom
2024-08-27 16:10:31 +07:00
Elizabeth Danzberger
235c44cc83
chore: rebuild assets
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
2024-08-27 15:21:47 +07:00
Elizabeth Danzberger
a4d26db380
fix(files): fix list gap at bottom
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-08-27 15:20:20 +07:00
Maxence Lange
135b270807
fix(setup): ignore long session login during installation
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-08-27 19:12:02 +07:00
Richard Steinmetz
6c73b11591
Merge pull request #47536 from nextcloud/backport/47509/stable29
...
[stable29] fix: gracefully handle unexpected exif orientation types
2024-08-27 19:28:22 +07:00
Andy Scherzinger
01b5d36515
Merge pull request #47213 from nextcloud/backport/47201/stable29
...
[stable29] fix(userstatus): run user status automation job for start and end events
2024-08-27 18:44:45 +07:00
Andy Scherzinger
e4c6972dca
Merge pull request #47175 from nextcloud/automated/noid/stable29-fix-npm-audit
...
[stable29] Fix npm audit
2024-08-27 18:44:13 +07:00
Andy Scherzinger
63ce129968
Merge pull request #47517 from nextcloud/backport/47508/stable29
...
[stable29] fix(Router): Load attribute routes of all apps when not app is specified
2024-08-27 18:35:32 +07:00
Richard Steinmetz
3f1eefd85b
fix: gracefully handle unexpected exif orientation types
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-08-27 15:25:12 +07: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 +07:00
Ferdinand Thiessen
e7130c8ba4
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-27 15:05:24 +07: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 +07: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 +07:00
provokateurin
351cf892e7
fix(Router): Load attribute routes of all apps when not app is specified
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-08-27 14:04:45 +07: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 +07: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 +07: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 +07:00
nextcloud-command
7f8b27ec45
fix(deps): Fix npm audit
...
Signed-off-by: GitHub <noreply@github.com>
2024-08-27 05:01:50 +07:00
Nextcloud bot
7153c364b2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-27 00:21:07 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Nextcloud bot
bcb7c79139
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-26 00:20:35 +07:00
Nextcloud bot
c61f3da608
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-25 00:24:33 +07:00
greta
f27611f072
fix: Handle comment deletion correctly
...
Signed-off-by: greta <gretadoci@gmail.com>
2024-08-24 12:45:42 +07:00
Nextcloud bot
05820ab873
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-24 00:20:41 +07: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 +07:00
Nextcloud bot
112aecc277
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-23 00:20:20 +07: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 +07:00
Anna
bb67798804
Merge pull request #47421 from nextcloud/backport/47413/stable29
...
[stable29] fix(caldav): limit property length
2024-08-22 15:34:01 +07:00
Anna Larch
975f1f596f
fix(caldav): limit property length
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-08-22 11:20:49 +07: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 +07: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 +07:00
Nextcloud bot
c70b3efbff
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-22 00:20:35 +07: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 +07: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 +07: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 +07:00
John Molakvoæ
4606fb2ab6
Merge pull request #47367 from nextcloud/fix/uploader
2024-08-21 12:12:48 +07: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 +07: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 +07: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 +07: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 +07:00