Commit graph

61307 commits

Author SHA1 Message Date
Julien Veyssier
e6ee00cd40 add missing GET param to getstoragestats url
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
(cherry picked from commit ca6a724503)
2022-07-05 15:55:03 +00:00
Carl Schwan
6ffe042d01 Fix 404 when using index.php in the url
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit ee793572cb)
2022-07-05 15:55:00 +00:00
Carl Schwan
a49a1d6a01 Remove .php from url
Probably here for legacy reasons, but it is a bit weird to call an .php
endpoint that doesn't correspond to a .php file

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit c7931086cc)
2022-07-05 15:54:59 +00:00
blizzz
14af5f3c26
Merge pull request #33004 from nextcloud/backport/32719/stable23
[stable23] Fix email shares not being shown to other users
2022-07-05 12:55:19 +02:00
blizzz
9d91248760
Merge pull request #32792 from nextcloud/backport/32675/stable23
[stable23] Validate custom dashboard background image
2022-07-05 12:52:32 +02:00
blizzz
08826427ae
Merge pull request #32975 from nextcloud/backport/32016/stable23
[stable23] Use stored user for PasswordUpdatedEvent
2022-07-05 12:31:26 +02:00
Nextcloud bot
ad8acda2a2
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-05 02:23:44 +00:00
Nextcloud bot
727b6ebd0d
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-04 02:23:55 +00:00
Nextcloud bot
0224784a19
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-03 02:22:56 +00:00
Nextcloud bot
763196e6e6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-02 02:25:16 +00:00
Tobias Kaminsky
10b5b38c7e
Merge pull request #33059 from nextcloud/backport/33050/stable23
[stable23] Check whether entry is of type ICacheEntry in Cache->remove()
2022-07-01 10:40:49 +02:00
Nextcloud bot
e8e21adc6f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-01 02:34:54 +00:00
Jonas
7ee01a07fd Check whether entry is of type ICacheEntry in Cache->remove()
In some scenarios (file not in cache, but partial data of it in the
object), Cache->get() might return an array, which leads to errors like
"Call to a member function getId() on array".

So check whether the returned entry is of type ICacheEntry before doing
operations on it in Cache->remove().

Fixes: #33023

Signed-off-by: Jonas <jonas@freesources.org>
2022-06-30 12:24:42 +00:00
Carl Schwan
26a4435f84
Merge pull request #33070 from nextcloud/backport/33065/stable23
[stable23] Fix detection of firefox in ContentSecurityPolicyNonceManager
2022-06-30 10:19:01 +02:00
Nextcloud bot
36aff74f6b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-30 02:24:06 +00:00
Carl Schwan
8ec3c2650f Fix detection of firefox in ContentSecurityPolicyNonceManager
Reuse Request::USER_AGENT_FIREFOX, and also update the safari detection
since safari < 12 is not supported anymore and we can remove a bit of
code duplication

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-30 00:46:56 +00:00
Carl Schwan
02596df9ab
Merge pull request #33010 from nextcloud/dependabot/composer/stable23/guzzlehttp/guzzle-7.4.5
[stable23] Bump guzzlehttp/guzzle (7.3.0 => 7.4.5)
2022-06-29 12:21:02 +02:00
Nextcloud bot
12e96484ab
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-29 02:27:49 +00:00
Louis
9f3e64d316
Merge pull request #33029 from nextcloud/backport/32998/stable23
[stable23] Rename setting name to reduce its length
2022-06-28 11:41:25 +02:00
Carl Schwan
ee543d0e92 Bump guzzlehttp/guzzle (7.3.0 => 7.4.5)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-28 09:39:52 +00:00
Louis Chemineau
768b41ee45 Rename setting name to reduce its length
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-28 08:40:44 +00:00
Nextcloud bot
1eb680602b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-28 02:28:45 +00:00
Simon L
46642cae4f
Merge pull request #33030 from nextcloud/backport/32968/stable23
[stable23] Do not display the buffer_size info if the size is already set to a c…
2022-06-27 19:01:52 +02:00
szaimen
6d0d38ae58 do not display the buffer_size info if the size is already set to a certain threshold
Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: MichaIng <micha@dietpi.com>
2022-06-27 12:20:15 +00:00
Nextcloud bot
3aff3ef595
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-27 02:27:35 +00:00
Nextcloud bot
283e6222b6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-25 02:27:51 +00:00
Richard Steinmetz
6397113284
Fix email shares not being shown to other users
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-06-24 12:02:34 +02:00
blizzz
2c8e1c32d3
Merge pull request #32991 from nextcloud/backport/32988/stable23
[stable23] Improve local domain detection
2022-06-24 11:28:46 +02:00
Nextcloud bot
5e001f0602
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-24 02:27:29 +00:00
Louis
6644b17527
Merge pull request #32322 from nextcloud/backport/stable22/share_search_tweaks
[stable23] Add share search tweaks
2022-06-23 17:35:14 +02:00
Côme Chilliet
1f94d1b219 Improve local domain detection
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-06-23 10:57:26 +00:00
Nextcloud bot
a45bb06327
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-23 02:27:56 +00:00
blizzz
63fb2e0281
Merge pull request #32895 from nextcloud/backport/32878/stable23
[stable23] Fix default toast message for failed uploads with HTTP/2
2022-06-22 20:12:39 +02:00
Louis Chemineau
48477ba33a Use stored user for PasswordUpdatedEvent
When handling PasswordUpdatedEvent event, we are calling getLoginName which does not exists.

This PR adds a condition to use the previously stored user when handling PasswordUpdatedEvent.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-22 10:27:39 +00:00
Nextcloud bot
b992699569
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-22 02:28:29 +00:00
Daniel Calviño Sánchez
4cd8ad0406 Fix default toast message for failed uploads with HTTP/2
When an upload fails a toast is shown with either a specific message or
just the textual part of the HTTP error code (which comes from the
upload failure handler and set by "jQuery.ajax()". However, if there
is neither a message nor an error then the toast will show the default
message from the Toastify-js library, which is an undescriptive "Hi
there!".

When HTTP/2 is used Chromium does not provide the textual part of the
HTTP error code, so when an upload fails the toast can receive an empty
message and thus just show "Hi there!". Now an explicit message is
provided as a fallback to prevent that.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-06-21 17:33:59 +00:00
blizzz
e7e782b831
Merge pull request #32871 from nextcloud/backport/32813/stable23
[stable23] Run php tests when 3rdparty changed
2022-06-21 18:53:18 +02:00
Nextcloud bot
f7d731abf0
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-21 02:29:11 +00:00
blizzz
a2b1f7c8b7
Merge pull request #32921 from nextcloud/release/23.0.6
23.0.6
2022-06-20 13:45:05 +02:00
Arthur Schiwon
0fa6f90687 23.0.6
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-20 07:38:19 +00:00
Nextcloud bot
9cc5f0941f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-20 02:27:43 +00:00
Nextcloud bot
3d889ed506
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-19 02:28:08 +00:00
Nextcloud bot
ca0653cb27
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-18 02:27:45 +00:00
blizzz
eb7e7bcc9e
Merge pull request #32906 from nextcloud/backport/32898/stable23
[stable23] Fix logger overwriting vars in some circumstances
2022-06-17 18:39:31 +02:00
Arthur Schiwon
813a14a226
make placeholder a const for reuse
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-17 14:52:31 +02:00
Arthur Schiwon
263eca767d
fix overwriting original vars when logging
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-17 14:52:31 +02:00
Arthur Schiwon
33b442e9a5
add serializer test
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-17 14:52:31 +02:00
Nextcloud bot
41483c9577
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-17 02:28:05 +00:00
Nextcloud bot
37c569bb1a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-16 02:27:53 +00:00
Nextcloud bot
52fc620ba1
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-15 02:28:16 +00:00