summaryrefslogtreecommitdiffstats
path: root/js/models
AgeCommit message (Expand)Author
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