aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): Update openapi-extractor to v1.0.0provokateurin2024-08-213-940/+928
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-212-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Add webhook_listeners to list of shipped appsCôme Chilliet2024-08-201-0/+1
| | | | | | As well as CODEOWNERS and l10n Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-202-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(UnifiedSearch): Focus search input on openfenn-cs2024-08-191-3/+10
| | | | | | Resolves : https://github.com/nextcloud/server/issues/47056 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-192-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(occ): add 'stop_after' option to stop the worker after some timeJulien Veyssier2024-08-161-0/+36
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #39611 from FedericoHeichou/add-command-user-welcomeJohn Molakvoæ2024-08-162-0/+87
|\
| * fix: copyright headerJohn Molakvoæ2024-08-161-20/+2
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * feat: Add user:welcome commandFedericoHeichou2024-08-162-0/+105
| | | | | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
* | Merge pull request #47248 from nextcloud/fix/settings-stylesJohn Molakvoæ2024-08-168-50/+56
|\ \ | |/ |/|
| * chore: Compile assetsFerdinand Thiessen2024-08-156-7/+7
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix: Adjust legacy CSS styles for new Nextcloud 30 designFerdinand Thiessen2024-08-152-43/+49
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-162-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(webauthn): Add user verification to webauthn challengesS1m2024-08-151-0/+27
| | | | | | | | | | | | | | | | Require user verification if all tokens are registered with UV flag, else discourage it Signed-off-by: S1m <git@sgougeon.fr> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-15116-7324/+1770
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(webauthn): Increase database column for public key idFerdinand Thiessen2024-08-142-1/+38
| | | | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/34476 There is no maximum length defined in the standard, most common the length is between 128 and 200 characters, but as we store it not in plain data but base64 encoded the length can grow about 1/3. We had a regression with 'Nitrokey 3' which created IDs with 196 byte length -> 262 bytes encoded base64. So to be save we increase the size to 512 bytes. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(AppMenu): Prevent menu entries from jumping on hoverFerdinand Thiessen2024-08-142-28/+34
| | | | | | Only grow and shrink app menu entry if needed Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(core): Limit valid avatar sizesprovokateurin2024-08-144-17/+52
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #46888 from nextcloud/jtr/bfp-settings-app-default-enableJohn Molakvoæ2024-08-141-0/+1
|\
| * feat: enable bruteforcesettings app by defaultJosh2024-07-301-0/+1
| | | | | | | | | | Brute force protection is automatically enabled. The settings app for it should be enabled by default too. Already shipped and it can still be disabled if desired. Signed-off-by: Josh <josh.t.richards@gmail.com>
* | chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where ↵Ferdinand Thiessen2024-08-136-13/+12
| | | | | | | | | | | | possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #43573 from nextcloud/HolgerHees-fix-csp-nonce-handlingFerdinand Thiessen2024-08-135-3/+7
|\ \ | | | | | | Fix for ignored `CSP_NONCE` in ContentSecurity Header
| * | feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-135-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | This way we use the CSP nonce for dynamically loaded scripts. Important to notice: The CSP nonce must NOT be injected in `content` as this can lead to value exfiltration using e.g. side-channel attacts (CSS selectors). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47189 from ↵Stephan Orbaugh2024-08-131-0/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feat/noid/ship-twofactor_nextcloud_notification chore: Ship twofactor_nextcloud_notification
| * | | chore: Ship twofactor_nextcloud_notificationJoas Schilling2024-08-131-0/+1
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / fix(avatar): Fix icon-color for action-router contacts menu optionsJoas Schilling2024-08-135-4/+5
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-104-2/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: Compile assetsFerdinand Thiessen2024-08-092-2/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(styles): Guest layout should follow the new designFerdinand Thiessen2024-08-091-35/+26
| | | | | | | | | | | | | | | | 1. Adjust some places that used the old pill-style design 2. Make indention consistent using tabs 3. Remove duplicates styles for inputs (also included in server.css) that conflic with nextcloud-vue styles Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-09110-110/+112
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Make focussed app menu entry wider to see full nameFerdinand Thiessen2024-08-082-3/+43
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #47116 from nextcloud/addColMigNotExGit'Fellow2024-08-081-4/+6
|\ \ | | | | | | fix(migration): Add column if not exists
| * | fix(migration): Add column if not existsGit'Fellow2024-08-071-4/+6
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-084-2/+16
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix: Make app menu overflow entries vertically alignedFix/app-menu-overflowFerdinand Thiessen2024-08-071-2/+3
| | | | | | | | | | | | | | | | | | | | | The `name` property expects a `text` and just adds basically a "heading" for the text, so lets instead just utilize the default slot. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix: Ensure app overflow menu is rendered centeredFerdinand Thiessen2024-08-072-43/+46
|/ / | | | | | | | | | | | | | | 1. Fix app menu overflow button to be centered 2. Ensure the overflow calculation always just removed one element (incl. refactor to use `@vueuse`) 3. Ensure we use 1.5 line height for app menu, otherwise some languages look squashed under the app icon Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #47069 from ↵Maxence Lange2024-08-071-0/+9
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/display-message-on-no-migration-attributes fix(migration-preview): display a message if no attributes set
| * | fix(migration-preview): display a message if no attributes setMaxence Lange2024-08-061-0/+9
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | occ: Revert all changes to Info.phpnooblag2024-08-071-10/+1
| | | | | | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | | occ: Remove timezone changes.Jore2024-08-072-7/+0
| | | | | | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | | occ: Add locale setting timezone to timestamps.Jore2024-08-072-0/+12
| | | | | | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | | occ: Add check for never logged in for user:info.Jore2024-08-071-1/+6
| | | | | | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | | occ: Improve timestamps for user:info.Jore2024-08-071-1/+1
| | | | | | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | | occ: Improve timestamps for user:lastseen.Jore2024-08-071-2/+2
| | | | | | | | | | | | Signed-off-by: Jore <contact@jore.cc>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-07110-296/+296
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45879 from nextcloud/export-certificate-bundleAndy Scherzinger2024-08-062-0/+36
|\ \ | | | | | | feat: add command to export certificate bundle
| * | feat: add command to export certificate bundleRobin Appelman2024-08-012-0/+36
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | feat(occ)!: Adding the `displayName` to the output of the `occ group:list ↵Thibaut2024-08-061-0/+1
| | | | | | | | | | | | | | | | | | | | | --info` command Signed-off-by: ThibautPlg <17176051+ThibautPlg@users.noreply.github.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | Merge pull request #47055 from nextcloud/feat/select-install-recommended-appsJohn Molakvoæ2024-08-061-17/+30
|\ \ \