summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0916-28/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0834-62/+168
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38947 from ↵Johannes2023-07-072-2/+14
|\ | | | | | | | | 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-072-2/+14
| | | | | | | | | | 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-072-207/+456
|\ \ | | | | | | [stable27] use more efficient tag retrieval on DAV report request
| * | refactor: adjust to unexposed searchBySystemTagArthur Schiwon2023-07-072-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-062-6/+23
| | | | | | | | | | | | | | | | | | | | | | | | - 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-062-52/+60
| | | | | | | | | | | | 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-061-1/+3
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-061-22/+56
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0736-426/+1006
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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-06160-618/+1108
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39119 from nextcloud/artonge/backport/stable27/38905Louis2023-07-059-6/+45
|\ | | | | [stable27] Reduce load of files versions preview loading
| * Base versions' has-preview on mimetypeLouis Chemineau2023-07-032-26/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * Do not load preview if version tab is not activeLouis Chemineau2023-07-035-4/+33
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * Provide hasPreview in files_versions DAV APILouis Chemineau2023-07-035-3/+36
| | | | | | | | | | | | | | This allow to no request non existing previews I also set some properties to the img element to reduce preview loading to what the browser think is necessary Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0530-4/+94
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | add utility command for object store objectsRobin Appelman2023-07-047-0/+363
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0422-224/+452
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | wrap user status message input and buttons with native formMaksim Sukharev2023-07-033-54/+44
|/ | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> (cherry picked from commit bcb074a90d7b766723ba365866159d9bde858d4a)
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-036-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0226-10/+342
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-01146-170/+510
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Only render the menu if there are actions to showJulius Härtl2023-06-301-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-3018-2/+124
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2818-24/+360
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Catch SAB sync errors during upgradeChristoph Wurst2023-06-271-1/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #38970 from nextcloud/backport/38800/stable27Louis2023-06-271-16/+34
|\ | | | | [stable27] fix: Avoid failing to update the current version entry if there is none
| * Do not create a new version if previousNode has the same mtimeLouis Chemineau2023-06-261-2/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * fix: Add logging statement for cases when updating the version failsJulius Härtl2023-06-261-8/+29
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Handle previousNode size === 0 on version creationLouis Chemineau2023-06-261-20/+10
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * fix: Avoid failing to update the current version entry if there is noneJulius Härtl2023-06-261-5/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2744-258/+856
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2618-210/+462
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2510-6/+174
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Move deprecation warnings to debugSimon L2023-06-243-6/+6
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2486-278/+902
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-22142-1692/+1732
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* add bruteforce protection in OauthApiControllerJulien Veyssier2023-06-212-5/+23
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2114-6/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>