aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | chore: generate openapi specsfix/noid/broken-taskprocessing-apiJulien Veyssier2025-01-092-32/+32
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | fix(taskprocessing): /tasktypes endpoint was broken by #49015Julien Veyssier2025-01-092-28/+68
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0918-2/+50
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-08114-114/+114
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #49377 from nextcloud/enh/add-first-login-timestampPytal2025-01-072-2/+24
|\ \ | | | | | | feat: Add first login timestamp of each user to oc_preferences and user:info output
| * | feat(occ): Show first_seen in output of user:list --infoCôme Chilliet2025-01-072-19/+24
| | | | | | | | | | | | | | | | | | Also format unknown and never in a better way. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat(users): Use -1 for unknown firstLogin instead of setting it to current dateCôme Chilliet2025-01-071-2/+18
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat: Add first login timestamp of each user to oc_preferences and user:info ↵Côme Chilliet2025-01-071-0/+1
| | | | | | | | | | | | | | | | | | output Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #49670 from nextcloud/feat/allow-oauth-grant-bypassArthur Schiwon2025-01-071-8/+9
|\ \ \ | |/ / |/| | feat(oauth): Allow to skip grant step for selected applications
| * | fix: Remove skip of grant page, only skip first stepCôme Chilliet2025-01-071-6/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat(oauth2): Skip page before login as well for authorized applicationsCôme Chilliet2025-01-071-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat(oauth): Allow to skip the grant step for selected applicationsCôme Chilliet2025-01-071-7/+14
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(setup): clarify installation wording to be clear that it is about ↵Jan C. Borchardt2025-01-071-3/+3
|/ / | | | | | | | | | | account creation Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com>
* | refactor(OpenAPI): Adjust scopes to match previous behaviorprovokateurin2025-01-069-0/+20
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-056-14/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: improve wording of occ:upgrade command when no upgrade is requiredocc-upgrade-wordingRobin Appelman2025-01-031-1/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-032-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-254-0/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-232-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-222-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-212-72/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49560 from nextcloud/fix/login-originStephan Orbaugh2024-12-201-8/+27
|\ | | | | feat(login): add origin check at login
| * feat(login): add origin check at loginBenjamin Gaussorgues2024-12-051-8/+27
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | fix: Redirect user to login if session is terminatedFerdinand Thiessen2024-12-191-6/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-192-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: error handling for wrong json valuesJana Peper2024-12-181-9/+14
| | | | | | | | 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>
* | feat: add occ command for task type togglingJana Peper2024-12-182-0/+61
| | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | 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-186-14/+16
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-172-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(ReferenceApiController): Bump rate limit for public resolve endpointfix/resolve_public_rate_limitJonas2024-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | E.g. text documents might contain hundreds of links whose previews need to get loaded. Fixes: nextcloud/collectives#1607 Signed-off-by: Jonas <jonas@freesources.org>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-164-62/+64
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-102-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-092-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-084-6/+20
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49477 from nextcloud/hasTableTaskprocessingTasksGit'Fellow2024-12-061-5/+7
|\ \ \ | | | | | | | | fix(migration): Check if table exists
| * | | fix(migration): Check if table existshasTableTaskprocessingTasksGit'Fellow2024-11-251-5/+7
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | feat(systemtags): allow setting color with occskjnldsv2024-12-061-2/+23
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | feat(systemtags): add color support backendskjnldsv2024-12-061-60/+0
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-066-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(db): Create the systag_by_objectid index for new installationsChristoph Wurst2024-12-051-0/+2
| |_|/ |/| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | fix: Show errors in encryption:migrate-key-storage-format and continue to ↵Côme Chilliet2024-12-041-10/+20
| | | | | | | | | | | | | | | | | | other files Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | chore: Improve typing in core/Command/Encryption/MigrateKeyStorage.phpCôme Chilliet2024-12-041-17/+7
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>