aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* fix(db): Give dirty read exception a messageChristoph Wurst2024-02-151-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #43355 from nextcloud/feat/ocp-link-reference-providerAnupam Kumar2024-02-151-155/+4
|\ | | | | feat: Migrate LinkReferenceProvider to OCP
| * feat: Migrate LinkReferenceProvider to OCPAnupam Kumar2024-02-141-155/+4
| | | | | | | | | | | | | | | | | | This would be useful to eleminate the need for using this OC class when an app dev wants to implement a custom reference provider for the web client but wants to fall back on opengraph for mobile clients. Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* | Use the STT provider's exception message in the RuntimeException that will ↵Julien Veyssier2024-02-141-0/+1
|/ | | | | | be caught by upper contexts Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #43461 from nextcloud/fix/get-rid-of-getloggerF. E Noel Nfebe2024-02-149-54/+84
|\ | | | | chore: Migrate away from OC::$server->getLogger
| * chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-139-54/+84
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: replace `Account name` by `Login`John Molakvoæ2024-02-136-14/+14
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix: phpunitJohn Molakvoæ2024-02-131-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix: openapiJohn Molakvoæ2024-02-131-2/+3
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | feat: rename users to account or personVincent Petry2024-02-1316-36/+36
|/ | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add timezone getter to ITimeFactoryAnna Larch2024-02-131-0/+7
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #43542 from ↵Arthur Schiwon2024-02-131-1/+1
|\ | | | | | | | | nextcloud/fix/db/long-transaction-exception-message fix(db): Unify long transaction log/exception message
| * fix(db): Unify long transaction log/exception messageChristoph Wurst2024-02-131-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #39889 from nextcloud/cache-diJohn Molakvoæ2024-02-137-73/+127
|\ \
| * | use OCP\ServerRobin Appelman2024-02-122-2/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | also improe cache ci for shared cacheRobin Appelman2024-02-093-18/+24
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | improve di performance for cacheRobin Appelman2024-02-095-55/+101
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge branch 'master' into enh/speech-to-text-provider-with-useridAlexander Piskun2024-02-1367-1050/+2284
|\ \ \ | | |/ | |/|
| * | fix missing return statement, inline returnAndrey Borysenko2024-02-121-3/+2
| | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
| * | Merge pull request #43424 from ↵Maxence Lange2024-02-121-0/+4
| |\ \ | | | | | | | | | | | | | | | | nextcloud/enh/noid/debug-on-lazy-appconfig-loading enh(appconfig): debug logs on lazy loadConfig
| | * | use exception for cleaner TraceMaxence Lange2024-02-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| | * | debug lazy loadConfigMaxence Lange2024-02-071-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | Merge pull request #43370 from nextcloud/test-iappconfigMaxence Lange2024-02-121-10/+11
| |\ \ \ | | | | | | | | | | [IAppConfig] new tests
| | * | | fix phpdocMaxence Lange2024-02-121-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| | * | | redundant conditionMaxence Lange2024-02-071-4/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| | * | | fix getAllValues() to filter values based on prefixMaxence Lange2024-02-071-3/+8
| | |/ / | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | Merge pull request #42991 from nextcloud/lowToInfoGit'Fellow2024-02-101-1/+1
| |\ \ \ | | | | | | | | | | Lower failed movie preview generation logs to level info
| | * | | Lower failed movie preview to infoGit'Fellow2024-02-031-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | Fix typo in varGit'Fellow2024-02-091-1/+1
| | |_|/ | |/| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | only get the path for the users cached mount info when we use itRobin Appelman2024-02-092-15/+113
| | | | | | | | | | | | | | | | | | | | | | | | most of the time we shouldn't need it so we can save joining on the filecache Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-089-280/+45
| | | |
| * | | Merge pull request #43357 from nextcloud/enh/41253/fix-occ-upgradeSimon L2024-02-081-10/+49
| | | | | | | | | | | | fix(migration): Make naming constraint fail softer on updates
| * | | Merge pull request #43454 from nextcloud/fix/cleanup-cron-phpFerdinand Thiessen2024-02-082-0/+3
| |\ \ \ | | | | | | | | | | Cleanup cron.php method calls
| | * | | chore: Deprecate OC_App::loadApps and add missing return type in ServerCôme Chilliet2024-02-082-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-0810-94/+290
| |/ / / | | | | | | | | | | | | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
| * | | chore: Delete deprecated internal Job classesCôme Chilliet2024-02-083-210/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | chore: Migrate away from internal Job classesCôme Chilliet2024-02-086-70/+45
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(migration): Make naming constraint fail softer on updatesJoas Schilling2024-02-071-10/+49
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only on installation we want to break hard, so that all developers notice the bugs when installing the app on any database or CI, and can work on fixing their migrations before releasing a version incompatible with Postgres. In case of updates we might be running on production instances and the administrators being faced with the error would not know how to resolve it anyway. This can also happen with instances, that had the issue before the current update, so we don't want to make their life more complicated than needed. Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Merge pull request #43317 from nextcloud/fix/contacts-nameJohn Molakvoæ2024-02-071-2/+2
| |\ \
| | * | fix(ContactsStore): Sanitize user ID given to guest avatar routeFerdinand Thiessen2024-02-031-2/+2
| | |/ | | | | | | | | | | | | | | | | | | It is not allowed to use slashes within path parameters, so they would need to be encoded. But URL encoded slashes are not suported by Apache, so instead replace slash with space. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | Merge pull request #41015 from nextcloud/background-scan-catch-storage-errorRobin Appelman2024-02-071-23/+27
| |\ \ | | | | | | | | continue background scanning different storages if one fails
| | * \ Merge branch 'master' into background-scan-catch-storage-errorRobin Appelman2024-01-31299-3017/+8238
| | |\ \
| | * | | continue background scanning different storages if one failsRobin Appelman2023-10-201-23/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | Merge pull request #43361 from ↵Ferdinand Thiessen2024-02-066-0/+12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/add-missing-phpdoc-template-parameters chore: Add missing ArrayAccess template parameters
| | * | | | chore: Add missing ArrayAccess template parametersCôme Chilliet2024-02-066-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Merge pull request #43131 from ↵Christoph Wurst2024-02-061-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | nextcloud/fix/files/cache-wrapper-no-partial-cache-entry-formatting fix(files): Don't attempt to format a partial cache entry
| | * | | | fix(files): Don't attempt to format a partial cache entryChristoph Wurst2024-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | returns non lazy value while searching for lazyMaxence Lange2024-02-061-5/+8
| | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | Merge pull request #43275 from ↵Maxence Lange2024-02-051-6/+12
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/no-exception-on-missing-key-updatelazy-updatesensitie return false on AppConfigUnknownKeyException
| | * | | | | return false on AppConfigUnknownKeyExceptionMaxence Lange2024-02-011-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>