aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(systemtags): Move index creation from new migration to existing original ↵Marcel Klehr2023-07-102-53/+1
| | | | | | migration Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(systemtags): Add missing systemtags indexMarcel Klehr2023-07-103-0/+72
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Merge pull request #39267 from nextcloud/backport/39170/stable27Arthur Schiwon2023-07-105-0/+187
|\ | | | | [stable27] add command do delete orphan shares
| * add command do delete orphan sharesRobin Appelman2023-07-105-0/+187
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #39099 from nextcloud/backport/39093/stable27Arthur Schiwon2023-07-101-1/+1
|\ \ | | | | | | [stable27] Silent `imagecreatefromstring()` errors
| * | Silent imagecreatefromstring() errorsGit'Fellow2023-07-011-1/+1
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Merge pull request #38968 from nextcloud/backport/38747/stable27Arthur Schiwon2023-07-105-3/+131
|\ \ \ | | | | | | | | [stable27] perf: skip request without write permission
| * | | perf: skip request without write permissionDaniel Kesselberg2023-07-045-3/+131
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #38953 from nextcloud/backport/38917/stable27Arthur Schiwon2023-07-102-1/+15
|\ \ \ \ | | | | | | | | | | [stable27] fix(l10n): Fix plural issue with different locale and language
| * | | | fix(l10n): Fix plural issue with different locale and languageJoas Schilling2023-06-272-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to use the language code here instead of the locale, because Symfony does not distinguish between the two and would otherwise e.g. with locale "Czech" and language "German" try to pick a non-existing plural rule, because Czech has 4 plural forms and German only 2. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #38792 from nextcloud/backport/38777/stable27Arthur Schiwon2023-07-101-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable27] fix(carddav): Make SystemAddressBook::__construct $groupManager argument nullable
| * | | | | fix(carddav): Make SystemAddressBook::__construct $groupManager argument ↵Christoph Wurst2023-06-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nullable Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #38659 from nextcloud/backport/38649/stable27Arthur Schiwon2023-07-101-2/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | [stable27] fix(caldav): Close DB cursor in reminder index background job
| * | | | | fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #39147 from nextcloud/backport/38794/stable27Louis2023-07-101-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable27] Enable version features again with S3 versioning
| * | | | | | Enable version features again with S3 versioningBenjamin Somers2023-07-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Somers <bsomers@resel.fr>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1032-28/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0918-28/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0838-92/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #38947 from ↵Johannes2023-07-074-5/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/contacts/3404/put-location-in-proper-place-stable27 [stable27] Manuel backport: fix(sab): put location in proper address field
| * | | | | | | fix(sab): put location in proper address fieldJohannes Merkel2023-07-074-5/+17
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | Merge pull request #39202 from nextcloud/backport/37969/stable27Arthur Schiwon2023-07-079-243/+526
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable27] use more efficient tag retrieval on DAV report request
| * | | | | | | refactor: adjust to unexposed searchBySystemTagArthur Schiwon2023-07-074-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - in this backport we have to drop the breaking addition in \OCP\Files\Folder - this requires adjustments in check for the existance of the method but also in testing - another change in \OCP\SystemTag\ISystemTagManager can be applied as this interface is not implemented elsewhere Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | fix: cannot apply limit+offset on multi-tag-searchArthur Schiwon2023-07-061-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | refactor: save unnecessary method_existsArthur Schiwon2023-07-061-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | fix: use array_unitersect against objectsArthur Schiwon2023-07-061-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | fix: obey offset and limit for results from favs and circlesArthur Schiwon2023-07-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | fix: cominbation of small fixesArthur Schiwon2023-07-063-8/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - possible null return - parameter name mismatch in implementation - incomplete unit test Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | fix: include invisible tags for adminsArthur Schiwon2023-07-066-97/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | fix: search with more than one search tagsArthur Schiwon2023-07-062-114/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | fix: no search when LazyFolder was providedArthur Schiwon2023-07-061-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | chore: cleanup unused codeArthur Schiwon2023-07-061-43/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | fix: ensure searchBySystemTag() is availableArthur Schiwon2023-07-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | fix: favorites view and universal search against tagsArthur Schiwon2023-07-062-18/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-07-062-20/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-064-39/+84
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - uses DAV search approach against valid files joined by systemtag selector - reduced table join for tag/systemtag search - supports pagination - no changes to the output formats or similar Example request body: <?xml version="1.0"?> <oc:filter-files xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns" xmlns:ocs="http://open-collaboration-services.org/ns"> <d:prop> <d:getcontentlength/> <d:getcontenttype/> <d:getetag/> <d:getlastmodified/> <d:resourcetype/> <nc:face-detections/> <nc:file-metadata-size/> <nc:has-preview/> <nc:realpath/> <oc:favorite/> <oc:fileid/> <oc:permissions/> <nc:nbItems/> </d:prop> <oc:filter-rules> <oc:systemtag>32</oc:systemtag> </oc:filter-rules> <d:limit> <d:nresults>50</d:nresults> <nc:firstresult>0</nc:firstresult> </d:limit> </oc:filter-files> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #39205 from nextcloud/backport/39203/stable27John Molakvoæ2023-07-071-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix(cypress): revert only toggleJohn Molakvoæ2023-07-061-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0736-426/+1006
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #38716 from nextcloud/backport/38715/stable27Pytal2023-07-064-11/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | chore(deps): Bump @nextcloud/vue from 7.11.6 to 7.12.0Christopher Ng2023-07-064-11/+11
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 21382099d015cacb0f409b7325052e867ebdff38)
* | | | | | Merge pull request #39151 from nextcloud/backport/39115/stable27Arthur Schiwon2023-07-061-13/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable27] fix(sse): don't update uncached files
| * | | | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | Merge pull request #39193 from ↵Arthur Schiwon2023-07-061-4/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/stable27/tag-search-short-circuit-master [stable27] fix(TagSearchProvider): Short circuit if no tag matches the query
| * | | | | | | Fix psalm errorMarcel Klehr2023-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | | fix(TagSearchProvider): Short circuit if no tag matches the queryMarcel Klehr2023-07-061-4/+6
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-06166-624/+1116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #39157 from nextcloud/backport/39043/stable27Christoph Wurst2023-07-051-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable27] fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
| * | | | | | | fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-07-051-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #39119 from nextcloud/artonge/backport/stable27/38905Louis2023-07-0513-12/+51
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable27] Reduce load of files versions preview loading