aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | feat: add proofread task typeJana Peper2024-12-204-0/+94
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | | | | Merge pull request #49681 from rriemann/patch-1John Molakvoæ2024-12-201-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 Riemann2024-12-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values Signed-off-by: Robert Riemann <robert@riemann.cc>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-204-10/+10
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #49915 from nextcloud/bugfix/noid/create-a-gap-before-filesJoas Schilling2024-12-191-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-filesJoas Schilling2024-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #49895 from nextcloud/fix/fix-copy-to-mountpoint-rootStephan Orbaugh2024-12-191-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix: Fix copying to the root of another mountpoint
| * | | | | | fix: Fix copying to the root of another mountpointfix/fix-copy-to-mountpoint-rootCôme Chilliet2024-12-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-19168-164/+528
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #49727 from nextcloud/feat/make-tasks-types-toggleableAndy Scherzinger2024-12-1813-17/+201
|\ \ \ \ \ \ | | | | | | | | | | | | | | Feat: make taskprocessing task types toggleable
| * | | | | | fix: egt rid of unused variablefeat/make-tasks-types-toggleableJana Peper2024-12-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | fix: error handling for wrong json valuesJana Peper2024-12-183-14/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | feat: add error flags for json_decodeJana Peper2024-12-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | feat: add occ command for task type togglingJana Peper2024-12-181-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | fix(taskrpocessing): Cache result of getAvailableTaskTypesMarcel Klehr2024-12-181-31/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | | test: add explicitly enabled task type unit testJana Peper2024-12-181-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | docs: document adding of argumentJana Peper2024-12-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | feat: add occ command for task type togglingJana Peper2024-12-185-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | test: add disabled task type unit testJana Peper2024-12-181-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | fix: always regenerate availabe task typesJana Peper2024-12-181-33/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | fix: eslintJana Peper2024-12-183-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | fix: update build filesJana Peper2024-12-182-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | fix: show all types when no preferences savedJana Peper2024-12-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | feat: filter disabled apps in task types requestsJana Peper2024-12-184-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | feat: save state in dbJana Peper2024-12-183-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | | | feat: add switch in frontendJana Peper2024-12-181-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | | | | | | Merge pull request #49904 from nextcloud/enh/noid/navigationentryeventArthur Schiwon2024-12-186-0/+42
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | feat(Navigation): emit dedicated event for loading additional entries
| * | | | | | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryeventArthur Schiwon2024-12-186-0/+42
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #49917 from ↵Stephan Orbaugh2024-12-183-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 assetsnextcloud-command2024-12-182-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-registrationprovokateurin2024-12-181-1/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hosted at the root path Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #49797 from nextcloud/fix/user_status/harden-apiStephan Orbaugh2024-12-184-10/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | Harden user_status API
| * | | | | | fix(user_status): Remove non-existent "visible" field from UserStatusPredefinedfix/user_status/harden-apiprovokateurin2024-12-182-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | fix(user_status): Catch non-existing user status when setting custom user statusprovokateurin2024-12-182-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | fix(user_status): Allow null userId in UserStatusControllerprovokateurin2024-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | fix(user_status): Use constraint for findAll() offsetprovokateurin2024-12-182-2/+3
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #49577 from ehfd/17801Joas Schilling2024-12-181-6/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(occ): `occ integrity:check-app` and Admin panel "rescan" deliver inconsistent results
| * | | | | | fix(occ): Revise output conditionSeungmin Kim2024-12-171-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 editsSeungmin Kim2024-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com>
| * | | | | | fix(occ): Modify IAppManagerSeungmin Kim2024-12-171-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 isShippedSeungmin Kim2024-12-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com>
| * | | | | | fix(occ): Fix linting issuesSeungmin Kim2024-12-171-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 Kim2024-12-171-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inconsistent results Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-18152-320/+1046
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #49833 from nextcloud/chore/noid/coverageDaniel2024-12-172-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | chore: ignore vendor-bin for coverage
| * | | | | | ci: fix --coverage-clover does not existchore/noid/coverageDaniel Kesselberg2024-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | | | chore: ignore vendor-bin for coverageDaniel Kesselberg2024-12-161-0/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #49432 from nextcloud/feat/files-shortcutsJohn Molakvoæ2024-12-1781-234/+1136
|\ \ \ \ \ \ | | | | | | | | | | | | | | feat(files): add keyboard shortcuts
| * | | | | | chore: compile assetsfeat/files-shortcutsskjnldsv2024-12-1745-60/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | feat(systemtags): add systemtag manage keyboard shortcutskjnldsv2024-12-1713-43/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>