Commit graph

61727 commits

Author SHA1 Message Date
Nextcloud bot
bdc164f330
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-28 02:19:48 +00:00
Nextcloud bot
326cc16f3e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-27 02:18:47 +00:00
Nextcloud bot
ed15d05716
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-26 02:18:41 +00:00
blizzz
6b95c385b7
Merge pull request #35307 from nextcloud/release/23.0.12_rc1
23.0.12 RC1
2022-11-25 09:50:37 +01:00
Nextcloud bot
d34c584523
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-25 02:19:55 +00:00
Vincent Petry
9342106dcd
Merge pull request #35396 from nextcloud/stable23-update-some-libs
[stable23] Update some libs
2022-11-24 20:24:47 +01:00
Simon L
2c9df61fde
Merge pull request #35410 from nextcloud/backport/35398/stable23
[stable23] Do not check quota for non Node
2022-11-24 19:41:31 +01:00
Louis Chemineau
774bb42770 Do not check quota for non Node
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-11-24 15:31:44 +00:00
Vincent Petry
f268a5232d
Update some libs
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-24 11:58:04 +01:00
Carl Schwan
38f508e2c4
Merge pull request #35361 from nextcloud/backport/stable23/35187
[stable23] Fix mentions rendering in comment editor
2022-11-24 10:34:25 +01:00
Julius Härtl
6fc0e39c5f
Merge pull request #35371 from nextcloud/backport/35250/stable23
[stable23] Properly compare quota against both float/int values
2022-11-24 08:23:54 +01:00
Nextcloud bot
9323ea39cc
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-24 02:18:00 +00:00
blizzz
d74e2b68a8
Merge pull request #35369 from nextcloud/backport/35353/stable23
[stable23] Update cache when file size === 0
2022-11-23 21:11:23 +01:00
blizzz
106449f743
Merge pull request #35352 from nextcloud/backport/35327/stable23
[stable23] Handle badly named version files more gracefully and log information
2022-11-23 21:10:05 +01:00
blizzz
dd4c3ddbd9
Merge pull request #35329 from nextcloud/backport/35232/stable23
[stable23] Check quota on file copy
2022-11-23 21:08:41 +01:00
blizzz
80c63dc395
Merge pull request #35040 from nextcloud/backport/32211/stable23
[stable23] Add repair command to fix wrong share ownership
2022-11-23 21:08:07 +01:00
Julius Härtl
48ec3477ee Properly compare quota against both float/int values
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-11-23 17:33:51 +00:00
blizzz
41b4cae9f0
Merge pull request #35357 from nextcloud/backport/35206/stable23
[stable23] Fix forwarding the object id when searching comments
2022-11-23 18:06:16 +01:00
blizzz
81dbe70834
Merge pull request #35020 from nextcloud/backport/34909/stable23
[stable23] Fix duplicate event email notifications
2022-11-23 18:02:48 +01:00
Louis Chemineau
36243c5cbf 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>
2022-11-23 15:12:45 +00:00
Louis Chemineau
53019a4d35 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>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-23 14:32:17 +00:00
Simon L
799838a0b8
Merge pull request #35102 from nextcloud/backport/35054/stable23-fix-html-entities-not-decoded-in-comment-just-added
[stable23] Fix HTML entities not decoded in comment just added
2022-11-23 13:56:11 +01:00
Joas Schilling
4214458d97 Fix forwarding the object id when searching comments
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-23 10:42:35 +00:00
Côme Chilliet
e8de521d73 Handle badly named version files more gracefully and log information
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-23 09:57:28 +00:00
Simon L
334628827c
Merge pull request #35339 from nextcloud/backport/35007/stable23
[stable23] Fix unsuccessful token login logged as error
2022-11-23 09:41:30 +01:00
Nextcloud bot
42a50ede86
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-23 02:18:36 +00:00
Christoph Wurst
9e82dceb66 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>
2022-11-22 16:49:31 +00:00
Côme Chilliet
fe92aec4ca Apply the same fix as on beforeCopy on beforeMove
Let’s be safe

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-22 13:22:33 +00:00
Robin Appelman
ca6ee2dad3 fix dirname usage
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-22 13:22:22 +00:00
Côme Chilliet
9dade992ad Fix psalm issues
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-22 13:22:16 +00:00
Côme Chilliet
6638b5411e Check quota on file copy
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-22 13:22:13 +00:00
Côme Chilliet
274cbc484e
Merge pull request #35163 from nextcloud/backport/35157/stable23
[stable23] Make sure to not pass null to DateTime::createFromFormat
2022-11-22 10:10:56 +01:00
Nextcloud bot
f399ce4a85
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-22 02:19:42 +00:00
blizzz
41b3614d72
Merge pull request #34967 from nextcloud/backport/34963/stable23
[stable23] Fix invalid date in security.txt
2022-11-21 15:49:10 +01:00
Arthur Schiwon
f1e145096f
23.0.12 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-11-21 15:38:11 +01:00
Côme Chilliet
37d849694c
Merge pull request #35144 from nextcloud/backport/34160/stable23
[stable23] Detect weird local ips
2022-11-21 09:33:30 +01:00
Nextcloud bot
f3bfa072fc
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-21 02:15:54 +00:00
Nextcloud bot
b12f121ea3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-20 02:16:12 +00:00
Nextcloud bot
b47e9c6628
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-19 02:18:03 +00:00
Simon L
ebf84a8cc2
Merge pull request #35267 from nextcloud/backport/35259/stable23
[stable23] Also cancel XHR when cancelling uploads
2022-11-18 21:25:42 +01:00
Vincent Petry
0c07d7f19e Also cancel XHR when cancelling uploads
Fixes issue when cancelling a long list of uploads.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-18 17:24:22 +00:00
Nextcloud bot
4b8bed50ab
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-18 02:13:51 +00:00
Côme Chilliet
b5c8efa906
Update 3rdparty to latest stable23
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-17 16:55:13 +01:00
Joas Schilling
852745ad21
Merge pull request #35202 from nextcloud/backport/35096/stable23
[stable23] Mark more config values as sensitive
2022-11-17 12:06:16 +01:00
Nextcloud bot
0564ebc56e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-17 02:14:49 +00:00
Joas Schilling
21f0fde0de
Mark more config values as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-16 10:08:59 +01:00
Nextcloud bot
026a99e9ce
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-16 02:15:06 +00:00
Julius Härtl
abe243e4b6
Merge pull request #35051 from nextcloud/backport/28610/stable23
[stable23] Use storage filter when fetching previews to cleanup
2022-11-15 19:14:06 +01:00
Côme Chilliet
6bdb5d2804
Pass default values to idn_to_utf8 to fix behavior under PHP 7.3
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-15 12:11:09 +01:00
Richard Steinmetz
bc639175d5
Fix duplicate event email notifications
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-11-15 10:27:14 +01:00