Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallback | Josh | 2024-09-16 | 1 | -1/+2 |
| | | | | | | feat: add debug logging to sendmail binary finder Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | 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 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | 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 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | 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 | ||||
| * | | | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 418 | -3112/+3112 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #48046 from nextcloud/refactor/self-class-reference | Anna | 2024-09-15 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | refactor: Replace __CLASS__ with ::class references | ||||
| * | | | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-reference | Christoph Wurst | 2024-09-15 | 1 | -2/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / / | feat(db): switch from settype to castsfeat/switch-from-settype-to-casts | Anna Larch | 2024-09-15 | 3 | -6/+6 |
|/ / | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | feat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel` for `log` method | Ferdinand Thiessen | 2024-09-14 | 1 | -0/+88 |
| | | | | | | | | | | | | | | | | | | There is the `Psr\Log\LogLevel` class defining loglevel constants, to be fully compatible we should at least support those logging levels. Moreover this is the last part that was still required from `ILogger` interface, as we did not have alternatives for the loglevel constants. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_app | Côme Chilliet | 2024-09-13 | 6 | -14/+35 |
|\ \ | | | | | | | Migrate away from OC_App to IAppManager | ||||
| * | | chore(tests): Fix Router test by mocking AppManager methods correctly | Côme Chilliet | 2024-09-13 | 1 | -1/+13 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Replace OC_App::getAllApps with a method in AppManager | Côme Chilliet | 2024-09-13 | 2 | -6/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App | Côme Chilliet | 2024-09-13 | 3 | -7/+20 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #47865 from ↵ | Côme Chilliet | 2024-09-13 | 1 | -6/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/admin_audit/enh/move-to-event-listeners-v2 Move admin_audit to proper event listeners v2 | ||||
| * | | | feat: Add mimetype into BeforePreviewFetchedEvent event | Thomas Citharel | 2024-09-10 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | | fix(config): Throw PreconditionException always when it didn't match | Joas Schilling | 2024-09-13 | 1 | -0/+36 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | Previously even when the precondition did not match, the call "passed" when the after value was the expected one. This however can lead to race conditions, duplicate code excutions and other things. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #47685 from nextcloud/fix/move-apihelper-to-oc-namespace | Côme Chilliet | 2024-09-12 | 5 | -114/+93 |
|\ \ \ | | | | | | | | | fix: Move OC_API into \OC\ApiHelper in standard namespace | ||||
| * | | | chore: Adapt tests to OC_API refactoring | Côme Chilliet | 2024-09-09 | 5 | -114/+93 |
| | |/ | |/| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Add whiteboard to education and public sector bundle | Julius Knorr | 2024-09-12 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | | fix(RichObjectStrings/Validator): Validate key value types of rich object ↵ | provokateurin | 2024-09-10 | 1 | -0/+23 |
| |/ |/| | | | | | | | | | parameters Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(NavigationManager): Skip invalid default navigation entries | provokateurin | 2024-09-09 | 1 | -0/+57 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | refactor(AppManager): Deprecated default apps handling | provokateurin | 2024-09-09 | 1 | -153/+0 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | feat(NavigationManager): Add default entries handling | provokateurin | 2024-09-09 | 1 | -1/+168 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(files): Check if the target path is a descendant of the shared folder path | Git'Fellow | 2024-09-05 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: fix tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: add tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: tests | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 2 | -2/+2 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Merge pull request #47417 from nextcloud/fix/files/create-mountpoint-parents | Kate | 2024-09-04 | 1 | -0/+31 |
|\ | |||||
| * | fix(files): Create non-existent parents of mountpoints | provokateurin | 2024-08-22 | 1 | -0/+31 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix: share manager tests translation string | John Molakvoæ | 2024-09-04 | 1 | -1/+1 |
| | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
* | | refactor(IMenuAction): Make public menu actions use the new Vue UI | Ferdinand Thiessen | 2024-09-03 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | This removes custom rendering code an replaces it with the declarative menu actions. Also adjust the template to allow the Vue UI to mount. Custom entries still are possible. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | chore: Remove unused `CsrfTokenManager` from `CSPMiddleware` | Ferdinand Thiessen | 2024-08-31 | 1 | -5/+0 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(TaskProcessing): Fix namespace of TaskProcessingTest.php | Marcel Klehr | 2024-08-30 | 1 | -1/+1 |
| | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | fix(taskprocessing): fix tests | Julien Veyssier | 2024-08-30 | 2 | -13/+5 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | Merge pull request #47546 from nextcloud/fix/files-view-error-messages | Andy Scherzinger | 2024-08-29 | 1 | -1/+1 |
|\ \ | | | | | | | fix: Adjust filename validation messages | ||||
| * | | fix: Adjust filename validation messages | Ferdinand Thiessen | 2024-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | test(phpunit): skip sharding tests on 32bit | Arthur Schiwon | 2024-08-29 | 2 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | fix(tests): Fix ImageTest test | Côme Chilliet | 2024-08-29 | 1 | -5/+7 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Remove all references to OC_Image | Côme Chilliet | 2024-08-29 | 3 | -57/+60 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Renaming does not need update but delete permissions | Ferdinand Thiessen | 2024-08-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Renaming is basically copy + delete (a move), so no need to update permissions. Especially if the node is in a invalid directory the node should be moveable but not editable. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | chore: Apply php:cs recommendations | Louis Chemineau | 2024-08-28 | 5 | -18/+18 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | fix: implement sharding compatible cleanup for various bits | Robin Appelman | 2024-08-28 | 2 | -11/+10 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | test: fix share provider tests for sharding | Robin Appelman | 2024-08-28 | 2 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | test: run sharding tests in ci | Robin Appelman | 2024-08-28 | 1 | -0/+21 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | test: mark share test cleanup as running across all shards | Robin Appelman | 2024-08-28 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | feat: implement distributing partitioned queries over multiple shards | Robin Appelman | 2024-08-28 | 5 | -2/+154 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | feat: add option to automatically partition queries by specific tables | Robin Appelman | 2024-08-28 | 2 | -0/+290 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | fix: delay calculating global cache prefix untill a cache is created | Robin Appelman | 2024-08-28 | 1 | -3/+3 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 110 | -4067/+4067 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | perf: delay getting (sub)admin status for user in the security middleware ↵ | Robin Appelman | 2024-08-23 | 1 | -2/+15 |
| | | | | | | | | | | | | untill we need it Signed-off-by: Robin Appelman <robin@icewind.nl> |