]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
20 months ago[Fix]: scan-app-data conversion 36311/head
EWouters [Sun, 1 Jan 2023 21:07:42 +0000 (22:07 +0100)]
[Fix]: scan-app-data conversion

Adapted from sugestions by @Hiyoal in #34283 and @st3iny in #35935.

See https://github.com/nextcloud/server/issues/34283#issuecomment-1288075064
and https://github.com/nextcloud/server/pull/35935#discussion_r1059905594.

Closes #34283.

Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: EWouters <6179932+EWouters@users.noreply.github.com>
20 months agoMerge pull request #36296 from nextcloud/backport/36250/stable25
Joas Schilling [Mon, 23 Jan 2023 15:05:14 +0000 (16:05 +0100)]
Merge pull request #36296 from nextcloud/backport/36250/stable25

[stable25] Add success message to personal settings clipboard button

20 months agoCompile assets 36296/head
nextcloud-command [Mon, 23 Jan 2023 11:54:40 +0000 (11:54 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
20 months agoMerge pull request #36292 from nextcloud/backport/36278/stable25
Simon L [Mon, 23 Jan 2023 11:27:24 +0000 (12:27 +0100)]
Merge pull request #36292 from nextcloud/backport/36278/stable25

[stable25] Fix interned strings buffer check if 0 free bytes

20 months agoAdd success message to personal settings button
julia.kirschenheuter [Thu, 19 Jan 2023 16:09:46 +0000 (17:09 +0100)]
Add success message to personal settings button

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
20 months agoMerge pull request #36255 from nextcloud/backport/35632/stable25
Joas Schilling [Mon, 23 Jan 2023 11:19:34 +0000 (12:19 +0100)]
Merge pull request #36255 from nextcloud/backport/35632/stable25

[stable25] docs: document types flag for search options

20 months agoFix interned strings buffer check if 0 free bytes 36292/head
MichaIng [Fri, 20 Jan 2023 20:59:30 +0000 (21:59 +0100)]
Fix interned strings buffer check if 0 free bytes

With #32902 it was meant to be avoided to recommend raising the interned strings buffer size above a quarter of the total OPcache size. This works as long as there is at least 1 byte free, but does not apply if the buffer is filled completely.

This commit switches the conditions so that the interned strings buffer size must be smaller than a quarter of the total OPcache size for the warning to be shown. That the buffer must be either filled completely or by more than 90% remains untouched.

Signed-off-by: MichaIng <micha@dietpi.com>
20 months agoMerge pull request #36246 from nextcloud/nickvergessen-patch-1
Joas Schilling [Mon, 23 Jan 2023 06:02:16 +0000 (07:02 +0100)]
Merge pull request #36246 from nextcloud/nickvergessen-patch-1

[stable25] Specify the profiler app branch to test with

20 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Mon, 23 Jan 2023 02:25:37 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Sun, 22 Jan 2023 02:25:34 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Sat, 21 Jan 2023 02:24:51 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoMerge pull request #36272 from nextcloud/fix/stable25-fix-theming-admin-migration
Simon L [Fri, 20 Jan 2023 17:44:43 +0000 (18:44 +0100)]
Merge pull request #36272 from nextcloud/fix/stable25-fix-theming-admin-migration

[stable25] fix(theming): fix admin images migration

20 months agoMerge pull request #36274 from nextcloud/backport/36264/stable25
Vincent Petry [Fri, 20 Jan 2023 16:23:12 +0000 (17:23 +0100)]
Merge pull request #36274 from nextcloud/backport/36264/stable25

[stable25] fix(occ): Fix comment formatting of maintenance:repair command

20 months agoChange testing branch to stable25 36246/head
Joas Schilling [Fri, 20 Jan 2023 15:29:38 +0000 (16:29 +0100)]
Change testing branch to stable25

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoSpecify the profiler app branch to test with
Joas Schilling [Thu, 19 Jan 2023 15:21:39 +0000 (16:21 +0100)]
Specify the profiler app branch to test with

So we can test in stable25 with a matching profiler version instead of master

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoMerge pull request #36243 from nextcloud/backport/35192/stable25
Joas Schilling [Fri, 20 Jan 2023 15:29:23 +0000 (16:29 +0100)]
Merge pull request #36243 from nextcloud/backport/35192/stable25

[stable25] Fix github action "performance-8.0" when PR is from a fork.

20 months agoMerge pull request #36273 from nextcloud/backport/35485/stable25
Joas Schilling [Fri, 20 Jan 2023 15:24:36 +0000 (16:24 +0100)]
Merge pull request #36273 from nextcloud/backport/35485/stable25

[stable25] Remove Bootstrap version reference from tooltip.scss

20 months agofix(occ): Fix comment formatting of maintenance:repair command 36274/head
Christoph Wurst [Fri, 20 Jan 2023 08:58:22 +0000 (09:58 +0100)]
fix(occ): Fix comment formatting of maintenance:repair command

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoRemove Bootstrap version reference from tooltip.scss 36273/head
脕lvaro Brey [Tue, 29 Nov 2022 11:54:06 +0000 (12:54 +0100)]
Remove Bootstrap version reference from tooltip.scss

We've had some reports that Nextcloud is using an outdated/deprecated Bootstrap version v3.3.5.

I believe this to be caused by the string "Bootstrap v3.3.5" in the changed line, which after bundling ends up in `core-common.js`, and trips up some security scanners.

It may also be worth investigating why the comments are not getting stripped when bundling the JS.

Signed-off-by: 脕lvaro Brey <alvaro.brv@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
20 months agofix(theming): fix admin images migration 36272/head
John Molakvo忙 (skjnldsv) [Fri, 20 Jan 2023 10:35:17 +0000 (11:35 +0100)]
fix(theming): fix admin images migration

Signed-off-by: John Molakvo忙 (skjnldsv) <skjnldsv@protonmail.com>
20 months agoMerge pull request #36044 from nextcloud/backport/35655/stable25
Julia Kirschenheuter [Fri, 20 Jan 2023 10:13:36 +0000 (11:13 +0100)]
Merge pull request #36044 from nextcloud/backport/35655/stable25

[stable25] Replace custom tooltips with native one in vue components and views

20 months agoMerge pull request #36197 from nextcloud/fix/35886-Replace_custom_tooltips_with_nativ...
Julia Kirschenheuter [Fri, 20 Jan 2023 10:12:56 +0000 (11:12 +0100)]
Merge pull request #36197 from nextcloud/fix/35886-Replace_custom_tooltips_with_native_one_for_personal_and_administration_settings-stable25

[stable25] Fix/35886 replace custom tooltips with native one for personal and administration settings stable25

20 months agoReplace custom tooltips with native one in vue components and views 36044/head
julia.kirschenheuter [Wed, 7 Dec 2022 16:29:58 +0000 (17:29 +0100)]
Replace custom tooltips with native one in vue components and views

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
20 months agoReplace custom tooltips with native tooltips 36197/head
julia.kirschenheuter [Wed, 28 Dec 2022 10:32:42 +0000 (11:32 +0100)]
Replace custom tooltips with native tooltips

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
20 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Fri, 20 Jan 2023 02:29:49 +0000 (02:29 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agodocs: document types flag for search options 36255/head
Daniel Kesselberg [Tue, 6 Dec 2022 19:21:37 +0000 (20:21 +0100)]
docs: document types flag for search options

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
20 months agoMerge pull request #36106 from nextcloud/backport/36074/stable25
Vincent Petry [Thu, 19 Jan 2023 16:43:20 +0000 (17:43 +0100)]
Merge pull request #36106 from nextcloud/backport/36074/stable25

[stable25] Fix inability to re-enter share password after invalid input

20 months agoMerge pull request #36236 from nextcloud/backport/36203/stable25
Vincent Petry [Thu, 19 Jan 2023 16:41:53 +0000 (17:41 +0100)]
Merge pull request #36236 from nextcloud/backport/36203/stable25

[stable25] Port global search menu to focus trapped NcHeaderMenu

20 months agoMerge pull request #36240 from nextcloud/backport/36237/stable25
Vincent Petry [Thu, 19 Jan 2023 16:40:39 +0000 (17:40 +0100)]
Merge pull request #36240 from nextcloud/backport/36237/stable25

[stable25] Disable unreliable acceptance tests

20 months agoFix github action "performance-8.0" when PR is from a fork. 36243/head
Peter Serwylo [Wed, 16 Nov 2022 02:35:12 +0000 (13:35 +1100)]
Fix github action "performance-8.0" when PR is from a fork.

There is an assumption that the PR is from the same remote as
the base it is being merged into. This is fixed so that instead
of doing a `git fetch origin`, it now fetches from the `clone_url`
of the PR head.

Signed-off-by: Peter Serwylo <peter@serwylo.com>
20 months agoMerge pull request #36238 from nextcloud/backport/36223/stable25
Louis [Thu, 19 Jan 2023 12:53:00 +0000 (13:53 +0100)]
Merge pull request #36238 from nextcloud/backport/36223/stable25

[stable25] Allow interaction with encrypted folders

20 months agoMerge pull request #36103 from nextcloud/backport/36095/stable25
Joas Schilling [Thu, 19 Jan 2023 11:16:33 +0000 (12:16 +0100)]
Merge pull request #36103 from nextcloud/backport/36095/stable25

[stable25] Limit key names when uploading theme images

20 months agoDisable unreliable acceptance tests 36240/head
Joas Schilling [Thu, 19 Jan 2023 08:21:33 +0000 (09:21 +0100)]
Disable unreliable acceptance tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agoMerge pull request #36167 from nextcloud/backport/35970/stable25
Vincent Petry [Thu, 19 Jan 2023 09:17:02 +0000 (10:17 +0100)]
Merge pull request #36167 from nextcloud/backport/35970/stable25

[stable25] Improve exception serializing

20 months agoFix inability to re-enter share password after invalid input 36106/head
Christopher Ng [Tue, 10 Jan 2023 19:51:14 +0000 (19:51 +0000)]
Fix inability to re-enter share password after invalid input

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit de7b7d3313913150364645d1ed51c569fb37d1da)

20 months agoMerge pull request #36099 from nextcloud/backport/34924/stable25
Vincent Petry [Thu, 19 Jan 2023 09:05:06 +0000 (10:05 +0100)]
Merge pull request #36099 from nextcloud/backport/34924/stable25

[stable25] escape path prefix when doing cache jail search

20 months agoAllow interaction with encrypted folders 36238/head
Louis Chemineau [Wed, 18 Jan 2023 15:49:38 +0000 (16:49 +0100)]
Allow interaction with encrypted folders

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
20 months agoMerge pull request #36134 from nextcloud/backport/36130/stable25
Vincent Petry [Thu, 19 Jan 2023 08:39:03 +0000 (09:39 +0100)]
Merge pull request #36134 from nextcloud/backport/36130/stable25

[stable25] Add always visible share label

20 months agoPort global search menu to focus trapped NcHeaderMenu 36236/head
Christopher Ng [Wed, 18 Jan 2023 01:43:19 +0000 (01:43 +0000)]
Port global search menu to focus trapped NcHeaderMenu

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
20 months agoMerge pull request #36226 from nextcloud/backport/36205/stable25
John Molakvo忙 [Thu, 19 Jan 2023 07:12:01 +0000 (08:12 +0100)]
Merge pull request #36226 from nextcloud/backport/36205/stable25

[stable25] fix(search): Fix settings section icon color

20 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Thu, 19 Jan 2023 02:27:14 +0000 (02:27 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoAdd visible share label 36134/head
Christopher Ng [Thu, 12 Jan 2023 18:59:02 +0000 (18:59 +0000)]
Add visible share label

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
20 months agoMerge pull request #36129 from nextcloud/backport/36056/stable25
Pytal [Thu, 19 Jan 2023 00:08:35 +0000 (16:08 -0800)]
Merge pull request #36129 from nextcloud/backport/36056/stable25

[stable25] Differentiate share links

20 months agoMerge pull request #36142 from nextcloud/backport/35637/stable25
Pytal [Wed, 18 Jan 2023 23:50:53 +0000 (15:50 -0800)]
Merge pull request #36142 from nextcloud/backport/35637/stable25

[stable25] Focus trap contacts menu with NcHeaderMenu port

20 months agoDifferentiate share links 36129/head
Christopher Ng [Tue, 10 Jan 2023 02:03:30 +0000 (02:03 +0000)]
Differentiate share links

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit f09300b343ab7e369265543bce7dc80df0942ab1)

20 months agoFocus trap contacts menu with NcHeaderMenu port 36142/head
Christopher Ng [Thu, 12 Jan 2023 01:35:53 +0000 (01:35 +0000)]
Focus trap contacts menu with NcHeaderMenu port

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
20 months agoMerge pull request #36208 from nextcloud/backport/35419/stable25
Simon L [Wed, 18 Jan 2023 21:26:08 +0000 (22:26 +0100)]
Merge pull request #36208 from nextcloud/backport/35419/stable25

[stable25] Fix login loop if login CSRF fails and user is not logged in

20 months agoMerge pull request #36193 from nextcloud/revert/35676
Simon L [Wed, 18 Jan 2023 20:16:02 +0000 (21:16 +0100)]
Merge pull request #36193 from nextcloud/revert/35676

[stable25] Revert "Add alt to the logo, adapt css for logo"

20 months agofix(search): Fix settings section icon color 36226/head
Joas Schilling [Wed, 18 Jan 2023 06:18:42 +0000 (07:18 +0100)]
fix(search): Fix settings section icon color

Signed-off-by: Joas Schilling <coding@schilljs.com>
20 months agofix(ExceptionSerializer): encode arguments before filtering the trace 36167/head
Julius H盲rtl [Tue, 3 Jan 2023 18:24:00 +0000 (19:24 +0100)]
fix(ExceptionSerializer): encode arguments before filtering the trace

This will avoid running into a Nesting level too deep error as the
encodeArg calls will limit potential recursive calls on the arguments to
a nesting level of 5

Signed-off-by: Julius H盲rtl <jus@bitgrid.net>
20 months agoMerge pull request #36155 from nextcloud/backport/36115/stable25
Vincent Petry [Wed, 18 Jan 2023 13:13:59 +0000 (14:13 +0100)]
Merge pull request #36155 from nextcloud/backport/36115/stable25

[stable25] Catch Exceptions when loading storage data of users

20 months agoMerge pull request #36174 from nextcloud/enh/noid/improve-applicable-ext-storage...
Vincent Petry [Wed, 18 Jan 2023 13:13:28 +0000 (14:13 +0100)]
Merge pull request #36174 from nextcloud/enh/noid/improve-applicable-ext-storage/stable25

[stable25] Improve saving applicable users in ext storage

20 months agoFix login loop if login CSRF fails and user is not logged in 36208/head
Christoph Wurst [Fri, 25 Nov 2022 08:22:28 +0000 (09:22 +0100)]
Fix login loop if login CSRF fails and user is not logged in

If CSRF fails but the user is logged in that they probably logged in in
another tab. This is fine. We can just redirect.
If CSRF fails and the user is also not logged in then something is
fishy. E.g. because Nextcloud contantly regenrates the session and the
CSRF token and the user is stuck in an endless login loop.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
20 months agoMerge pull request #36179 from nextcloud/backport/36093/stable25
Vincent Petry [Wed, 18 Jan 2023 11:02:32 +0000 (12:02 +0100)]
Merge pull request #36179 from nextcloud/backport/36093/stable25

[stable25] Improve password generation for link shares

20 months agoMerge pull request #35954 from nextcloud/automated/noid/stable25-update-psalm-baseline
blizzz [Wed, 18 Jan 2023 11:02:13 +0000 (12:02 +0100)]
Merge pull request #35954 from nextcloud/automated/noid/stable25-update-psalm-baseline

[stable25] Update psalm-baseline.xml

20 months agoImprove saving applicable users in ext storage 36174/head
Vincent Petry [Wed, 11 Jan 2023 11:30:59 +0000 (12:30 +0100)]
Improve saving applicable users in ext storage

Added a checkbox to prevent saving "All users" by mistake and giving
access to everyone when not wanted.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
20 months agoMerge pull request #36165 from nextcloud/backport/36089/stable25
Vincent Petry [Wed, 18 Jan 2023 08:19:48 +0000 (09:19 +0100)]
Merge pull request #36165 from nextcloud/backport/36089/stable25

[stable25] Ext storage configs default value support + enable SSL by default

20 months agoUpdate psalm baseline 35954/head
nextcloud-command [Wed, 18 Jan 2023 04:46:46 +0000 (04:46 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
20 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Wed, 18 Jan 2023 02:25:34 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 months agoMerge pull request #36076 from nextcloud/backport/36065/stable25
Simon L [Tue, 17 Jan 2023 20:13:49 +0000 (21:13 +0100)]
Merge pull request #36076 from nextcloud/backport/36065/stable25

[stable25] Remove js navigation on alternative login click

20 months agoMerge pull request #36032 from nextcloud/backport/36027/stable25
Simon L [Tue, 17 Jan 2023 20:11:10 +0000 (21:11 +0100)]
Merge pull request #36032 from nextcloud/backport/36027/stable25

[stable25] fix: show toggle grid view button with open sidebar

20 months agoRevert "Add alt to the logo, adapt css for logo" 36193/head
John Molakvo忙 [Tue, 17 Jan 2023 13:14:22 +0000 (14:14 +0100)]
Revert "Add alt to the logo, adapt css for logo"

This reverts commit dca7384b5febf99c5624ec978f578b917f28aed2.

21 months agoMerge pull request #36140 from nextcloud/release/25.0.3 v25.0.3
blizzz [Tue, 17 Jan 2023 09:03:21 +0000 (10:03 +0100)]
Merge pull request #36140 from nextcloud/release/25.0.3

25.0.3

21 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Tue, 17 Jan 2023 02:27:03 +0000 (02:27 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoImprove password generation for link shares 36179/head
Vincent Petry [Wed, 11 Jan 2023 14:21:26 +0000 (15:21 +0100)]
Improve password generation for link shares

Use web crypto when generating password for link shares
whenever the password policy app is disabled.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
21 months agoMerge pull request #36169 from nextcloud/bugfix/36153/fix-sharemount-cache-key-includ...
Vincent Petry [Mon, 16 Jan 2023 18:37:05 +0000 (19:37 +0100)]
Merge pull request #36169 from nextcloud/bugfix/36153/fix-sharemount-cache-key-include-target/stable25

[stable25] still include the share target in the cache key for validating share mount

21 months agostill include the share target in the cache key for validating share mount 36169/head
Robin Appelman [Mon, 16 Jan 2023 12:09:50 +0000 (13:09 +0100)]
still include the share target in the cache key for validating share mount

Signed-off-by: Robin Appelman <robin@icewind.nl>
21 months agoEnable SSL by default in ext storage configs 36165/head
Vincent Petry [Wed, 11 Jan 2023 13:40:10 +0000 (14:40 +0100)]
Enable SSL by default in ext storage configs

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
21 months agoExtend ext storage params to contain default value
Vincent Petry [Wed, 11 Jan 2023 13:39:39 +0000 (14:39 +0100)]
Extend ext storage params to contain default value

Extend the external storage configuration parameters definition to allow
to specify a default value

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
21 months agoTear down in catch of an Exception 36155/head
C么me Chilliet [Thu, 12 Jan 2023 16:54:55 +0000 (17:54 +0100)]
Tear down in catch of an Exception

Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
21 months agoCatch Exceptions when loading storage data of users
C么me Chilliet [Thu, 12 Jan 2023 11:01:21 +0000 (12:01 +0100)]
Catch Exceptions when loading storage data of users

This avoids having the whole userlist crashing because a user external
 storage fails to load. With this change only the problematic user
 storage/quota information will be empty.

Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
21 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Mon, 16 Jan 2023 02:25:07 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Sun, 15 Jan 2023 02:24:56 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoMerge pull request #36143 from nextcloud/revert-36132-backport/36121/stable25
John Molakvo忙 [Sat, 14 Jan 2023 08:30:52 +0000 (09:30 +0100)]
Merge pull request #36143 from nextcloud/revert-36132-backport/36121/stable25

Revert "[stable25] Allow keyup enter in user status"

21 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Sat, 14 Jan 2023 02:26:48 +0000 (02:26 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoRevert "[stable25] Allow keyup enter in user status" 36143/head
Joas Schilling [Sat, 14 Jan 2023 02:23:28 +0000 (03:23 +0100)]
Revert "[stable25] Allow keyup enter in user status"

21 months ago25.0.3 36140/head
Arthur Schiwon [Fri, 13 Jan 2023 22:22:05 +0000 (23:22 +0100)]
25.0.3

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
21 months agoMerge pull request #36132 from nextcloud/backport/36121/stable25
Joas Schilling [Fri, 13 Jan 2023 10:26:47 +0000 (11:26 +0100)]
Merge pull request #36132 from nextcloud/backport/36121/stable25

[stable25] Allow keyup enter in user status

21 months agofix(user_status): Allow to use enter to complete characters without automatically... 36132/head
Joas Schilling [Thu, 12 Jan 2023 15:57:37 +0000 (16:57 +0100)]
fix(user_status): Allow to use enter to complete characters without automatically closing the modal

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
21 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Fri, 13 Jan 2023 02:26:42 +0000 (02:26 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Thu, 12 Jan 2023 02:24:52 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoLimit key names when uploading theme images 36103/head
Vincent Petry [Wed, 11 Jan 2023 15:16:44 +0000 (16:16 +0100)]
Limit key names when uploading theme images

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
21 months agoescape path prefix when doing cache jail search 36099/head
Robin Appelman [Wed, 2 Nov 2022 11:44:51 +0000 (12:44 +0100)]
escape path prefix when doing cache jail search

Signed-off-by: Robin Appelman <robin@icewind.nl>
21 months agoMerge pull request #36079 from nextcloud/release/25.0.3_rc2 v25.0.3rc2
blizzz [Wed, 11 Jan 2023 12:31:45 +0000 (13:31 +0100)]
Merge pull request #36079 from nextcloud/release/25.0.3_rc2

25.0.3 RC2

21 months agoMerge pull request #36081 from nextcloud/stable25-fix/fix-theming-repair-step
Vincent Petry [Wed, 11 Jan 2023 11:31:55 +0000 (12:31 +0100)]
Merge pull request #36081 from nextcloud/stable25-fix/fix-theming-repair-step

[stable25] Fix theming migration repair step by passing correct type for argument

21 months agoRemove "mixed" argument to make psalm happy 36081/head
Vincent Petry [Wed, 11 Jan 2023 09:06:41 +0000 (10:06 +0100)]
Remove "mixed" argument to make psalm happy

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
21 months agoFix theming migration repair step by passing correct type for argument
C么me Chilliet [Tue, 10 Jan 2023 13:59:43 +0000 (14:59 +0100)]
Fix theming migration repair step by passing correct type for argument

Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
21 months ago25.0.3 RC2 36079/head
Arthur Schiwon [Wed, 11 Jan 2023 08:39:00 +0000 (09:39 +0100)]
25.0.3 RC2

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
21 months agoMerge pull request #36053 from nextcloud/backport/36043/stable25
Vincent Petry [Wed, 11 Jan 2023 08:14:33 +0000 (09:14 +0100)]
Merge pull request #36053 from nextcloud/backport/36043/stable25

[stable25] Link reference provider: Improve content-type check

21 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Wed, 11 Jan 2023 02:24:52 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoRemove js navigation on alternative login click 36076/head
zorn-v [Wed, 16 Nov 2022 03:34:56 +0000 (13:34 +1000)]
Remove js navigation on alternative login click

Signed-off-by: zorn-v <zorn7@yandex.ru>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
21 months agoin the link reference provider, check if the link content type begins with text/html 36053/head
Julien Veyssier [Mon, 9 Jan 2023 10:08:56 +0000 (11:08 +0100)]
in the link reference provider, check if the link content type begins with text/html

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
21 months agoMerge pull request #36059 from nextcloud/automated/noid/stable25-update-ca-cert-bundle
Vincent Petry [Tue, 10 Jan 2023 08:46:51 +0000 (09:46 +0100)]
Merge pull request #36059 from nextcloud/automated/noid/stable25-update-ca-cert-bundle

[stable25] Update ca-cert bundle

21 months agoUpdate CA certificate bundle 36059/head
nextcloud-command [Tue, 10 Jan 2023 04:26:15 +0000 (04:26 +0000)]
Update CA certificate bundle

Signed-off-by: GitHub <noreply@github.com>
21 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Tue, 10 Jan 2023 02:25:08 +0000 (02:25 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoMerge pull request #36049 from nextcloud/backport/36047/stable25
Vincent Petry [Mon, 9 Jan 2023 16:12:41 +0000 (17:12 +0100)]
Merge pull request #36049 from nextcloud/backport/36047/stable25

[stable25] fix cache key used to verify shared mountpoints

21 months agofix cache key used to verify shared mountpoints 36049/head
Robin Appelman [Mon, 9 Jan 2023 12:48:44 +0000 (13:48 +0100)]
fix cache key used to verify shared mountpoints

Signed-off-by: Robin Appelman <robin@icewind.nl>
21 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Mon, 9 Jan 2023 02:24:58 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Sun, 8 Jan 2023 02:24:54 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoFix(l10n): 馃敔 Update translations from Transifex
Nextcloud bot [Sat, 7 Jan 2023 02:24:20 +0000 (02:24 +0000)]
Fix(l10n): 馃敔 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>