summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #39426 from nextcloud/release/25.0.9_rc2v25.0.9rc2Arthur Schiwon2023-07-171-2/+2
|\ | | | | 25.0.9 RC2
| * 25.0.9 RC2Arthur Schiwon2023-07-171-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #39419 from nextcloud/backport/39416/stable25Joas Schilling2023-07-171-0/+1
|\ \ | |/ |/| [stable25] fix(core): Add password confirmation requirement for getapppassword
| * fix(core): Add password confirmation requirement for getapppasswordJoas Schilling2023-07-171-0/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1738-20/+104
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1642-80/+82
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1572-46/+422
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39394 from nextcloud/backport/39380/stable25Arthur Schiwon2023-07-141-2/+2
|\ | | | | [stable25] fix(db): no hardcoded table prefix is expected
| * fix(db): no hardcoded table prefix is expectedArthur Schiwon2023-07-141-2/+2
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-14350-1854/+2050
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39353 from nextcloud/tests/noid/psalm-baselineArthur Schiwon2023-07-131-0/+6
|\ | | | | [stable25] test(psalm): ignore known reports
| * test(psalm): ignore known reportsArthur Schiwon2023-07-131-0/+6
| | | | | | | | | | | | | | | | - this is code we also have in master, but raises flags here due to "race conditions" in merging and backporting competing with enabling psalm reacting on those types. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #39279 from nextcloud/release/25.0.9_rc1v25.0.9rc1Arthur Schiwon2023-07-131-2/+2
|\ \ | | | | | | 25.0.9 RC1
| * | 25.0.9 RC1Arthur Schiwon2023-07-101-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #39356 from nextcloud/backport/39323/39323-stable25Andy Scherzinger2023-07-131-0/+6
|\ \ \ | | | | | | | | [stable25] getStorage before remove
| * | | getStorage before removeMaxence Lange2023-07-131-0/+6
|/ / / | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #36601 from nextcloud/backport/35743/stable25Arthur Schiwon2023-07-138-715/+1722
|\ \ \ | | | | | | | | [stable25] Include more information in iMIP email and show diff information on updating an event
| * | | Use recurrence instance to build iMip emailAnna Larch2023-07-118-715/+1722
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of the main VEVENT of a repeating event Fixes part of https://github.com/nextcloud/calendar/issues/3919 Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #39346 from nextcloud/ci/sign-drone-stable25Andy Scherzinger2023-07-131-0/+4
|\ \ \ \ | |_|_|/ |/| | | [stable25] chore(CI): Sign .drone.yml file
| * | | chore(CI): Sign .drone.yml fileJoas Schilling2023-07-131-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #39220 from ↵Arthur Schiwon2023-07-131-146/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/automated/noid/stable25-update-psalm-baseline [stable25] Update psalm-baseline.xml
| * | | Update psalm baselinenextcloud-command2023-07-131-146/+1
|/ / / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1350-262/+468
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #39259 from nextcloud/backports/39146/stable25Arthur Schiwon2023-07-123-3/+9
|\ \ \ | | | | | | | | [stable25] fix(files_sharing): hide download permission for circle shares
| * | | style(php): satisfy style checkerArthur Schiwon2023-07-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix(files_sharing): hide download permission for circle sharesRichard Steinmetz2023-07-103-3/+9
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #39061 from nextcloud/backport/31790/stable25Arthur Schiwon2023-07-122-4/+14
|\ \ \ \ | | | | | | | | | | [stable25] Fix creating events with old (< unix time) lastoccurence
| * | | | style(caldav): improve getDenormalizedData methodThomas Citharel2023-06-291-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-06-292-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #20804 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-12224-3084/+2876
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #39294 from nextcloud/backport/39248/stable25Arthur Schiwon2023-07-121-2/+42
|\ \ \ \ \ | | | | | | | | | | | | [stable25] 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 #39101 from nextcloud/backport/39093/stable25Arthur Schiwon2023-07-121-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable25] Silent `imagecreatefromstring()` errors
| * | | | | | Silent imagecreatefromstring() errorsGit'Fellow2023-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | Merge pull request #38982 from nextcloud/automated/noid/stable25-fix-npm-auditSimon L2023-07-113-533/+504
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable25] Fix npm audit
| * | | | | | | chore(deps): fix npm auditnextcloud-command2023-07-113-533/+504
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | Merge pull request #39233 from nextcloud/backport/39202/stable25Arthur Schiwon2023-07-119-277/+579
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | [stable25] use more efficient tag retrieval on DAV report request
| * | | | | | fix: PHP 7.4 compatibilityArthur Schiwon2023-07-104-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | 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-071-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | refactor: save unnecessary method_existsArthur Schiwon2023-07-071-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: use array_unitersect against objectsArthur Schiwon2023-07-071-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: obey offset and limit for results from favs and circlesArthur Schiwon2023-07-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: cominbation of small fixesArthur Schiwon2023-07-073-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-076-97/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: search with more than one search tagsArthur Schiwon2023-07-072-152/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: no search when LazyFolder was providedArthur Schiwon2023-07-071-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | chore: cleanup unused codeArthur Schiwon2023-07-071-43/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: ensure searchBySystemTag() is availableArthur Schiwon2023-07-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix: favorites view and universal search against tagsArthur Schiwon2023-07-072-18/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>