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 (Collapse)Author
2022-04-27Introduce a chat permission on the APIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Message types are defaulting to Verbs so lets reuse the constantstechdebt/7078/const-for-verbsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-31Handle deletingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-31Add the entity and a service to handle attachmentsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-02Reset all in_call flags in one gobugfix/noid/reset-in_call-flag-in-one-queryJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-17Add an API endpoint to get all invitesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-17Change database structureJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-15Api changes to react to a message: reactions addVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-12-06Reduce RedundantCastVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-10-25Merge pull request #6338 from ↵Joas Schilling
nextcloud/feature/noid/allow-to-opt-out-of-call-notifications Allow to opt out of call notifications
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-10-14Fix selecting the initial valueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-11Add API to opt out of call notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Fix integration testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Move PERMISSIONS_MOFIDY_* constants to Attendee classJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Remove moderator option and clear custom permissions when setting the ↵Joas Schilling
conversation permissions Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Fix permission handling in unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Allow to explicitly set the default and call permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Introduce different layers for permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-07Allow setting publishing permissions for all usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-04Merge pull request #6105 from nextcloud/enh/5723/sending-sharesJoas Schilling
Add sending room shares support
2021-09-30Fix CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-30Ignore sessions older than 30 seconds on notifications againJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-20Set share owner properlyGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-09-20Add sending room shares supportGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-09-20Add a counter for the direct mentionsJoas Schilling
This allows the UI can show the user bubble depending on user vs. all mentions Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Don't count groups and circles as attendees for count checksJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-15Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-15Add remoteIdGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-15Review fixesGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-15Implement CloudFederationProvider for TalkGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-14Show name for bridged messagesGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-06-11Add publishing permissions field to attendeesDaniel Calviño Sánchez
Guests are not able to fetch the participant list. Due to this the value is also returned in the room information so clients can know their own publishing permissions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-06-07Document circles tooJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-26Fix constant value to pluralJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-26Keep track of added groupsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-12Disallow reply action on locked conversationsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-08Fix selecting the session when there could be multipleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-15Also load the display nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-15Fix strings that can be nullJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-12Count guests from attendees instead of the fixed value which bumps up on ↵Joas Schilling
reconnects Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-11Provide information for incoming call screensJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02Don't allow replying to deleted messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02Post a system message when deleting a messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-15Do not select multiple "id" columns so oracle doesn't break with LIMITJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-15Fix help command handling on OracleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-10Save the read privacy on the attendee model too, so we can select-query it ↵Joas Schilling
easier later on Signed-off-by: Joas Schilling <coding@schilljs.com>