Pytal
4ca4228ff6
Merge pull request #32664 from nextcloud/backport/32206/stable24
2022-06-02 11:32:31 -07:00
blizzz
ffaa474514
Merge pull request #32677 from nextcloud/backport/32592/stable24
...
[stable24] allow use of rememberme cookies for IApacheAuth backends
2022-06-01 12:25:21 +02:00
John Molakvoæ
e7ddf60bab
Merge pull request #32510 from nextcloud/fix/theming-colours-primary-24
2022-06-01 07:39:16 +02:00
Nextcloud bot
cdaf80809f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-01 02:32:36 +00:00
Arthur Schiwon
e395912b0b
allow use of rememberme cookies for IApacheAuth backends
...
- e.g. enables it for SAML backend
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-05-31 21:59:20 +00:00
John Molakvoæ
20efadff5f
Properly calculate primary element based on background luminance
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-31 17:27:12 +00:00
Nextcloud bot
4b2bac3016
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-31 02:33:16 +00:00
Côme Chilliet
5a7752dcfa
Add the ISizeEstimationMigrator interface for method getExportEstimatedSize
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-31 00:19:13 +00:00
Côme Chilliet
dde192da4a
Implement getExportEstimatedSize in migrators
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-31 00:19:13 +00:00
Côme Chilliet
c16b72f588
Add a method to get estimated export size in IMigrator
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-31 00:19:13 +00:00
Nextcloud bot
f976a67408
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-29 02:33:34 +00:00
Git'Fellow
95147218d1
Move Gd failed operations to debug level
...
Instead of error
2022-05-27 09:34:49 +00:00
Nextcloud bot
a15652aaf7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-25 02:36:13 +00:00
Nextcloud bot
1ce6592f63
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-24 02:33:01 +00:00
Nextcloud bot
c625bb0c56
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-23 02:31:13 +00:00
Nextcloud bot
74f26cc89e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-19 02:32:33 +00:00
blizzz
ee89136c9a
Merge pull request #32424 from nextcloud/backport/32382/stable24
...
[stable24] only log diagnostic events if a treshhold is set
2022-05-16 23:41:10 +02:00
blizzz
4efd0cdadf
Merge pull request #32123 from nextcloud/backport/32074/stable24
...
[stable24] tell mysql to ignore the sort index for search queries
2022-05-16 23:36:57 +02:00
Joas Schilling
762d1ff050
Merge pull request #32414 from nextcloud/backport/32305/stable24
...
[stable24] Fix user agent trimming on installation
2022-05-16 15:56:48 +02:00
Robin Appelman
30b0a0272b
only log diagnostic events if a treshhold is set
...
this prevents log spam and it's rare that you actually want to very short events logged anyway
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-05-16 14:33:49 +02:00
blizzz
5e7d10aa8c
Merge pull request #32320 from nextcloud/backport/32315/stable24
...
[stable24] Fix preview generator trying to recreate an existing folder
2022-05-16 11:55:14 +02:00
Robin Appelman
32cd1bed38
tell mysql to ignore the sort index for search queries
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-05-16 09:53:43 +00:00
blizzz
525206d6d3
Merge pull request #32256 from nextcloud/backport/32220/stable24
...
[stable24] Include more emoji chars to test and fixes after include it
2022-05-16 11:52:49 +02:00
blizzz
5b4df735ec
Merge pull request #32159 from nextcloud/backport/32155/stable24
...
[stable24] Fx translations with trailing colon
2022-05-16 11:50:51 +02:00
Joas Schilling
a397614a8d
Fix user agent trimming on installation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-16 09:32:17 +00:00
John Molakvoæ
f02ccc6d29
Merge pull request #32360 from nextcloud/backport/stable24/share_search_tweaks
2022-05-13 20:15:26 +02:00
Robin Appelman
cc4aab14d7
don't unjail the path when getting the storage info
...
the original reason for adding it no longer exist.
This was added with #30985 since then the share source storage was also used, however this was changed with #32076
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-05-12 19:02:45 +00:00
Louis Chemineau
37a9a6246f
Add setting to ignore email during search
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-12 15:05:13 +02:00
Louis Chemineau
11bd644251
Use email settings in DAV search
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-12 15:05:10 +02:00
Louis Chemineau
55fda0b769
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-05-12 15:05:05 +02:00
Richard Steinmetz
8fcef8848a
Fix preview generator trying to recreate an existing folder
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-05-10 08:14:40 +00:00
Nextcloud bot
4b97259401
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-10 02:36:36 +00:00
Nextcloud bot
ba927cd185
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-09 02:29:04 +00:00
Nextcloud bot
14b9b6b60b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-08 02:29:01 +00:00
Nextcloud bot
414725145b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-06 02:28:49 +00:00
Joas Schilling
2232ff3eb1
Merge pull request #32241 from nextcloud/revert-32239-revert-32214-backport/32212/stable24
...
Revert "Revert "[stable24] Make the order of reactions reliable""
2022-05-05 18:57:15 +02:00
Nextcloud bot
e295f5a4a2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-05 02:28:40 +00:00
blizzz
ee28bf89ba
Merge pull request #32236 from nextcloud/backport/31758/stable24
...
[stable24] Use sabre function directly rather than duplicating it
2022-05-04 14:46:44 +02:00
Nextcloud bot
c14b3004ee
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-04 02:30:46 +00:00
Vitor Mattos
37a04e6a8b
Include more emoji chars to test and fixes after include it
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-05-03 12:58:05 -03:00
Nextcloud bot
10ea56bfe6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-03 02:29:02 +00:00
blizzz
f44f022483
Revert "Revert "[stable24] Make the order of reactions reliable""
2022-05-02 15:32:35 +02:00
blizzz
929c0f80e0
Merge pull request #32239 from nextcloud/revert-32214-backport/32212/stable24
...
Revert "[stable24] Make the order of reactions reliable"
2022-05-02 15:32:27 +02:00
Nextcloud bot
82dc13c3af
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-02 13:12:51 +00:00
blizzz
dde611b3ed
Revert "[stable24] Make the order of reactions reliable"
2022-05-02 14:46:24 +02:00
Côme Chilliet
03132f71c0
Trying without the use
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02 10:25:20 +02:00
Côme Chilliet
281751e264
Use sabre function directly rather than duplicating it
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02 10:25:08 +02:00
Joas Schilling
b806e1f009
Make the order of reactions reliable
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-28 17:43:22 +00:00
Joas Schilling
d1dc2a18ee
Fix translations with trailing colons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-26 11:41:15 +00:00
Robin Appelman
aae1769e60
Only need to setup root for groupfolders
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-25 17:39:29 +00:00