aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-204-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-182-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-172-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-164-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-152-14/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-134-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: add tests for ProfilePageControllerDaniel Kesselberg2024-06-121-2/+11
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #45817 from nextcloud/backport/45698/stable28John Molakvoæ2024-06-122-7/+19
|\
| * fix(core): Return X-NC-IsCustomAvatar for guest avatars tooprovokateurin2024-06-122-5/+7
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * fix(files_sharing): dark avatar supportskjnldsv2024-06-121-7/+7
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * fix(core): allow guest avatar fallbackskjnldsv2024-06-121-0/+10
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #45704 from nextcloud/backport/43942/stable28Arthur Schiwon2024-06-121-1/+4
|\ \ | |/ |/| [stable28] fix(Session): avoid password confirmation on SSO
| * fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-121-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 TransifexNextcloud bot2024-06-124-2/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-102-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-092-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-082-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45028 from nextcloud/backport/44972/stable28John Molakvoæ2024-06-072-1/+6
|\ \ | |/ |/|
| * fix(unifiedSearch): Prevent broken avatars for federated usersfenn-cs2024-06-072-1/+6
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | fix: Fix truncation on public sharesChristopher Ng2024-06-076-14/+29
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-0714-2/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-0652-0/+60
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45643 from nextcloud/backport/45632/stable28Benjamin Gaussorgues2024-06-052-4/+6
|\
| * fix(core): Add missing null value possibility to Resource and Reference ↵provokateurin2024-06-042-4/+6
| | | | | | | | | | | | richObject Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #45646 from nextcloud/backport/45455/stable28Benjamin Gaussorgues2024-06-052-11/+11
|\ \
| * | fix(core): Fix NavigationEntry typingprovokateurin2024-06-042-2/+9
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | fix(NavigationManager): Make entry order always an integerprovokateurin2024-06-042-10/+3
| |/ | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-05104-548/+1550
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(core): remove unwanted unsupported browser importJohn Molakvoæ2024-06-041-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` importJohn Molakvoæ2024-06-041-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 urlJohn Molakvoæ (skjnldsv)2024-06-042-2/+14
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-06-031-0/+6
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* chore: compile assetsChristopher Ng2024-05-312-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(core): package-x-generic svg width and heightJohn Molakvoæ2024-05-311-1/+1
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix(theming): replace standard generic package icon by material designskjnldsv2024-05-301-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #45552 from nextcloud/backport/45430/stable28Ferdinand Thiessen2024-05-295-4/+5
|\ | | | | [stable28] Fix header menu icon color
| * chore: Compile assetsFerdinand Thiessen2024-05-294-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 Thiessen2024-05-281-0/+1
| | | | | | | | | | | | of primary color Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #45289 from nextcloud/backport/44218/stable28Josh2024-05-285-2/+63
|\ \ | | | | | | [stable28] feat: Limit email input to 255 chars
| * | feat: Limit email input on auth pages to 255 charsfenn-cs2024-05-285-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 marginRichard Steinmetz2024-05-261-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 resultsJoas Schilling2024-05-152-3/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-082-18/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-072-24/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-044-26/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(icons): Update files iconprovokateurin2024-05-031-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-304-4/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-272-0/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-252-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-242-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>