aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48063 from nextcloud/bugfix/noid/fix-otf-loadingJoas Schilling2024-09-161-1/+1
|\
| * fix(a11y): Add OTF font loading checkbugfix/noid/fix-otf-loadingJoas Schilling2024-09-161-1/+1
* | Merge pull request #47948 from nextcloud/fix/issue-34720Joas Schilling2024-09-161-3/+3
|\ \
| * | fix(collaboration): Reduce timeouts to 3s for link reference connectsfix/issue-34720Josh2024-09-131-3/+3
* | | Merge pull request #48008 from nextcloud/fix/entity/strict-typesKate2024-09-161-3/+2
|\ \ \
| * | | fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-typesprovokateurin2024-09-151-3/+2
* | | | Merge pull request #48042 from nextcloud/refactor/elvisChristoph Wurst2024-09-162-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix: Handle null checks with the ?? operatorrefactor/elvisChristoph Wurst2024-09-152-2/+2
| * | | refactor: Use the elvis operatorChristoph Wurst2024-09-152-2/+2
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-164-2/+70
* | | | Merge pull request #48046 from nextcloud/refactor/self-class-referenceAnna2024-09-154-4/+4
|\ \ \ \
| * | | | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-154-4/+4
| |/ / /
* | | | Merge pull request #48010 from nextcloud/feat/switch-from-settype-to-castsAnna2024-09-152-54/+75
|\ \ \ \
| * | | | feat(db): switch from settype to castsfeat/switch-from-settype-to-castsAnna Larch2024-09-152-54/+75
| |/ / /
* / / / refactor: migrate dirname to __DIR__ constantsrefactor/dirname-to-dirChristoph Wurst2024-09-151-1/+1
|/ / /
* | | Merge pull request #48016 from nextcloud/fix/s3configtrait/proxy-falseKate2024-09-151-1/+1
|\ \ \
| * | | fix(S3ConfigTrait): Allow proxy field to take falsefix/s3configtrait/proxy-falseprovokateurin2024-09-151-1/+1
| |/ /
* | | Merge pull request #48013 from nextcloud/fix/baseresponse/xml-element-value-s...Kate2024-09-151-1/+3
|\ \ \
| * | | fix(BaseResponse): Cast XML element values to stringfix/baseresponse/xml-element-value-string-castprovokateurin2024-09-151-1/+3
| |/ /
* | | Merge pull request #48014 from nextcloud/fix/tags/boolean-user-has-tagsKate2024-09-151-2/+1
|\ \ \
| * | | fix(Tags): Return boolean for userHasTags()fix/tags/boolean-user-has-tagsprovokateurin2024-09-151-2/+1
| |/ /
* | | Merge pull request #48017 from nextcloud/fix/comment/children-count-integerKate2024-09-151-1/+1
|\ \ \
| * | | fix(Comment): Initialize childrenCount as integerfix/comment/children-count-integerprovokateurin2024-09-151-1/+1
| |/ /
* / / fix(Storage\Local): Do not call getSourcePath() on SplFileInfofix/storage-local/get-source-path-spl-file-infoprovokateurin2024-09-151-1/+1
|/ /
* | Merge pull request #47971 from nextcloud/fix/do-not-try-to-change-response-co...Côme Chilliet2024-09-141-1/+2
|\ \
| * | fix: Do not try to set HTTP response code on already closed connectionCôme Chilliet2024-09-141-1/+2
* | | feat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel` for `log` methodFerdinand Thiessen2024-09-141-89/+30
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-144-0/+84
* | fix(files): Adjust Cache::searchQuery() parameter name to match interfaceprovokateurin2024-09-132-4/+4
* | Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_appCôme Chilliet2024-09-139-73/+95
|\ \ | |/ |/|
| * fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-136-36/+46
| * chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-136-37/+49
* | Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listen...Côme Chilliet2024-09-138-14/+137
|\ \
| * | fix: Fix phpdoc wordingCôme Chilliet2024-09-131-3/+3
| * | chore: Add descriptions for new events and fix copyright yearCôme Chilliet2024-09-103-6/+9
| * | feat(user_ldap): Introduce user id assigned typed events for LDAP usageCarl Schwan2024-09-105-0/+105
| * | chore: Code cleanup in lib/private/Console/ApplicationThomas Citharel2024-09-101-10/+15
| * | feat: Add mimetype into BeforePreviewFetchedEvent eventThomas Citharel2024-09-102-4/+14
* | | Merge pull request #47883 from nextcloud/fix/setup-checksFerdinand Thiessen2024-09-132-3/+3
|\ \ \
| * | | fix(setup-checks): Ensure URL with webroot worksFerdinand Thiessen2024-09-132-3/+3
* | | | Merge pull request #47933 from nextcloud/bugfix/noid/throw-precondition-failu...Joas Schilling2024-09-131-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | fix(config): Throw PreconditionException always when it didn't matchJoas Schilling2024-09-131-3/+3
| | |/ | |/|
* | | Merge pull request #47854 from nextcloud/validAppsFromAppStoreGit'Fellow2024-09-131-1/+2
|\ \ \ | |/ / |/| |
| * | fix: check if key is setGit'Fellow2024-09-131-1/+1
| * | fix(appstore): Ensure returned apps from AppStore are validGit'Fellow2024-09-111-1/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-134-0/+28
* | | Merge pull request #47685 from nextcloud/fix/move-apihelper-to-oc-namespaceCôme Chilliet2024-09-126-324/+82
|\ \ \
| * | | chore: Make parameter name more explicitCôme Chilliet2024-09-091-3/+3
| * | | fix: Force 503 HTTP status code for maintenance mode on v1Côme Chilliet2024-09-091-2/+3
| * | | chore: Deleted now unused classes from \OC\OCSCôme Chilliet2024-09-094-160/+0