]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
19 months agoFix Cache-Control header of non-versioned assets 37249/head
Nicolas Guichard [Thu, 2 Mar 2023 17:38:04 +0000 (18:38 +0100)]
Fix Cache-Control header of non-versioned assets

Non-cache-busted assets such as /dist/core-main.js also matched the
regex meant for cache-busted assets (note the ? at the end of the
regex).
The FilesMatch directive for cache-busted assets coming after the
non-cache-busted version all assets actually got the immutable flag
in their Cache-Control header. This caused client-side errors on
updates.

Query strings are not actually passed to FilesMatch directives so we
need another way to tell cache-busted/versionned assets apart from
non-versioned assets, here using If/Else directives.

Signed-off-by: Nicolas Guichard <nicolas@guichard.eu>
19 months agoMerge pull request #37196 from nextcloud/backport/36852/stable25
Arthur Schiwon [Wed, 15 Mar 2023 13:28:04 +0000 (14:28 +0100)]
Merge pull request #37196 from nextcloud/backport/36852/stable25

[stable25] fix(user_status): Fix the user status automation on the day availablity rules are adjusted

19 months agoMerge pull request #36899 from nextcloud/backport/36837
Arthur Schiwon [Wed, 15 Mar 2023 13:27:10 +0000 (14:27 +0100)]
Merge pull request #36899 from nextcloud/backport/36837

[stable25] fix(SystemTagManager): Truncate overlong tag names

19 months agoMerge pull request #36749 from nextcloud/backport/36689/stable25
Arthur Schiwon [Wed, 15 Mar 2023 13:23:45 +0000 (14:23 +0100)]
Merge pull request #36749 from nextcloud/backport/36689/stable25

[stable25] Change X-Robots-Tag header from "none" to "noindex, nofollow"

19 months agoMerge pull request #36642 from nextcloud/backport/36192/stable25
Arthur Schiwon [Wed, 15 Mar 2023 13:19:23 +0000 (14:19 +0100)]
Merge pull request #36642 from nextcloud/backport/36192/stable25

[stable25] fix(caldav): Fix reminder timezone drift for all-day events

19 months agoMerge pull request #35650 from nextcloud/backport/35057/stable25
Arthur Schiwon [Wed, 15 Mar 2023 10:46:40 +0000 (11:46 +0100)]
Merge pull request #35650 from nextcloud/backport/35057/stable25

[stable25] Add brute force protection on all methods wrapped by PublicShareMiddleware

19 months agoMerge pull request #37225 from nextcloud/backport/37221/stable25
Joas Schilling [Wed, 15 Mar 2023 09:27:10 +0000 (10:27 +0100)]
Merge pull request #37225 from nextcloud/backport/37221/stable25

[stable25] Save some CI time

19 months agomanual backport of #35057 35650/head
Julien Veyssier [Wed, 7 Dec 2022 15:26:26 +0000 (16:26 +0100)]
manual backport of #35057

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
19 months agoSave some CI time 37225/head
Joas Schilling [Wed, 15 Mar 2023 08:30:38 +0000 (09:30 +0100)]
Save some CI time

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Wed, 15 Mar 2023 02:26:56 +0000 (02:26 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoFix PHP 7.4 linting 37196/head
Joas Schilling [Tue, 14 Mar 2023 19:40:42 +0000 (20:40 +0100)]
Fix PHP 7.4 linting

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agofix(CI): Add unit test for nextcloud/server#37167
Joas Schilling [Fri, 10 Mar 2023 11:13:47 +0000 (12:13 +0100)]
fix(CI): Add unit test for nextcloud/server#37167

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agofix(user_status): Fix the user status automation on the day availability rules are...
Joas Schilling [Fri, 24 Feb 2023 14:22:09 +0000 (15:22 +0100)]
fix(user_status): Fix the user status automation on the day availability rules are adjusted

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agoMerge pull request #37200 from nextcloud/backport/37167/stable25
Joas Schilling [Tue, 14 Mar 2023 21:13:06 +0000 (22:13 +0100)]
Merge pull request #37200 from nextcloud/backport/37167/stable25

[stable25] fix(dav): Handle no next potential toggle in availability detection

19 months agoMerge pull request #37216 from nextcloud/backport/37029/stable25
Joas Schilling [Tue, 14 Mar 2023 17:27:24 +0000 (18:27 +0100)]
Merge pull request #37216 from nextcloud/backport/37029/stable25

[stable25] Add chunking in SystemTagObjectMapper::getTagIdsForObjects

19 months agoAdd chunking in SystemTagObjectMapper::getTagIdsForObjects 37216/head
Côme Chilliet [Fri, 3 Mar 2023 09:35:50 +0000 (10:35 +0100)]
Add chunking in SystemTagObjectMapper::getTagIdsForObjects

This avoids crashing on Oracle with more than 1000 objects

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Tue, 14 Mar 2023 02:27:27 +0000 (02:27 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agofix(dav): Handle no next potential toggle in availability detection 37200/head
Thomas Citharel [Fri, 10 Mar 2023 08:40:36 +0000 (09:40 +0100)]
fix(dav): Handle no next potential toggle in availability detection

Fixes: min(): Array must contain at least one element at /var/www/nc/nextcloud/apps/dav/lib/BackgroundJob/UserStatusAutomation.php#142
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
19 months agoMerge pull request #36879 from nextcloud/fix/bump-php-opencloud/openstack-to-3.2...
Côme Chilliet [Mon, 13 Mar 2023 15:16:40 +0000 (16:16 +0100)]
Merge pull request #36879 from nextcloud/fix/bump-php-opencloud/openstack-to-3.2.1-in-stable25

Bump php-opencloud/openstack to 3.2.1 in stable25

19 months agoBump 3rdparty to stable25 36879/head
Côme Chilliet [Mon, 13 Mar 2023 14:52:55 +0000 (15:52 +0100)]
Bump 3rdparty to stable25

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Mon, 13 Mar 2023 02:29:05 +0000 (02:29 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sun, 12 Mar 2023 02:27:59 +0000 (02:27 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sat, 11 Mar 2023 02:28:15 +0000 (02:28 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #37164 from nextcloud/backport/37126/stable25
Simon L [Fri, 10 Mar 2023 15:19:21 +0000 (16:19 +0100)]
Merge pull request #37164 from nextcloud/backport/37126/stable25

[stable25] fix white scrollbar corner in dark mode

19 months agoMerge pull request #37158 from nextcloud/backport/37070/stable25
Simon L [Fri, 10 Mar 2023 15:18:32 +0000 (16:18 +0100)]
Merge pull request #37158 from nextcloud/backport/37070/stable25

[stable25] add a check for disk_free_space in Config.php

19 months agoMerge pull request #37156 from nextcloud/backport/37140/stable25
Simon L [Fri, 10 Mar 2023 15:17:30 +0000 (16:17 +0100)]
Merge pull request #37156 from nextcloud/backport/37140/stable25

[stable25] imaginary - fix autorotate for heic and improve the logic

19 months agoMerge pull request #37162 from nextcloud/backport/37116/stable25
Simon L [Fri, 10 Mar 2023 15:08:37 +0000 (16:08 +0100)]
Merge pull request #37162 from nextcloud/backport/37116/stable25

[stable25] postgresql installation - add quotes around user names

19 months agoadd back missing line 37162/head
Simon L [Fri, 10 Mar 2023 11:17:55 +0000 (12:17 +0100)]
add back missing line

Signed-off-by: Simon L <szaimen@e.mail.de>
19 months agofix white scrollbar corner in dark mode 37164/head
Simon L [Wed, 8 Mar 2023 13:19:51 +0000 (14:19 +0100)]
fix white scrollbar corner in dark mode

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
19 months agoMerge pull request #36682 from nextcloud/backport/36633/stable25
Julia Kirschenheuter [Fri, 10 Mar 2023 07:49:06 +0000 (08:49 +0100)]
Merge pull request #36682 from nextcloud/backport/36633/stable25

[stable25] Create an accessible name for logo on logged in page

19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Fri, 10 Mar 2023 02:27:32 +0000 (02:27 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agopostgresql - add quotes around user names
Simon L [Tue, 7 Mar 2023 23:37:19 +0000 (00:37 +0100)]
postgresql - add quotes around user names

fix https://github.com/nextcloud/server/issues/37114

Signed-off-by: Simon L <szaimen@e.mail.de>
19 months agoadd a check for disk_free_space in Config.php 37158/head
Simon L [Tue, 7 Mar 2023 08:51:00 +0000 (09:51 +0100)]
add a check for disk_free_space in Config.php

Signed-off-by: Simon L <szaimen@e.mail.de>
19 months agoimaginary - fix autorotate and improve the logic 37156/head
Simon L [Wed, 8 Mar 2023 16:45:12 +0000 (17:45 +0100)]
imaginary - fix autorotate and improve the logic

Signed-off-by: Simon L <szaimen@e.mail.de>
19 months agoMerge pull request #36896 from nextcloud/backport/36358/stable25
Julia Kirschenheuter [Thu, 9 Mar 2023 15:00:12 +0000 (16:00 +0100)]
Merge pull request #36896 from nextcloud/backport/36358/stable25

[stable25] Adapt native tooltip for new structure of NcAvatar

19 months agoMerge pull request #37118 from nextcloud/backport/36640/stable25
Julia Kirschenheuter [Thu, 9 Mar 2023 11:53:35 +0000 (12:53 +0100)]
Merge pull request #37118 from nextcloud/backport/36640/stable25

[stable25] Create headings for apps, users, settings pages

19 months agofixup! Adapt native tooltip for new structure of NcAvatar 36896/head
julia.kirschenheuter [Thu, 9 Mar 2023 10:47:52 +0000 (11:47 +0100)]
fixup! Adapt native tooltip for new structure of NcAvatar

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
19 months agoAdapt native tooltip for new structure of NcAvatar
julia.kirschenheuter [Wed, 25 Jan 2023 14:58:10 +0000 (15:58 +0100)]
Adapt native tooltip for new structure of NcAvatar

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
19 months agoCreate headings for settings pages 37118/head
julia.kirschenheuter [Wed, 8 Feb 2023 14:40:41 +0000 (15:40 +0100)]
Create headings for settings pages

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Thu, 9 Mar 2023 02:29:32 +0000 (02:29 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #37063 from nextcloud/backport/36772/stable25
Julia Kirschenheuter [Wed, 8 Mar 2023 07:28:08 +0000 (08:28 +0100)]
Merge pull request #37063 from nextcloud/backport/36772/stable25

[stable25] Add label and switch ocdialog close button to button element

19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Wed, 8 Mar 2023 02:29:03 +0000 (02:29 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #37003 from nextcloud/backport/36803/stable25
Simon L [Tue, 7 Mar 2023 17:20:56 +0000 (18:20 +0100)]
Merge pull request #37003 from nextcloud/backport/36803/stable25

[stable25] [db]: Remove not supported column comments for SQLite

19 months agoMerge pull request #37075 from nextcloud/backport/37069/stable25
Simon L [Tue, 7 Mar 2023 14:57:41 +0000 (15:57 +0100)]
Merge pull request #37075 from nextcloud/backport/37069/stable25

[stable25] fix(CI): Fix acceptance test password field selector after @nextcloud…

19 months agofix(CI): Fix acceptance test password field selector after @nextcloud/vue lib update 37075/head
Joas Schilling [Tue, 7 Mar 2023 08:27:06 +0000 (09:27 +0100)]
fix(CI): Fix acceptance test password field selector after @nextcloud/vue lib update

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Tue, 7 Mar 2023 02:26:49 +0000 (02:26 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoAdd label and switch ocdialog close button to button element 37063/head
Christopher Ng [Mon, 6 Mar 2023 19:09:44 +0000 (11:09 -0800)]
Add label and switch ocdialog close button to button element

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
19 months agoMerge pull request #36806 from nextcloud/backport/36286/stable25
Julius Härtl [Mon, 6 Mar 2023 22:33:44 +0000 (23:33 +0100)]
Merge pull request #36806 from nextcloud/backport/36286/stable25

19 months agoMerge pull request #36683 from nextcloud/fix/stable25/files.navigation.changed-when...
Julius Härtl [Mon, 6 Mar 2023 22:32:37 +0000 (23:32 +0100)]
Merge pull request #36683 from nextcloud/fix/stable25/files.navigation.changed-when-entering-favorite-dir

19 months agoMerge pull request #37047 from nextcloud/backport/36740/stable25
Pytal [Mon, 6 Mar 2023 19:13:19 +0000 (11:13 -0800)]
Merge pull request #37047 from nextcloud/backport/36740/stable25

[stable25] Add avatar contact img description

19 months agoemit files:navigation:changed in updateCurrentFileList 36683/head
Julien Veyssier [Mon, 13 Feb 2023 10:52:18 +0000 (11:52 +0100)]
emit files:navigation:changed in updateCurrentFileList

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
19 months agoMerge pull request #36886 from nextcloud/backport/36781/stable25
Julius Härtl [Mon, 6 Mar 2023 11:55:13 +0000 (12:55 +0100)]
Merge pull request #36886 from nextcloud/backport/36781/stable25

19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Mon, 6 Mar 2023 02:27:19 +0000 (02:27 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #37051 from nextcloud/backport/37048/stable25
Simon L [Sun, 5 Mar 2023 20:45:43 +0000 (21:45 +0100)]
Merge pull request #37051 from nextcloud/backport/37048/stable25

[stable25] update wording for disabled web updater

19 months agoAdd avatar contact img description 37047/head
Christopher Ng [Thu, 2 Mar 2023 00:59:09 +0000 (16:59 -0800)]
Add avatar contact img description

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sun, 5 Mar 2023 02:28:05 +0000 (02:28 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoupdate wording for disabled web updater 37051/head
Simon L [Sat, 4 Mar 2023 15:06:16 +0000 (16:06 +0100)]
update wording for disabled web updater

Signed-off-by: Simon L <szaimen@e.mail.de>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sat, 4 Mar 2023 02:27:36 +0000 (02:27 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #37000 from nextcloud/backport/36998/stable25
Pytal [Fri, 3 Mar 2023 22:27:38 +0000 (14:27 -0800)]
Merge pull request #37000 from nextcloud/backport/36998/stable25

[stable25] Fix share select dropdown not opening when viewer is open

19 months agoFix share select dropdown not opening when viewer is open 37000/head
Christopher Ng [Fri, 3 Mar 2023 00:22:09 +0000 (16:22 -0800)]
Fix share select dropdown not opening when viewer is open

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

19 months agoMerge pull request #36585 from nextcloud/backport/36552/stable25
MichaIng [Fri, 3 Mar 2023 13:44:18 +0000 (14:44 +0100)]
Merge pull request #36585 from nextcloud/backport/36552/stable25

[stable25] fix(client-login-flow): Handle missing stateToken gracefully

19 months agoMerge pull request #37036 from nextcloud/backport/37023/stable25
Joas Schilling [Fri, 3 Mar 2023 11:13:04 +0000 (12:13 +0100)]
Merge pull request #37036 from nextcloud/backport/37023/stable25

[stable25] chore(security): Bump "Expires" of well-known/security.txt

19 months agochore(security): Bump "Expires" of well-known/security.txt 37036/head
Joas Schilling [Fri, 3 Mar 2023 05:36:41 +0000 (06:36 +0100)]
chore(security): Bump "Expires" of well-known/security.txt

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agoMerge pull request #37027 from nextcloud/backport/37005/stable25
blizzz [Fri, 3 Mar 2023 10:18:25 +0000 (11:18 +0100)]
Merge pull request #37027 from nextcloud/backport/37005/stable25

[stable25] Bump @nextcloud/vue from 7.7.0 to 7.8.0

19 months agoBump @nextcloud/vue from 7.7.0 to 7.8.0 37027/head
Arthur Schiwon [Fri, 3 Mar 2023 08:43:10 +0000 (09:43 +0100)]
Bump @nextcloud/vue from 7.7.0 to 7.8.0

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Fri, 3 Mar 2023 02:26:44 +0000 (02:26 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #36929 from nextcloud/backport/36650/stable25
Pytal [Fri, 3 Mar 2023 00:17:40 +0000 (16:17 -0800)]
Merge pull request #36929 from nextcloud/backport/36650/stable25

[stable25] Port admin delegation selects

19 months agoMerge pull request #37007 from nextcloud/backport/36847/stable25
Simon L [Thu, 2 Mar 2023 18:38:42 +0000 (19:38 +0100)]
Merge pull request #37007 from nextcloud/backport/36847/stable25

[stable25] fix right-click img tags

19 months agofix right-click img tags 37007/head
Simon L [Fri, 24 Feb 2023 10:12:00 +0000 (11:12 +0100)]
fix right-click img tags

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
19 months agotests(db): Add test case to ensure column comments work 37003/head
Ferdinand Thiessen [Tue, 28 Feb 2023 09:29:10 +0000 (10:29 +0100)]
tests(db): Add test case to ensure column comments work

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
19 months agofix(DB): Remove not supported column comments when using SQLite
Ferdinand Thiessen [Tue, 21 Feb 2023 23:58:08 +0000 (00:58 +0100)]
fix(DB): Remove not supported column comments when using SQLite

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
19 months agoPort admin delegation selects 36929/head
Christopher Ng [Fri, 10 Feb 2023 01:46:17 +0000 (17:46 -0800)]
Port admin delegation selects

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Thu, 2 Mar 2023 02:29:54 +0000 (02:29 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #36932 from nextcloud/backport/36843/stable25
Pytal [Wed, 1 Mar 2023 23:38:30 +0000 (15:38 -0800)]
Merge pull request #36932 from nextcloud/backport/36843/stable25

[stable25] Port clear user status select

19 months agoPort clear user status select 36932/head
Christopher Ng [Wed, 1 Mar 2023 22:49:53 +0000 (14:49 -0800)]
Port clear user status select

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

19 months agoMerge pull request #36885 from nextcloud/backport/36842/stable25
Pytal [Wed, 1 Mar 2023 17:45:44 +0000 (09:45 -0800)]
Merge pull request #36885 from nextcloud/backport/36842/stable25

[stable25] Remove extraneous Node.js core module dependencies

19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Wed, 1 Mar 2023 02:28:20 +0000 (02:28 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #36770 from nextcloud/backport/36738/stable25
Pytal [Wed, 1 Mar 2023 01:14:07 +0000 (17:14 -0800)]
Merge pull request #36770 from nextcloud/backport/36738/stable25

[stable25] Bump @nextcloud/password-confirmation from 4.0.2 to 4.0.4

19 months agoBump @nextcloud/password-confirmation from 4.0.2 to 4.0.4 36770/head
Christopher Ng [Sat, 18 Feb 2023 05:06:08 +0000 (21:06 -0800)]
Bump @nextcloud/password-confirmation from 4.0.2 to 4.0.4

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

19 months agoRemove extraneous Node.js core module dependencies 36885/head
Christopher Ng [Tue, 28 Feb 2023 23:59:44 +0000 (15:59 -0800)]
Remove extraneous Node.js core module dependencies
- buffer and stream-browserify are already provided by node-polyfill-webpack-plugin

Signed-off-by: Christopher Ng <chrng8@gmail.com>
19 months agoMerge pull request #36841 from nextcloud/backport/36813/stable25
Julia Kirschenheuter [Tue, 28 Feb 2023 14:43:29 +0000 (15:43 +0100)]
Merge pull request #36841 from nextcloud/backport/36813/stable25

[stable25] Bump @nextcloud/vue from 7.5.0 to 7.7.0 and add node-polyfill-webpack-plugin

19 months agofix(SystemTagManager): Truncate overlong tag names 36899/head
Marcel Klehr [Thu, 23 Feb 2023 16:34:53 +0000 (17:34 +0100)]
fix(SystemTagManager): Truncate overlong tag names

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
19 months agoBump @nextcloud/vue from 7.5.0 to 7.7.0 36841/head
Christopher Ng [Fri, 24 Feb 2023 00:38:08 +0000 (16:38 -0800)]
Bump @nextcloud/vue from 7.5.0 to 7.7.0
- Add node-polyfill-webpack-plugin to polyfill Node.js core modules

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

19 months agoMerge pull request #36887 from nextcloud/backport/36866/stable25
Robin Windey [Tue, 28 Feb 2023 10:26:03 +0000 (11:26 +0100)]
Merge pull request #36887 from nextcloud/backport/36866/stable25

[stable25] Convert tag id to number (closing #35645)

19 months agoConvert tag ids to number 36887/head
Robin Windey [Sun, 26 Feb 2023 12:57:57 +0000 (12:57 +0000)]
Convert tag ids to number

Fix for #35645

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
19 months agoFix appconfig compatibility with Oracle DB 36886/head
Joas Schilling [Mon, 20 Feb 2023 13:46:00 +0000 (14:46 +0100)]
Fix appconfig compatibility with Oracle DB

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agofix(Repair): Fix repair step compatibility with Oracle DB
Joas Schilling [Mon, 20 Feb 2023 13:44:42 +0000 (14:44 +0100)]
fix(Repair): Fix repair step compatibility with Oracle DB

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agofix(OCC): Don't throw in the repair step for phone validation
Joas Schilling [Mon, 20 Feb 2023 13:40:50 +0000 (14:40 +0100)]
fix(OCC): Don't throw in the repair step for phone validation

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agoFail the repair command when an error happened
Joas Schilling [Mon, 20 Feb 2023 13:33:06 +0000 (14:33 +0100)]
Fail the repair command when an error happened

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agoFirst run unit tests so they don't fail
Joas Schilling [Thu, 23 Feb 2023 15:58:15 +0000 (16:58 +0100)]
First run unit tests so they don't fail

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agofix(CI): Run repair steps against Oracle DB
Joas Schilling [Mon, 20 Feb 2023 12:34:44 +0000 (13:34 +0100)]
fix(CI): Run repair steps against Oracle DB

Signed-off-by: Joas Schilling <coding@schilljs.com>
19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Tue, 28 Feb 2023 02:27:55 +0000 (02:27 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agofix(client-login-flow): Handle missing stateToken gracefully 36585/head
Christoph Wurst [Mon, 6 Feb 2023 08:42:15 +0000 (09:42 +0100)]
fix(client-login-flow): Handle missing stateToken gracefully

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
19 months agoBump php-opencloud/openstack to 3.2.1 in stable25
Côme Chilliet [Mon, 27 Feb 2023 16:05:13 +0000 (17:05 +0100)]
Bump php-opencloud/openstack to 3.2.1 in stable25

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
19 months agofix(caldav): Fix reminder timezone drift for all-day events 36642/head
Christoph Wurst [Tue, 17 Jan 2023 13:04:06 +0000 (14:04 +0100)]
fix(caldav): Fix reminder timezone drift for all-day events

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
19 months agoCreate an accessible name for logo on logged in page 36682/head
julia.kirschenheuter [Thu, 9 Feb 2023 13:00:01 +0000 (14:00 +0100)]
Create an accessible name for logo on logged in page

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
19 months agoMerge pull request #36764 from nextcloud/backport/36751/stable25
Simon L [Mon, 27 Feb 2023 11:01:47 +0000 (12:01 +0100)]
Merge pull request #36764 from nextcloud/backport/36751/stable25

[stable25] Don't regard 1024px width viewport as mobile

19 months agoMerge pull request #36745 from nextcloud/backport/36465/stable25
MichaIng [Mon, 27 Feb 2023 07:40:25 +0000 (08:40 +0100)]
Merge pull request #36745 from nextcloud/backport/36465/stable25

[stable25] Avoid locking on restore/delete and limit concurrent requests

19 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Mon, 27 Feb 2023 02:26:21 +0000 (02:26 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 months agoMerge pull request #36858 from nextcloud/backport/36741/stable25
MichaIng [Sun, 26 Feb 2023 23:28:29 +0000 (00:28 +0100)]
Merge pull request #36858 from nextcloud/backport/36741/stable25

[stable25] Add name for home breadcrumb in filepicker