John Molakvoæ
b93bde1c76
Merge pull request #33158 from nextcloud/backport/33153/stable23
2022-07-08 08:28:39 +02:00
Nextcloud bot
f8d196ef9f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-08 02:24:59 +00:00
blizzz
c7e9a59124
Merge pull request #32987 from nextcloud/backport/stable23/31771
...
[stable23] Fix hook encryption with cron job
2022-07-07 12:02:09 +02:00
Joas Schilling
3c24ba359f
Only ignore attempts of the same action
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-07 09:09:23 +00:00
Carl Schwan
c8967c5b88
Merge pull request #33114 from nextcloud/backport/stable23/31194
...
[stable23] Allow to disable password policy enforcement for selected groups
2022-07-07 09:12:38 +02:00
Christopher Ng
e218746c8c
Do not save invalid display name to the database
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-06 20:57:29 +00:00
Carl Schwan
003b2a4e4f
Fix hook encryption with cron job
...
Make sure the setup fs is set before using the Update service
Backport of #29674
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-06 17:42:49 +02:00
Nextcloud bot
c202c3e15f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-06 02:23:59 +00:00
Carl Schwan
acdb08b674
Merge pull request #33024 from nextcloud/backport/29862/stable23
...
[stable23] Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8+
2022-07-05 22:22:14 +02:00
Carl Schwan
3750160d9f
Allow to disable password policy enforcement for selected groups
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Co-authored-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-05 17:05:09 +02: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
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
Côme Chilliet
ec7c8e8cc1
Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8.1
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-06-28 10:09:38 +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
blizzz
2c8e1c32d3
Merge pull request #32991 from nextcloud/backport/32988/stable23
...
[stable23] Improve local domain detection
2022-06-24 11:28:46 +02: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
3d889ed506
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-19 02:28:08 +00: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
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
64fdc48a8a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-14 02:28:36 +00:00
blizzz
d41f5b4bdf
Merge pull request #32846 from nextcloud/backport/32685/stable23
...
[stable23] Fix replacing external storage password during debug log
2022-06-13 11:23:24 +02:00
Christoph Wurst
b1f594d555
Fix replacing external storage password during debug log
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-13 07:49:14 +00:00
Joas Schilling
b2f78e1cb6
Fix exception handling when profile data is too long
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-12 13:51:02 +02:00
Nextcloud bot
f8d0ea28ba
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-12 02:28:14 +00:00
blizzz
d2bd06508e
Merge pull request #32445 from nextcloud/backport/32357/stable23
...
[stable23] remove storage wrappers when deleting the user storage
2022-06-12 02:33:15 +02:00
blizzz
39391701fc
Merge pull request #32680 from nextcloud/backport/32510/stable23
...
[stable23] Properly calculate primary element based on background luminance
2022-06-11 00:17:41 +02:00
Robin Appelman
4055174c18
remove storage wrappers when deleting the user storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-10 15:40:53 +00:00
Vincent Petry
ce7b7226da
Merge pull request #32658 from nextcloud/backport/32655/stable23
...
[stable23] Handle non existing settings again
2022-06-10 15:32:21 +02:00
Vincent Petry
f68ff54960
Merge pull request #32777 from nextcloud/backport/32767/stable23
...
[stable23] handle stream wrappers in SeekableHttpStream
2022-06-10 11:38:01 +02:00
Vincent Petry
798aad883e
Merge pull request #32711 from nextcloud/backport/32662/stable23
...
[stable23] Cleanup temporary files after finishing the write to object storage
2022-06-10 11:09:46 +02:00
Vincent Petry
9cc8bba663
Merge pull request #32771 from nextcloud/backport/32697/stable23
...
[stable23] Fix get avatar authorization
2022-06-09 12:03:29 +02:00
Robin Appelman
a200afac68
handle stream wrappers in SeekableHttpStream
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-09 08:24:21 +00:00
Nextcloud bot
c2512594f2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-09 02:32:15 +00:00
Christopher Ng
e6e5e08d78
Fix get avatar authorization
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-08 23:34:46 +00:00
Louis Chemineau
cb66d11a40
Use email settings in DAV search
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-07 11:37:26 +00:00
Louis Chemineau
77f7855892
Use share setting in DAV search
...
shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-07 11:37:25 +00:00
Louis Chemineau
d0bfca5131
Add setting to ignore email during search
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-07 11:37:25 +00:00
Louis Chemineau
e297e1ce18
Add settings to ignore second display name in search
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-07 11:37:25 +00:00
Louis Chemineau
839046a50b
Add settings to not match userID during full match
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-07 11:37:25 +00:00
Julius Härtl
9b914f02b1
Cleanup temporary files after finishing the write to object storage
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-02 16:31:26 +00:00
Vincent Petry
b0b03661c1
Trim mount point before matching in encryption code
...
Often times the mount point has a leading slash.
This fix sanitizes it to make sure matching works.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-06-02 12:10:07 +00:00
blizzz
ae19916320
Merge pull request #32679 from nextcloud/backport/32592/stable23
...
[stable23] allow use of rememberme cookies for IApacheAuth backends
2022-06-01 12:25:50 +02:00
John Molakvoæ
06ae90a639
Properly calculate primary element based on background luminance
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-06-01 05:42:34 +00:00
Nextcloud bot
722ebedf37
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-01 02:32:47 +00:00