aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-2312-20/+104
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49961 from nextcloud/chore/update-gw-codeowners-2Joas Schilling2024-12-221-2/+2
|\ | | | | chore(github): Update groupware code owners
| * chore(github): Update groupware code ownerschore/update-gw-codeowners-2Daniel Kesselberg2024-12-221-2/+2
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-2226-2/+230
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-21158-88/+376
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49560 from nextcloud/fix/login-originStephan Orbaugh2024-12-205-18/+71
|\ | | | | feat(login): add origin check at login
| * chore: Bump @nextcloud/cypress to v1.0.0-beta.12fix/login-originLouis Chemineau2024-12-052-5/+5
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * feat(login): add origin check at loginBenjamin Gaussorgues2024-12-055-18/+71
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #48662 from nextcloud/feat/dav-paginationStephan Orbaugh2024-12-208-6/+237
|\ \ | | | | | | feat(dav): introduce paginate with custom headers
| * | chore(systemtags): pre-compute user authorizationsfeat/dav-paginationBenjamin Gaussorgues2024-12-201-5/+7
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | feat(dav): introduce paginate with custom headersBenjamin Gaussorgues2024-12-207-1/+230
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Merge pull request #49208 from nextcloud/fix/forward-user-login-if-no-sessionJohn Molakvoæ2024-12-204-9/+118
|\ \ \ | | | | | | | | fix: Redirect user to login if session is terminated
| * | | chore(assets): Recompile assetsfix/forward-user-login-if-no-sessionnextcloud-command2024-12-192-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix: Redirect user to login if session is terminatedFerdinand Thiessen2024-12-192-6/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a session timed out or was closed in another tab, then currently the user gets random error messages. This intercepts 401 responses (should only happen if logged out, or the users does something wrong). If we get a 401, we make sure its because of the session, by checking if the user can access the files app. If that is also the case we forward the user to the login page and set the redirect URL to the last used URL. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #49929 from ↵John Molakvoæ2024-12-203-3/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/no-issue/file-request-disable-when-no-public-upload fix(files_sharing): Hide file request if public uploads disabled
| * | | | chore(assets): Recompile assetsfix/no-issue/file-request-disable-when-no-public-uploadnextcloud-command2024-12-202-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files_sharing): Hide file request if public uploads disablednfebe2024-12-201-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-tasktypeAndy Scherzinger2024-12-204-0/+94
|\ \ \ \ | |_|/ / |/| | | [TaskProcessing] feat: add proofread task type
| * | | docs: fix version numberfeat/add-proofread-tasktypejanepie2024-12-201-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: janepie <49834966+janepie@users.noreply.github.com>
| * | | 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>