Commit graph

28499 commits

Author SHA1 Message Date
Jamie McClelland
1bc8feb332 ensure outerquery ->where() function doesn't clobber earier ->andWhere()
Signed-off-by: Jamie McClelland <jm@mayfirst.org>
2023-08-10 07:52:04 +00:00
Jamie McClelland
4f898b9b36 optimize calendar search query
see https://github.com/nextcloud/calendar/issues/4758

Signed-off-by: Jamie McClelland <jm@mayfirst.org>
2023-08-10 07:52:04 +00:00
Nextcloud bot
8d4f1c004c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-10 00:27:12 +00:00
Nextcloud bot
1397af2272
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-09 00:51:03 +00:00
Nextcloud bot
4f5459b697
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-08 00:29:49 +00:00
Nextcloud bot
826f26a4cc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-07 00:30:43 +00:00
Nextcloud bot
6158d2b908
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-06 00:25:43 +00:00
Nextcloud bot
e4260cd855
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-05 00:29:59 +00:00
Nextcloud bot
be33173841
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-04 00:30:35 +00:00
Nextcloud bot
51a400e9e5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-03 00:28:58 +00:00
Pytal
177a13ab46
Merge pull request #39666 from nextcloud/backport/39649/stable26 2023-08-02 11:08:52 -07:00
Max
e9c9fb4bd3 fix(dav): use quota of destination in s3 chunk upload
Resolves: #39228.
Check the free space on the destination.

Before it was checking the free space on `$storage`
which is the upload storage of the user who triggered the upload.
This led to user quota being applied
even when uploading to a share with unlimited space.

Signed-off-by: Max <max@nextcloud.com>
2023-08-02 12:10:57 +00:00
Julien Veyssier
c908faa3c5
Merge pull request #39664 from nextcloud/backport/39527/stable26
[stable26] only show weather credits if the app is enabled and the weather statu…
2023-08-02 10:14:50 +02:00
F. E Noel Nfebe
6044aa5066
Merge pull request #39659 from nextcloud/backport/39614/stable26
[stable26] [27] fix share roots always being marked as writable
2023-08-02 08:48:25 +01:00
Nextcloud bot
d69daf91e2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-02 00:53:48 +00:00
Christopher Ng
4af1b98fd6 fix(files_sharing): String translations
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
(cherry picked from commit 8a51d64b09)
2023-08-01 10:02:10 -07:00
Arthur Schiwon
778372a46f
only show weather credits if the app is enabled and the weather status is enabled
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-08-01 18:10:14 +02:00
Robin Appelman
c71acc65c2 fix share roots always being marked as writable
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-08-01 15:02:34 +00:00
Nextcloud bot
c3d4ade3d2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-01 00:30:01 +00:00
Nextcloud bot
0e627fde66
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-31 00:30:20 +00:00
Nextcloud bot
a070f57bc9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-30 00:25:37 +00:00
Nextcloud bot
04d01566e6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-29 00:32:29 +00:00
Alexander Piskun
0ce67e9091
Merge pull request #39600 from nextcloud/backport/39537/stable26
[stable26] `/ocs/v1.php/cloud/groups` `UPDATE` method - correct status when group not found
2023-07-28 20:42:11 +03:00
Nextcloud bot
1313984616
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-28 00:31:09 +00:00
Alexander Piskun
4943a4668a to return correct code when group not found
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2023-07-27 18:17:32 +00:00
Matthieu Gallien
81d8d324e1
Merge pull request #39510 from nextcloud/backport/39221/stable26
[stable26] Bugfix/bulk upload empty files
2023-07-27 16:36:08 +02:00
Nextcloud bot
017534d701
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-27 00:26:15 +00:00
Nextcloud bot
66348c93f9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-26 00:57:41 +00:00
Nextcloud bot
9e0e815d28
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-25 00:25:47 +00:00
F. E Noel Nfebe
3c3befe6ab
Merge pull request #39523 from nextcloud/backport/add-instance-category
[stable26] Add instance category while checking new updates
2023-07-24 23:47:25 +01:00
Matthieu Gallien
4850828839 when reading an empty file getting EOF is not an error
will allow uploading empty files via bulk upload

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-07-24 13:29:33 +02:00
Julius Härtl
57b0bf316f
Merge pull request #39459 from nextcloud/backport/26/objectstore-without-multipart 2023-07-24 08:28:21 +02:00
Nextcloud bot
9fa1b73b20
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-24 00:25:49 +00:00
Daniel Kesselberg
f537c7b5c6 fix: check that object store backend supports multi part uploads
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-07-23 16:06:55 +02:00
Nextcloud bot
f52145f775
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-23 00:28:20 +00:00
Nextcloud bot
23dbebd83b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-22 00:31:46 +00:00
Benjamin Gaussorgues
25ba08b1d3
Add instance category while checking new updates
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-07-21 12:06:49 +02:00
Nextcloud bot
ff3442d917
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-21 00:24:41 +00:00
Nextcloud bot
7b4ed65fb0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-20 00:26:32 +00:00
Nextcloud bot
3bd17387a6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-19 00:26:51 +00:00
Nextcloud bot
2270c78e75
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-18 00:24:22 +00:00
Julius Härtl
0cd3950171
Merge pull request #39397 from nextcloud/backport/39396/stable26 2023-07-17 11:24:57 +02:00
Nextcloud bot
d0705c9367
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-17 00:25:51 +00:00
Nextcloud bot
200d94b751
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-16 00:25:22 +00:00
Nextcloud bot
244576eec2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-15 00:27:24 +00:00
Julius Härtl
32c0472672
feat: Add public event for missing indices
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-07-14 16:30:36 +02:00
Nextcloud bot
2b281a8d60
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-14 00:30:17 +00:00
Andy Scherzinger
ec0e9dd458
Merge pull request #39355 from nextcloud/backport/39323/39323-stable26
[stable26] getStorage before remove
2023-07-13 14:17:52 +02:00
Maxence Lange
bb189784f2 getStorage before remove
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-07-13 10:31:46 -01:00
Arthur Schiwon
4f2b35f935
Merge pull request #39060 from nextcloud/backport/31790/stable26
[stable26] Fix creating events with old (< unix time) lastoccurence
2023-07-13 13:31:36 +02:00