aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-1715-41/+53
* Merge pull request #48080 from nextcloud/fix/storage/method-docs-inheritanceKate2024-09-172-21/+0
|\
| * fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-172-21/+0
* | Merge pull request #48094 from nextcloud/fix/storage/get-owner-falseJohn Molakvoæ2024-09-174-9/+11
|\|
| * fix(Files): Handle getOwner() returning falsefix/storage/get-owner-falseprovokateurin2024-09-172-6/+8
| * fix(Storage): Document getOwner() can return falseprovokateurin2024-09-173-3/+3
* | Merge pull request #48090 from nextcloud/fix/settings--disable-discover-when-...Grigorii K. Shartsev2024-09-172-3/+6
|\ \ | |/ |/|
| * fix(settings): disable Discover when appstore is disabledGrigorii K. Shartsev2024-09-162-3/+6
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-17130-378/+254
* | Merge pull request #48009 from nextcloud/fix/remove-references-to-deprected-s...Côme Chilliet2024-09-1614-79/+67
|\ \
| * | chore: Improve typing and phpdoc commentsCôme Chilliet2024-09-162-10/+5
| * | chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-162-3/+5
| * | fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-162-9/+4
| * | fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-1610-58/+54
* | | Merge pull request #46480 from nextcloud/fix/mailer-binaryfinder-fallbackRobin Appelman2024-09-162-2/+4
|\ \ \ | |/ / |/| |
| * | fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallbackJosh2024-09-162-2/+4
| |/
* | Merge pull request #47947 from nextcloud/feat/make-setup-check-trait-publicJoas Schilling2024-09-1613-420/+13
|\ \ | |/ |/|
| * feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-1613-420/+13
* | Merge pull request #47924 from ldidry/catch-MaxInstancesExceededExceptionJoas Schilling2024-09-161-16/+31
|\ \
| * | fix(dav): catch `MaxInstancesExceededException` on calendar eventsLuc Didry2024-09-161-16/+31
* | | chore(1i8n): Fixed grammar and improved wordingrakekniven2024-09-161-1/+1
| |/ |/|
* | Merge pull request #48050 from nextcloud/fix/weather_status/search-address-of...John Molakvoæ2024-09-161-0/+3
|\ \
| * | fix(weather_status): Fix search address errors when offlinefix/weather_status/search-address-offline-errorsprovokateurin2024-09-151-0/+3
* | | Merge pull request #48063 from nextcloud/bugfix/noid/fix-otf-loadingJoas Schilling2024-09-161-6/+21
|\ \ \
| * | | fix(a11y): Add OTF font loading checkbugfix/noid/fix-otf-loadingJoas Schilling2024-09-161-6/+21
* | | | Merge pull request #47792 from nextcloud/chore/use-public-api-helperJohn Molakvoæ2024-09-161-11/+14
|\ \ \ \
| * | | | chore(files): Use public API where possiblechore/use-public-api-helperFerdinand Thiessen2024-09-051-11/+14
* | | | | Merge pull request #48044 from nextcloud/fix/cast-node-names-to-stringJohn Molakvoæ2024-09-161-2/+2
|\ \ \ \ \
| * | | | | test: cast node name and data to stringfix/cast-node-names-to-stringAnna Larch2024-09-151-2/+2
* | | | | | Merge pull request #48029 from nextcloud/fix/dav-cast-content-lenght-to-intAnna2024-09-161-1/+1
|\ \ \ \ \ \
| * | | | | | fix(dav): cast content length to intergerfix/dav-cast-content-lenght-to-intAnna Larch2024-09-151-1/+1
| |/ / / / /
* | | | | | Merge pull request #48030 from nextcloud/fix/dav-cast-params-to-stringJohn Molakvoæ2024-09-161-1/+1
|\ \ \ \ \ \
| * | | | | | fix(dav): cast parameters to stringfix/dav-cast-params-to-stringAnna Larch2024-09-151-1/+1
* | | | | | | Merge pull request #48031 from nextcloud/fix/filesreport-cast-fileId-to-intAnna2024-09-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix(filesreport): cast fileId to integerfix/filesreport-cast-fileId-to-intAnna Larch2024-09-151-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #48042 from nextcloud/refactor/elvisChristoph Wurst2024-09-166-21/+20
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | fix: Handle null checks with the ?? operatorrefactor/elvisChristoph Wurst2024-09-151-1/+1
| * | | | | | refactor: Use the elvis operatorChristoph Wurst2024-09-156-21/+20
* | | | | | | Merge pull request #48028 from nextcloud/fix/fix-ldap-setupcheck-crashAndy Scherzinger2024-09-161-4/+4
|\ \ \ \ \ \ \
| * | | | | | | fix(user_ldap): Use %n in plural translation to avoid a crash in L10Nfix/fix-ldap-setupcheck-crashCôme Chilliet2024-09-151-4/+4
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1644-54/+250
* | | | | | | | Merge pull request #48049 from nextcloud/refactor/void-testsAnna2024-09-16252-1638/+1638
|\ \ \ \ \ \ \ \
| * | | | | | | | refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-15252-1638/+1638
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #48043 from nextcloud/fix/imip-test-expects-integerAnna2024-09-161-14/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | test(dav): imip service test expects integers for last occurencefix/imip-test-expects-integerAnna Larch2024-09-151-14/+14
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #48046 from nextcloud/refactor/self-class-referenceAnna2024-09-152-9/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-152-9/+9
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #48045 from nextcloud/fix/add-function-type-for-mimetype-s...Kate2024-09-151-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | fix(dav): set string type for sanitizeMtimefix/add-function-type-for-mimetype-sanitizerAnna Larch2024-09-151-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | refactor: migrate dirname to __DIR__ constantsrefactor/dirname-to-dirChristoph Wurst2024-09-151-3/+3
| |/ / / / / |/| | | | |