Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Model
AgeCommit message (Expand)Author
2021-10-25Merge pull request #6338 from nextcloud/feature/noid/allow-to-opt-out-of-call...Joas Schilling
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
2021-10-14Fix selecting the initial valueJoas Schilling
2021-10-11Add API to opt out of call notificationsJoas Schilling
2021-10-07Fix integration testsJoas Schilling
2021-10-07Move PERMISSIONS_MOFIDY_* constants to Attendee classJoas Schilling
2021-10-07Remove moderator option and clear custom permissions when setting the convers...Joas Schilling
2021-10-07Fix permission handling in unit testsJoas Schilling
2021-10-07Allow to explicitly set the default and call permissionsJoas Schilling
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
2021-10-07Introduce different layers for permissionsJoas Schilling
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
2021-10-07Allow setting publishing permissions for all usersJoas Schilling
2021-10-04Merge pull request #6105 from nextcloud/enh/5723/sending-sharesJoas Schilling
2021-09-30Fix CSJoas Schilling
2021-09-30Ignore sessions older than 30 seconds on notifications againJoas Schilling
2021-09-20Set share owner properlyGary Kim
2021-09-20Add sending room shares supportGary Kim
2021-09-20Add a counter for the direct mentionsJoas Schilling
2021-08-24Don't count groups and circles as attendees for count checksJoas Schilling
2021-07-15Fix unit testsJoas Schilling
2021-07-15Add remoteIdGary Kim
2021-07-15Review fixesGary Kim
2021-07-15Implement CloudFederationProvider for TalkGary Kim
2021-07-14Show name for bridged messagesGary Kim
2021-06-11Add publishing permissions field to attendeesDaniel Calviño Sánchez
2021-06-07Document circles tooJoas Schilling
2021-03-26Fix constant value to pluralJoas Schilling
2021-03-26Keep track of added groupsJoas Schilling
2021-03-12Disallow reply action on locked conversationsVincent Petry
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-03-08Fix selecting the session when there could be multipleJoas Schilling
2021-02-15Also load the display nameJoas Schilling
2021-02-15Fix strings that can be nullJoas Schilling
2021-02-12Count guests from attendees instead of the fixed value which bumps up on reco...Joas Schilling
2021-02-11Provide information for incoming call screensJoas Schilling
2021-02-02Don't allow replying to deleted messagesJoas Schilling
2021-02-02Post a system message when deleting a messageJoas Schilling
2020-12-15Do not select multiple "id" columns so oracle doesn't break with LIMITJoas Schilling
2020-12-15Fix help command handling on OracleJoas Schilling
2020-12-10Save the read privacy on the attendee model too, so we can select-query it ea...Joas Schilling
2020-11-26Fix CS and psalmJoas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-11-26Add a comment about the sessionJoas Schilling
2020-10-30Add an empty display_name column as preparation to merge the oc_talk_guests t...Joas Schilling
2020-10-30last_joined_call is not a timestamp not a date fieldJoas Schilling
2020-10-30Move some more functions to the servicesJoas Schilling
2020-10-30Move counting functions to participant serviceJoas Schilling
2020-10-30Move Room::getParticipantUserIds() to participant serviceJoas Schilling
2020-10-30Fix loading a Room by sessionJoas Schilling