aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | | Merge pull request #49637 from nextcloud/fix/app-remove-wordingPytal2024-12-041-2/+2
|\ \ \ | | | | | | | | fix: Correct wording when attempting to remove a disabled app
| * | | fix: Correct wording when attempting to remove a disabled appChristopher Ng2024-12-031-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | feat(ocm): signing ocm requestsMaxence Lange2024-12-042-6/+141
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-044-4/+8
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(maintenance): Show a success message on data-fingerprint commandJoas Schilling2024-12-021-1/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-022-0/+4
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-012-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-302-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-286-4/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(TaskProcessing): Set up fs in getFileContentsInternalfix/taskprocessing-api-get-file-contentsMarcel Klehr2024-11-261-0/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-262-6/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49433 from ↵Louis2024-11-251-5/+8
|\ | | | | | | | | nextcloud/artonge/feat/maintenance_warn_encrypt_all feat: Warn about maintenance in EncryptAll command
| * feat: Warn about maintenance in EncryptAll commandartonge/feat/maintenance_warn_encrypt_allLouis Chemineau2024-11-251-5/+8
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-254-0/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2410-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>