]>
source.dussan.org Git - nextcloud-server.git/log
Nextcloud bot [Thu, 30 Mar 2023 02:28:00 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 29 Mar 2023 02:28:09 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Tue, 28 Mar 2023 13:58:27 +0000 (15:58 +0200)]
Merge pull request #37443 from nextcloud/backport/37437/stable24
[stable24] fix(docs): Fix RST parsing of the sample config
Joas Schilling [Tue, 28 Mar 2023 05:49:01 +0000 (07:49 +0200)]
fix(docs): Fix RST parsing of the sample config
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 28 Mar 2023 02:19:47 +0000 (02:19 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 27 Mar 2023 10:18:41 +0000 (10:18 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis [Mon, 27 Mar 2023 09:51:04 +0000 (11:51 +0200)]
Merge pull request #37367 from nextcloud/backport/36636/stable24
[stable24] fix OC_Image: Prevent E_WARNING from getimagesize*
Julius Härtl [Fri, 24 Mar 2023 10:56:22 +0000 (11:56 +0100)]
Merge pull request #36580 from nextcloud/backport/36509/stable24
Nextcloud bot [Fri, 24 Mar 2023 02:27:29 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Marcel Klehr [Thu, 9 Feb 2023 13:19:42 +0000 (14:19 +0100)]
fix OC_Image: Prevent E_WARNING from getimagesize*
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Arthur Schiwon [Thu, 23 Mar 2023 11:54:02 +0000 (12:54 +0100)]
Merge pull request #37353 from nextcloud/release/24.0.11
24.0.11
Nextcloud bot [Thu, 23 Mar 2023 02:27:27 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Wed, 22 Mar 2023 17:05:42 +0000 (18:05 +0100)]
24.0.11
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Wed, 22 Mar 2023 02:44:00 +0000 (02:44 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 21 Mar 2023 02:27:43 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 20 Mar 2023 02:27:42 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 19 Mar 2023 02:27:51 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 18 Mar 2023 02:27:46 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 17 Mar 2023 02:27:37 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 16 Mar 2023 16:16:29 +0000 (17:16 +0100)]
Merge pull request #37204 from nextcloud/release/24.0.11_rc1
24.0.11 RC1
MichaIng [Thu, 16 Mar 2023 16:11:44 +0000 (17:11 +0100)]
Merge pull request #37250 from nextcloud/backport/37010/stable24
[stable24] Fix Cache-Control header of non-versioned assets
Arthur Schiwon [Thu, 16 Mar 2023 16:09:13 +0000 (17:09 +0100)]
Merge pull request #37237 from nextcloud/backport/37227/stable24
[stable24] chore: use local variable for remote address
Daniel Kesselberg [Tue, 21 Feb 2023 21:45:37 +0000 (22:45 +0100)]
chore: use local variable for remote address
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Arthur Schiwon [Thu, 16 Mar 2023 09:29:07 +0000 (10:29 +0100)]
Merge pull request #37256 from nextcloud/backport/37252/stable24
[stable24] fix(workflow): Check tag attribute
Joas Schilling [Thu, 16 Mar 2023 07:41:18 +0000 (08:41 +0100)]
fix(workflow): Check tag attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 16 Mar 2023 02:28:32 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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>
Arthur Schiwon [Wed, 15 Mar 2023 13:50:29 +0000 (14:50 +0100)]
Merge pull request #36750 from nextcloud/backport/36689/stable24
[stable24] Change X-Robots-Tag header from "none" to "noindex, nofollow"
Arthur Schiwon [Wed, 15 Mar 2023 13:41:10 +0000 (14:41 +0100)]
Merge pull request #36900 from nextcloud/backport/stable24/36837
[stable24] fix(SystemTagManager): Truncate overlong tag names
Arthur Schiwon [Wed, 15 Mar 2023 13:40:02 +0000 (14:40 +0100)]
Merge pull request #36743 from nextcloud/backport/35419/stable24
[stable24] Fix login loop if login CSRF fails and user is not logged in
Julien Veyssier [Wed, 15 Mar 2023 11:10:46 +0000 (12:10 +0100)]
Merge pull request #35651 from nextcloud/backport/35057/stable24
[stable24] Add brute force protection on all methods wrapped by PublicShareMiddleware
Joas Schilling [Wed, 15 Mar 2023 09:27:19 +0000 (10:27 +0100)]
Merge pull request #37226 from nextcloud/backport/37221/stable24
[stable24] Save some CI time
Julien Veyssier [Wed, 7 Dec 2022 15:39:16 +0000 (16:39 +0100)]
manual backport of #35057
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
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>
Nextcloud bot [Wed, 15 Mar 2023 02:27:02 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Tue, 14 Mar 2023 12:14:06 +0000 (13:14 +0100)]
Merge pull request #37004 from nextcloud/backport/36803/stable24
[stable24] [db]: Remove not supported column comments for SQLite
Nextcloud bot [Tue, 14 Mar 2023 02:27:33 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Mon, 13 Mar 2023 19:40:13 +0000 (20:40 +0100)]
24.0.11 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 13 Mar 2023 02:29:11 +0000 (02:29 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 12 Mar 2023 02:28:05 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 11 Mar 2023 02:28:21 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Fri, 10 Mar 2023 15:17:54 +0000 (16:17 +0100)]
Merge pull request #37159 from nextcloud/backport/37070/stable24
[stable24] add a check for disk_free_space in Config.php
Nextcloud bot [Fri, 10 Mar 2023 02:27:40 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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>
Nextcloud bot [Thu, 9 Mar 2023 02:29:40 +0000 (02:29 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 8 Mar 2023 02:29:10 +0000 (02:29 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 7 Mar 2023 02:26:56 +0000 (02:26 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Mon, 6 Mar 2023 11:55:32 +0000 (12:55 +0100)]
Merge pull request #36888 from nextcloud/backport/36781/stable24
[stable24] fix(CI): Run repair steps against Oracle DB
Julius Härtl [Mon, 6 Mar 2023 11:53:53 +0000 (12:53 +0100)]
Merge pull request #36586 from nextcloud/backport/36552/stable24
[stable24] fix(client-login-flow): Handle missing stateToken gracefully
Nextcloud bot [Mon, 6 Mar 2023 02:27:27 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 5 Mar 2023 02:28:14 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 4 Mar 2023 02:27:43 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Fri, 3 Mar 2023 11:13:23 +0000 (12:13 +0100)]
Merge pull request #37037 from nextcloud/backport/37023/stable24
[stable24] chore(security): Bump "Expires" of well-known/security.txt
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>
Nextcloud bot [Fri, 3 Mar 2023 02:26:52 +0000 (02:26 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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>
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>
Nextcloud bot [Thu, 2 Mar 2023 02:30:01 +0000 (02:30 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 1 Mar 2023 02:28:28 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Tue, 28 Feb 2023 18:52:41 +0000 (19:52 +0100)]
Neutralize action name
Signed-off-by: Joas Schilling <coding@schilljs.com>
MichaIng [Tue, 28 Feb 2023 17:34:32 +0000 (18:34 +0100)]
Merge pull request #36746 from nextcloud/backport/36465/stable24
[stable24] Avoid locking on restore/delete and limit concurrent requests
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>
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>
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>
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>
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>
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>
Nextcloud bot [Tue, 28 Feb 2023 02:28:02 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
MichaIng [Mon, 27 Feb 2023 22:01:07 +0000 (23:01 +0100)]
Merge pull request #36662 from nextcloud/backport/36192/stable24
[stable24] fix(caldav): Fix reminder timezone drift for all-day events
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>
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>
Julius Härtl [Mon, 27 Feb 2023 08:59:04 +0000 (09:59 +0100)]
Merge pull request #36762 from nextcloud/bugfix/noid/scss-reset
Avoid scss cacher reset on empty variables
Côme Chilliet [Mon, 27 Feb 2023 08:40:50 +0000 (09:40 +0100)]
Merge pull request #36651 from nextcloud/automated/noid/stable24-update-psalm-baseline
[stable24] Update psalm-baseline.xml
Julius Härtl [Fri, 17 Feb 2023 14:32:17 +0000 (15:32 +0100)]
fix: Avoid resetting scss cacher when no variables are found
Signed-off-by: Julius Härtl <jus@bitgrid.net>
nextcloud-command [Mon, 27 Feb 2023 04:20:45 +0000 (04:20 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Mon, 27 Feb 2023 02:26:27 +0000 (02:26 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Wed, 1 Feb 2023 15:43:05 +0000 (16:43 +0100)]
fix(files_trashbin): Remove unnecessary scanner logic when getting versions from trash
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Sun, 26 Feb 2023 02:27:44 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 25 Feb 2023 02:43:01 +0000 (02:43 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
MichaIng [Fri, 24 Feb 2023 18:00:06 +0000 (19:00 +0100)]
Merge pull request #36732 from nextcloud/backport/35365/stable24
[stable24] Check for opcache.file_cache_only=1
Simon L [Fri, 24 Feb 2023 09:19:48 +0000 (10:19 +0100)]
Merge pull request #36730 from nextcloud/backport/36691/stable24
[stable24] add a disk_free_space check before writing config
Joas Schilling [Fri, 24 Feb 2023 07:11:17 +0000 (08:11 +0100)]
Merge pull request #36798 from nextcloud/backport/36795/stable24
[stable24] Avoid extra parenthesis around SQL in IN expressions
Nextcloud bot [Fri, 24 Feb 2023 02:34:54 +0000 (02:34 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Thu, 23 Feb 2023 08:53:20 +0000 (09:53 +0100)]
Merge pull request #36686 from nextcloud/release/24.0.10
24.0.10
John Molakvoæ [Thu, 23 Feb 2023 06:45:48 +0000 (07:45 +0100)]
24.0.10
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 23 Feb 2023 06:35:26 +0000 (07:35 +0100)]
Merge pull request #36816 from nextcloud/backport/36814/stable24
[stable24] Validate the scope when validating operations
Joas Schilling [Wed, 15 Feb 2023 14:36:32 +0000 (15:36 +0100)]
Also check the scope when reading operations from the database
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 15 Feb 2023 12:20:20 +0000 (13:20 +0100)]
Validate the scope when validating operations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 23 Feb 2023 02:29:30 +0000 (02:29 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 22 Feb 2023 02:26:51 +0000 (02:26 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Tue, 21 Feb 2023 11:13:02 +0000 (12:13 +0100)]
Avoid extra parenthesis around SQL in IN expressions
The expression builder already suround the SQL with parenthesis when
using in(), so we must not add another pair, this confuses at least
sqlite.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Tue, 21 Feb 2023 02:26:29 +0000 (02:26 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Mon, 20 Feb 2023 09:15:20 +0000 (10:15 +0100)]
fix it for 32-bit
Signed-off-by: Simon L <szaimen@e.mail.de>
Nextcloud bot [Mon, 20 Feb 2023 02:27:00 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 19 Feb 2023 02:27:23 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 18 Feb 2023 02:27:32 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 17 Feb 2023 02:26:15 +0000 (02:26 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
MichaIng [Mon, 13 Feb 2023 13:09:13 +0000 (14:09 +0100)]
Change X-Robots-Tag header from "none" to "noindex, nofollow"
While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names
https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list
https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-
5198d240
Signed-off-by: MichaIng <micha@dietpi.com>
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>
Nextcloud bot [Thu, 16 Feb 2023 02:26:09 +0000 (02:26 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>