summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #47746 from nextcloud/backport/47738/stable28Kate2024-09-043-4/+4
|\
| * chore(assets): Recompile assetsnextcloud-command2024-09-042-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files): undefined sidebarskjnldsv2024-09-041-1/+1
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #47732 from nextcloud/backport/44344/stable28Richard Steinmetz2024-09-043-4/+4
|\ | | | | [stable28] fix(dav): adjust usages of webdav.customRequest
| * fix(dav): adjust usages of webdav.customRequestRichard Steinmetz2024-09-043-4/+4
|/ | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #47722 from nextcloud/backport/47721/stable28John Molakvoæ2024-09-043-4/+4
|\
| * chore(assets): Recompile assetsnextcloud-command2024-09-032-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix: only keep major as server version John Molakvoæ2024-09-031-1/+1
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-04324-1190/+952
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47714 from nextcloud/backport/47674/stable28Kate2024-09-035-13/+13
|\
| * fix(settings): Fix sharing exclude groups from password requirement option ↵provokateurin2024-09-035-13/+13
| | | | | | | | | | | | | | not working Signed-off-by: provokateurin <kate@provokateurin.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #46680 from nextcloud/backport/44294/stable28Andy Scherzinger2024-09-034-0/+30
|\ \ | | | | | | [stable28] fix: Pass the mountpoint target user to storages without owner
| * | Update lib/public/Files/Storage/IStorage.phpAndy Scherzinger2024-09-031-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * | fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-09-034-0/+30
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Storages that do not have a dedicated owner (e.g. groupfolders, external storages) currently always assume the current session user as the owner. This leads to several issues when there is no user session but a node is obtained through a user folder. In order to have the correct user available we need to pass the user that is used to setup a mountpoint along to the storage layer as we generally assume that an owner is available for those. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #47701 from nextcloud/backport/47635/stable28Andy Scherzinger2024-09-0318-64/+127
|\ \ | |/ |/| [stable28] [oauth2] Store hashed secret instead of encrypted
| * chore(assets): Recompile assetsnextcloud-command2024-09-036-9/+9
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(oauth2): fix testsJulien Veyssier2024-09-033-9/+9
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * fix(oauth2): store hashed secret instead of encryptedJulien Veyssier2024-09-0312-55/+118
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Merge pull request #47697 from nextcloud/backport/47627/stable28Andy Scherzinger2024-09-031-4/+14
|\ \ | |/ |/| [stable28] [LinkReferenceProvider] Better size check
| * fix(linkReferenceProvider): better size checkJulien Veyssier2024-09-031-4/+14
|/ | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0326-2/+134
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47669 from nextcloud/automated/noid/stable28-fix-npm-auditAndy Scherzinger2024-09-0277-147/+126
|\ | | | | [stable28] Fix npm audit
| * fix(deps): Fix npm auditnextcloud-command2024-09-0177-147/+126
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0218-6/+60
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0112-8/+82
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47639 from nextcloud/backport/47465/stable28Ferdinand Thiessen2024-08-313-10/+35
|\ | | | | [stable28] fix(files): Reset drop notice on firefox
| * fix(files): missing RawLocation type importJohn Molakvoæ2024-08-303-3/+4
| | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * chore(assets): Recompile assetsnextcloud-command2024-08-300-0/+0
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files): Reset drop notice on firefoxFerdinand Thiessen2024-08-301-7/+31
| | | | | | | | | | | | | | | | | | | | | | On firefox there is an old bug where when you move a dragged file outside the window the `dragleave` event is never emitted. So we just use a timeout to reset the drag over state. Also a small change: Use the ID of the main container instead of relying on tag name and class. (The ID is guranteed as other APIs rely on it, while the class is just used internally). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-314-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-30292-700/+1072
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47624 from nextcloud/backport/47567/stable28Josh2024-08-301-1/+1
|\ | | | | [stable28] fix(config): Avoid error messages for restricted opcache API
| * fix(config): Avoid error messages for restricted opcache APIJosh2024-08-301-1/+1
| | | | | | | | | | | | | | Make changes recently added via #44230 match #8188 to avoid failures in restricted hosting environments. Fixes #47562 Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Merge pull request #47622 from nextcloud/backport/47598/stable28Simon L.2024-08-301-0/+8
|\ \ | |/ |/| [stable28] fix: re-enable content-length header via htaccess
| * fix: re-enable content-length header via htaccessSimon L.2024-08-301-0/+8
|/ | | | Signed-off-by: Simon L. <szaimen@e.mail.de>
* Merge pull request #47336 from nextcloud/backport/47332/stable28Andy Scherzinger2024-08-293-4/+8
|\ | | | | [stable28] fix(caldav): allow renaming of birthday calendars
| * fix(caldav): allow renaming of birthday calendarsAnna Larch2024-08-203-4/+8
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #47246 from nextcloud/backport/47240/stable28Ferdinand Thiessen2024-08-294-1/+40
|\ \ | | | | | | [stable28] fix(webauthn): Increase database column for public key id
| * | fix(webauthn): Increase database column for public key idFerdinand Thiessen2024-08-274-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>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-29112-184/+304
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #47576 from nextcloud/backport/47525/stable28Andy Scherzinger2024-08-291-1/+1
|\ \ \ | | | | | | | | [stable28] fix: optimise `getWrongShareOwnership` query
| * | | fix: optimise getWrongShareOwnership queryHamza Mahjoubi2024-08-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | | Merge pull request #47572 from nextcloud/backport/37303/stable28Kate2024-08-281-4/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix(provisionning_api): Remove parameters that are not set into templateThomas Citharel2024-08-281-4/+1
|/ / / | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-08-28142-512/+150
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47537 from nextcloud/backport/47500/stable28Elizabeth Danzberger2024-08-273-4/+4
|\ \ | | | | | | [stable28] fix(files): fix list gap at bottom
| * | chore: rebuild assetsElizabeth Danzberger2024-08-272-3/+3
| | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | fix(files): fix list gap at bottomElizabeth Danzberger2024-08-271-1/+1
|/ / | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #47531 from nextcloud/backport/47509/stable28Git'Fellow2024-08-271-9/+15
|\ \ | | | | | | [stable28] fix: gracefully handle unexpected exif orientation types
| * | fix: gracefully handle unexpected exif orientation typesRichard Steinmetz2024-08-271-9/+15
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>