aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-121-2/+3
| | | | | | | | The cache might expire between checking for key existence and fetching the value. In this rare case the code continues with a null value when it doesn't expect one. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-122-18/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-114-8/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38226 from nextcloud/file-object-utilsRobin Appelman2023-06-091-1/+5
|\ | | | | add utility command for object store objects
| * add utility command for object store objectsRobin Appelman2023-06-091-1/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | avoid requests to opengraph image if no host detectedJulien Veyssier2023-06-091-16/+21
|/ | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-082-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(apache): Serve `mjs` (module javascript) as static filesFerdinand Thiessen2023-06-071-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* encrypt oauth2 client secretsJulien Veyssier2023-06-071-2/+0
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* shorten oauth2 client names before resizing the columnJulien Veyssier2023-06-061-0/+21
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* drop the oauth2_clients trusted column, delete unsupported clients and their ↵Julien Veyssier2023-06-061-0/+34
| | | | | | access tokens Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* chore: Drop dead private methods in /libChristoph Wurst2023-06-064-43/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-containerJulius Härtl2023-06-061-2/+4
|\
| * fix: Throw early when a service cannot be found in the app containerJulius Härtl2023-05-161-2/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-062-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38478 from nextcloud/backport/38440/masterSimon L2023-06-051-2/+2
|\ \ | | | | | | [master] fix: Catch Deadlock properly as execute throws Doctrine exceptions not our wrapped ones
| * | fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #38524 from nextcloud/chore/app/clear-unused-cache-keyArthur Schiwon2023-06-051-2/+0
|\ \ \ | | | | | | | | chore(app): Do not clear unused cache key
| * | | chore(app): Do not clear unused cache keyChristoph Wurst2023-05-301-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Refactors "strpos" calls in lib/public to improve code readability.Faraz Samapoor2023-06-052-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-052-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-037-21/+102
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-032-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | chore: remove check for suhosin.executor.func.blacklistDaniel Kesselberg2023-06-021-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suhosin is/was a PHP extension. The last release was 2015-05-21. Suhosin does not support PHP 8. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #38593 from nextcloud/chore/ocp/drop-util-linktopublicChristoph Wurst2023-06-021-15/+0
|\ \ \ \ | | | | | | | | | | chore(ocp)!: Drop \OCP\Util::linkToPublic
| * | | | chore(ocp)!: Drop \OCP\Util::linkToPublicChristoph Wurst2023-06-011-15/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #38545 from ↵Joas Schilling2023-06-021-2/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/symfony/event-dispatcher-upgrade-preparation fix(dispatcher): Migrate to OCP event dispatcher before symfony/event…
| * | | | | fix(dispatcher): Migrate to OCP event dispatcher before ↵Joas Schilling2023-06-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | symfony/event-dispatcher upgrade Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #38585 from ↵Christoph Wurst2023-06-022-13/+30
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/feature/ocp/send-message-with-subject-body feat(ocp): Allow sending emails with subject and body
| * | | | | feat(ocp): Allow sending emails with subject and bodyChristoph Wurst2023-06-012-13/+30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-0165-112/+108
|\ \ \ \ \ \ | | | | | | | | | | | | | | Refactors "strpos" calls in lib/private to improve code readability.
| * | | | | | Update TemplateLayout.phpFaraz Samapoor2023-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/nextcloud/server/pull/38261#discussion_r1196711637 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | | Update Detection.phpFaraz Samapoor2023-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The latter implies the former. https://github.com/nextcloud/server/pull/38261#discussion_r1196708412 Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | | | | | Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-1565-112/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com>
* | | | | | | Merge pull request #38568 from rawtaz/fix-redis-empty-passwordRobin Appelman2023-06-011-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | redis: Do not try to authenticate with non-string password/user
| * | | | | | redis: Do not try to authenticate with non-string password/userLeo R. Lundgren2023-06-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Leo R. Lundgren <leo@finalresort.org>
* | | | | | | fix(ocp): Mark IMessage::attachInline as @since 27Christoph Wurst2023-06-011-1/+1
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | chore: Drop \OC_App::getSettingsNavigationChristoph Wurst2023-06-011-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | chore: Drop \OC_App::getNavigationChristoph Wurst2023-06-011-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-013-20/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-013-21/+11
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #38514 from ↵Joas Schilling2023-05-311-2/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bump/giggsey/libphonenumber-for-php_to_lite-version chore(libphonenumber): Bump giggsey/libphonenumber-for-php to giggsey…
| * | | | | fix(CI): Satisfy psalm by removing a now obsolete type checkJoas Schilling2023-05-311-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #38552 from nextcloud/chore/drop-oc-defaults-getlogoclaimJoas Schilling2023-05-311-9/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | chore!: Drop \OC_Defaults::getLogoClaim
| * | | | | | chore!: Drop \OC_Defaults::getLogoClaimChristoph Wurst2023-05-311-9/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #38551 from nextcloud/chore/drop-oc-app-isenabledJoas Schilling2023-05-311-13/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | chore!: Drop \OC_App::isEnabled
| * | | | | | chore!: Drop \OC_App::isEnabledChristoph Wurst2023-05-311-13/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #38468 from nextcloud/log-cert-list-errorsRobin Appelman2023-05-311-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | | log failures to read certificates during listing
| * | | | | log failures to read certificates during listingRobin Appelman2023-05-311-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | fix(docs): Fix language and copy-paste class name in docs of CSPJoas Schilling2023-05-303-4/+4
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>