aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1654-82/+340
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47258 from ↵Joas Schilling2024-08-155-11/+25
|\ | | | | | | | | nextcloud/bugfix/noid/translated-predefined-user-status Don't save translated predefined user status as custom status
| * chore(assets): Recompile assetsJoas Schilling2024-08-154-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(userstatus): Don't set predefined user status as custom when changing ↵Joas Schilling2024-08-151-5/+19
| | | | | | | | | | | | "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #47252 from ↵Joas Schilling2024-08-151-2/+3
|\ \ | |/ |/| | | | | nextcloud/bugfix/noid/dont-crash-when-creating-folder fix(adminaudit): Don't crash when creating folder
| * fix(adminaudit): Don't crash when creating folderJoas Schilling2024-08-151-2/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #47253 from nextcloud/feat/webauthn-uvJoas Schilling2024-08-157-9/+57
|\ \ | |/ |/| feat(webauthn): Add user verification to webauthn challenges
| * feat(webauthn): Add user verification to webauthn challengesS1m2024-08-157-9/+57
|/ | | | | | | | 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-151438-24654/+6754
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47240 from nextcloud/fix/webauth-credentials-lengthFerdinand Thiessen2024-08-154-1/+40
|\ | | | | fix(webauthn): Increase database column for public key id
| * fix(webauthn): Increase database column for public key idFerdinand Thiessen2024-08-144-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 #47203 from nextcloud/fix/app-menu-hoverFerdinand Thiessen2024-08-144-31/+37
|\ | | | | fix(AppMenu): Prevent menu entries from jumping on hover
| * chore: Compile assetsFerdinand Thiessen2024-08-142-3/+3
| | | | | | | | 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>
* | Merge pull request #47225 from nextcloud/dependabot/npm_and_yarn/is-svg-5.1.0dependabot[bot]2024-08-142-7/+6
|\ \ | |/ |/|
| * chore(deps): bump is-svg from 5.0.1 to 5.1.0dependabot[bot]2024-08-142-7/+6
|/ | | | | | | | | | | | | | Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: is-svg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #47212 from nextcloud/chore/master-is-now-31John Molakvoæ2024-08-1440-71/+108
|\
| * fix(3rdparty): Update 3rdparty after dependabot changesJoas Schilling2024-08-141-0/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * chore(assets): Recompile assetsJoas Schilling2024-08-142-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-08-1430-60/+60
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat(release)!: Bump Server version to 31Joas Schilling2024-08-141-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(security): Update expiration date in security.txtJoas Schilling2024-08-141-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(CI)!: Add stable30 to and remove stable27 from GitHub ActionsJoas Schilling2024-08-145-4/+41
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #46809 from ↵Kate2024-08-144-24/+16
|\ \ | | | | | | | | | nextcloud/refactor/files_external/security-attributes
| * | refactor(files_external): Replace security annotations with respective ↵provokateurin2024-08-144-24/+16
| | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #47211 from nextcloud/fix/core/limit-valid-avatar-sizesJohn Molakvoæ2024-08-144-17/+52
|\ \ \
| * | | fix(core): Limit valid avatar sizesprovokateurin2024-08-144-17/+52
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #47201 from ↵Christoph Wurst2024-08-142-2/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/also-run-user-status-automation-for-start-and-end fix(userstatus): run user status automation job for start and end events
| * | | | fix(userstatus): run user status automation job for start and end eventsAnna Larch2024-08-142-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | Merge pull request #46887 from nextcloud/fix/versions-catch-insertion-errorJohn Molakvoæ2024-08-141-1/+21
|\ \ \ \ \
| * | | | | fix(files_versions): Catch constraint error on version insertionCôme Chilliet2024-07-301-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #46966 from nextcloud/fix/cache-uploader-get-content-functionJohn Molakvoæ2024-08-147-18/+42
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | chore: compile assetsskjnldsv2024-08-144-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | perf(files): Cache `getContents` function used for uploaderFerdinand Thiessen2024-08-143-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of trigger a PROPFIND for every new-menu entry clicks, or conflict handling of uploads, we can just use the cached content from the file store. If we do not have any cache entry we fetch new, but otherwise this is not needed. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #46813 from ↵Kate2024-08-141-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/files_versions/security-attributes
| * | | | | | refactor(files_versions): Replace security annotations with respective ↵provokateurin2024-07-271-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #46812 from ↵Kate2024-08-141-3/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | nextcloud/refactor/files_trashbin/security-attributes
| * | | | | | refactor(files_trashbin): Replace security annotations with respective ↵provokateurin2024-07-271-3/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #47016 from nextcloud/refactor/cleanup-files-viewJohn Molakvoæ2024-08-144-65/+23
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-08-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | refactor(files): Drop unneeded initial stateFerdinand Thiessen2024-08-142-62/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initial state is no longer used, it was only used in legacy UI and in the f2v rewrite it was only used for the `id` which can be loaded just from the URL. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #46806 from nextcloud/refactor/federation/security-attributesKate2024-08-142-20/+20
|\ \ \ \ \ \
| * | | | | | refactor(federation): Replace security annotations with respective attributesprovokateurin2024-07-282-20/+20
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #46814 from nextcloud/refactor/oauth2/security-attributesKate2024-08-142-8/+12
|\ \ \ \ \ \
| * | | | | | refactor(oauth2): Replace security annotations with respective attributesprovokateurin2024-07-292-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #46816 from nextcloud/refactor/settings/security-attributesKate2024-08-1413-75/+91
|\ \ \ \ \ \ \
| * | | | | | | refactor(settings): Replace security annotations with respective attributesprovokateurin2024-07-2713-75/+91
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #46821 from ↵Kate2024-08-141-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/updatenotification/security-attributes
| * | | | | | | refactor(updatenotification): Replace security annotations with respective ↵provokateurin2024-07-271-2/+4
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #47207 from nextcloud/fix/sticky-nav-itemJohn Molakvoæ2024-08-143-4/+9
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | |_|_|_|_|/ |/| | | | |