aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-066-6/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-051-0/+47
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix: Migrate existing bg jobs to use sha256Louis Chemineau2024-09-051-0/+83
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0516-2/+78
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-04110-820/+328
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-032-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(assets): Recompile assetsnextcloud-command2024-09-024-4/+4
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(css): make scrollbar visible againprotoclown2024-09-031-2/+1
| | | | Signed-off-by: protoclown <ornano@felinn.org>
* Merge pull request #47641 from nextcloud/backport/47616/stable30Andy Scherzinger2024-09-035-20/+21
|\ | | | | [stable30] fix(css): Adjust header styles to only add focus-visible styles to menu
| * chore(assets): Recompile assetsnextcloud-command2024-08-304-4/+4
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(css): Adjust header styles to only add focus-visible styles to menuFerdinand Thiessen2024-08-301-16/+17
| | | | | | | | | | | | Only the main menu should be styles by the header styles, not the popover menus. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(UnifiedSearch): Restore normal dialog sizefenn-cs2024-09-021-1/+3
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-012-0/+70
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-304-14/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: optimise getWrongShareOwnership queryHamza Mahjoubi2024-08-291-1/+1
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* Merge pull request #47574 from nextcloud/backport/37303/stable30Andy Scherzinger2024-08-291-4/+1
|\ | | | | [stable30] fix(provisionning_api): Remove parameters that are not set into template
| * fix(provisionning_api): Remove parameters that are not set into templateThomas Citharel2024-08-281-4/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | feat(webhook_listeners): Enable the app by defaultCôme Chilliet2024-08-281-1/+2
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat: Improve encryption mode detection in occ info:fileLouis Chemineau2024-08-281-2/+9
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-264-8/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-252-18/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47437 from nextcloud/backport/47419/stable30Andy Scherzinger2024-08-231-1/+4
|\ | | | | [stable30] fix(migration): Add missing migration attributes
| * fix(migration): Add missing migration attributesJoas Schilling2024-08-221-1/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-232-0/+24
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(webauthn): Increase database column for public key idFerdinand Thiessen2024-08-222-1/+40
| | | | | | | | | | | | | * 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>
* Merge pull request #47389 from nextcloud/backport/47381/stable30Andy Scherzinger2024-08-213-940/+928
|\ | | | | [stable30] chore(deps): Update openapi-extractor to v1.0.0
| * chore(deps): Update openapi-extractor to v1.0.0provokateurin2024-08-213-940/+928
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix: Disable auto-zoom on iOSFerdinand Thiessen2024-08-214-4/+12
|/ | | | | | | | When using iOS and focussing an input element the view should not be zoomed. So if we set a maximum scale iOS will not auto-zoom but still allow users to zoom. But we can not do this by default as this will disable user zoom on Chrome. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #47333 from nextcloud/backport/47319/stable30Andy Scherzinger2024-08-211-3/+10
|\ | | | | [stable30] fix(UnifiedSearch): Focus search input on open
| * fix(UnifiedSearch): Focus search input on openfenn-cs2024-08-201-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-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>
* Merge pull request #47255 from nextcloud/backport/47253/stable30Joas Schilling2024-08-201-0/+27
|\ | | | | [stable30] feat(webauthn): Add user verification to webauthn challenges
| * 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-202-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47292 from nextcloud/backport/47277/stable30Julius Härtl2024-08-191-0/+36
|\ \ | | | | | | [stable30] [occ:bg-job:worker] Add 'stop_after' option
| * | 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>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-192-4/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: Compile assetsFerdinand Thiessen2024-08-166-7/+7
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: Adjust legacy CSS styles for new Nextcloud 30 designFerdinand Thiessen2024-08-162-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>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-15116-7324/+1770
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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