Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-17 | unbreak login sequence (which spuriously required a sydent server to be ↵ | Matthew Hodgson | 1 | -2/+2 | |
specified, which login.html was no longer doing...) | |||||
2014-08-17 | oops, debugging crept in | Matthew Hodgson | 1 | -1/+0 | |
2014-08-17 | dial down logging | Matthew Hodgson | 1 | -5/+5 | |
2014-08-17 | - use css3 to make avatars always the right aspect ratio | Matthew Hodgson | 3 | -4/+105 | |
- implement slightly overengineered tab/shift-tab autocomplete function | |||||
2014-08-16 | autohyperlink messages using linky | Matthew Hodgson | 4 | -3/+581 | |
2014-08-16 | use minified angular by default | Matthew Hodgson | 1 | -2/+2 | |
2014-08-16 | minified angularjs stuff to speed things up | Matthew Hodgson | 4 | -0/+249 | |
2014-08-16 | improve infinite scrolling so it keeps paginating until you have a scrollbar ↵ | Matthew Hodgson | 1 | -17/+28 | |
(if it can) | |||||
2014-08-16 | remove log spam | Matthew Hodgson | 1 | -2/+2 | |
2014-08-16 | disambiguate identical displaynames | Matthew Hodgson | 1 | -1/+23 | |
2014-08-16 | make presence timestamps less verbose | Matthew Hodgson | 1 | -3/+3 | |
2014-08-16 | roll back b602834 as it made a bizarre subset of avatars go awol | Matthew Hodgson | 1 | -6/+5 | |
2014-08-16 | order the members list by most recently active | Matthew Hodgson | 2 | -7/+19 | |
2014-08-16 | don't hammer a new hit for every displayname and avatar_url when we already ↵ | Matthew Hodgson | 1 | -1/+14 | |
have them in the members list... | |||||
2014-08-16 | improve comment | Matthew Hodgson | 1 | -1/+1 | |
2014-08-16 | merge weirdness | Matthew Hodgson | 1 | -1/+1 | |
2014-08-16 | emergency bodges to turn off presence ACLs in order to make | Matthew Hodgson | 1 | -2/+7 | |
matrix.org:8080 actually work | |||||
2014-08-16 | retcols is mandatory. i have no idea how this could ever have worked? | Matthew Hodgson | 1 | -0/+1 | |
2014-08-16 | display mtime_age in webclient | Matthew Hodgson | 3 | -10/+33 | |
2014-08-16 | slightly hacky but more functional infinite scrolling | Matthew Hodgson | 1 | -30/+36 | |
2014-08-15 | switch some elements from being styled by class to styled by id | Matthew Hodgson | 5 | -36/+36 | |
2014-08-15 | Formatting | Kegan Dougal | 2 | -21/+22 | |
2014-08-15 | Get presence for members when you enter a room (it was coming down but ↵ | Kegan Dougal | 1 | -0/+4 | |
wasn't being stored in the right place) | |||||
2014-08-15 | Added infinite scrolling. It's sliiiightly buggy in that it jumps down the ↵ | Kegan Dougal | 7 | -9/+115 | |
list a bit, but it is overall working pretty well. Added ng-infinite-scroll-matrix.js and jquery-1.8.3 as deps. | |||||
2014-08-15 | When new invites come down, update the My Rooms list. Added hacks to make ↵ | Kegan Dougal | 3 | -16/+32 | |
the display name a bit nicer (/im/sync needs to return room aliases / membership events better) | |||||
2014-08-15 |