Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-20 | 4 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-18 | 2 | -8/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-17 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-16 | 4 | -2/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-15 | 2 | -14/+18 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-13 | 4 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | test: add tests for ProfilePageController | Daniel Kesselberg | 2024-06-12 | 1 | -2/+11 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge pull request #45817 from nextcloud/backport/45698/stable28 | John Molakvoæ | 2024-06-12 | 2 | -7/+19 |
|\ | |||||
| * | fix(core): Return X-NC-IsCustomAvatar for guest avatars too | provokateurin | 2024-06-12 | 2 | -5/+7 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix(files_sharing): dark avatar support | skjnldsv | 2024-06-12 | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | fix(core): allow guest avatar fallback | skjnldsv | 2024-06-12 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #45704 from nextcloud/backport/43942/stable28 | Arthur Schiwon | 2024-06-12 | 1 | -1/+4 |
|\ \ | |/ |/| | [stable28] fix(Session): avoid password confirmation on SSO | ||||
| * | fix(Session): avoid password confirmation on SSO | Arthur Schiwon | 2024-06-12 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | SSO backends like SAML and OIDC tried a trick to suppress password confirmations as they are not possible by design. At least for SAML it was not reliable when existing user backends where used as user repositories. Now we are setting a special scope with the token, and also make sure that the scope is taken over when tokens are regenerated. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-12 | 4 | -2/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-10 | 2 | -0/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-09 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-08 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #45028 from nextcloud/backport/44972/stable28 | John Molakvoæ | 2024-06-07 | 2 | -1/+6 |
|\ \ | |/ |/| | |||||
| * | fix(unifiedSearch): Prevent broken avatars for federated users | fenn-cs | 2024-06-07 | 2 | -1/+6 |
| | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | | fix: Fix truncation on public shares | Christopher Ng | 2024-06-07 | 6 | -14/+29 |
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-07 | 14 | -2/+28 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-06 | 52 | -0/+60 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #45643 from nextcloud/backport/45632/stable28 | Benjamin Gaussorgues | 2024-06-05 | 2 | -4/+6 |
|\ | |||||
| * | fix(core): Add missing null value possibility to Resource and Reference ↵ | provokateurin | 2024-06-04 | 2 | -4/+6 |
| | | | | | | | | | | | | richObject Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #45646 from nextcloud/backport/45455/stable28 | Benjamin Gaussorgues | 2024-06-05 | 2 | -11/+11 |
|\ \ | |||||
| * | | fix(core): Fix NavigationEntry typing | provokateurin | 2024-06-04 | 2 | -2/+9 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | fix(NavigationManager): Make entry order always an integer | provokateurin | 2024-06-04 | 2 | -10/+3 |
| |/ | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-05 | 104 | -548/+1550 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(core): remove unwanted unsupported browser import | John Molakvoæ | 2024-06-04 | 1 | -2/+0 |
| | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | fix(core): unsupported browser `getRootUrl` import | John Molakvoæ | 2024-06-04 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | fix(core): unsupported browser redirect url | John Molakvoæ (skjnldsv) | 2024-06-04 | 2 | -2/+14 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | fix(caldav): automatically delete outdated scheduling objects | Anna Larch | 2024-06-03 | 1 | -0/+6 |
|/ | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | chore: compile assets | Christopher Ng | 2024-05-31 | 2 | -2/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(core): package-x-generic svg width and height | John Molakvoæ | 2024-05-31 | 1 | -1/+1 |
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
* | fix(theming): replace standard generic package icon by material design | skjnldsv | 2024-05-30 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #45552 from nextcloud/backport/45430/stable28 | Ferdinand Thiessen | 2024-05-29 | 5 | -4/+5 |
|\ | | | | | [stable28] Fix header menu icon color | ||||
| * | chore: Compile assets | Ferdinand Thiessen | 2024-05-29 | 4 | -4/+4 |
| | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | fix(theming): When selected a background image make header color independent ↵ | Ferdinand Thiessen | 2024-05-28 | 1 | -0/+1 |
| | | | | | | | | | | | | of primary color Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #45289 from nextcloud/backport/44218/stable28 | Josh | 2024-05-28 | 5 | -2/+63 |
|\ \ | | | | | | | [stable28] feat: Limit email input to 255 chars | ||||
| * | | feat: Limit email input on auth pages to 255 chars | fenn-cs | 2024-05-28 | 5 | -2/+63 |
| |/ | | | | | | | | | | | | | | | | | Excessively long emails reported make server unresponsive. We could at some point, consider adding a configuration for sysadmins to bypass this setting on their instance if they want. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* / | fix(contactsmenu): empty content margin | Richard Steinmetz | 2024-05-26 | 1 | -0/+4 |
|/ | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix(search): Limit maximum number of search results | Joas Schilling | 2024-05-15 | 2 | -3/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-05-08 | 2 | -18/+18 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-05-07 | 2 | -24/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-05-04 | 4 | -26/+40 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(icons): Update files icon | provokateurin | 2024-05-03 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-30 | 4 | -4/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-27 | 2 | -0/+30 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-25 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-24 | 2 | -0/+34 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |