Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-17 | 2 | -0/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #49940 from nextcloud/backport/49208/stable30 | Ferdinand Thiessen | 2025-01-16 | 1 | -6/+53 | |
|\ | | | | | [stable30] fix: Redirect user to login if session is terminated | |||||
| * | fix: Redirect user to login if session is terminated | Ferdinand Thiessen | 2025-01-09 | 1 | -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> | |||||
* | | Merge pull request #49680 from nextcloud/backport/49677/stable30 | Ferdinand Thiessen | 2025-01-16 | 1 | -0/+2 | |
|\ \ | | | | | | | [stable30] fix(db): Create the systag_by_objectid index for new installations | |||||
| * | | fix(db): Create the systag_by_objectid index for new installationsbackport/49677/stable30 | Christoph Wurst | 2024-12-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-16 | 2 | -0/+4 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-14 | 2 | -0/+6 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-13 | 6 | -0/+20 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-12 | 2 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-11 | 4 | -0/+12 | |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-09 | 18 | -2/+50 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-08 | 114 | -114/+114 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(setup): clarify installation wording to be clear that it is about ↵backport/49962/stable30 | Jan C. Borchardt | 2025-01-07 | 1 | -3/+3 | |
| | | | | | | | | | | | | account creation Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-05 | 6 | -14/+18 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-03 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-25 | 4 | -0/+26 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-23 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-22 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-21 | 2 | -72/+76 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(share): render conflict modal in public shares | Max | 2024-12-19 | 1 | -1/+10 | |
| | | | | | | | | | | | | Handle templates with license comments in `octemplate.js`. Signed-off-by: Max <max@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-19 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-18 | 6 | -14/+16 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #49884 from nextcloud/backport/49801/stable30 | Jonas | 2024-12-17 | 1 | -1/+1 | |
|\ \ | | | | | | | [stable30] fix(ReferenceApiController): Bump rate limit for public resolve endpoint | |||||
| * | | fix(ReferenceApiController): Bump rate limit for public resolve endpointbackport/49801/stable30 | Jonas | 2024-12-16 | 1 | -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 Transifex | Nextcloud bot | 2024-12-17 | 2 | -0/+4 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-16 | 4 | -62/+64 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #49591 from nextcloud/backport/49587/stable30 | John Molakvoæ | 2024-12-12 | 1 | -1/+3 | |
|\ \ | | | | | | | [stable30] fix(maintenance): Show a success message on data-fingerprint command | |||||
| * | | fix(maintenance): Show a success message on data-fingerprint commandbackport/49587/stable30 | Joas Schilling | 2024-12-02 | 1 | -1/+3 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #49690 from nextcloud/backport/49477/stable30 | John Molakvoæ | 2024-12-12 | 1 | -5/+7 | |
|\ \ \ | ||||||
| * | | | fix(migration): Check if table existsbackport/49477/stable30 | Git'Fellow | 2024-12-06 | 1 | -5/+7 | |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-10 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-09 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-08 | 4 | -6/+20 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-06 | 6 | -0/+6 | |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-04 | 4 | -4/+8 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-02 | 2 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-01 | 2 | -0/+12 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-30 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-28 | 6 | -4/+10 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(TaskProcessing): Set up fs in getFileContentsInternalbackport/49489/stable30 | Marcel Klehr | 2024-11-26 | 1 | -0/+3 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-26 | 2 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable30 | provokateurin | 2024-11-25 | 2 | -3/+3 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-25 | 4 | -0/+18 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-24 | 10 | -0/+12 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-23 | 4 | -0/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-22 | 4 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-21 | 8 | -2/+10 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-20 | 102 | -104/+104 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(core): Do not use `v-html` for translation output | Ferdinand Thiessen | 2024-11-19 | 1 | -1/+1 | |
| | | | | | | | | | | The content that can be renderered does *not* include HTML (see `recommended` object). But `v-html` was used, this is potentially dangerous, even though we sanitize the translation values, so no urgent harm but better safe than sorry. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-19 | 4 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |