Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(ContextChat): add docblocks to ContentItem properties | Edward Ly | 5 days | 1 | -0/+21 |
| | | | | Signed-off-by: Edward Ly <contact@edward.ly> | ||||
* | fix: add strict typing to ContextChat classes | Edward Ly | 5 days | 5 | -0/+10 |
| | | | | Signed-off-by: Edward Ly <contact@edward.ly> | ||||
* | feat(ContextChat): add isContextChatAvailable method to OCP API | Edward Ly | 5 days | 1 | -0/+8 |
| | | | | Signed-off-by: Edward Ly <contact@edward.ly> | ||||
* | feat: add Context Chat OCP API | Edward Ly | 5 days | 5 | -0/+235 |
| | | | | Signed-off-by: Edward Ly <contact@edward.ly> | ||||
* | fix(FileAccess): Use one param for rewriting home dirs and excluding ↵feat/getByAncestorInStorage | Marcel Klehr | 6 days | 1 | -2/+2 |
| | | | | | | non-user files mounts Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(FileAccess*): Change the way home dir root is found, remove the ↵ | Julien Veyssier | 6 days | 1 | -3/+2 |
| | | | | | | excludeTrashbinMounts param of getDistinctMounts Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(FileAccess*): Adress review comments | Julien Veyssier | 6 days | 1 | -2/+4 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(FileAccessTest): Adress review comments | Marcel Klehr | 6 days | 1 | -9/+7 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(FileAccess): Run cs:fix | Marcel Klehr | 6 days | 1 | -2/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(FileAccess): Address review comments | Marcel Klehr | 6 days | 1 | -3/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Fix psalm issues | Marcel Klehr | 6 days | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(IFileAccess#getMounts): Add new method to retrieve all distinct mounts | Marcel Klehr | 6 days | 1 | -0/+15 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(IFileAccess#getByAncestorInStorage): Add new method to retrieve all ↵ | Marcel Klehr | 6 days | 1 | -0/+20 |
| | | | | | | files in a mount Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(comments): Adjust interface with implementationfollowup/53896/adjust-interface | Joas Schilling | 10 days | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(OCP): Consumable vs. Implementable public APItechdebt/standard-15/consumable-ocp | Joas Schilling | 12 days | 21 | -50/+257 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge branch 'master' into feat/task/analyze-imagefeat/task/analyze-image | Lukas Schaefer | 13 days | 145 | -55/+441 |
|\ | |||||
| * | feat(TaskProcessing): add agency audio-to-audio task typeenh/noid/taskpro-agency-audio-chat | Julien Veyssier | 14 days | 2 | -3/+121 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
| * | feat(TaskProcessing): add audio-to-audio chat task type | Julien Veyssier | 14 days | 1 | -0/+112 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
| * | Merge pull request #53740 from nextcloud/fix/properly-fail-on-invalid-json | Andy Scherzinger | 2025-07-03 | 1 | -0/+10 |
| |\ | | | | | | | Properly fail on invalid json | ||||
| | * | fix(ocs): Return a proper error on JSON decoding failures | Côme Chilliet | 2025-07-01 | 1 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | feat: add toggle for AI guest restriction | Jana Peper | 2025-07-03 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
| * | | chore: apply new CSFixer rules | Ferdinand Thiessen | 2025-07-01 | 134 | -43/+160 |
| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php | ||||
| * | | Merge pull request #53671 from nextcloud/fix/read-only-share-download | John Molakvoæ | 2025-07-01 | 2 | -0/+15 |
| |\ \ | |||||
| | * | | fix: invalid bool returnfix/read-only-share-download | John Molakvoæ | 2025-06-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| | * | | feat(files_sharing): allow viewing files with download disabled | skjnldsv | 2025-06-26 | 2 | -0/+16 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | Merge pull request #53735 from nextcloud/bugfix/noid/document-hide-download | Joas Schilling | 2025-07-01 | 2 | -0/+7 |
| |\ \ \ | | | | | | | | | | | fix(ROS): Document hide-download option on files | ||||
| | * | | | fix(ROS): Document hide-download option on filesbugfix/noid/document-hide-download | Joas Schilling | 2025-06-30 | 2 | -0/+7 |
| | | |/ | | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Merge pull request #53648 from nextcloud/rename-hooks-webhook | Ferdinand Thiessen | 2025-07-01 | 1 | -4/+12 |
| |\ \ \ | | | | | | | | | | | fix: don't try to get fileid for non exising nodes when serializing events file | ||||
| | * | | | fix: don't try to get fileid for non exising nodes when serializing events filerename-hooks-webhook | Robin Appelman | 2025-06-27 | 1 | -4/+12 |
| | | |/ | | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | chore(public): Remove unused union type for user mount eventschore/public/user-mount-events-union-type | provokateurin | 2025-07-01 | 3 | -7/+4 |
| | |/ | |/| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | feat: support multiple images | Lukas Schaefer | 2025-07-03 | 1 | -10/+10 |
| | | | | | | | | | | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz> | ||||
* | | | feat(TaskProcessing): Add AnalyzeImage TaskType | Lukas Schaefer | 2025-07-02 | 1 | -0/+96 |
|/ / | | | | | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz> | ||||
* / | docs(http): Update return type for getBody | Daniel Kesselberg | 2025-06-30 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | feat(lexicon): migrate keys on app update | Maxence Lange | 2025-06-24 | 1 | -5/+3 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat: add ocs route to get apps enabled for current user | Jana Peper | 2025-06-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | fix(FilenameValidator): use `_` as default replacement for invalid charsfix/validation-defaults | Ferdinand Thiessen | 2025-06-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #53507 from nextcloud/fix/fix-warning-lazy-ghost-application | Côme Chilliet | 2025-06-16 | 1 | -2/+4 |
|\ | | | | | fix: Correctly ignore lazy ghost initialization in debug warning about direct constructor call | ||||
| * | fix: Correctly ignore lazy ghost initialization in debug warning about ↵fix/fix-warning-lazy-ghost-application | Côme Chilliet | 2025-06-16 | 1 | -2/+4 |
| | | | | | | | | | | | | direct constructor call Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: properly deprecate IOCMProvider | Richard Steinmetz | 2025-06-16 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | feat(OCM-invites): Implementation of invitation flow | Micke Nordin | 2025-06-12 | 1 | -0/+60 |
| | | | | | | | | | | | | | | | This patchset: * implements the /invite-accepted endpoint * adds capabilities and inviteAceptDialog to the discovery * adds a FederatedInviteAcceptedEvent https://cs3org.github.io/OCM-API/docs.html?branch=v1.1.0&repo=OCM-API&user=cs3org#/paths/~1invite-accepted/post Co-authored-by: Anna <anna@nextcloud.com> Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Co-authored-by: Navid Shokri <navid.pdp11@gmail.com> Signed-off-by: Micke Nordin <kano@sunet.se> | ||||
* | feat(files_sharing): show Account menu on public pages | skjnldsv | 2025-06-11 | 1 | -0/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: use correct format for expires, last-modified, and if-modified-since ↵ | Daniel Kesselberg | 2025-06-10 | 1 | -2/+2 |
| | | | | | | | | | | | headers Before: Sat, 10 May 2025 18:17:41 +0000 After: Sat, 10 May 2025 18:17:41 GMT RFC: https://httpwg.org/specs/rfc9110.html#http.date Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix: Fix several side effects of lazy ghosts | Côme Chilliet | 2025-06-05 | 1 | -0/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Use only enabled applications versions in the cache prefix | Côme Chilliet | 2025-06-05 | 2 | -2/+2 |
| | | | | | | | This makes sure the cached routes are updated after enabling a previously disabled application Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Deprecate action and actionInclude from routes and fix actionInclude | Côme Chilliet | 2025-06-05 | 1 | -1/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(dav): file drop nickname | skjnldsv | 2025-06-05 | 1 | -0/+11 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(RequestHeader): Add indirect parameterfeat/requestheader/indirect-parameter | provokateurin | 2025-06-03 | 1 | -0/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(RequestHeader): Make parameter types stricter | provokateurin | 2025-06-03 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(RequestHeader): Remove unnecessary getters | provokateurin | 2025-06-03 | 1 | -18/+0 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(PreviewManager): use the forced mimetype in throwIfPreviewsDisabledfix/noid/get-preview-force-mimetype | Julien Veyssier | 2025-06-02 | 1 | -1/+3 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> |