summaryrefslogtreecommitdiffstats
path: root/lib/Service
AgeCommit message (Expand)Author
2023-08-02fix(recording): Fix transcription opt-inJoas Schilling
2023-07-13feat(recording): Make automatic call recording transcription opt-inJoas 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-05Merge pull request #9456 from nextcloud/techdebt/noid/make-checksum-verificat...Joas Schilling
2023-05-05fix(docs): Replace … with a placeholderJoas Schilling
2023-05-05fix(CI): Fix Psalm and CSJoas Schilling
2023-05-04techdebt(api): Make the checksum verification generic so it can be reusedJoas Schilling
2023-05-04feat(avatar): Allow to select an emoji + color as avatarJoas Schilling
2023-05-04Merge pull request #9423 from nextcloud/bugfix/9320/expose-if-is-custom-avatarJoas Schilling
2023-05-03Cover with integration tests the room avatar with emojiVitor Mattos
2023-05-03Return isCustomAvatar=false when the name of room start with an avatarVitor Mattos
2023-05-03Return isCustomAvatar=true when the name of room start with an emojiVitor Mattos
2023-05-03Prevent future problems with empty returnVitor Mattos
2023-05-03Simplify code after refactorVitor Mattos
2023-05-03Replace the header X-NC-IsCustomAvatar by conversation property isCustomAvatarVitor Mattos
2023-05-03Reduce IOVitor Mattos
2023-05-03Fixes to be able identify if have a custom avatarVitor Mattos
2023-05-03fix(participants): Migrate self-joined users when assigning permissionsJoas Schilling
2023-05-02Merge pull request #9424 from nextcloud/feat/8444/populate-emoji-from-roomnam...Joas Schilling
2023-05-02Merge pull request #9412 from nextcloud/bugfix/8787/keep-guest-attendees-with...Joas Schilling
2023-05-02Merge pull request #9413 from nextcloud/bugfix/9298/reset-permissions-on-prom...Joas Schilling
2023-05-02fix(guests): Keep guest attendees with display name or non-default permissionsJoas Schilling
2023-05-02fix(avatar): Simplify the code and reduce the emoji size so more emojis fit i...Joas Schilling
2023-05-02fix(permissions): Reset custom permissions on promotionJoas Schilling
2023-05-02feat(avatar): Use the first emoji of room names as avatar emojiJoas Schilling
2023-05-02chore(api): Use nullsafe operatorJoas Schilling
2023-05-01fix(user-status): Fix type and missing docs of user status clearAtJoas Schilling
2023-04-26Avoid out-of-memory errors by using a resource instead of loading entire file...Elmer Miroslav Mosher Golovin
2023-04-24fix(notifications): Remove duplicate call to markProcessed() with recordings ...Joas Schilling
2023-04-20fix(CS): Automatic fix of coding styleJoas Schilling
2023-04-20fix(recording): Add context support to only generate notifications for talk t...Joas Schilling
2023-04-20feat(recording): Add an integration test to proof notifications are deleted o...Joas Schilling
2023-04-20feat(recording): Automatically generate transcripts of call recordings when p...Joas Schilling
2023-04-18fix(recording): Type strictnessJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-03-31fix(conversation-avatars): Add properly scaled images with backgroundJoas Schilling
2023-03-20Remove unused propertyVitor Mattos
2023-03-08Merge pull request #8846 from nextcloud/feature/send-notification-when-get-up...Joas Schilling
2023-03-07Spelling fixJérémie Tarot
2023-03-02fix(breakoutrooms): Always order breakout rooms in the same orderJoas Schilling
2023-03-02fix(breakoutrooms): Show names of breakout rooms when they are freely joinableJoas Schilling
2023-02-27Change type of notificationVitor Mattos
2023-02-24Send notification when get upload problemVitor Mattos
2023-02-24Restrict available APIs for breakout roomsJoas Schilling
2023-02-23Use a combined attachment typeJoas Schilling
2023-02-23Make recording files visible in the specific section Media tab of the sidebarVitor Mattos
2023-02-22Return error when trying to stop an unknown recordingDaniel Calviño Sánchez
2023-02-22Add failed status to recordingsDaniel Calviño Sánchez