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
AgeCommit message (Collapse)Author
2020-08-03Merge pull request #3966 from nextcloud/techdebt/noid/move-to-psr-loggerJoas Schilling
Move to Psr\Log\LoggerInterface
2020-08-03Conversations in Unified SearchJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-03Move to Psr\Log\LoggerInterfaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-31Pass base URL of Nextcloud to signaling server in backend requests.Joachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2020-07-29Always allow local HPBsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-28Merge pull request #3743 from ↵Joas Schilling
nextcloud/techdebt/noid/deferrable-notification-apps Defer sending the notifications when we interact multiple times
2020-07-28Handle referenceId for system messages e.g. when uploading a fileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-16Use new BeforeTemplateRenderedEvent for share template loadingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09Fix CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09Defer sending the notifications when we interact multiple timesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-02Fix logout failure if active session was removed from roomDaniel Calviño Sánchez
If the user tries to immediately log out after being removed from a conversation in which she was active an exception could be thrown during the logout cleanup if no conversation is found for the session. If the exception is not caught then the logout will fail. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-07-01Merge pull request #3822 from nextcloud/techdebt/noid/room-serviceJoas Schilling
Services: Start room service
2020-07-01If the user has no participant anymore, it was not a conflictJoas Schilling
But they were actually removed from the conversation. Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Send a signal to disconnect the old session before killing itJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Redirect to a plain page to avoid reconnectionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Handle duplicated sessions more gracefully with the internal signalingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Further pass on the sessionId to leaveRoomAsParticipantJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Leave the room with the old sessionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Return session id, in call flag and last pingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Also support guests to prevent breaking their sessionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-01Optionally return 409 when trying to join a second timeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Import exceptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Only catch the specific exceptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Document all reasons we throwJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Fix returned status codeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Also throw on invalid object dataJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Also validate the room type and add tests for the serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Move the validation and preparation of the name to the RoomServiceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Introduce a RoomService to handle creation of RoomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26Add return types to commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26New line as information seperatorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26Circumvent long messages breaking the activity app by accidentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-25Improve push notifications for upcoming iOS/Apple changesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-19Fix PHP CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-19Also move the logout hook to the new eventsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-19Move user delete to event listenerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-18Implement IBootstap and use the given ContextJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Merge pull request #3620 from ↵Joas Schilling
nextcloud/feature/noid/request-signaling-server-trail Request signaling server trial
2020-06-10Make label fixed value and handle unknown subjectJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Fix file headersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10No notification when the state didn't changeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Delete instead of setting to emptyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Fix typoJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Comment not yet returned optionsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Log an info message when the background job fetched somethingMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Add button to delete an accountMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Use select boxes for language and countryMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Add notifications for changed state of the hosted signaling server accountMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Add background job that regularly checks for updates of the signaling server ↵Morris Jobke
trial - without notifciations Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-10Refactor API requests into a service and data objectsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>