summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1344-240/+446
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38991 from nextcloud/backport/38665/stable27Arthur Schiwon2023-07-121-2/+3
|\ | | | | [stable27] fix(weather_status): Pass address as param to OSM API
| * fix(weather_status): Pass address as paramFerdinand Thiessen2023-07-121-2/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #38919 from nextcloud/backport/38639/stable27Arthur Schiwon2023-07-124-6/+139
|\ \ | | | | | | [stable27] pruneOutdatedSyncTokens deletes all entries
| * | fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-112-2/+6
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | Issue #36644: Test casesChristof Arnosti2023-06-212-2/+113
| | | | | | | | | | | | Signed-off-by: Christof Arnosti <charno@charno.ch>
| * | Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-06-212-4/+22
| | | | | | | | | | | | | | | | | | | | | pruneOutdatedSyncTokens accidentally deletes all entries of the calendarchanges table instead of leaving $limit elements in the table Signed-off-by: Christof Arnosti <charno@charno.ch>
* | | Merge pull request #39333 from nextcloud/backport/38950/stable27Arthur Schiwon2023-07-122-3/+17
|\ \ \ | |_|/ |/| | [stable27] fix(files): sanitize name and ext display
| * | fix(files): sanitize name and ext displayJohn Molakvoæ2023-07-122-3/+17
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Show loading icon when loading tagsChristopher Ng2023-07-111-19/+29
| | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Reset show tags on closeChristopher Ng2023-07-111-0/+1
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-12220-3080/+2870
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #39292 from nextcloud/backport/39248/stable27Arthur Schiwon2023-07-121-2/+42
|\ \ | | | | | | [stable27] preload custom properties when propfinding folders
| * | preload custom properties when propfinding foldersRobin Appelman2023-07-101-2/+42
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #38572 from nextcloud/backport/38301/stable27Arthur Schiwon2023-07-122-0/+46
|\ \ \ | | | | | | | | [stable27] fix(caldav): Ignore invalid events for reminder generation
| * | | fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-07-102-0/+46
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #38475 from nextcloud/backport/38454/stable27Arthur Schiwon2023-07-121-1/+1
|\ \ \ \ | | | | | | | | | | [stable27] fix(carddav): Make system contact phone number RFC compliant
| * | | | fix(carddav): Make system contact phone number RFC compliantgreta2023-07-101-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: greta <gretadoci@gmail.com>
* | | | Merge pull request #39301 from nextcloud/fix/legacy-navigate-paramJohn Molakvoæ2023-07-111-0/+13
|\ \ \ \
| * | | | fix(files): fix legacy router query changeJohn Molakvoæ2023-07-111-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | display displayname on federated sharesMaxence Lange2023-07-115-27/+178
|/ / / / | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1116-8/+76
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39265 from nextcloud/artonge/backport/stable27/39165Louis2023-07-102-6/+14
|\ \ \ \ | |_|/ / |/| | | [stable27] Enable all files_versions features when groupfolders is enabled
| * | | Enable all files versions features when groupfolders is enabledLouis Chemineau2023-07-102-6/+14
| |/ / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #39261 from nextcloud/backports/39146/stable27Arthur Schiwon2023-07-101-0/+6
|\ \ \ | | | | | | | | [stable27] fix(files_sharing): hide download permission for circle shares
| * | | fix(files_sharing): hide download permission for circle sharesRichard Steinmetz2023-07-101-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | 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 #38968 from nextcloud/backport/38747/stable27Arthur Schiwon2023-07-101-2/+13
|\ \ \ \ | | | | | | | | | | [stable27] perf: skip request without write permission
| * | | | perf: skip request without write permissionDaniel Kesselberg2023-07-041-2/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | 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-1028-26/+194
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | 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>