summary refs log tree commit diff
path: root/webclient/components/fileUpload/file-upload-service.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-28Remove get_state_for_room function from federation handlerMark Haines3-17/+29
2014-08-28use @wraps to set the __name__ __module__ and __doc__ correctly for logged ↵Mark Haines1-0/+2
functions
2014-08-28When opening this page, do not join a room already joinedEmmanuel ROHEE1-26/+51
2014-08-28Added waitForInitialSyncCompletion so that clients can know when they can ↵Emmanuel ROHEE2-9/+24
access to the data retrieved by the initialSync Request
2014-08-28BF: Made member events parsing work (handleEvents expects an array of events)Emmanuel ROHEE1-8/+4
2014-08-28Cleaned up depsEmmanuel ROHEE3-6/+6
2014-08-28Support multiple login flows when deciding how to login. Updated cmdclient ↵Kegan Dougal3-16/+23
and spec. Webclient doesn't need updating for this.
2014-08-28Fleshed out login spec.Kegan Dougal1-158/+164
2014-08-28Fix pyflakes warningsMark Haines4-10/+4
2014-08-28