summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2017-11-10Fix creating ParticipantsJoas Schilling
2017-11-03Split joining a room and joining a call API wiseJoas Schilling
2017-11-02Also functional without notifications and activityJoas Schilling
2017-11-02Adjust index namesJoas Schilling
2017-11-02Change tables to talk_*Joas Schilling
2017-11-02Move old repair steps to migrationsJoas Schilling
2017-11-02Pass previously invited participants in room deleted events.Joachim Bauch
2017-11-02The "postAddUsers" event gets a list of user objects, not just ids.Joachim Bauch
2017-11-02Removed unnecessary code to get event dispatcher.Joachim Bauch
2017-11-02Fix passing of configured servers to the UI and wrong own URL to validate users.Joachim Bauch
2017-11-02Update section id for renamed app.Joachim Bauch
2017-11-02Allow multiple signaling serversJoas Schilling
2017-11-02Add event and notify backend when a participant type has changed.Joachim Bauch
2017-11-02Use events to notify the backend about room changes.Joachim Bauch
2017-11-02Return "DataResponse" instead of throwing if the internal signaling is disabled.Joachim Bauch
2017-11-02Allow setting up multiple signaling servers.Joachim Bauch
2017-11-02Set STUN/TURN server through settings instead of performing requests.Joachim Bauch
2017-11-02Pass all signaling-related settings as JSON object to frontend.Joachim Bauch
2017-11-02Update ping time when user joins a room.Joachim Bauch
2017-11-02Send all participants to backend when invited users of a room change.Joachim Bauch
2017-11-02Make "check-app-compatibility" test happy.Joachim Bauch
2017-11-02Don't always skip certificate verification of connections to backend.Joachim Bauch
2017-11-02Implement backend APIs to be used by standalone signaling server.Joachim Bauch
2017-10-30Delete the chat messages of a room when the room is deletedDaniel Calviño Sánchez
2017-10-26Merge pull request #444 from nextcloud/talkIvan Sein
2017-10-26OppsyJoas Schilling
2017-10-20Fix password protected rooms in chat backendDaniel Calviño Sánchez
2017-10-20Use the room ID instead of the token as the object ID of chat commentsDaniel Calviño Sánchez
2017-10-20Fix storing a spreed-session as an actorIdDaniel Calviño Sánchez
2017-10-20Add controller for chat messagesDaniel Calviño Sánchez
2017-10-20Add basic polling chat managerDaniel Calviño Sánchez
2017-10-19Fix infinite redirect when following the link in a contacts menuJoas Schilling
2017-10-19Move notification registration to Application class and fix it to TalkJoas Schilling
2017-10-19Fix activity descriptionJoas Schilling
2017-10-19Fix phpstorm complainsJoas Schilling
2017-10-19Fix naming of the admin sectionJoas Schilling
2017-10-18Merge pull request #438 from nextcloud/activities-for-callsIvan Sein
2017-10-17Merge pull request #433 from nextcloud/ask-for-password-in-plain-modeIvan Sein
2017-10-17Allow to remove the passwordJoas Schilling
2017-10-11Don't use popup to ask for the password but the "blue screen"Joas Schilling
2017-10-11Simplify activity and fix handling of deleted roomsJoas Schilling
2017-10-11Add more tests for invitationsJoas Schilling
2017-10-11Fix unit testsJoas Schilling
2017-10-10Activities for callsJoas Schilling
2017-10-09Merge pull request #435 from nextcloud/expire-old-signaling-messagesIvan Sein
2017-10-09Merge pull request #434 from nextcloud/password-change-eventsIvan Sein
2017-10-09Add license to migration filesJoas Schilling
2017-10-09Expire signaling messages that are older than 5 minutesJoas Schilling
2017-10-09Add an event when we delete all old guestsJoas Schilling
2017-10-09Event for changing a participant typeJoas Schilling