Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(Http): Only allow valid HTTP status code values via templatebackport/49882/stable29 | provokateurin | 2025-02-03 | 3 | -8/+8 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #50600 from nextcloud/backport/50549/stable29 | Kate | 2025-02-01 | 1 | -4/+8 |
|\ | |||||
| * | fix(OC_Files): Fix error response when `event` was not setbackport/50549/stable29 | Ferdinand Thiessen | 2025-01-31 | 1 | -4/+8 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(sharing): Move permission validation to share manager | Ferdinand Thiessen | 2025-01-31 | 1 | -0/+11 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #50563 from nextcloud/backport/50530/stable29 | Kate | 2025-01-31 | 1 | -7/+5 |
|\ | |||||
| * | fix(ConvertType): Read dbtype in createConnectionParams and remove safeguardbackport/50530/stable29 | Nils Wenninghoff | 2025-01-30 | 1 | -7/+5 |
| | | | | | | | | Signed-off-by: Nils Wenninghoff <nils@ungemein.cool> | ||||
* | | fix: Exclude non accepted shares when computing access listbackport/50519/stable29 | Louis Chemineau | 2025-01-30 | 1 | -0/+13 |
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(s3): treat empty sse_c_key as not setbackport/50514/stable29 | Richard Steinmetz | 2025-01-29 | 1 | -1/+1 |
| | | | | | Co-authored-by: Christian Becker <christian@dabecka.de> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | fix(files): Do not array access null valuebackport/50437/stable29 | Ferdinand Thiessen | 2025-01-29 | 1 | -1/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Correctly return app id and app version for `core` styles and images | Ferdinand Thiessen | 2025-01-29 | 2 | -8/+19 |
| | | | | | | fix(TemplateLayout): `core` is not an app but the server itself Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(performance): use low resolution for blurhashbackport/50494/stable29 | Max | 2025-01-28 | 1 | -1/+1 |
| | | | | | | | | Improve blurhash performance by using a low res image. The results are hard to destinguish visualy. It is a **blur** hash after all. Signed-off-by: Max <max@nextcloud.com> | ||||
* | fix: Metadata field searchbackport/50273/stable29 | Louis Chemineau | 2025-01-27 | 1 | -6/+11 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix: add sse_c_key from S3 object storage properties config to list of ↵backport/49681/stable29 | Robert Riemann | 2025-01-22 | 1 | -0/+1 |
| | | | | | | sensitive values Signed-off-by: Robert Riemann <robert@riemann.cc> | ||||
* | Merge pull request #49990 from nextcloud/backport/49887/stable29 | Kate | 2025-01-20 | 1 | -2/+9 |
|\ | |||||
| * | chore: psalm fixes | Robin Appelman | 2025-01-20 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix: don't skip scanner users filesystem if they have a mountpoint at ↵ | Robin Appelman | 2025-01-20 | 1 | -2/+7 |
| | | | | | | | | | | | | /<user>/files/ Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(TemplateManager): Remove warning message | Git'Fellow | 2025-01-20 | 1 | -1/+0 |
|/ | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Merge pull request #49675 from nextcloud/backport/49262/stable29 | Git'Fellow | 2025-01-09 | 1 | -1/+5 |
|\ | | | | | [stable29] fix: don't do same-storage move optimization with encryption wrappers | ||||
| * | fix: don't do same-storage move optimization with encryption wrappers | Robin Appelman | 2025-01-09 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #49655 from nextcloud/backport/48769/stable29 | Git'Fellow | 2025-01-09 | 1 | -1/+8 |
|\ \ | | | | | | | [stable29] Fix incorrect permissions when copying shared files | ||||
| * | | fix: use scan_permissions when copying cache items | Robin Appelman | 2024-12-09 | 1 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | fix: store unmaked source permissions as scan_permissions when loading share ↵ | Robin Appelman | 2024-12-09 | 1 | -0/+3 |
| |/ | | | | | | | | | | | cache items Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(preview): Do not try to parse M3U files as MP3 | Pauli Järvinen | 2025-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | By default, the MP3 audio files get the mimetype `audio/mpeg` and the M3U and M3U8 playlist files get the mimetype `audio/mpegurl`. PreviewManager had such a problem that it registered the MP3 preview provider with a regular expression which matched also the M3U files. This caused an error message to be logged on the info (1) level for each M3U file every time a folder with such files was viewed: "Error while getting cover from mp3 file: File /path/to/some/playlist.m3u is not mpeg/audio!". Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com> | ||||
* | | fix: Use getRelativePath method to check if node is inside folder | Côme Chilliet | 2024-12-19 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Fix promotion of reshares from subsubfolders | Côme Chilliet | 2024-12-19 | 1 | -10/+17 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Add comment to make code clearer | Côme Chilliet | 2024-12-19 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Turn method description into phpdoc | Côme Chilliet | 2024-12-19 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
* | | fix(shares): Promote reshares into direct shares when share is deleted | Côme Chilliet | 2024-12-19 | 1 | -6/+13 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Tidy up code for reshare deletion | Côme Chilliet | 2024-12-19 | 1 | -14/+16 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: delete re-shares when deleting the parent share | Luka Trovic | 2024-12-19 | 1 | -0/+69 |
| | | | | | | | | | | | | | | | | Note: Removed part about fix command from original PR Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> (cherry picked from commit 42181c2f490025860e22907255b6917583c798af) | ||||
* | | fix: make sure we have a valid scheme when testing ocm urlsbackport/49900/stable29 | skjnldsv | 2024-12-17 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(View): Catch exceptions when executing mkdir for non-existent parents | provokateurin | 2024-12-17 | 1 | -4/+11 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #49836 from nextcloud/backport/49822/stable29 | Kate | 2024-12-16 | 1 | -2/+4 |
|\ \ | | | | | | | [stable29] fix(files_sharing): Fix error messages from password policy | ||||
| * | | fix(shares): Wrap exceptions from password validation to set code to 400 | Côme Chilliet | 2024-12-12 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | This fixes a regression that bad password returned 403 instead of 400 because of previous changes. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(files_sharing): Do not wrap password policy exception into a generic one | Côme Chilliet | 2024-12-12 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | Let the controller access the HintException and show the error to the user. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix(TemplateManager): Make sure TemplateFolder is a Folderbackport/49451/stable29 | Git'Fellow | 2024-12-16 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Merge pull request #49668 from nextcloud/backport/47515/stable29 | Joas Schilling | 2024-12-16 | 1 | -13/+21 |
|\ \ \ | | | | | | | | | [stable29] fix(migration): Correctly sort migrations by version number | ||||
| * | | | fix(migration): Make compatible with PHP 8.0backport/47515/stable29 | Joas Schilling | 2024-12-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | fix(migration): Correctly sort migrations by version number | Joas Schilling | 2024-12-05 | 1 | -13/+21 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | fix: replace null character when serializingbackport/49528/stable29 | SebastianKrupinski | 2024-12-13 | 2 | -0/+70 |
| |/ |/| | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Merge pull request #49654 from nextcloud/backport/49551/stable29 | John Molakvoæ | 2024-12-12 | 1 | -2/+9 |
|\ \ | | | | | | | [stable29] fix: don't propagate future mtimes | ||||
| * | | fix: don't propagate future mtimesbackport/49551/stable29 | Robin Appelman | 2024-12-04 | 1 | -2/+9 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* / | fix: fix mimetype not being updated when changing file extention on object storebackport/40394/stable29 | Robin Appelman | 2024-12-11 | 1 | -9/+13 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #49536 from nextcloud/backport/49523/stable29 | Joas Schilling | 2024-11-28 | 1 | -3/+29 |
|\ | | | | | [stable29] fix(migration): Decrypt ownCloud secrets v2 | ||||
| * | fix(migration): Decrypt ownCloud secrets v2 | Christoph Wurst | 2024-11-28 | 1 | -3/+29 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | fix: fix availability wrapper not applying | Robin Appelman | 2024-11-26 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix: throw correct exception type when we can't verify if an s3 bucket exists | Robin Appelman | 2024-11-26 | 1 | -5/+6 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(OCMDiscoveryService): Also cache error results during discoverybackport/49311/stable29 | provokateurin | 2024-11-25 | 1 | -1/+9 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable29 | provokateurin | 2024-11-25 | 5 | -9/+10 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(storage): Try to delete existing targetbackport/49315/stable29 | Git'Fellow | 2024-11-21 | 2 | -10/+13 |
| | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> |