aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-122-18/+20
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-114-8/+10
* Merge pull request #38226 from nextcloud/file-object-utilsRobin Appelman2023-06-091-1/+5
|\
| * add utility command for object store objectsRobin Appelman2023-06-091-1/+5
* | avoid requests to opengraph image if no host detectedJulien Veyssier2023-06-091-16/+21
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-082-2/+2
* fix(apache): Serve `mjs` (module javascript) as static filesFerdinand Thiessen2023-06-071-1/+1
* encrypt oauth2 client secretsJulien Veyssier2023-06-071-2/+0
* shorten oauth2 client names before resizing the columnJulien Veyssier2023-06-061-0/+21
* drop the oauth2_clients trusted column, delete unsupported clients and their ...Julien Veyssier2023-06-061-0/+34
* chore: Drop dead private methods in /libChristoph Wurst2023-06-064-43/+0
* 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
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-062-2/+2
* | Merge pull request #38478 from nextcloud/backport/38440/masterSimon L2023-06-051-2/+2
|\ \
| * | fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
* | | Merge pull request #38524 from nextcloud/chore/app/clear-unused-cache-keyArthur Schiwon2023-06-051-2/+0
|\ \ \
| * | | chore(app): Do not clear unused cache keyChristoph Wurst2023-05-301-2/+0
* | | | Refactors "strpos" calls in lib/public to improve code readability.Faraz Samapoor2023-06-052-5/+5
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-052-2/+2
* | | | refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-037-21/+102
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-032-0/+2
* | | | chore: remove check for suhosin.executor.func.blacklistDaniel Kesselberg2023-06-021-5/+0
* | | | Merge pull request #38593 from nextcloud/chore/ocp/drop-util-linktopublicChristoph Wurst2023-06-021-15/+0
|\ \ \ \
| * | | | chore(ocp)!: Drop \OCP\Util::linkToPublicChristoph Wurst2023-06-011-15/+0
* | | | | Merge pull request #38545 from nextcloud/bugfix/noid/symfony/event-dispatcher...Joas Schilling2023-06-021-2/+1
|\ \ \ \ \
| * | | | | fix(dispatcher): Migrate to OCP event dispatcher before symfony/event-dispatc...Joas Schilling2023-06-021-2/+1
* | | | | | Merge pull request #38585 from nextcloud/feature/ocp/send-message-with-subjec...Christoph Wurst2023-06-022-13/+30
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | feat(ocp): Allow sending emails with subject and bodyChristoph Wurst2023-06-012-13/+30
* | | | | | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-0165-112/+108
|\ \ \ \ \ \
| * | | | | | Update TemplateLayout.phpFaraz Samapoor2023-05-171-1/+1
| * | | | | | Update Detection.phpFaraz Samapoor2023-05-171-1/+1
| * | | | | | Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-1565-112/+108
* | | | | | | 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/userLeo R. Lundgren2023-06-011-2/+2
* | | | | | | fix(ocp): Mark IMessage::attachInline as @since 27Christoph Wurst2023-06-011-1/+1
| |_|/ / / / |/| | | | |
* | | | | | chore: Drop \OC_App::getSettingsNavigationChristoph Wurst2023-06-011-13/+0
* | | | | | chore: Drop \OC_App::getNavigationChristoph Wurst2023-06-011-15/+0
* | | | | | chore: Drop \OC_App::getAppInfoChristoph Wurst2023-06-013-20/+6
* | | | | | chore: Drop \OC_App::getAppVersionChristoph Wurst2023-06-013-21/+11
|/ / / / /
* | | | | Merge pull request #38514 from nextcloud/bump/giggsey/libphonenumber-for-php_...Joas Schilling2023-05-311-2/+1
|\ \ \ \ \
| * | | | | fix(CI): Satisfy psalm by removing a now obsolete type checkJoas Schilling2023-05-311-2/+1
* | | | | | Merge pull request #38552 from nextcloud/chore/drop-oc-defaults-getlogoclaimJoas Schilling2023-05-311-9/+0
|\ \ \ \ \ \
| * | | | | | chore!: Drop \OC_Defaults::getLogoClaimChristoph Wurst2023-05-311-9/+0
| |/ / / / /
* | | | | | Merge pull request #38551 from nextcloud/chore/drop-oc-app-isenabledJoas Schilling2023-05-311-13/+0
|\ \ \ \ \ \
| * | | | | | chore!: Drop \OC_App::isEnabledChristoph Wurst2023-05-311-13/+0
| |/ / / / /
* | | | | | Merge pull request #38468 from nextcloud/log-cert-list-errorsRobin Appelman2023-05-311-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | log failures to read certificates during listingRobin Appelman2023-05-311-1/+7
* | | | | | fix(docs): Fix language and copy-paste class name in docs of CSPJoas Schilling2023-05-303-4/+4
| |_|/ / / |/| | | |
* | | | | Merge pull request #38496 from nextcloud/preview-mp3-catch-errorsSimon L2023-05-301-2/+13
|\ \ \ \ \