aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* chore: update autoloaderbackport/47801/stable30Anupam Kumar2024-09-062-0/+2
| | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* fix(TaskProcessing): increase error_message column lengthAnupam Kumar2024-09-061-2/+3
| | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0614-2/+450
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Migrate existing bg jobs to use sha256Louis Chemineau2024-09-052-0/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix: Use sha256 to hash arguments of background jobsLouis Chemineau2024-09-051-5/+4
| | | | | | This is to prevent collision as we are sometime hashing user input, yet using that hash to target the background job in the database. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #47484 from nextcloud/backport/46013/stable30Arthur Schiwon2024-09-051-0/+25
|\ | | | | [stable30] fix: write object to the correct urn when moving from another storage to object store
| * fix: write object to the correct urn when moving from another storage to ↵Robin Appelman2024-09-041-0/+25
| | | | | | | | | | | | object store Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix(appstore): Cache apps.json also on dev instancesMarcel Müller2024-09-051-8/+9
| | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-05138-0/+144
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Create non-existent parents of mountpointsprovokateurin2024-09-041-0/+9
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #47728 from nextcloud/backport/47155/stable30Andy Scherzinger2024-09-041-37/+16
|\ | | | | [stable30] fix(jobs): Switch to executeStatement() while deleting rows
| * fix: lintGit'Fellow2024-09-041-1/+1
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * fix(jobs): Swicth to executeStatement() while deleting rowsGit'Fellow2024-09-041-37/+16
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Merge pull request #47726 from nextcloud/backport/47285/stable30Andy Scherzinger2024-09-041-1/+2
|\ \ | | | | | | [stable30] fix: Do not throw if appstore is unavailable during upgrade
| * | fix: Do not throw if appstore is unavailable during upgradeJulius Härtl2024-09-041-1/+2
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / chore: Improve isEncrypted descriptionLouis Chemineau2024-09-041-1/+3
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-048-2/+54
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(linkReferenceProvider): better size checkJulien Veyssier2024-09-031-5/+15
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix: Do not fail to get internal path on NonExistingFile/NonExistingFolderJulius Härtl2024-09-032-0/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-022-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-014-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-312-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-30158-430/+632
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47626 from nextcloud/backport/47546/stable30John Molakvoæ2024-08-301-3/+3
|\
| * fix: Adjust filename validation messagesFerdinand Thiessen2024-08-301-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #47621 from nextcloud/backport/47567/stable30John Molakvoæ2024-08-301-1/+1
|\ \ | |/ |/|
| * fix(config): Avoid error messages for restricted opcache APIJosh2024-08-301-1/+1
| | | | | | | | | | | | | | Make changes recently added via #44230 match #8188 to avoid failures in restricted hosting environments. Fixes #47562 Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Revert "fix(TaskProcessing): Use OCP\Server::get instead of copying methods"Marcel Klehr2024-08-301-5/+45
| | | | | | | | | | | | This reverts commit d624c8da8f0dc2eaf18d416aa15db0a2035de398. Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | fix(TextProcessing): Don't run taskProcessing if task type is not availableMarcel Klehr2024-08-301-1/+1
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | fix(SpeechToTextManager): Throw TaskProcessing Task failedMarcel Klehr2024-08-301-13/+15
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | fix(TaskProcessing): Use OCP\Server::get instead of copying methodsMarcel Klehr2024-08-301-45/+5
| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | feat(speech-to-text): SpeechToTextManager::transcribeFile calls ↵Julien Veyssier2024-08-305-9/+61
| | | | | | | | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | feat(textprocessing): TextProcessingManager::runTask calls ↵Julien Veyssier2024-08-302-3/+84
|/ | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(DB): do not assume sharding is always enabledArthur Schiwon2024-08-291-13/+19
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(DB): set sharding parameters only when intendedArthur Schiwon2024-08-291-5/+10
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* feat(templates): add support for checkboxes in template fillerElizabeth Danzberger2024-08-296-20/+150
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-294-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47528 from nextcloud/backport/47510/stable30Andy Scherzinger2024-08-291-2/+29
|\ | | | | [stable30] fix(db): Increase log level for very slow transactions
| * fix(db): Increase log level for very slow transactionsChristoph Wurst2024-08-271-2/+29
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #47588 from nextcloud/backport/47515/stable30Andy Scherzinger2024-08-281-13/+21
|\ \ | | | | | | [stable30] fix(migration): Correctly sort migrations by version number
| * | fix(migration): Correctly sort migrations by version numberJoas Schilling2024-08-281-13/+21
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix: Also validate parent path in `verifyPath`Ferdinand Thiessen2024-08-282-3/+17
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+12
| | | | | | | | | | | | | | | | | | Needed to read files with the "Windows compatibility" feature. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-5/+8
|/ / | | | | | | | | | | | | Renaming is basically copy + delete (a move), so no need to update permissions. Especially if the node is in a invalid directory the node should be moveable but not editable. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: Backport to 30Louis Chemineau2024-08-281-0/+10
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | chore: Apply php:cs recommendationsLouis Chemineau2024-08-289-39/+39
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> [skip ci]
* | fix: mark systemconfig value as not being tainted because they are ↵Robin Appelman2024-08-281-1/+19
| | | | | | | | | | | | implicitly trusted Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-285-12/+74
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: fix share cleanup for deleted groups with shardingRobin Appelman2024-08-281-10/+18
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: run mimetype repair query across all shardsRobin Appelman2024-08-281-0/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>