summary refs log tree commit diff
path: root/webclient/app.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement SYWEB-121 : Display JSON when clicking messages.Kegan Dougal2014-10-271-1/+2
* SYWEB-13: Do not start the app if the browser does not support WEBStorage.Emmanuel ROHEE2014-09-191-1/+18
* Animation on call end icon.David Baker2014-09-101-0/+1
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* BF: Prevent controllers from being instantiated twice.Emmanuel ROHEE2014-09-021-14/+7
* nasty big monolithic commit of a whole bunch of UI/UX improvements:Matthew Hodgson2014-08-311-1/+9
* Merge branch 'voip' into developDavid Baker2014-08-291-0/+2
|\
| * WIP voip support on web clientDavid Baker2014-08-271-0/+2
* | Start the events stream once the app starts (if credentials are in cache) or ...Emmanuel ROHEE2014-08-281-5/+3
|/
* Moved recents things into a separate (and reusable) controlerEmmanuel ROHEE2014-08-271-0/+1
* The landing URL is now '#/' which actually points to homeControllerEmmanuel ROHEE2014-08-251-2/+2
* Use /home everywhereEmmanuel ROHEE2014-08-221-5/+5
* Move profile parts of the rooms page and the config content into a new page: ...Emmanuel ROHEE2014-08-221-0/+5
* Only start event streaming after having set up the controllers.Erik Johnston2014-08-211-1/+1
* File organisation sanity: put directives and filters into dedicated filesEmmanuel ROHEE2014-08-201-81/+0
* Created boilerplate for user profile pageEmmanuel ROHEE2014-08-181-0/+5
* Support urlencoded room aliases in room URLEmmanuel ROHEE2014-08-181-2/+2
* Support room alias in rooms URL (ex: http://127.0.0.1:8000/#/room/#public:loc...Emmanuel ROHEE2014-08-181-0/+6
* Do not start the event stream if the user is not logged in (=if he does not h...Emmanuel ROHEE2014-08-181-3/+2
* remove log spamMatthew Hodgson2014-08-161-2/+2
* disambiguate identical displaynamesMatthew Hodgson2014-08-161-1/+23
* make presence timestamps less verboseMatthew Hodgson2014-08-161-3/+3
* order the members list by most recently activeMatthew Hodgson2014-08-161-1/+14
* display mtime_age in webclientMatthew Hodgson2014-08-161-0/+20
* Added infinite scrolling. It's sliiiightly buggy in that it jumps down the li...Kegan Dougal2014-08-151-1/+2
* Event streaming now happens on an app level, rather than a per-room level. Ma...Kegan Dougal2014-08-151-1/+5
* Added event handler service which.. handles events. More specifically, it $br...Kegan Dougal2014-08-151-1/+2
* Added event stream service which neatly blobs together requests / state for t...Kegan Dougal2014-08-151-1/+2
* Move the unknown token broadcast to the interceptor. Return the $http promise...Kegan Dougal2014-08-141-5/+5
* Added an access token interceptor to check unknown tokens.Kegan Dougal2014-08-141-3/+19
* completely change the CSS to be an entirely 'position: absolute' layout rathe...Matthew Hodgson2014-08-141-1/+6
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+16
* Reference Matrix Home Servermatrix.org2014-08-121-0/+57