Nextcloud bot
60509b2fd6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-19 02:32:55 +00:00
Joas Schilling
ec9cdf2a43
Fix user agent trimming on installation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-16 13:11:40 +00:00
blizzz
876d93ccf1
Merge pull request #32324 from nextcloud/fix/noid/preview-duplicate-folder-creation-stable22
...
[stable22] Fix preview generator trying to recreate an existing folder
2022-05-16 12:48:30 +02:00
blizzz
758e3752c7
Merge pull request #32125 from nextcloud/backport/32074/stable22
...
[stable22] tell mysql to ignore the sort index for search queries
2022-05-16 12:47:17 +02:00
blizzz
16fd38439e
Merge pull request #31980 from nextcloud/backport/31826/stable22
...
[stable22] Log why the login token can't be used for credentials
2022-05-16 12:45:37 +02:00
Richard Steinmetz
d33f1ee168
Fix preview generator trying to recreate an existing folder
...
Backport of #32315
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-05-10 13:47:50 +02:00
Nextcloud bot
5059a47a4b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-10 02:36:54 +00:00
Nextcloud bot
35420d9ba9
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-09 02:29:21 +00:00
Nextcloud bot
09ed86a2ab
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-08 02:29:22 +00:00
Nextcloud bot
746d1a4b2b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-06 02:29:08 +00:00
Nextcloud bot
5bc5989b3d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-05 02:28:58 +00:00
Nextcloud bot
7720a20dea
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-04 02:31:04 +00:00
Nextcloud bot
55178db6cc
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-03 02:29:18 +00:00
Nextcloud bot
e780d7e075
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-02 13:13:26 +00:00
Nextcloud bot
1b8871c0d7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-30 02:27:51 +00:00
Nextcloud bot
1c204a2e28
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-29 02:28:53 +00:00
Simon L
35679d4780
Merge pull request #32161 from nextcloud/backport/32155/stable22
...
[stable22] Fx translations with trailing colon
2022-04-28 09:24:42 +02:00
Nextcloud bot
74f30ce3e6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-28 02:29:07 +00:00
Joas Schilling
83718ad18a
Fix translations with trailing colons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-26 11:51:50 +00:00
Kirill Popov
651b7b2141
Get not only time-sensitive next job from list but any
...
Before the change webcron used to select
**only** time-sensitive tasks.
Signed-off-by: Kirill Popov <kirill.s.popov@gmail.com>
2022-04-25 13:22:36 +00:00
Robin Appelman
0edce619c8
tell mysql to ignore the sort index for search queries
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-25 11:56:48 +00:00
Nextcloud bot
5f4ed0bf83
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-24 02:28:51 +00:00
Nextcloud bot
478b90cdfd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-23 02:28:14 +00:00
Nextcloud bot
2549dde049
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-22 02:29:17 +00:00
Nextcloud bot
c4442a1474
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-18 02:27:52 +00:00
blizzz
d455b2d21b
Merge pull request #31974 from nextcloud/backport/31878/stable22
...
[stable22] Fix incorrect if conditions in View
2022-04-14 22:01:27 +02:00
Christoph Wurst
2cb40d869f
Log why the login token can't be used for credentials
...
And always pass the exception object to the logger.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-04-14 18:44:14 +00:00
blizzz
75a4579cd7
Merge pull request #31819 from nextcloud/backport/31574/stable22
...
[stable22] use the nextcloud certificate bundle for s3
2022-04-14 14:38:17 +02:00
blizzz
01874d9a9d
Merge pull request #31747 from nextcloud/backport/31592/stable22
...
[stable22] Add direct arg to login flow
2022-04-14 14:31:49 +02:00
blizzz
a96a2ec55c
Merge pull request #31677 from nextcloud/backport/31658/stable22
...
[stable22] Limit the length of app password names
2022-04-14 14:15:08 +02:00
Côme Chilliet
8b1e16c4df
Fix incorrect if conditions in View
...
($something->getPermissions() && Constants::PERMISSION_READ) does not
make sense as PERMISSION_READ contant is 1 this will always evaluate to
true.
getPersmissions is returning an int which is a bitwise combination as
documented in the interface, so it should be used with bit operators.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-14 11:48:26 +00:00
Vincent Petry
b321a431aa
Add direct arg to login flow
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-Authored-by: Carl Schwan <carl@carlschwan.eu>
2022-04-14 13:02:29 +02:00
blizzz
bf2b6bb370
Merge pull request #31881 from nextcloud/backport/31877/stable22
...
[stable22] Do not decorate the CLI output if it's explicitly turned off
2022-04-14 13:01:19 +02:00
blizzz
379d0ca22b
Merge pull request #31837 from nextcloud/backport/31734/stable22
...
[stable22] dont re-query fileinfo when getting dav quota
2022-04-14 12:59:15 +02:00
blizzz
84cf872bb9
Merge pull request #31834 from nextcloud/backport/31816/stable22
...
[stable22] Deduplicate storage ids in list before reusing
2022-04-14 12:57:51 +02:00
blizzz
53f1f64d8e
Merge pull request #31830 from nextcloud/backport/31380/stable22
...
[stable22] Ignore errors when searching for bundled preview
2022-04-14 12:56:40 +02:00
Vincent Petry
a5a8bf7568
Merge pull request #31941 from nextcloud/backport/31907/stable22
...
[stable22] confirm user is internal to globalscale
2022-04-14 11:02:41 +02:00
Maxence Lange
7ce8459056
confirm user is internal to globalscale
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-04-12 12:22:08 +00:00
Robin Appelman
c11de1965f
fix shared mount roots not being returned from getSharesInFolder
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-11 08:54:08 +00:00
Christoph Wurst
9534931462
Do not decorate the CLI output if it's explicitly turned off
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-04-07 15:23:17 +00:00
Nextcloud bot
48e7daea2e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-07 02:27:55 +00:00
Nextcloud bot
02c21a8890
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-06 02:28:10 +00:00
Nextcloud bot
6117ad0a7a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-05 02:28:23 +00:00
Robin Appelman
8d369acf7c
dont re-query fileinfo when getting dav quota
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04 19:09:49 +00:00
Joas Schilling
4eff6b1c81
Deduplicate storage ids in list before reusing
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-04 17:17:38 +00:00
Côme Chilliet
eaff81c831
Ignore errors when searching for bundled preview
...
When an odt file is xml and not zip, it would throw a ValueError.
It will now just ignore this file and return null for the preview.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-04 15:02:19 +00:00
Robin Appelman
5725e38328
don't try to get custom certs for s3 primary storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04 10:14:09 +00:00
Robin Appelman
a13ae6b64f
return default bundle when there is an error getting the bundle
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04 10:14:08 +00:00
Robin Appelman
63dd72fda0
use the nextcloud certificate bundle for s3
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04 10:14:04 +00:00
szaimen
2473f11c0e
ran autoloaderchecker.sh
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-03-31 14:15:16 +02:00