aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43968 from exi/custom-binary-search-pathsAndy Scherzinger2024-09-201-0/+84
|\
| * feat: make search path for BinaryFinder customizable.Reno Reckling2024-09-201-0/+84
* | Merge pull request #47782 from nextcloud/reworkShareExceptionsGit'Fellow2024-09-201-23/+23
|\ \
| * | fix(l10n): Rephrasing some exceptions to be translatedGit'Fellow2024-09-201-23/+23
| |/
* / chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-207-100/+64
|/
* Merge pull request #48220 from nextcloud/chore/remove-travisFerdinand Thiessen2024-09-195-253/+0
|\
| * chore: Remove old travis related stuffFerdinand Thiessen2024-09-195-253/+0
* | Merge pull request #48217 from nextcloud/chore/prepare-oc_repair-unit10Ferdinand Thiessen2024-09-1912-223/+185
|\ \ | |/ |/|
| * chore: Cleanup and prepare `\OC\Repair\RepairMimeTypes` tests for PHPUnit 10chore/prepare-oc_repair-unit10Ferdinand Thiessen2024-09-1912-223/+185
* | chore: Cleanup and prepare some app tests for PHPUnit 10ci/noid/prepare-phpunit-10Joas Schilling2024-09-191-0/+24
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1952-213/+213
* refactor(Collaboration): Use non-deprecated methodsFerdinand Thiessen2024-09-191-6/+5
* Merge pull request #48163 from nextcloud/feat/nfoJohn Molakvoæ2024-09-192-2/+3
|\
| * feat: add nfo file supportfeat/nfoJohn Molakvoæ (skjnldsv)2024-09-182-2/+3
* | Merge pull request #48137 from nextcloud/enh/add-rich-object-formatterCôme Chilliet2024-09-183-17/+35
|\ \
| * | fix: Adapt notifications and activity tests to new DI dependencyenh/add-rich-object-formatterCôme Chilliet2024-09-173-17/+35
* | | test: put parent items into cache in testsRobin Appelman2024-09-185-50/+83
* | | test: fix incorrect ltrim usage in testRobin Appelman2024-09-181-2/+2
* | | fix(settings): pronouns UsersControllerTestJohn Molakvoæ (skjnldsv)2024-09-181-0/+6
| |/ |/|
* | fix(tests): Adapt tests to changes in RepairMimeTypesCôme Chilliet2024-09-171-3/+14
* | fix(tests): Fix most obvious errors in ObjectStore testsCôme Chilliet2024-09-173-56/+60
* | fix(tests): Fix Folder testsCôme Chilliet2024-09-171-3/+22
* | fix(tests): Remove deprecated tests for ServerTestCôme Chilliet2024-09-171-113/+7
* | Merge pull request #47986 from cfiehe/fix_move_on_same_bucketStephan Orbaugh2024-09-173-0/+178
|\ \
| * | perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-09-163-0/+178
* | | Merge pull request #48129 from nextcloud/feat/zstJohn Molakvoæ2024-09-172-22/+23
|\ \ \ | |_|/ |/| |
| * | chore: update RepairMimeTypes migrationfeat/zstJohn Molakvoæ (skjnldsv)2024-09-172-22/+23
* | | fix(Storage): Document getOwner() can return falseprovokateurin2024-09-171-1/+1
* | | Merge pull request #48009 from nextcloud/fix/remove-references-to-deprected-s...Côme Chilliet2024-09-169-37/+39
|\ \ \
| * | | chore: Fix encryption test use statementCôme Chilliet2024-09-161-1/+2
| * | | fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-162-2/+3
| * | | fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-167-34/+34
* | | | Merge pull request #46480 from nextcloud/fix/mailer-binaryfinder-fallbackRobin Appelman2024-09-161-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallbackJosh2024-09-161-1/+2
| | |/ | |/|
* | | Merge pull request #46140 from nextcloud/fix-nc-env-inclusionRobin Appelman2024-09-161-0/+7
|\ \ \
| * | | Merge branch 'master' into fix-nc-env-inclusionfix-nc-env-inclusionRobin Appelman2024-09-16459-8274/+10496
| |\| |
| * | | fix(config): add envCache tests for getKeys()Josh Richards2024-07-081-0/+7
* | | | feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-162-0/+252
| |/ / |/| |
* | | Merge pull request #47852 from nextcloud/sharding-code-fixesJohn Molakvoæ2024-09-161-2/+2
|\ \ \
| * | | fix: misc code fixes around db shardingsharding-code-fixesRobin Appelman2024-09-092-14/+14
* | | | Merge pull request #48008 from nextcloud/fix/entity/strict-typesKate2024-09-161-2/+7
|\ \ \ \
| * | | | fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-typesprovokateurin2024-09-151-2/+7
| | |_|/ | |/| |
* | | | Merge pull request #48049 from nextcloud/refactor/void-testsAnna2024-09-16418-3112/+3112
|\ \ \ \
| * | | | refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-15418-3112/+3112
* | | | | Merge pull request #48046 from nextcloud/refactor/self-class-referenceAnna2024-09-151-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-151-2/+2
| |/ / /
* / / / feat(db): switch from settype to castsfeat/switch-from-settype-to-castsAnna Larch2024-09-153-6/+6
|/ / /
* | | feat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel` for `log` methodFerdinand Thiessen2024-09-141-0/+88
* | | Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_appCôme Chilliet2024-09-136-14/+35
|\ \ \
| * | | chore(tests): Fix Router test by mocking AppManager methods correctlyCôme Chilliet2024-09-131-1/+13