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/js/models
AgeCommit message (Expand)Author
2018-07-12Move loading of chat messages to signaling class.Joachim Bauch
2018-07-11Fix participants sorting.Ivan Sein
2018-04-25Format rich messages in chat frontendDaniel Calviño Sánchez
2018-04-23Do not query the last comment info when there is noneJoas Schilling
2018-04-23Adjust chat message collection to changes in chat endpointDaniel Calviño Sánchez
2018-04-20Merge pull request #788 from nextcloud/backport/754/correct-roomlist-sortingJoas Schilling
2018-04-19Add an icon for participants which are in the callJoas Schilling
2018-04-19Do same maths in returns.Ivan Sein
2018-04-19Fix eslint.Ivan Sein
2018-04-19Sort correctly room collection.Ivan Sein
2018-04-18Sort active room on topJoas Schilling
2018-03-23Merge branch 'stable13' into backport/706/chat-guest-handlingIvan Sein
2018-03-22Fix JS docsJoas Schilling
2018-03-22Update the chat message models when the guest name changesJoas Schilling
2017-12-07Fix removing the name of the roomDaniel Calviño Sánchez
2017-12-07Fix room rename.Ivan Sein
2017-12-01Fix sorting of chat messages with same timestampDaniel Calviño Sánchez
2017-11-03Add support for changing the room of a ChatMessageCollectionDaniel Calviño Sánchez
2017-11-03Add incremental wait before trying to get messages again after a failureDaniel Calviño Sánchez
2017-11-03Add method to stop pollingDaniel Calviño Sánchez
2017-11-03Add method to perform long polling on the modelDaniel Calviño Sánchez
2017-11-03Fix the order of chat message models in the collectionDaniel Calviño Sánchez
2017-11-03Add basic Backbone models for chat messagesDaniel Calviño Sánchez
2017-10-30Add a Backbone model for the local storage of the browserDaniel Calviño Sánchez
2017-10-29Rename a room through the room model instead of a custom ajax callDaniel Calviño Sánchez
2017-10-29Unify room synchronization for users and guestsDaniel Calviño Sánchez
2017-10-13Make ParticipantCollection to automatically fetch when its room changesDaniel Calviño Sánchez
2017-09-08Sort the participantsJoas Schilling
2017-09-08Fix offline detectionJoas Schilling
2017-09-07Use same online detection as beforeJoas Schilling
2017-09-07Correctly handle online/offlineJoas Schilling
2017-08-25Fix loading participants into the sidebarJoas Schilling
2017-08-25Start debuggingJoas Schilling
2017-08-25Add via and models for the participantsJoas Schilling
2017-06-13Fix JS lintJoas Schilling
2017-06-12Move API to OCSJoas Schilling
2017-03-24Use the token for all public API callsJoas Schilling
2016-11-23Remove executable flag added by samba.Ivan Sein
2016-10-19Sort rooms by last room usage.Ivan Sein
2016-10-19use fewer global vars and move init code to a central placeChristoph Wurst
2016-10-18visually show which room is selected/activeChristoph Wurst
2016-10-18downgrade marionette, create room via backbone syncChristoph Wurst
2016-10-18use backbone + marionette to render the list of roomsChristoph Wurst