| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #48220 from nextcloud/chore/remove-travis | Ferdinand Thiessen | 2024-09-19 | 5 | -253/+0 |
|\ |
|
| * | chore: Remove old travis related stuff | Ferdinand Thiessen | 2024-09-19 | 5 | -253/+0 |
* | | Merge pull request #48217 from nextcloud/chore/prepare-oc_repair-unit10 | Ferdinand Thiessen | 2024-09-19 | 12 | -223/+185 |
|\ \
| |/
|/| |
|
| * | chore: Cleanup and prepare `\OC\Repair\RepairMimeTypes` tests for PHPUnit 10chore/prepare-oc_repair-unit10 | Ferdinand Thiessen | 2024-09-19 | 12 | -223/+185 |
* | | chore: Cleanup and prepare some app tests for PHPUnit 10ci/noid/prepare-phpunit-10 | Joas Schilling | 2024-09-19 | 1 | -0/+24 |
|/ |
|
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 52 | -213/+213 |
* | refactor(Collaboration): Use non-deprecated methods | Ferdinand Thiessen | 2024-09-19 | 1 | -6/+5 |
* | Merge pull request #48163 from nextcloud/feat/nfo | John Molakvoæ | 2024-09-19 | 2 | -2/+3 |
|\ |
|
| * | feat: add nfo file supportfeat/nfo | John Molakvoæ (skjnldsv) | 2024-09-18 | 2 | -2/+3 |
* | | Merge pull request #48137 from nextcloud/enh/add-rich-object-formatter | Côme Chilliet | 2024-09-18 | 3 | -17/+35 |
|\ \ |
|
| * | | fix: Adapt notifications and activity tests to new DI dependencyenh/add-rich-object-formatter | Côme Chilliet | 2024-09-17 | 3 | -17/+35 |
* | | | test: put parent items into cache in tests | Robin Appelman | 2024-09-18 | 5 | -50/+83 |
* | | | test: fix incorrect ltrim usage in test | Robin Appelman | 2024-09-18 | 1 | -2/+2 |
* | | | fix(settings): pronouns UsersControllerTest | John Molakvoæ (skjnldsv) | 2024-09-18 | 1 | -0/+6 |
| |/
|/| |
|
* | | fix(tests): Adapt tests to changes in RepairMimeTypes | Côme Chilliet | 2024-09-17 | 1 | -3/+14 |
* | | fix(tests): Fix most obvious errors in ObjectStore tests | Côme Chilliet | 2024-09-17 | 3 | -56/+60 |
* | | fix(tests): Fix Folder tests | Côme Chilliet | 2024-09-17 | 1 | -3/+22 |
* | | fix(tests): Remove deprecated tests for ServerTest | Côme Chilliet | 2024-09-17 | 1 | -113/+7 |
* | | Merge pull request #47986 from cfiehe/fix_move_on_same_bucket | Stephan Orbaugh | 2024-09-17 | 3 | -0/+178 |
|\ \ |
|
| * | | perf(ObjectStoreStorage): Improve (slow) move on same object bucket | Christoph Fiehe | 2024-09-16 | 3 | -0/+178 |
* | | | Merge pull request #48129 from nextcloud/feat/zst | John Molakvoæ | 2024-09-17 | 2 | -22/+23 |
|\ \ \
| |_|/
|/| | |
|
| * | | chore: update RepairMimeTypes migrationfeat/zst | John Molakvoæ (skjnldsv) | 2024-09-17 | 2 | -22/+23 |
* | | | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 1 | -1/+1 |
* | | | Merge pull request #48009 from nextcloud/fix/remove-references-to-deprected-s... | Côme Chilliet | 2024-09-16 | 9 | -37/+39 |
|\ \ \ |
|
| * | | | chore: Fix encryption test use statement | Côme Chilliet | 2024-09-16 | 1 | -1/+2 |
| * | | | fix: Fix other uses of removed Storage interface | Côme Chilliet | 2024-09-16 | 2 | -2/+3 |
| * | | | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 7 | -34/+34 |
* | | | | Merge pull request #46480 from nextcloud/fix/mailer-binaryfinder-fallback | Robin Appelman | 2024-09-16 | 1 | -1/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallback | Josh | 2024-09-16 | 1 | -1/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #46140 from nextcloud/fix-nc-env-inclusion | Robin Appelman | 2024-09-16 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Merge branch 'master' into fix-nc-env-inclusionfix-nc-env-inclusion | Robin Appelman | 2024-09-16 | 459 | -8274/+10496 |
| |\| | |
|
| * | | | fix(config): add envCache tests for getKeys() | Josh Richards | 2024-07-08 | 1 | -0/+7 |
* | | | | feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-public | Ferdinand Thiessen | 2024-09-16 | 2 | -0/+252 |
| |/ /
|/| | |
|
* | | | Merge pull request #47852 from nextcloud/sharding-code-fixes | John Molakvoæ | 2024-09-16 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | fix: misc code fixes around db shardingsharding-code-fixes | Robin Appelman | 2024-09-09 | 2 | -14/+14 |
* | | | | Merge pull request #48008 from nextcloud/fix/entity/strict-types | Kate | 2024-09-16 | 1 | -2/+7 |
|\ \ \ \ |
|
| * | | | | fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-types | provokateurin | 2024-09-15 | 1 | -2/+7 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #48049 from nextcloud/refactor/void-tests | Anna | 2024-09-16 | 418 | -3112/+3112 |
|\ \ \ \ |
|
| * | | | | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 418 | -3112/+3112 |
* | | | | | Merge pull request #48046 from nextcloud/refactor/self-class-reference | Anna | 2024-09-15 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-reference | Christoph Wurst | 2024-09-15 | 1 | -2/+2 |
| |/ / / |
|
* / / / | feat(db): switch from settype to castsfeat/switch-from-settype-to-casts | Anna Larch | 2024-09-15 | 3 | -6/+6 |
|/ / / |
|
* | | | feat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel` for `log` method | Ferdinand Thiessen | 2024-09-14 | 1 | -0/+88 |
* | | | Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_app | Côme Chilliet | 2024-09-13 | 6 | -14/+35 |
|\ \ \ |
|
| * | | | chore(tests): Fix Router test by mocking AppManager methods correctly | Côme Chilliet | 2024-09-13 | 1 | -1/+13 |
| * | | | fix: Replace OC_App::getAllApps with a method in AppManager | Côme Chilliet | 2024-09-13 | 2 | -6/+2 |
| * | | | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App | Côme Chilliet | 2024-09-13 | 3 | -7/+20 |
* | | | | Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listen... | Côme Chilliet | 2024-09-13 | 1 | -6/+6 |
|\ \ \ \ |
|
| * | | | | feat: Add mimetype into BeforePreviewFetchedEvent event | Thomas Citharel | 2024-09-10 | 1 | -6/+6 |
* | | | | | fix(config): Throw PreconditionException always when it didn't match | Joas Schilling | 2024-09-13 | 1 | -0/+36 |
| |/ / /
|/| | | |
|