| Commit message (Expand) | Author | Files | Lines |
2014-08-19 | More unquotes. Also, don't return the room_id on membership state changes, th... | Kegan Dougal | 1 | -6/+8 |
2014-08-19 | Unquote sender IDs. | Kegan Dougal | 1 | -2/+2 |
2014-08-19 | Perform the 'REST'-level tests of Presence against the real Presence handler ... | Paul "LeoNerd" Evans | 2 | -41/+93 |
2014-08-19 | Implement and test presence dropping of remote users | Paul "LeoNerd" Evans | 2 | -2/+14 |
2014-08-19 | Deny __iter__ on UserID/RoomID/RoomName instances as it's a subtle bug that w... | Paul "LeoNerd" Evans | 1 | -0/+6 |
2014-08-19 | Rename MockHttpServer to MockHttpResource as it stands for one server resourc... | Paul "LeoNerd" Evans | 7 | -146/+147 |
2014-08-19 | Reduce the amount of incredibly spammy stack traces. Expected errors (e.g. Sy... | Kegan Dougal | 1 | -1/+13 |
2014-08-19 | Change mouse cursor to pointer on elements user can click on | Emmanuel ROHEE | 2 | -1/+5 |
2014-08-19 | Fill user page with avatar, display name and matrix id | Emmanuel ROHEE | 3 | -5/+44 |
2014-08-19 | Made small avatar image center | Emmanuel ROHEE | 1 | -0/+1 |
2014-08-19 | Use $location.url to open the user profile page. The user page URL is then th... | Emmanuel ROHEE | 1 | -1/+1 |
2014-08-19 | Added link to user profile pages | Emmanuel ROHEE | 2 | -1/+6 |
2014-08-18 | show private room_ids rather than nulls in notifs if there is no room_alias | Matthew Hodgson | 1 | -1/+1 |
2014-08-18 | Small amounts of cleanup and bonus round comments. | Kegan Dougal | 1 | -4/+8 |
2014-08-18 | Implemented GETs for the ContentRepoResource. It all actually appears to be w... | Kegan Dougal | 3 | -15/+65 |
2014-08-18 | hs: Make the uploads directory if it doesn't exist. Namespace uploads by the ... | Kegan Dougal | 1 | -5/+46 |
2014-08-18 | Auth content uploads. Added a mapping function from request > filename. Added... | Kegan Dougal | 4 | -31/+62 |
2014-08-18 | Added /matrix/content path, HS resource_for_content_repo attribute and FileUp... | Kegan Dougal | 4 | -4/+41 |
2014-08-18 | Created boilerplate for user profile page | Emmanuel ROHEE | 4 | -0/+43 |
2014-08-18 | In members list, on avatar mouseover, show a tooltip with the user matrix id | Emmanuel ROHEE | 1 | -2/+6 |
2014-08-18 | Join room: open the room URL with the room alias in it | Emmanuel ROHEE | 1 | -6/+2 |
2014-08-18 | Support urlencoded room aliases in room URL | Emmanuel ROHEE | 2 | -17/+29 |
2014-08-18 | If possible, use href with room alias in rooms list | Emmanuel ROHEE | 1 | -2/+2 |
2014-08-18 | Support room alias in rooms URL (ex: http://127.0.0.1:8000/#/room/#public:loc... | Emmanuel ROHEE | 3 | -1/+58 |
2014-08-18 | Update the default longpoll timeout time. | Kegan Dougal | 1 | -1/+1 |
2014-08-18 | Increase /events timeout to 30 secs. We don't need it so low anymore to get a... | Kegan Dougal | 1 | -1/+1 |
2014-08-18 | Allow room presence visibility between users who share a room | Paul "LeoNerd" Evans | 2 | -12/+45 |
2014-08-18 | Precent lack of presence visiblity from causing room /members/list to fail | Paul "LeoNerd" Evans | 1 | -4/+8 |
2014-08-18 | webclient: Tweak namespace of auto-complete directive. ng- should really only... | Kegan Dougal | 2 | -2/+2 |
2014-08-18 | Disabled image upload UIs | Emmanuel ROHEE | 2 | -2/+6 |
2014-08-18 | Do not start the event stream if the user is not logged in (=if he does not h... | Emmanuel ROHEE | 3 | -9/+17 |
2014-08-18 | Added another button to upload and send an image. | Emmanuel ROHEE | 2 | -2/+20 |
2014-08-18 | make my emotes white again | Matthew Hodgson | 1 | -0/+4 |
2014-08-17 | make text font sizes consistent | Matthew Hodgson | 2 | -13/+26 |
2014-08-17 | implement html5 notifications. (have to be explicitly requested under Config) | Matthew Hodgson | 4 | -3/+37 |
2014-08-17 | unbreak login sequence (which spuriously required a sydent server to be speci... | Matthew Hodgson | 1 | -2/+2 |
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 |
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 |
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 h... | Matthew Hodgson | 1 | -1/+14 |
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 |
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 wasn't... | Kegan Dougal | 1 | -0/+4 |
2014-08-15 | Added infinite scrolling. It's sliiiightly buggy in that it jumps down the li... | Kegan Dougal | 7 | -9/+115 |
2014-08-15 | When new invites come down, update the My Rooms list. Added hacks to make the... | Kegan Dougal | 3 | -16/+32 |
2014-08-15 | Document that /rooms/:room_id/members/list yields profile and presence inform... | Paul "LeoNerd" Evans | 1 | -0/+10 |
2014-08-15 | When starting to poll for presence, also include members of all shared rooms | Paul "LeoNerd" Evans | 1 | -3/+12 |
2014-08-15 | Also include users' presence when responding to /rooms/:room_id/members/list | Paul "LeoNerd" Evans | 1 | -0/+7 |
2014-08-15 | Fix imsync's SELECT quer |