summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 27.1.6 RC2Arthur Schiwon2024-01-221-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #43020 from nextcloud/backport/40766/stable27Arthur Schiwon2024-01-2212-43/+366
|\ \ | | | | | | [stable27] Make OAuth2 authorization code expire
| * | generate oauth2 autoloadersJulien Veyssier2024-01-222-0/+4
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | make OAuth2 authorization code expireJulien Veyssier2024-01-2210-43/+362
| |/ | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Merge pull request #43011 from nextcloud/backport/42971/stable27Arthur Schiwon2024-01-221-13/+24
|\ \ | |/ |/| [stable27] fix(auth): Fix logging in with email and app password
| * fix(auth): Fix logging in with email, password and login name mismatchChristoph Wurst2024-01-221-13/+24
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2228-12/+118
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-21152-488/+556
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2016-4/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-19242-264/+466
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42788 from nextcloud/release/27.1.6_rc1v27.1.6rc1Arthur Schiwon2024-01-181-2/+2
|\ | | | | 27.1.6 RC1
| * 27.1.6 RC1Arthur Schiwon2024-01-151-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #42926 from nextcloud/backport/42891/stable27Louis2024-01-181-2/+10
|\ \ | | | | | | [stable27] Improve path resolution in files_version hooks
| * | Improve path resolution in files_version hooksLouis Chemineau2024-01-181-2/+10
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #42172 from ↵Arthur Schiwon2024-01-1876-243/+230
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix/quota-with-non-english-locale-stable27 [stable27] fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english
| * | chore(assets): Recompile assetsnextcloud-command2024-01-1870-135/+133
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(Users/Quota setting): Prevent floating point value from getting ↵Marcel Klehr2024-01-186-108/+97
| | | | | | | | | | | | | | | | | | | | | | | | truncated in locales other than english fixes #18468 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Merge pull request #42907 from ↵Christoph Wurst2024-01-181-1/+24
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix/caldav/update-acls-deletedcalendarobjectscollection-stable27 [stable27] fix(CalDAV): set acls for DeletedCalendarObjectsCollection
| * | fix(CalDAV): set acls for DeletedCalendarObjectsCollectionJohannes Merkel2024-01-181-1/+24
|/ / | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-18184-396/+636
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #42778 from nextcloud/backport/42067/stable27Git'Fellow2024-01-176-16/+19
|\ \ | | | | | | [stable27] Fix some silent share bugs
| * | chore(assets): Recompile assetsnextcloud-command2024-01-174-6/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Remove `newPassword` from share model, if disabledfenn-cs2024-01-151-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's important to delete the `newPassword` prop from the share model, if the user unchecks the isPasswordProtected checkbox. This clearer and allows for the unchecking to actually work as `this.$set()` fails with the falsy value `''`. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | Create element reference inside $nextTick()fenn-cs2024-01-151-7/+6
| |/ | | | | | | | | | | | | | | Accessing `this.$refs.shareList` outside $nextTick() could lead to the holder (`listComponent`) being undefined as the ref is yet to exist. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #42870 from nextcloud/backport/42607/stable27Arthur Schiwon2024-01-172-2/+55
|\ \ | | | | | | [stable27] fix(session): Avoid useless authtoken DB queries for anonymous requests
| * | fix(session): Avoid two useless authtoken DB queries for every anonymous requestGit'Fellow2024-01-172-2/+55
| | | | | | | | | | | | | | | | | | Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #42875 from nextcloud/backport/42563/stable27Arthur Schiwon2024-01-171-11/+12
|\ \ \ | | | | | | | | [stable27] Update crl after revoke integration_homeassistant.csr
| * | | Update crl after revoke integration_homeassistant.csrMatthieu Gallien2024-01-171-11/+12
| |/ / | | | | | | | | | Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
* | | Merge pull request #42873 from nextcloud/backport/42658/stable27Joas Schilling2024-01-172-0/+4
|\ \ \ | | | | | | | | [stable27] fix(systemreport): Mark more configs as sensitive
| * | | fix(systemreport): Mark more configs as sensitiveJoas Schilling2024-01-172-0/+4
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #42865 from nextcloud/backport/42862/stable27Joas Schilling2024-01-177-15/+45
|\ \ \ | | | | | | | | [stable27] fix(manifest): Check if app exists instead of accessing null as an array
| * | | fix(manifest): Check if app exists instead of accessing null as an arrayJoas Schilling2024-01-177-15/+45
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #42825 from nextcloud/backport/42768/stable27Git'Fellow2024-01-171-1/+1
|\ \ \ \ | |_|/ / |/| | | [stable27] (dashboard): Lower error to info log message
| * | | Lower to infoGit'Fellow2024-01-171-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | Lower error to warningGit'Fellow2024-01-171-1/+1
|/ / / | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-17220-844/+934
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #42828 from nextcloud/backport/41272/stable27Git'Fellow2024-01-161-3/+6
|\ \ \ | | | | | | | | [stable27] fix: reduce memory consumption of scans
| * | | fix: reduce memory consumption of scansGit'Fellow2024-01-161-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix lint Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge pull request #42437 from nextcloud/fix/s27-reference-pickerFerdinand Thiessen2024-01-164-6/+32
|\ \ \ \ | | | | | | | | | | fix(files): Fix reference picker not working
| * | | | chore(assets): Recompile assetsnextcloud-command2024-01-163-3/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files): Fix reference picker not workingFerdinand Thiessen2024-01-163-6/+10
| |/ / / | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #42831 from nextcloud/backport/42806/stable27Joas Schilling2024-01-162-6/+100
|\ \ \ \ | |/ / / |/| | | [stable27] fix(appstore): Only send subscription keys to valid appstores
| * | | fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-162-6/+100
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-16158-414/+320
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #41663 from nextcloud/rakekniven-patch-3Arthur Schiwon2024-01-152-2/+2
|\ \ \ | | | | | | | | [stable27] fix(i18n): Changed grammar
| * | | fix(i18n): Changed grammarrakekniven2024-01-152-2/+2
| | |/ | |/| | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | Merge pull request #42774 from nextcloud/fix/exif-content-provider-stable27Richard Steinmetz2024-01-151-3/+4
|\ \ \ | | | | | | | | [stable27] fix: handle exif metadata read errors gracefully
| * | | fix: handle exif metadata read errors gracefullyRichard Steinmetz2024-01-151-3/+4
| |/ / | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #42791 from nextcloud/backport/42660/stable27Benjamin Gaussorgues2024-01-154-19/+25
|\ \ \ | |/ / |/| | [stable27] fix(share): use user timezone to parse share expiration date
| * | fix(share): use user timezone to parse share expiration dateBenjamin Gaussorgues2024-01-154-19/+25
|/ / | | | | | | | | | | | | | | | | | | If an user in UTC+1 try to create a share at 00:00, it's day D for him, but D-1 for the server (UTC). This fix aims to apply the correct offset Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>