aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-154-54/+54
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38490 from nextcloud/log-dispatch-eventRobin Appelman2023-06-146-1/+114
|\ \ | | | | | | emit an event when a message is logged
| * | emit an event when a message is loggedRobin Appelman2023-06-136-1/+114
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-144-2/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38745 from nextcloud/feature/ocs-xml-stdclassKate2023-06-131-0/+4
|\ \ | | | | | | Allow stdClass in XML responses
| * | Allow stdClass in XML responsesjld31032023-06-131-0/+4
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Fix deprecated method callDominik Fuchß2023-06-131-1/+2
| | | | | | | | | | | | Signed-off-by: Dominik Fuchß <develop@fuchss.org>
* | | Changes after code review.Dominik Fuchß2023-06-131-2/+7
| | | | | | | | | | | | Signed-off-by: Dominik Fuchß <develop@fuchss.org>
* | | Add config variable for curl timeoutDominik Fuchß2023-06-131-2/+6
|/ / | | | | | | | | | | Add the config variable for curl calls ("remote_curl_timeout"). E.g., needed for nextcloud federation. Signed-off-by: Dominik Fuchß <develop@fuchss.org>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-134-12/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38642 from ↵Simon L2023-06-121-18/+1
|\ \ | | | | | | | | | | | | nextcloud/chore/appframework/drop-emptycontentsecuritypolicy-allowinlinescript chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy::allowInlineScript
| * | chore(appframework)!: Drop ↵Christoph Wurst2023-06-121-18/+1
| | | | | | | | | | | | | | | | | | \OCP\AppFramework\Http\EmptyContentSecurityPolicy::allowInlineScript Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #38591 from nextcloud/fix/caching/avoid-haskey-getSimon L2023-06-121-2/+3
|\ \ \ | | | | | | | | fix(caching): Avoid checking existence before fetching
| * | | 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>
* | | | Merge pull request #38735 from ↵Simon L2023-06-121-0/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/enh/noid/update-disabled-updater-wording allow to specify upgrade.cli-upgrade-link in order to link to the correct documentation
| * | | allow to specify upgrade.cli-upgrade-link in order to link to the correct ↵Simon L2023-06-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | documentation Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Merge pull request #38725 from nextcloud/dropMetaRobotsSimon L2023-06-121-1/+0
|\ \ \ \ | |_|/ / |/| | | Drop meta robots header
| * | | Drop meta robots tagGit'Fellow2023-06-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Revert mistake Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | 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>