summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2023-08-10Merge pull request #10172 from nextcloud/backport/10151/stable27Joas Schilling
2023-08-10feat: Add admin endpoint so we can list installed bots in the admin pageJoas Schilling
2023-08-10fix(bruteforce): Fix resetting the bruteforce protectionJoas Schilling
2023-08-10Add notes for translators for reminder featureMarcel Müller
2023-08-09fix: Run the background job every minuteJoas Schilling
2023-08-09feat(chat): Option to get and clear remindersJoas Schilling
2023-08-08fix: Block bot commands on incompatible versionsJoas Schilling
2023-08-08feat(bot): Allow reactions by botsJoas Schilling
2023-08-08fix(chat): Fix actor detection when type and id are providedJoas Schilling
2023-08-08fix: Typo in row attribute namesJoas Schilling
2023-08-08fix: Fix code quality based on reviewJoas Schilling
2023-08-08fix(bots): Return Bot data when enabling/disablingJoas Schilling
2023-08-08fix(bots): Update name, description and state when reinstalling onlyJoas Schilling
2023-08-08ci(psalm): Fix psalm issues and baselineJoas Schilling
2023-08-08feat(bots): Add API to list, enable and disable bots in a conversationJoas Schilling
2023-08-08fix(bots): Use the fixed CLI urlJoas Schilling
2023-08-08feat(bots): Add commands and events to install botsJoas Schilling
2023-08-08fix(bots): Set timeout to 5s (we wait async if necessary)Joas Schilling
2023-08-08fix(bots): Set the OCS APIRequest header so Nextclouds can be the Bot endpointJoas Schilling
2023-08-08feat(bots): Allow to read system messages as wellJoas Schilling
2023-08-08feat(Message): Allow parsing messages without a current participantJoas Schilling
2023-08-08feat(webhooks): Start with implementing webhooks for chat messagesJoas Schilling
2023-08-04fix: Handle former one-to-one specifically so they render againJoas Schilling
2023-08-04feat: Add actions to the notificationJoas Schilling
2023-08-04docs(chat): Document "Remind me later" API and capabilityJoas Schilling
2023-08-04feat(jobs): Skip the job from testing execution until it mattersJoas Schilling
2023-08-04feat(notification): API for "Remind me later"Joas Schilling
2023-08-02Merge pull request #10092 from nextcloud/backport/10088/stable27Joas Schilling
2023-08-02fix(recording): Fix transcription opt-inJoas Schilling
2023-08-02feat(chat): Add a property to indicate whether markdown should be renderedJoas Schilling
2023-07-17fix(CS): FIx tabbing of commentJoas Schilling
2023-07-17fix(CI): Make psalm happyJoas Schilling
2023-07-13feat(recording): Make automatic call recording transcription opt-inJoas Schilling
2023-06-22fix(participants): Update cached displayname when a group is renamedJoas Schilling
2023-06-20Add displayName when sending a participant update messageMarcel Müller
2023-05-24fix(chat): Update own read marker before triggering events when postingJoas Schilling
2023-05-12fix(settings): Fix recording server check for blocked adminsJoas Schilling
2023-05-11fix(participants): Don't emit the _AFTER event when no guests were removedJoas Schilling
2023-05-11fix(participants): Fix clearing of inactive guestsJoas Schilling
2023-05-10fix(chat): Prevent empty chat messages on API levelJoas Schilling
2023-05-09fix(chat): Fix call summary with only numeric user idsJoas Schilling
2023-05-08Add messageId to richObject in ReferenceProviderMarcel Müller
2023-05-05Merge pull request #9456 from nextcloud/techdebt/noid/make-checksum-verificat...Joas Schilling
2023-05-05Merge pull request #9455 from nextcloud/feature/user-setting-for-typing-privacyJoas Schilling
2023-05-05Add the capability typing-privacyVitor Mattos
2023-05-05Merge pull request #9453 from nextcloud/release/17.0.0-beta.1v17.0.0-beta.1Joas Schilling
2023-05-05Improvements after code reviewVitor Mattos
2023-05-05Run cs:fix to fix a problem outside of this PRVitor Mattos
2023-05-05Add unit tests and implement pending methodsVitor Mattos
2023-05-05Add user setting for toggle typing privacyVitor Mattos