aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* fix(federation): Do not overwrite certificate bundlefix/federation-certificate-storeJulius Härtl2024-09-201-14/+17
* chore: Get rid of travis in DAV appchore/remove-travisFerdinand Thiessen2024-09-1969-41/+26
* chore: Remove old travis related stuffFerdinand Thiessen2024-09-192-2/+1
* Merge pull request #48218 from nextcloud/ci/noid/prepare-phpunit-10Ferdinand Thiessen2024-09-194-28/+21
|\
| * chore: Cleanup and prepare some app tests for PHPUnit 10ci/noid/prepare-phpunit-10Joas Schilling2024-09-194-28/+21
* | Merge pull request #47399 from nextcloud/fix/47275/driverExceptionHamza2024-09-192-8/+10
|\ \ | |/ |/|
| * fix: expand select and group by for calandar reminder backendfix/47275/driverExceptionHamza Mahjoubi2024-09-192-8/+10
* | chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-19271-747/+803
|/
* fix(setupChecks): Having transactional file locking disabled is not supportedfix-setupcheck-filelockingJosh Richards2024-09-191-3/+3
* Merge pull request #48200 from nextcloud/share-reminder-shardingRobin Appelman2024-09-192-13/+104
|\
| * fix: add sharding compatible version of share reminder jobshare-reminder-shardingRobin Appelman2024-09-192-13/+104
* | Merge pull request #47978 from nextcloud/chore/remove-iloggerJoas Schilling2024-09-191-2/+3
|\ \
| * | chore: Remove deprecated `ILogger` logging functionschore/remove-iloggerFerdinand Thiessen2024-09-191-2/+3
| |/
* | Merge pull request #48162 from nextcloud/bugfix/noid/array-keysJoas Schilling2024-09-191-5/+5
|\ \
| * | fix(autocomplete): Move known array keys to psalm docsbugfix/noid/array-keysJoas Schilling2024-09-181-5/+5
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1920-2/+88
| |/ |/|
* | Merge pull request #48177 from nextcloud/artonge/fix/remove_unnecessary_forma...Joas Schilling2024-09-181-0/+23
|\ \
| * | fix: Override start method of \Sabre\DAV\Server to remove exception outputartonge/fix/remove_unnecessary_formatingLouis Chemineau2024-09-181-0/+23
* | | fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-181-2/+2
|/ /
* | test: fix ShareControllerTest.phpobject-store-move-fixesRobin Appelman2024-09-181-0/+1
* | test: fix trashbin StorageTestRobin Appelman2024-09-181-0/+1
* | test: fix ShareAPIControllerTest.phpRobin Appelman2024-09-181-1/+41
* | test: fix service overwrite in PartFileInRootUploadTestRobin Appelman2024-09-181-1/+2
* | test: put parent items into cache in testsRobin Appelman2024-09-181-0/+2
* | Merge pull request #48161 from nextcloud/fix/pronouns-testsJohn Molakvoæ2024-09-185-9/+60
|\ \ | |/ |/|
| * fix(settings): pronouns UsersControllerTestJohn Molakvoæ (skjnldsv)2024-09-185-9/+60
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1852-186/+300
|/
* Merge pull request #48145 from nextcloud/artonge/fix/drop_unecessary_exitJoas Schilling2024-09-181-1/+0
|\
| * fix: Drop unnecessary exitLouis Chemineau2024-09-171-1/+0
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-18146-198/+370
* | feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-1718-23/+144
* | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotationsprovokateurin2024-09-172-2/+2
|/
* fix: Remove legacy settings formschore/remove-legacy-settings-forsFerdinand Thiessen2024-09-173-71/+1
* 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
|\ \ | |/ |/|