summaryrefslogtreecommitdiffstats
path: root/src/services/participantsService.js
AgeCommit message (Expand)Author
2023-05-08Create instance of SignalingTypingHandlerDaniel Calviño Sánchez
2023-02-23apply lint rules to .js filesMaksim Sukharev
2022-07-23Update my emailMarco Ambrosini
2022-05-18Fix remaining warningsmarco
2022-05-17Allow to "Send call notifications"Joas Schilling
2021-10-18Remove addPermissions and removePermissions methods for nowmarco
2021-10-14Add permissions services to participantsServicesmarco
2021-08-30Finish the storesJoas Schilling
2021-08-30Fix stores and some other basicsJoas Schilling
2021-08-30Replace "bool" with type "boolean"Joas Schilling
2021-08-30Replace "int" type with "number"Joas Schilling
2021-08-23Fix license tagJoas Schilling
2021-08-23AutofixesJoas Schilling
2021-05-19Fix generateOcsUrl() callsJoas Schilling
2021-04-28Decouple participantsService from the storeVincent Petry
2021-04-23Added more JS tests for servicesVincent Petry
2021-04-07Handle failed server responses more gracefullyJoas Schilling
2021-03-08Remove old API version handlingsJoas Schilling
2021-03-08Move to APIv4Joas Schilling
2021-02-15Set the actor info earlier and make sure we load the conversation and partici...Joas Schilling
2021-02-01Simplify passing attendeeId syntaxVincent Petry
2021-02-01Adjust invitation resending after reviewsVincent Petry
2021-01-29Add participant action to resend email invitationVincent Petry
2021-01-29Reword resendEmail to resendInvitation in APIsVincent Petry
2021-01-29Allow specifying participant on email resend APIVincent Petry
2021-01-29Allow resending invitation emailsVincent Petry
2020-12-11Don't add conversation to list for guestsVincent Petry
2020-12-11Add conversation to store early when joiningVincent Petry
2020-12-11Switch+scroll to joined listed conversationVincent Petry
2020-10-30Add an endpoint to delete a participant by attendee idJoas Schilling
2020-10-30User v3 APIs to display email invitesJoas Schilling
2020-08-05Show the status in the participant listJoas Schilling
2020-07-01Update the session and the call flag when force joiningJoas Schilling
2020-07-01Add a hack to check if the dialog was closed via the XJoas Schilling
2020-07-01Don't kill the previous session when we navigate awayJoas Schilling
2020-07-01Automatically force join if the session is "old"Joas Schilling
2020-07-01Ask for confirmation to join in case of session conflictJoas Schilling
2020-07-01Always ask if we can join if we are not reloading the pageJoas Schilling
2020-05-12Merge pull request #3496 from nextcloud/bugfix/noid/move-more-calls-to-api-v2Joas Schilling
2020-05-12Refresh the session before closing the connectionJoas Schilling
2020-05-12Move to API v2Joas Schilling
2020-05-12Stop signaling before leavingJoas Schilling
2020-05-12Make the signaling based on conversationsJoas Schilling
2020-05-11Move more calls to API v2Joas Schilling
2020-04-29Add wrappers for signaling related functionsJoas Schilling
2020-02-24Cancel getparticipants requests once changing conversationMarco Ambrosini
2020-01-15Fix ESlintJoas Schilling
2020-01-15Allow guests to set their user nameMarco Ambrosini
2020-01-14Kill signaling and leave conversation in unloadJoas Schilling
2020-01-09Fix join/leaveConversation not waiting until the action is doneDaniel Calviño Sánchez