Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(assets): Recompile assetsfix/no-issue/file-request-disable-when-no-public-upload | nextcloud-command | 2024-12-20 | 2 | -3/+3 |
| | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix(files_sharing): Hide file request if public uploads disabled | nfebe | 2024-12-20 | 1 | -0/+3 |
| | | | | | | | The file request creation would error out on creation if public uploads is disabled so we should not show the option at all. Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | Merge pull request #49925 from nextcloud/feat/add-proofread-tasktype | Andy Scherzinger | 2024-12-20 | 4 | -0/+94 |
|\ | | | | | [TaskProcessing] feat: add proofread task type | ||||
| * | docs: fix version numberfeat/add-proofread-tasktype | janepie | 2024-12-20 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: janepie <49834966+janepie@users.noreply.github.com> | ||||
| * | feat: add proofread task type | Jana Peper | 2024-12-20 | 4 | -0/+94 |
|/ | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | Merge pull request #49681 from rriemann/patch-1 | John Molakvoæ | 2024-12-20 | 1 | -0/+1 |
|\ | | | | | add sse_c_key from S3 object storage properties config to list of sensitive values | ||||
| * | add sse_c_key from S3 object storage properties config to list of sensitive ↵ | Robert Riemann | 2024-12-05 | 1 | -0/+1 |
| | | | | | | | | | | values Signed-off-by: Robert Riemann <robert@riemann.cc> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-20 | 4 | -10/+10 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #49915 from nextcloud/bugfix/noid/create-a-gap-before-files | Joas Schilling | 2024-12-19 | 1 | -1/+1 |
|\ \ | | | | | | | fix(navigation): Create a gap between dashboard and files | ||||
| * | | fix(navigation): Create a gap between dashboard and filesbugfix/noid/create-a-gap-before-files | Joas Schilling | 2024-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #49895 from nextcloud/fix/fix-copy-to-mountpoint-root | Stephan Orbaugh | 2024-12-19 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | fix: Fix copying to the root of another mountpoint | ||||
| * | | | fix: Fix copying to the root of another mountpointfix/fix-copy-to-mountpoint-root | Côme Chilliet | 2024-12-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-19 | 168 | -164/+528 |
| |/ / |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #49727 from nextcloud/feat/make-tasks-types-toggleable | Andy Scherzinger | 2024-12-18 | 13 | -17/+201 |
|\ \ \ | | | | | | | | | Feat: make taskprocessing task types toggleable | ||||
| * | | | fix: egt rid of unused variablefeat/make-tasks-types-toggleable | Jana Peper | 2024-12-18 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | fix: error handling for wrong json values | Jana Peper | 2024-12-18 | 3 | -14/+46 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | feat: add error flags for json_decode | Jana Peper | 2024-12-18 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | feat: add occ command for task type toggling | Jana Peper | 2024-12-18 | 1 | -7/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | fix(taskrpocessing): Cache result of getAvailableTaskTypes | Marcel Klehr | 2024-12-18 | 1 | -31/+39 |
| | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | | test: add explicitly enabled task type unit test | Jana Peper | 2024-12-18 | 1 | -1/+36 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | docs: document adding of argument | Jana Peper | 2024-12-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | feat: add occ command for task type toggling | Jana Peper | 2024-12-18 | 5 | -0/+72 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | test: add disabled task type unit test | Jana Peper | 2024-12-18 | 1 | -7/+24 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | fix: always regenerate availabe task types | Jana Peper | 2024-12-18 | 1 | -33/+32 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | fix: eslint | Jana Peper | 2024-12-18 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | fix: update build files | Jana Peper | 2024-12-18 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | fix: show all types when no preferences saved | Jana Peper | 2024-12-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | feat: filter disabled apps in task types requests | Jana Peper | 2024-12-18 | 4 | -6/+17 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | feat: save state in db | Jana Peper | 2024-12-18 | 3 | -4/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | | feat: add switch in frontend | Jana Peper | 2024-12-18 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | | | | Merge pull request #49904 from nextcloud/enh/noid/navigationentryevent | Arthur Schiwon | 2024-12-18 | 6 | -0/+42 |
|\ \ \ \ | |/ / / |/| | | | feat(Navigation): emit dedicated event for loading additional entries | ||||
| * | | | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryevent | Arthur Schiwon | 2024-12-18 | 6 | -0/+42 |
| |/ / | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #49917 from ↵ | Stephan Orbaugh | 2024-12-18 | 3 | -4/+11 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/fix/files/preview-service-worker-registration fix(files): Only register preview service worker once when the instance is hosted at the root path | ||||
| * | | | chore(assets): Recompile assets | nextcloud-command | 2024-12-18 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | fix(files): Only register preview service worker once when the instance is ↵fix/files/preview-service-worker-registration | provokateurin | 2024-12-18 | 1 | -1/+8 |
|/ / / | | | | | | | | | | | | | | | | hosted at the root path Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #49797 from nextcloud/fix/user_status/harden-api | Stephan Orbaugh | 2024-12-18 | 4 | -10/+36 |
|\ \ \ | | | | | | | | | Harden user_status API | ||||
| * | | | fix(user_status): Remove non-existent "visible" field from UserStatusPredefinedfix/user_status/harden-api | provokateurin | 2024-12-18 | 2 | -7/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | fix(user_status): Catch non-existing user status when setting custom user status | provokateurin | 2024-12-18 | 2 | -0/+31 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | fix(user_status): Allow null userId in UserStatusController | provokateurin | 2024-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | fix(user_status): Use constraint for findAll() offset | provokateurin | 2024-12-18 | 2 | -2/+3 |
|/ / / | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #49577 from ehfd/17801 | Joas Schilling | 2024-12-18 | 1 | -6/+20 |
|\ \ \ | | | | | | | | | fix(occ): `occ integrity:check-app` and Admin panel "rescan" deliver inconsistent results | ||||
| * | | | fix(occ): Revise output condition | Seungmin Kim | 2024-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
| * | | | fix(occ): Cosmetic edits | Seungmin Kim | 2024-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
| * | | | fix(occ): Modify IAppManager | Seungmin Kim | 2024-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
| * | | | fix(occ): Add condition for isShipped | Seungmin Kim | 2024-12-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
| * | | | fix(occ): Fix linting issues | Seungmin Kim | 2024-12-17 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
| * | | | fix(occ): Fix `occ integrity:check-app` and Admin panel "rescan" deliver ↵ | Seungmin Kim | 2024-12-17 | 1 | -7/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | inconsistent results Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-18 | 152 | -320/+1046 |
| |/ / |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #49833 from nextcloud/chore/noid/coverage | Daniel | 2024-12-17 | 2 | -1/+2 |
|\ \ \ | | | | | | | | | chore: ignore vendor-bin for coverage | ||||
| * | | | ci: fix --coverage-clover does not existchore/noid/coverage | Daniel Kesselberg | 2024-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> |