]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
22 months agoremove superfluous use statement 35377/head
Arthur Schiwon [Thu, 24 Nov 2022 08:34:31 +0000 (09:34 +0100)]
remove superfluous use statement

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
22 months agoAdd repair job that will ensure that secret and passwordsalt are set
Carl Schwan [Wed, 23 Nov 2022 15:04:42 +0000 (16:04 +0100)]
Add repair job that will ensure that secret and passwordsalt are set

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
22 months agoMerge pull request #35366 from nextcloud/backport/35353/stable25
blizzz [Wed, 23 Nov 2022 19:47:34 +0000 (20:47 +0100)]
Merge pull request #35366 from nextcloud/backport/35353/stable25

[stable25] Update cache when file size === 0

22 months agoMerge pull request #34955 from nextcloud/backport/34934/stable25
blizzz [Wed, 23 Nov 2022 19:42:30 +0000 (20:42 +0100)]
Merge pull request #34955 from nextcloud/backport/34934/stable25

[stable25] Read encrypted session data again on reopen

22 months agoMerge pull request #35322 from nextcloud/backport/stable25/35187
blizzz [Wed, 23 Nov 2022 16:59:29 +0000 (17:59 +0100)]
Merge pull request #35322 from nextcloud/backport/stable25/35187

[stable25] Fix mentions rendering in comment editor

22 months agoUpdate cache when file size === 0 35366/head
Louis Chemineau [Wed, 23 Nov 2022 11:43:57 +0000 (12:43 +0100)]
Update cache when file size === 0

The conditions were false when $result === 0.
$results here contains the number of written bits.
The correct way of checking for operation success is to check if $result === false

Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoMerge pull request #35354 from nextcloud/backport/35206/stable25
Joas Schilling [Wed, 23 Nov 2022 13:26:57 +0000 (14:26 +0100)]
Merge pull request #35354 from nextcloud/backport/35206/stable25

[stable25] Fix forwarding the object id when searching comments

22 months agoFix mentions rendering in comment editor 35322/head
Louis Chemineau [Tue, 15 Nov 2022 17:30:17 +0000 (18:30 +0100)]
Fix mentions rendering in comment editor

NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable.

Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoMerge pull request #35340 from nextcloud/backport/35299/stable25
Vincent Petry [Wed, 23 Nov 2022 11:51:45 +0000 (12:51 +0100)]
Merge pull request #35340 from nextcloud/backport/35299/stable25

[stable25] Prevents the selection of encrypted folders when clicking on the "Select all" checkbox

22 months agoFix forwarding the object id when searching comments 35354/head
Joas Schilling [Wed, 16 Nov 2022 11:07:46 +0000 (12:07 +0100)]
Fix forwarding the object id when searching comments

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoMerge pull request #35346 from nextcloud/backport/35315/stable25
blizzz [Wed, 23 Nov 2022 09:46:34 +0000 (10:46 +0100)]
Merge pull request #35346 from nextcloud/backport/35315/stable25

[stable25] Fix border color contrast

22 months agoMerge pull request #35327 from nextcloud/backport/34528/stable25
blizzz [Wed, 23 Nov 2022 09:43:56 +0000 (10:43 +0100)]
Merge pull request #35327 from nextcloud/backport/34528/stable25

[stable25] Handle badly named version files more gracefully and log information

22 months agoMerge pull request #35326 from nextcloud/fix/34602/background-image-migration/stable25
blizzz [Wed, 23 Nov 2022 09:41:38 +0000 (10:41 +0100)]
Merge pull request #35326 from nextcloud/fix/34602/background-image-migration/stable25

[stable25] optimize background image migration job

22 months agoMerge pull request #35034 from nextcloud/backport/32211/stable25
blizzz [Wed, 23 Nov 2022 09:37:28 +0000 (10:37 +0100)]
Merge pull request #35034 from nextcloud/backport/32211/stable25

[stable25] Add repair command to fix wrong share ownership

22 months agoMerge pull request #34928 from nextcloud/backport/34868/stable25
John Molakvoæ [Wed, 23 Nov 2022 09:21:20 +0000 (10:21 +0100)]
Merge pull request #34928 from nextcloud/backport/34868/stable25

[stable25] Update @nextcloud/dialogs and fix toasts styling

22 months ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 23 Nov 2022 02:18:19 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoFix border color contrast 35346/head
Christopher Ng [Tue, 22 Nov 2022 01:54:07 +0000 (01:54 +0000)]
Fix border color contrast

Signed-off-by: Christopher Ng <chrng8@gmail.com>
22 months agoMerge pull request #35338 from nextcloud/backposkjnldsv/35325/stable25
John Molakvoæ [Tue, 22 Nov 2022 20:12:33 +0000 (21:12 +0100)]
Merge pull request #35338 from nextcloud/backposkjnldsv/35325/stable25

[stable25] Fix navigation order

22 months agoMerge pull request #35330 from nextcloud/backport/35309/stable25
Pytal [Tue, 22 Nov 2022 18:19:08 +0000 (10:19 -0800)]
Merge pull request #35330 from nextcloud/backport/35309/stable25

[stable25] Help pages: set window title for sidebar sections

22 months agoCSS compiled files for deactivates the possiblility to checkmark or click on the... 35340/head
kavita.sonawane@t-systems.com [Tue, 22 Nov 2022 11:02:10 +0000 (16:32 +0530)]
CSS compiled files for deactivates the possiblility to checkmark or click on the encrypted folders

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
22 months agoPrevent selection of encrypted folders
kavita.sonawane@t-systems.com [Mon, 21 Nov 2022 06:25:25 +0000 (11:55 +0530)]
Prevent selection of encrypted folders

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
22 months agoPrevents the selection of encrypted folder on next page load
kavita.sonawane@t-systems.com [Fri, 18 Nov 2022 09:16:50 +0000 (14:46 +0530)]
Prevents the selection of encrypted folder on next page load

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
22 months agoPrevents the selection of encrypted folder on scroll page
kavita.sonawane@t-systems.com [Thu, 17 Nov 2022 06:01:07 +0000 (11:31 +0530)]
Prevents the selection of encrypted folder on scroll page

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
22 months agoDeactivates the possiblility to checkmark or click on the encrypted folder
kavita.sonawane@t-systems.com [Wed, 16 Nov 2022 06:12:50 +0000 (11:42 +0530)]
Deactivates the possiblility to checkmark or click on the encrypted folder

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
22 months agoAdd comments for prevents the selection of encrypted folders
kavita.sonawane@t-systems.com [Tue, 15 Nov 2022 12:28:57 +0000 (17:58 +0530)]
Add comments for prevents the selection of encrypted folders

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
22 months agoFilelist:-Deselecting all files checkboxes within cells of encrypted folder
kavita.sonawane@t-systems.com [Tue, 15 Nov 2022 05:57:46 +0000 (11:27 +0530)]
Filelist:-Deselecting all files checkboxes within cells of encrypted folder

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
22 months agoFix navigation order 35338/head
John Molakvoæ [Tue, 22 Nov 2022 11:11:35 +0000 (12:11 +0100)]
Fix navigation order

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoHelp pages: set window title for sidebar sections 35330/head
julia.kirschenheuter [Mon, 21 Nov 2022 16:33:22 +0000 (17:33 +0100)]
Help pages: set window title for sidebar sections

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
22 months agoMerge pull request #35174 from nextcloud/fix/bump-swiftmailer/swiftmailer-to-6.3...
Côme Chilliet [Tue, 22 Nov 2022 13:09:36 +0000 (14:09 +0100)]
Merge pull request #35174 from nextcloud/fix/bump-swiftmailer/swiftmailer-to-6.3.0-in-stable25

Bump swiftmailer/swiftmailer to 6.3.0 in stable25

22 months agoHandle badly named version files more gracefully and log information 35327/head
Côme Chilliet [Tue, 11 Oct 2022 08:10:49 +0000 (10:10 +0200)]
Handle badly named version files more gracefully and log information

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
22 months agorename placeholder 35326/head
Arthur Schiwon [Fri, 18 Nov 2022 21:30:03 +0000 (22:30 +0100)]
rename placeholder

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
22 months agofix const visibility
Arthur Schiwon [Fri, 21 Oct 2022 08:03:40 +0000 (10:03 +0200)]
fix const visibility

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
22 months agouse const
blizzz [Fri, 21 Oct 2022 07:38:48 +0000 (09:38 +0200)]
use const

Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
22 months agouse const
blizzz [Fri, 21 Oct 2022 07:26:17 +0000 (09:26 +0200)]
use const

Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
22 months agouse .json extentions
blizzz [Fri, 21 Oct 2022 07:25:55 +0000 (09:25 +0200)]
use .json extentions

Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
22 months agodo not store state in appconfig
Arthur Schiwon [Thu, 20 Oct 2022 18:40:53 +0000 (20:40 +0200)]
do not store state in appconfig

- and use count over isset for better understanding

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
22 months agoremove dashboard check, as fallback did not consider it either
Arthur Schiwon [Wed, 19 Oct 2022 21:25:29 +0000 (23:25 +0200)]
remove dashboard check, as fallback did not consider it either

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
22 months agooptimize background image migration job
Arthur Schiwon [Wed, 19 Oct 2022 21:22:22 +0000 (23:22 +0200)]
optimize background image migration job

- separate in two stages: to prepare, and to actually migrate
- in step one, prepare a list of users to be migrated, and store it
  compressed as app config
  - gzcompress can be used, because we already require zlib
- upon the next calls (step two), slice off the first 5000 users
  and migrate them. Re-add job if necessary to repeat.
- downside is that an app config value will in the beginning use the
  RAM with any request, until it thins out. Examples: 2m UUIDs (75 MiB)
  result in ~40 MiB compressed data, while 0.2Mib for 10 000 UUIDs,
  0.4MiB for 20 000 and 4.1 MiB for 200 000. Acceptable.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
22 months agoUpdate @nextcloud/dialogs@ and fix toasts styling 34928/head
Simon L [Mon, 21 Nov 2022 16:58:41 +0000 (17:58 +0100)]
Update @nextcloud/dialogs@ and fix toasts styling

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agoMerge pull request #35312 from nextcloud/stable25-user-mgmt-quota-no-cache
Simon L [Tue, 22 Nov 2022 09:46:04 +0000 (10:46 +0100)]
Merge pull request #35312 from nextcloud/stable25-user-mgmt-quota-no-cache

[stable25] Don't use quota cache through user management

22 months agoMerge pull request #35161 from nextcloud/backport/35157/stable25
Côme Chilliet [Tue, 22 Nov 2022 09:09:35 +0000 (10:09 +0100)]
Merge pull request #35161 from nextcloud/backport/35157/stable25

[stable25] Make sure to not pass null to DateTime::createFromFormat

22 months agoAlign 3rdparty with stable25 35174/head
Côme Chilliet [Tue, 22 Nov 2022 07:53:25 +0000 (08:53 +0100)]
Align 3rdparty with stable25

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoDon't use quota cache through user management 35312/head
Vincent Petry [Mon, 21 Nov 2022 15:21:25 +0000 (16:21 +0100)]
Don't use quota cache through user management

When querying the free space through user management APIs, don't use the
cached quota value. The latter is only there to accelerate PROPFINDs.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
22 months agoMerge pull request #35118 from nextcloud/backport/34485/stable25
blizzz [Mon, 21 Nov 2022 17:03:56 +0000 (18:03 +0100)]
Merge pull request #35118 from nextcloud/backport/34485/stable25

[stable25] Fix hasBigIntConversionPendingColumns missing files_trash

22 months agoMerge pull request #34944 from nextcloud/backport/32565/stable25
blizzz [Mon, 21 Nov 2022 16:58:18 +0000 (17:58 +0100)]
Merge pull request #34944 from nextcloud/backport/32565/stable25

[stable25] Fix deprecations logged as errors

22 months agoMerge pull request #35298 from nextcloud/backport/35251/stable25
Joas Schilling [Mon, 21 Nov 2022 14:41:22 +0000 (15:41 +0100)]
Merge pull request #35298 from nextcloud/backport/35251/stable25

[stable25] Increase the fair-use push limit to 1.000 users

22 months agoMerge pull request #35183 from nextcloud/nickvergessen-patch-1
Joas Schilling [Mon, 21 Nov 2022 14:40:46 +0000 (15:40 +0100)]
Merge pull request #35183 from nextcloud/nickvergessen-patch-1

[stable25] Update CODEOWNERS

22 months agoMerge pull request #35232 from nextcloud/backport/35009/stable25
Côme Chilliet [Mon, 21 Nov 2022 13:15:38 +0000 (14:15 +0100)]
Merge pull request #35232 from nextcloud/backport/35009/stable25

[stable25] Check quota on file copy

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 agoApply the same fix as on beforeCopy on beforeMove 35232/head
Côme Chilliet [Tue, 15 Nov 2022 17:11:15 +0000 (18:11 +0100)]
Apply the same fix as on beforeCopy on beforeMove

Let’s be safe

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agofix dirname usage
Robin Appelman [Mon, 14 Nov 2022 13:19:47 +0000 (14:19 +0100)]
fix dirname usage

Signed-off-by: Robin Appelman <robin@icewind.nl>
23 months agoFix psalm issues
Côme Chilliet [Tue, 8 Nov 2022 16:13:45 +0000 (17:13 +0100)]
Fix psalm issues

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
23 months agoCheck quota on file copy
Côme Chilliet [Mon, 7 Nov 2022 16:25:42 +0000 (17:25 +0100)]
Check quota on file copy

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.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 ago[stable25] Update CODEOWNERS 35183/head
Joas Schilling [Tue, 15 Nov 2022 16:18:25 +0000 (17:18 +0100)]
[stable25] Update CODEOWNERS

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
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