aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versionsJoas Schilling2024-07-1938-237/+304
|\
| * fix(db): Fix md5 for oracle >= 20Joas Schilling2024-07-194-1/+23
| * ci: Run all Oracle versions all the timeJoas Schilling2024-07-191-0/+1
| * fix(test): Make the test less flakyJoas Schilling2024-07-191-0/+1
| * fix(db): Manually track if `where()` is called when not empty to avoid recursionJoas Schilling2024-07-191-19/+24
| * fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-1913-91/+111
| * fix(db): Deprecate `getState()` as per upstreamJoas Schilling2024-07-192-1/+6
| * fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-1919-92/+67
| * fix(db): Deprecate using table alias for DELETE and UPDATEJoas Schilling2024-07-192-5/+18
| * fix(db): Don't use deprecated 3rdparty constant: `Doctrine\DBAL\Connection::P...Joas Schilling2024-07-191-1/+1
| * fix(db): `Doctrine\DBAL\Connection::executeUpdate()` is deprecatedJoas Schilling2024-07-191-4/+1
| * fix(db): Fix internal calls to doctrine's `fetch()` methodsJoas Schilling2024-07-191-5/+12
| * fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprec...Joas Schilling2024-07-195-8/+8
| * fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will ...Joas Schilling2024-07-192-0/+20
| * ci(oracle): Test against Oracle 11, 18, 21 and 23Joas Schilling2024-07-191-14/+15
* | Merge pull request #46622 from nextcloud/fix/delete-userPytal2024-07-195-8/+11
|\ \
| * | chore: compile assetsChristopher Ng2024-07-194-6/+6
| * | fix(settings): Fix endless spinner when wiping or deleting accountsChristopher Ng2024-07-191-2/+5
| |/
* | Merge pull request #46608 from nextcloud/error-log-textprocessingMarcel Klehr2024-07-191-1/+1
|\ \
| * | fix(TextProcessing): use error instead of info for exception loggingAnupam Kumar2024-07-181-1/+1
* | | Merge pull request #46055 from nextcloud/R0Wi-patch-1Robin Windey2024-07-191-0/+3
|\ \ \
| * | | Increase PHP memory limit for DevContainer to 512mbRobin Windey2024-06-231-0/+3
* | | | Merge pull request #46368 from nextcloud/fix/task-processingMarcel Klehr2024-07-198-69/+703
|\ \ \ \ | |_|_|/ |/| | |
| * | | chore: update openapi specsMarcel Klehr2024-07-183-1512/+1908
| * | | fix(TaskProcessing): Add since doc for new EShapeType methodMarcel Klehr2024-07-171-0/+1
| * | | fix(TaskProcessing): Update openapi specsMarcel Klehr2024-07-173-1712/+1712
| * | | fix(TaskProcessing): Run cs:fixMarcel Klehr2024-07-172-2/+1
| * | | fix(TaskProcessing): Use getScalarType instead of relying on magic integersMarcel Klehr2024-07-171-5/+7
| * | | fix(TaskProcessing): fix testsMarcel Klehr2024-07-171-9/+21
| * | | test(TaskProcessing): Add test for setTaskResult with fileIdsMarcel Klehr2024-07-171-0/+52
| * | | fix(TaskProcessingA/Manager): Catch new errorMarcel Klehr2024-07-171-1/+7
| * | | fix(TaskProcessingA/Manager): Use time() along with rand int for file namesMarcel Klehr2024-07-171-2/+2
| * | | fix(TaskProcessingApiController): Address review commentsMarcel Klehr2024-07-171-5/+5
| * | | fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID ins...Marcel Klehr2024-07-171-0/+9
| * | | fix: do not overwrite the output if NodeID existsAlexander Piskun2024-07-171-6/+1
| * | | fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID ins...Marcel Klehr2024-07-171-0/+5
| * | | fix: Validate output properlyMarcel Klehr2024-07-172-5/+67
| * | | fix: psalm errorsMarcel Klehr2024-07-171-3/+3
| * | | feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-174-47/+142
* | | | Merge pull request #46583 from nextcloud/filecache-sharding-compatRobin Appelman2024-07-196-35/+50
|\ \ \ \
| * | | | fix: make batch propagator work with sharding restrictionsRobin Appelman2024-07-172-5/+5
| * | | | fix: make usermountcache compatible with shardingRobin Appelman2024-07-172-27/+38
| * | | | fix: make joining on tags in search queries work with shardingRobin Appelman2024-07-171-1/+0
| * | | | fix: always set storage id in Cache::getRobin Appelman2024-07-171-2/+2
| * | | | fix: add set storage id for more cache queriesRobin Appelman2024-07-171-0/+5
* | | | | Merge pull request #46589 from nextcloud/fix/files_sharing-file-request-followupJohn Molakvoæ2024-07-1971-217/+790
|\ \ \ \ \
| * | | | | chore(integration): add file request testsskjnldsv2024-07-193-9/+52
| * | | | | chore: compile assetsskjnldsv2024-07-1842-62/+224
| * | | | | fix(files_sharing): file request expiration date timezoneskjnldsv2024-07-181-1/+12
| * | | | | fix(files_sharing): file request form validation and date component eventskjnldsv2024-07-182-1/+2