aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | chore(assets): Recompile assetsfix/settings/ex-apps-searchnextcloud-command2025-01-024-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(app-store): add missing exApps list items to search filterAndrey Borysenko2025-01-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | | | | | Merge pull request #50026 from nextcloud/bugfix/noid/prevent-infitnite-loopJoas Schilling2025-01-032-0/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(logger): Prevent infinite recursion with log.condition => users or matches
| * | | | | | fix(logger): Prevent infinite recursion with log.condition => matchesbugfix/noid/prevent-infitnite-loopJoas Schilling2025-01-032-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we need to check the log condition for a user matches, there is a risk that something on the way checks the log level and would result in an infinite loop. So we simply check if it's a nested call and use the default warning level in that case. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #50025 from nextcloud/fix/flaky-cypressJohn Molakvoæ2025-01-034-12/+28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | chore: enable cypress video recording in debug modefix/flaky-cypressskjnldsv2025-01-032-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | fix(cypress): flaky live photo test grid_view trigger issueskjnldsv2025-01-032-8/+20
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | Merge pull request #50009 from nextcloud/jtr/preview-thumb-robustnessJoas Schilling2025-01-035-2/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(previews): Make thumbnail generation a bit more robust
| * | | | | | chore(Previews): make thumbnail generation more robustjtr/preview-thumb-robustnessJosh2025-01-025-2/+37
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | | Merge pull request #50017 from ↵Joas Schilling2025-01-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/run-kerberos-tests-on-ubuntu-latest chore(ci): Run kerberos tests on ubuntu-latest
| * | | | | | chore(ci): Run kerberos tests on ubuntu-latestfix/noid/run-kerberos-tests-on-ubuntu-latestMarcel Müller2025-01-021-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0312-6/+70
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #49974 from nextcloud/backport/49973/masterJohn Molakvoæ2025-01-023-6/+66
|\ \ \ \ \ | | | | | | | | | | | | fix(federatedfilesharing): get share by token fallback
| * | | | | fix(federatedfilesharing): get share by token fallbackbackport/49973/masterskjnldsv2024-12-282-5/+65
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | fix(federatedfilesharing): fix notification typoskjnldsv2024-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-026-2/+52
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #49997 from ↵Joas Schilling2025-01-012-88/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] fix(security): Update CA certificate bundle
| * | | | | fix(security): Update CA certificate bundlenextcloud-command2025-01-012-88/+3
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-3182-130/+48
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-3016-32/+74
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-292-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49887 from nextcloud/scan-home-ext-storaeJohn Molakvoæ2024-12-282-10/+7
|\ \ \ \ | |/ / / |/| | | fix: don't skip scanner users filesystem if they have a mountpoint at /<user>/files/
| * | | chore: update baselinescan-home-ext-storaeRobin Appelman2024-12-271-8/+0
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix: don't skip scanner users filesystem if they have a mountpoint at ↵Robin Appelman2024-12-271-2/+7
| |/ / | | | | | | | | | | | | | | | /<user>/files/ Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-12-288-6/+72
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-272-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-264-2/+48
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-2524-4/+470
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-24232-228/+332
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #49847 from nextcloud/removeNoisyTextEmailsGit'Fellow2024-12-233-32/+0
|\ \ | | | | | | fix(shares): Remove noisy text from email
| * | fix(shares): Remove noisy text from emailsremoveNoisyTextEmailsGit'Fellow2024-12-163-32/+0
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | 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>