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
2022-04-27Introduce a chat permission on the APIJoas Schilling
2022-04-07Message types are defaulting to Verbs so lets reuse the constantstechdebt/7078/const-for-verbsJoas Schilling
2022-03-31Handle deletingJoas Schilling
2022-03-31Add the entity and a service to handle attachmentsJoas Schilling
2022-03-02Reset all in_call flags in one gobugfix/noid/reset-in_call-flag-in-one-queryJoas Schilling
2022-02-17Add an API endpoint to get all invitesJoas Schilling
2022-02-17Change database structureJoas Schilling
2022-02-15Api changes to react to a message: reactions addVitor Mattos
2021-12-06Reduce RedundantCastVitor Mattos
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