]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
22 months agoIncrease the fair-use push limit to 1.000 users 35298/head
Joas Schilling [Fri, 18 Nov 2022 13:44:41 +0000 (14:44 +0100)]
Increase the fair-use push limit to 1.000 users

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoMerge pull request #35291 from nextcloud/backport/35185/stable25
Vincent Petry [Mon, 21 Nov 2022 08:32:38 +0000 (09:32 +0100)]
Merge pull request #35291 from nextcloud/backport/35185/stable25

[stable25] Hide warning about missing apps for when shipped in the next version

22 months agoHide warning about missing apps for when shipped in the next version 35291/head
Joas Schilling [Tue, 15 Nov 2022 16:40:26 +0000 (17:40 +0100)]
Hide warning about missing apps for when shipped in the next version

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 21 Nov 2022 02:15:38 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Nov 2022 02:15:58 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Nov 2022 02:17:46 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35261 from nextcloud/backport/35182/stable25
Simon L [Fri, 18 Nov 2022 23:46:05 +0000 (00:46 +0100)]
Merge pull request #35261 from nextcloud/backport/35182/stable25

[stable25] generate user themed icons

22 months agoMerge pull request #35265 from nextcloud/backport/35259/stable25
Simon L [Fri, 18 Nov 2022 19:56:19 +0000 (20:56 +0100)]
Merge pull request #35265 from nextcloud/backport/35259/stable25

[stable25] Also cancel XHR when cancelling uploads

22 months agoMerge pull request #35256 from nextcloud/fix/theming-admin
Pytal [Fri, 18 Nov 2022 18:37:29 +0000 (10:37 -0800)]
Merge pull request #35256 from nextcloud/fix/theming-admin

[stable25] Fix default theming variables

22 months agoAlso cancel XHR when cancelling uploads 35265/head
Vincent Petry [Fri, 18 Nov 2022 14:47:19 +0000 (15:47 +0100)]
Also cancel XHR when cancelling uploads

Fixes issue when cancelling a long list of uploads.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
22 months agoMerge pull request #35255 from nextcloud/backport/35218/stable25
Simon L [Fri, 18 Nov 2022 16:41:50 +0000 (17:41 +0100)]
Merge pull request #35255 from nextcloud/backport/35218/stable25

[stable25] delay updating setup providers untill we register the mounts

22 months agoFix default theming variables 35256/head
John Molakvoæ [Fri, 18 Nov 2022 14:29:54 +0000 (15:29 +0100)]
Fix default theming variables

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agogenerate user themed icons 35261/head
Simon L [Tue, 15 Nov 2022 15:55:37 +0000 (16:55 +0100)]
generate user themed icons

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
22 months agodelay updating setup providers untill we register the mounts 35255/head
Robin Appelman [Wed, 16 Nov 2022 16:47:52 +0000 (17:47 +0100)]
delay updating setup providers untill we register the mounts

otherwise the fallback to a full setup for a missing cached mount provider will lead to a race condition

Signed-off-by: Robin Appelman <robin@icewind.nl>
22 months agoMerge pull request #35237 from nextcloud/backport/35186/stable25
Christoph Wurst [Fri, 18 Nov 2022 10:24:20 +0000 (11:24 +0100)]
Merge pull request #35237 from nextcloud/backport/35186/stable25

[stable25] Fix missing native submit type from OAuth client add button

22 months ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Nov 2022 02:13:38 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoMerge pull request #35235 from nextcloud/backport/35227/stable25
Simon L [Thu, 17 Nov 2022 22:06:45 +0000 (23:06 +0100)]
Merge pull request #35235 from nextcloud/backport/35227/stable25

[stable25] Limit toggle grid view button scope

23 months agoMerge pull request #35233 from nextcloud/backport/35090/stable25
Pytal [Thu, 17 Nov 2022 19:45:02 +0000 (11:45 -0800)]
Merge pull request #35233 from nextcloud/backport/35090/stable25

[stable25] Close global search menu when keyboard focus leaves

23 months agoFix missing native submit type from OAuth client add button 35237/head
Christoph Wurst [Tue, 15 Nov 2022 17:25:26 +0000 (18:25 +0100)]
Fix missing native submit type from OAuth client add button

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agoLimit toggle grid view button scope 35235/head
Vincent Petry [Thu, 17 Nov 2022 13:02:51 +0000 (14:02 +0100)]
Limit toggle grid view button scope

Limit the button action scope to the file picker dialog so that it
doesn't touch the file list present in the page.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agoClose global search menu when focus leaves 35233/head
Christopher Ng [Fri, 11 Nov 2022 01:20:52 +0000 (01:20 +0000)]
Close global search menu when focus leaves

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agoMerge pull request #35199 from nextcloud/backport/35096/stable25
Joas Schilling [Thu, 17 Nov 2022 11:05:55 +0000 (12:05 +0100)]
Merge pull request #35199 from nextcloud/backport/35096/stable25

[stable25] Mark more config values as sensitive

23 months agoMerge pull request #35220 from nextcloud/backport/35207/stable25
Pytal [Thu, 17 Nov 2022 02:32:37 +0000 (18:32 -0800)]
Merge pull request #35220 from nextcloud/backport/35207/stable25

[stable25] Fix sharing expiration date handling and saving

23 months ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Nov 2022 02:14:37 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoFix date handling and saving 35220/head
John Molakvoæ [Wed, 16 Nov 2022 11:19:35 +0000 (12:19 +0100)]
Fix date handling and saving

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agoMerge pull request #35216 from nextcloud/backport/34615/stable25
Simon L [Wed, 16 Nov 2022 22:35:40 +0000 (23:35 +0100)]
Merge pull request #35216 from nextcloud/backport/34615/stable25

[stable25] fix logo not correctly inverted

23 months agoMerge pull request #35214 from nextcloud/backport/35210/stable25
Simon L [Wed, 16 Nov 2022 16:51:59 +0000 (17:51 +0100)]
Merge pull request #35214 from nextcloud/backport/35210/stable25

[stable25] Fix settings for setting default expiration date

23 months agoFix logo invert 35216/head
John Molakvoæ [Tue, 8 Nov 2022 16:01:17 +0000 (17:01 +0100)]
Fix logo invert

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agoFix settings for setting default expiration date 35214/head
Vincent Petry [Wed, 16 Nov 2022 12:02:31 +0000 (13:02 +0100)]
Fix settings for setting default expiration date

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
23 months agoMark more config values as sensitive 35199/head
Joas Schilling [Fri, 11 Nov 2022 08:02:28 +0000 (09:02 +0100)]
Mark more config values as sensitive

Signed-off-by: Joas Schilling <coding@schilljs.com>
23 months agoMerge pull request #35191 from nextcloud/backport/35029/stable25
Pytal [Wed, 16 Nov 2022 03:02:23 +0000 (19:02 -0800)]
Merge pull request #35191 from nextcloud/backport/35029/stable25

[stable25] Fix AppMenu icons for firefox

23 months agoMerge pull request #35190 from nextcloud/backport/35033/stable25
Pytal [Wed, 16 Nov 2022 03:01:01 +0000 (19:01 -0800)]
Merge pull request #35190 from nextcloud/backport/35033/stable25

23 months ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Nov 2022 02:14:49 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoCompile assets 35191/head
nextcloud-command [Wed, 16 Nov 2022 02:01:05 +0000 (02:01 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agoFix AppMenu icons for firefox
Simon L [Tue, 8 Nov 2022 13:21:53 +0000 (14:21 +0100)]
Fix AppMenu icons for firefox

Signed-off-by: Simon L <szaimen@e.mail.de>
23 months agoCompile assets 35190/head
nextcloud-command [Tue, 8 Nov 2022 18:12:21 +0000 (18:12 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agofix dashboard scrolling
Simon L [Tue, 8 Nov 2022 18:03:31 +0000 (19:03 +0100)]
fix dashboard scrolling

Signed-off-by: Simon L <szaimen@e.mail.de>
23 months agoMerge pull request #35188 from nextcloud/backport/35179/stable25
John Molakvoæ [Tue, 15 Nov 2022 21:21:41 +0000 (22:21 +0100)]
Merge pull request #35188 from nextcloud/backport/35179/stable25

[stable25] Bump @nextcloud/vue to 7.1.0-beta0

23 months agoFix CalDavSettings spec 35188/head
John Molakvoæ [Tue, 15 Nov 2022 18:06:40 +0000 (19:06 +0100)]
Fix CalDavSettings spec

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
(cherry picked from commit d78fa59f373fbf4e5e90e0d9f629d2de898dcccf)

23 months agoBump @nextcloud/vue to 7.1.0-beta0
John Molakvoæ [Tue, 15 Nov 2022 13:43:57 +0000 (14:43 +0100)]
Bump @nextcloud/vue to 7.1.0-beta0

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
(cherry picked from commit 7cc6f63e5721a8b4a5a6fcea1677f9441a374b3d)

23 months agoMerge pull request #35180 from nextcloud/backport/33631/stable25
Julius Härtl [Tue, 15 Nov 2022 18:20:12 +0000 (19:20 +0100)]
Merge pull request #35180 from nextcloud/backport/33631/stable25

23 months agouse the updated mariadb10.6 container in drone 35180/head
Simon L [Tue, 15 Nov 2022 14:16:34 +0000 (15:16 +0100)]
use the updated mariadb10.6 container in drone

Signed-off-by: Simon L <szaimen@e.mail.de>
23 months agoMerge pull request #35172 from nextcloud/backport/35014/stable25
Simon L [Tue, 15 Nov 2022 12:44:42 +0000 (13:44 +0100)]
Merge pull request #35172 from nextcloud/backport/35014/stable25

[stable25] Fix rendering of login headline

23 months agoMerge pull request #35117 from nextcloud/backport/35105/stable25
Simon L [Tue, 15 Nov 2022 10:47:36 +0000 (11:47 +0100)]
Merge pull request #35117 from nextcloud/backport/35105/stable25

[stable25] Fix distorted previews when using imaginary

23 months agoCompile assets 35172/head
nextcloud-command [Tue, 15 Nov 2022 10:47:18 +0000 (10:47 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agoMerge pull request #35164 from nextcloud/backport/35024/stable25
Simon L [Tue, 15 Nov 2022 10:42:08 +0000 (11:42 +0100)]
Merge pull request #35164 from nextcloud/backport/35024/stable25

[stable25] Deprecate PHP7.4

23 months agoFix rendering of login headline
Christopher Ng [Tue, 8 Nov 2022 01:05:43 +0000 (01:05 +0000)]
Fix rendering of login headline

Signed-off-by: Christopher Ng <chrng8@gmail.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Nov 2022 02:15:40 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoMerge pull request #35135 from nextcloud/backport/34645/stable25
Simon L [Mon, 14 Nov 2022 23:40:47 +0000 (00:40 +0100)]
Merge pull request #35135 from nextcloud/backport/34645/stable25

[stable25] 🐘 Support postgres15

23 months agoDeprecate PHP7.4 35164/head
Christoph Wurst [Tue, 8 Nov 2022 10:19:05 +0000 (11:19 +0100)]
Deprecate PHP7.4

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
23 months agoMerge pull request #35137 from nextcloud/fix/bump-aws/aws-sdk-php-to-3.240-in-stable25
Côme Chilliet [Mon, 14 Nov 2022 16:21:30 +0000 (17:21 +0100)]
Merge pull request #35137 from nextcloud/fix/bump-aws/aws-sdk-php-to-3.240-in-stable25

Bump aws/aws-sdk-php to 3.240 in stable25

23 months agoMerge pull request #35048 from nextcloud/backport/34834/stable25
Vincent Petry [Mon, 14 Nov 2022 15:40:40 +0000 (16:40 +0100)]
Merge pull request #35048 from nextcloud/backport/34834/stable25

[stable25] Fix size calculation on copying the skeleton files

23 months agoBump 3rdparty to stable25 35137/head
Côme Chilliet [Mon, 14 Nov 2022 13:43:51 +0000 (14:43 +0100)]
Bump 3rdparty to stable25

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoBump aws/aws-sdk-php to 3.240 in stable25
Côme Chilliet [Mon, 14 Nov 2022 10:02:34 +0000 (11:02 +0100)]
Bump aws/aws-sdk-php to 3.240 in stable25

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoMerge pull request #35082 from nextcloud/fix/bump-microsoft/azure-storage-blob-to...
Côme Chilliet [Mon, 14 Nov 2022 10:00:16 +0000 (11:00 +0100)]
Merge pull request #35082 from nextcloud/fix/bump-microsoft/azure-storage-blob-to-1.5.4-in-stable25

Bump microsoft/azure-storage-blob to 1.5.4 in stable25

23 months agoAlign 3rdparty with stable25 35082/head
Côme Chilliet [Mon, 14 Nov 2022 09:48:24 +0000 (10:48 +0100)]
Align 3rdparty with stable25

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoMerge pull request #35133 from nextcloud/backport/35093/stable25
Simon L [Mon, 14 Nov 2022 09:43:10 +0000 (10:43 +0100)]
Merge pull request #35133 from nextcloud/backport/35093/stable25

[stable25] Run integration tests on 3rdparty bump

23 months agoMerge pull request #35130 from nextcloud/backport/35070/stable25
Simon L [Mon, 14 Nov 2022 09:42:30 +0000 (10:42 +0100)]
Merge pull request #35130 from nextcloud/backport/35070/stable25

[stable25] [LDAP] always create instance of own user manager

23 months agoBugfix to support postgres15 35135/head
Vitor Mattos [Tue, 18 Oct 2022 02:10:00 +0000 (23:10 -0300)]
Bugfix to support postgres15

Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Simon L <szaimen@e.mail.de>
Co-Authored-By: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
23 months agoRun integration tests on 3rdparty bump 35133/head
Joas Schilling [Fri, 11 Nov 2022 06:54:26 +0000 (07:54 +0100)]
Run integration tests on 3rdparty bump

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 14 Nov 2022 02:15:38 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months ago[LDAP] always create instance of own user manager 35130/head
Arthur Schiwon [Thu, 10 Nov 2022 09:32:01 +0000 (10:32 +0100)]
[LDAP] always create instance of own user manager

- it is config specific and cannot be shared
- because the Access instance is bound later, it is not obvious from the
  constructor

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Nov 2022 02:14:39 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Nov 2022 02:15:02 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoFix distorted previews when using imaginary 35117/head
Richard Steinmetz [Fri, 11 Nov 2022 13:21:05 +0000 (14:21 +0100)]
Fix distorted previews when using imaginary

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
23 months agoMerge pull request #35086 from nextcloud/backport/35074/stable25
Joas Schilling [Fri, 11 Nov 2022 14:54:41 +0000 (15:54 +0100)]
Merge pull request #35086 from nextcloud/backport/35074/stable25

[stable25] Make sure that path is normalized and then checked,

23 months agoMerge pull request #35099 from nextcloud/backport/35077/stable25
Joas Schilling [Fri, 11 Nov 2022 14:52:11 +0000 (15:52 +0100)]
Merge pull request #35099 from nextcloud/backport/35077/stable25

[stable25] Fix PublicKeyTokenProviderTest import and mock

23 months agoFix PublicKeyTokenProviderTest import and mock 35099/head
Christoph Wurst [Thu, 10 Nov 2022 14:36:24 +0000 (15:36 +0100)]
Fix PublicKeyTokenProviderTest import and mock

* IDBConnection import missing
* Atomic doesn't need a mock

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Nov 2022 02:14:10 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoMake sure that path is normalized and then checked, 35086/head
Côme Chilliet [Thu, 10 Nov 2022 14:03:15 +0000 (15:03 +0100)]
Make sure that path is normalized and then checked,

 and not the other way around

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoMerge pull request #35058 from nextcloud/backport/35042/stable25
Pytal [Thu, 10 Nov 2022 17:30:29 +0000 (09:30 -0800)]
Merge pull request #35058 from nextcloud/backport/35042/stable25

[stable25] Add description for calendar uri

23 months agoBump microsoft/azure-storage-blob to 1.5.4 in stable25
Côme Chilliet [Thu, 10 Nov 2022 15:21:34 +0000 (16:21 +0100)]
Bump microsoft/azure-storage-blob to 1.5.4 in stable25

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoMerge pull request #35078 from nextcloud/backport/34802/stable25
Côme Chilliet [Thu, 10 Nov 2022 16:02:30 +0000 (17:02 +0100)]
Merge pull request #35078 from nextcloud/backport/34802/stable25

[stable25] Add pre-commit configuration

23 months agoadd .pre-commit-config.yaml to expected files in checker 35078/head
Côme Chilliet [Fri, 30 Sep 2022 12:27:36 +0000 (14:27 +0200)]
add .pre-commit-config.yaml to expected files in checker

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoBackport pre-commit config from master
Côme Chilliet [Tue, 25 Oct 2022 12:07:11 +0000 (14:07 +0200)]
Backport pre-commit config from master

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoMerge pull request #35064 from nextcloud/backport/35063/stable25
Pytal [Thu, 10 Nov 2022 02:53:23 +0000 (18:53 -0800)]
Merge pull request #35064 from nextcloud/backport/35063/stable25

[stable25] Fix top margin in empty versions list

23 months ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 10 Nov 2022 02:15:33 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoMerge pull request #35060 from nextcloud/backport/35052/stable25
Pytal [Thu, 10 Nov 2022 00:07:43 +0000 (16:07 -0800)]
Merge pull request #35060 from nextcloud/backport/35052/stable25

23 months agoFix top margin in empty versions list 35064/head
Richard Steinmetz [Wed, 9 Nov 2022 21:49:25 +0000 (22:49 +0100)]
Fix top margin in empty versions list

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
23 months agoFix sidebar not automatically hidden in Files app 35060/head
Daniel Calviño Sánchez [Mon, 7 Nov 2022 23:53:12 +0000 (00:53 +0100)]
Fix sidebar not automatically hidden in Files app

Although the Files app creates the legacy sidebar (details view) it is
then replaced with the newer Vue app sidebar. Due to this ".detailsView"
no longer finds an element and therefore nothing was hidden when
"hideAppSidebar($('.detailsView'))" was called (for example, when
changing to another section).

However, "OC.Apps.hideAppSidebar()" does not properly work either with
the Vue sidebar used in the Files app (once hidden the sidebar is not
shown again). For simplicity, and to avoid any possible side effect in
other apps from changing "OC.Apps.hideAppSidebar", now
"OC.Files.Sidebar.close()" is used instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
23 months agoAdd description for calendar uri 35058/head
Christopher Ng [Wed, 9 Nov 2022 00:34:20 +0000 (00:34 +0000)]
Add description for calendar uri

Signed-off-by: Christopher Ng <chrng8@gmail.com>
23 months agoUse proper storage method for writing skeleton files 35048/head
Julius Härtl [Fri, 14 Oct 2022 21:44:29 +0000 (23:44 +0200)]
Use proper storage method for writing skeleton files

otherwise the filecache will have a wrong size for skeleton files

Signed-off-by: Julius Härtl <jus@bitgrid.net>
23 months agoMerge pull request #35035 from nextcloud/backport/34613/stable25
Simon L [Wed, 9 Nov 2022 08:41:06 +0000 (09:41 +0100)]
Merge pull request #35035 from nextcloud/backport/34613/stable25

[stable25] fix checkmark for theme settings in dark mode

23 months ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 9 Nov 2022 02:14:39 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoCompile assets 35035/head
nextcloud-command [Tue, 8 Nov 2022 18:36:09 +0000 (18:36 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agofix checkmark for theme settings in dark mode
szaimen [Fri, 14 Oct 2022 15:30:11 +0000 (17:30 +0200)]
fix checkmark for theme settings in dark mode

Signed-off-by: szaimen <szaimen@e.mail.de>
23 months agoMerge pull request #35023 from nextcloud/backport/32838/stable25
Simon L [Tue, 8 Nov 2022 13:27:33 +0000 (14:27 +0100)]
Merge pull request #35023 from nextcloud/backport/32838/stable25

[stable25] Cast to int

23 months agoCast to int #32837 35023/head
Markus Zeller [Sun, 12 Jun 2022 13:01:22 +0000 (15:01 +0200)]
Cast to int #32837

Signed-off-by: Markus Zeller <git@markuszeller.com>
23 months agoMerge pull request #35011 from nextcloud/backport/35007/stable25
Simon L [Tue, 8 Nov 2022 09:50:10 +0000 (10:50 +0100)]
Merge pull request #35011 from nextcloud/backport/35007/stable25

[stable25] Fix unsuccessful token login logged as error

23 months agoMerge pull request #34978 from nextcloud/backport/34909/stable25
Simon L [Tue, 8 Nov 2022 09:49:19 +0000 (10:49 +0100)]
Merge pull request #34978 from nextcloud/backport/34909/stable25

[stable25] Fix duplicate event email notifications

23 months agoMerge pull request #35010 from nextcloud/backport/35000/stable25
Simon L [Tue, 8 Nov 2022 09:48:31 +0000 (10:48 +0100)]
Merge pull request #35010 from nextcloud/backport/35000/stable25

[stable25] Fix cron warning with time insensitive jobs

23 months ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Nov 2022 02:14:25 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months agoCompile assets 35010/head
nextcloud-command [Mon, 7 Nov 2022 16:53:02 +0000 (16:53 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
23 months agoMerge pull request #34998 from nextcloud/backport/34937/stable25
Simon L [Mon, 7 Nov 2022 16:47:22 +0000 (17:47 +0100)]
Merge pull request #34998 from nextcloud/backport/34937/stable25

[stable25] Avoid a crash when a PHP extension has no version

23 months agoFix unsuccessful token login logged as error 35011/head
Christoph Wurst [Mon, 7 Nov 2022 14:08:48 +0000 (15:08 +0100)]
Fix unsuccessful token login logged as error

The condition of a non-existent login token can happen for concurrent
requests. Admins can not do anything about this. So this is to be
expected to happen occasionally. This event is only bad if none of the
requests is able to re-acquire a session. Luckily this happens rarely.

If a login loop persists an admin can still lower the log level to find
this info. But a default error log level will no longer write those
infos about the failed cookie login of one request.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
23 months agoIncrease the "bad waiting time" for cron mode to 24h to account for "time insensitive...
Joas Schilling [Mon, 7 Nov 2022 10:04:58 +0000 (11:04 +0100)]
Increase the "bad waiting time" for cron mode to 24h to account for "time insensitive" jobs

Signed-off-by: Joas Schilling <coding@schilljs.com>
23 months agoShow the correct warning for system cron vs. webcron/ajax
Joas Schilling [Mon, 7 Nov 2022 10:01:22 +0000 (11:01 +0100)]
Show the correct warning for system cron vs. webcron/ajax

Signed-off-by: Joas Schilling <coding@schilljs.com>
23 months agoSuppress false-positives from psalm, waiting for fix upstream 34998/head
Côme Chilliet [Mon, 7 Nov 2022 09:01:53 +0000 (10:01 +0100)]
Suppress false-positives from psalm, waiting for fix upstream

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoAvoid a crash when a PHP extension has no version
Côme Chilliet [Thu, 3 Nov 2022 10:53:51 +0000 (11:53 +0100)]
Avoid a crash when a PHP extension has no version

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Nov 2022 02:14:18 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

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