aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #46649 from nextcloud/refactor/code-styleFerdinand Thiessen2024-07-1911-19/+21
|\ | | | | refactor: Fix some linting issues in frontend code
| * chore(assets): Recompile assetsnextcloud-command2024-07-198-12/+12
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * refactor: Fix some linting issues in frontend codeFerdinand Thiessen2024-07-193-7/+9
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #46225 from nextcloud/fix/issue-11633Andy Scherzinger2024-07-191-7/+14
|\ | | | | fix(dav): Thrown forbidden error for authenticated user instead of no…
| * fix(dav): Thrown forbidden error for authenticated user instead of not foundSebastianKrupinski2024-07-101-7/+14
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #46631 from nextcloud/feat/file-request-cypressJohn Molakvoæ2024-07-1931-39/+200
|\ \
| * | chore: compile assetsskjnldsv2024-07-1920-17/+17
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore: add file request cypress testingskjnldsv2024-07-197-7/+168
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files_sharing): default empty file request expirationskjnldsv2024-07-194-15/+15
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #46558 from nextcloud/feat/add-setting-for-windows-compatFerdinand Thiessen2024-07-1910-7/+214
|\ \ \ | | | | | | | | feat(files): Allow to configure Windows filename compatibility in the settings
| * | | feat(files): Allow to configure Windows filename compatibility in the settingsFerdinand Thiessen2024-07-1710-7/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds an admin setting to toggle Windows filename compatibility. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versionsJoas Schilling2024-07-1938-237/+304
|\ \ \ \ | | | | | | | | | | fix(deps): Deprecate functionality deprecated by doctrine and test on more oracle versions
| * | | | fix(db): Fix md5 for oracle >= 20Joas Schilling2024-07-194-1/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | ci: Run all Oracle versions all the timeJoas Schilling2024-07-191-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(test): Make the test less flakyJoas Schilling2024-07-191-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(db): Manually track if `where()` is called when not empty to avoid recursionJoas Schilling2024-07-191-19/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(db): Deprecate `IExpressionBuilder::or()` and ↵Joas Schilling2024-07-1913-91/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `IExpressionBuilder::and()` without parameters Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(db): Deprecate `getState()` as per upstreamJoas Schilling2024-07-192-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of ↵Joas Schilling2024-07-1919-92/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed upstream platforms Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(db): Deprecate using table alias for DELETE and UPDATEJoas Schilling2024-07-192-5/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(db): Don't use deprecated 3rdparty constant: ↵Joas Schilling2024-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Doctrine\DBAL\Connection::PARAM_STR_ARRAY` Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(db): `Doctrine\DBAL\Connection::executeUpdate()` is deprecatedJoas Schilling2024-07-191-4/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(db): Fix internal calls to doctrine's `fetch()` methodsJoas Schilling2024-07-191-5/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is ↵Joas Schilling2024-07-195-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will ↵Joas Schilling2024-07-192-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be removed with Doctrine/DBAL 4 Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | ci(oracle): Test against Oracle 11, 18, 21 and 23Joas Schilling2024-07-191-14/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #46622 from nextcloud/fix/delete-userPytal2024-07-195-8/+11
|\ \ \ \ \ | | | | | | | | | | | | fix(settings): Fix endless spinner when wiping or deleting accounts
| * | | | | chore: compile assetsChristopher Ng2024-07-194-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | fix(settings): Fix endless spinner when wiping or deleting accountsChristopher Ng2024-07-191-2/+5
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #46608 from nextcloud/error-log-textprocessingMarcel Klehr2024-07-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix(TextProcessing): use error instead of info for exception logging
| * | | | | fix(TextProcessing): use error instead of info for exception loggingAnupam Kumar2024-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* | | | | | Merge pull request #46055 from nextcloud/R0Wi-patch-1Robin Windey2024-07-191-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Increase PHP memory limit for DevContainer to 512mb
| * | | | | | Increase PHP memory limit for DevContainer to 512mbRobin Windey2024-06-231-0/+3
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Windey <ro.windey@gmail.com>
* | | | | | | Merge pull request #46368 from nextcloud/fix/task-processingMarcel Klehr2024-07-198-69/+703
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | TaskProcessing follow-up
| * | | | | | chore: update openapi specsMarcel Klehr2024-07-183-1512/+1908
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix(TaskProcessing): Add since doc for new EShapeType methodMarcel Klehr2024-07-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix(TaskProcessing): Update openapi specsMarcel Klehr2024-07-173-1712/+1712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix(TaskProcessing): Run cs:fixMarcel Klehr2024-07-172-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix(TaskProcessing): Use getScalarType instead of relying on magic integersMarcel Klehr2024-07-171-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix(TaskProcessing): fix testsMarcel Klehr2024-07-171-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | test(TaskProcessing): Add test for setTaskResult with fileIdsMarcel Klehr2024-07-171-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix(TaskProcessingA/Manager): Catch new errorMarcel Klehr2024-07-171-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix(TaskProcessingA/Manager): Use time() along with rand int for file namesMarcel Klehr2024-07-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix(TaskProcessingApiController): Address review commentsMarcel Klehr2024-07-171-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID ↵Marcel Klehr2024-07-171-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of File object Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix: do not overwrite the output if NodeID existsAlexander Piskun2024-07-171-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Piskun <bigcat88@icloud.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID ↵Marcel Klehr2024-07-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of File object Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix: Validate output properlyMarcel Klehr2024-07-172-5/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differentiate between output with file IDs and output with File data Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | fix: psalm errorsMarcel Klehr2024-07-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-174-47/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>