Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Do not try to set HTTP response code on already closed connectionbackport/47971/stable29 | Côme Chilliet | 2024-09-14 | 1 | -1/+2 |
| | | | | | | | | | This avoids a PHP warning in the logs about trying to set the response code while the output already started. It’s useless to try to print an error page anyway in this situation because the connection was closed already. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(files): Adjust Cache::searchQuery() parameter name to match interfacebackport/47954/stable29 | provokateurin | 2024-09-13 | 2 | -4/+4 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Use sha256 to hash arguments of background jobs | Louis Chemineau | 2024-09-05 | 1 | -5/+4 |
| | | | | | | This is to prevent collision as we are sometime hashing user input, yet using that hash to target the background job in the database. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Merge pull request #47486 from nextcloud/backport/46013/stable29 | Andy Scherzinger | 2024-09-05 | 1 | -0/+25 |
|\ | | | | | [stable29] fix: write object to the correct urn when moving from another storage to object store | ||||
| * | fix: write object to the correct urn when moving from another storage to ↵ | Robin Appelman | 2024-08-26 | 1 | -0/+25 |
| | | | | | | | | | | | | object store Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #47284 from nextcloud/backport/47038/stable29 | Arthur Schiwon | 2024-09-05 | 1 | -1/+2 |
|\ \ | | | | | | | [stable29] fix: check for correct storage class when checking for link parent | ||||
| * | | fix: check for correct storage class when checking for link parent | Robin Appelman | 2024-09-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | fixes #39123 Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | fix(appstore): Cache apps.json also on dev instances | Marcel Müller | 2024-09-05 | 1 | -8/+9 |
|/ / | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de> | ||||
* | | fix(files): Create non-existent parents of mountpoints | provokateurin | 2024-09-04 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix: lint | Git'Fellow | 2024-09-04 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | fix(jobs): Swicth to executeStatement() while deleting rows | Git'Fellow | 2024-09-04 | 1 | -37/+16 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | fix(config): Avoid error messages for restricted opcache API | Josh | 2024-08-30 | 1 | -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> | ||||
* | | fix(setup): ignore long session login during installation | Maxence Lange | 2024-08-27 | 1 | -3/+5 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Merge pull request #47536 from nextcloud/backport/47509/stable29 | Richard Steinmetz | 2024-08-27 | 1 | -9/+15 |
|\ \ | | | | | | | [stable29] fix: gracefully handle unexpected exif orientation types | ||||
| * | | fix: gracefully handle unexpected exif orientation types | Richard Steinmetz | 2024-08-27 | 1 | -9/+15 |
| |/ | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* / | fix(Router): Load attribute routes of all apps when not app is specified | provokateurin | 2024-08-27 | 1 | -14/+24 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix call to custom mail_template_class | Christoph Klaffl | 2024-08-26 | 1 | -12/+14 |
| | | | | Signed-off-by: Christoph Klaffl <christoph@phreaker.eu> | ||||
* | fix(theming): Make getImage() call save against missing non-SVG version | Joas Schilling | 2024-08-21 | 1 | -3/+14 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(setupcheck): Fix mimetype server version check in backport | Joas Schilling | 2024-08-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: use mountpoint from storage to find the encryption keys | Robin Appelman | 2024-08-20 | 1 | -3/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: store the mountpoint of storages in the mount options | Robin Appelman | 2024-08-20 | 1 | -2/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: Remove shares only if there are no more common groups between users | Côme Chilliet | 2024-08-13 | 1 | -38/+36 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(files_sharing): Delete user shares if needed when user is removed from a ↵ | Louis Chemineau | 2024-08-13 | 2 | -2/+47 |
| | | | | | | group Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Merge pull request #46889 from nextcloud/backport/46476/stable29 | Andy Scherzinger | 2024-08-08 | 4 | -0/+252 |
|\ | | | | | [stable29] Migration Attributes | ||||
| * | fix(migration-preview): display a message if no attributes set | Maxence Lange | 2024-08-06 | 1 | -0/+12 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | feat(upgrade): migration attributes | Maxence Lange | 2024-08-06 | 4 | -0/+240 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Merge pull request #47119 from nextcloud/backport/47044/stable29 | Andy Scherzinger | 2024-08-08 | 1 | -1/+1 |
|\ \ | | | | | | | [stable29] fix(encryption): Fix mountpoint check to accept if several are found | ||||
| * | | fix(encryption): Fix mountpoint check to accept if several are found | Côme Chilliet | 2024-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | There is no strong requirement to have only one mount for a given storage id. Also the error in this case would be misleading. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #47105 from nextcloud/backport/46106/stable29 | Andy Scherzinger | 2024-08-08 | 4 | -16/+29 |
|\ \ \ | |/ / |/| | | [stable29] fix(session): Log when session_* calls are slow | ||||
| * | | fix(session): Log when session_* calls are slow | Christoph Wurst | 2024-08-07 | 4 | -16/+29 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #47078 from nextcloud/backport/47065/stable29 | Andy Scherzinger | 2024-08-07 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | [stable29] fix: Ensure database connection is setup when getting group details | ||||
| * | | fix: Ensure database connection is setup when getting group details | Ferdinand Thiessen | 2024-08-07 | 1 | -0/+2 |
| |/ | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #47080 from nextcloud/backport/38364/stable29 | Richard Steinmetz | 2024-08-07 | 1 | -2/+49 |
|\ \ | |/ |/| | [stable29] fix(previews): Don't crash on animated WEBP images | ||||
| * | fix(previews): Don't crash on animated WEBP images | Josh Richards | 2024-08-06 | 1 | -2/+49 |
| | | | | | | | | | | | | | | | | | | Fixes #30029 and #37263 libgd handles animated WEBP images poorly and generates a meaningless error message as a result. We were returning a 500 error for these preview requests (web) and a fatal error at the command-line (occ). Now we bypass libgd if the we detect an animated WEBP image (and simply don't generate the preview). No more 500 error. Should fix occ too. Signed-off-by: Josh Richards <josh.t.richards@gmail.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix: fix passing additional db connection parameters in factory | Robin Appelman | 2024-08-05 | 1 | -25/+20 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: don't persist previews used during blurhash generation | Richard Steinmetz | 2024-08-01 | 1 | -19/+4 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | fix: `OCP\Files\Node\Folder::search` was not setting the owner | Ferdinand Thiessen | 2024-07-30 | 1 | -1/+24 |
| | | | | | | The owner was not set on the file info causing e.g. webdav searches to never return the known owner. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Do not return partial file info if we have a cache entry | Julius Härtl | 2024-07-29 | 1 | -3/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #46521 from nextcloud/backport/46475/stable29 | John Molakvoæ | 2024-07-27 | 1 | -1/+1 |
|\ | |||||
| * | fix(redis): Require version >=4 for unlink | Git'Fellow | 2024-07-15 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Merge pull request #46578 from nextcloud/backport/46555/stable29 | John Molakvoæ | 2024-07-27 | 1 | -0/+4 |
|\ \ | |||||
| * | | chore: add warning in case of failure | Git'Fellow | 2024-07-25 | 1 | -0/+1 |
| | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
| * | | fix(appstore): Return an empty array in case of fail | Git'Fellow | 2024-07-25 | 1 | -0/+3 |
| | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Merge pull request #46711 from nextcloud/backport/45353/stable29 | John Molakvoæ | 2024-07-27 | 1 | -21/+95 |
|\ \ \ | |/ / |/| | | |||||
| * | | feat: support excalidraw file | Hoang Pham | 2024-07-25 | 1 | -6/+4 |
| | | | | | | | | | | | | Signed-off-by: Hoang Pham <hoangmaths96@gmail.com> | ||||
| * | | feat: support excalidraw file | Hoang Pham | 2024-07-25 | 1 | -25/+101 |
| | | | | | | | | | | | | Signed-off-by: Hoang Pham <hoangmaths96@gmail.com> | ||||
* | | | Merge pull request #46684 from nextcloud/backport/46674/stable29 | Andy Scherzinger | 2024-07-25 | 1 | -12/+21 |
|\ \ \ | | | | | | | | | [stable29] feat: add config flag to toggle persistent redis connections | ||||
| * | | | feat: add config flag to toggle persistent redis connections | Robin Appelman | 2024-07-22 | 1 | -12/+21 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #46669 from nextcloud/backport/46640/stable29 | Andy Scherzinger | 2024-07-25 | 3 | -6/+19 |
|\ \ \ \ | | | | | | | | | | | [stable29] fix(Token): take over scope in token refresh with login by cookie | ||||
| * | | | | fix(Token): take over scope in token refresh with login by cookie | Arthur Schiwon | 2024-07-22 | 3 | -6/+19 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |