| Commit message (Expand) | Author | Files | Lines |
2014-08-26 | Fix pyflakes errors | Mark Haines | 11 | -31/+11 |
2014-08-26 | Avoid double call of refresh at app startup | Emmanuel ROHEE | 2 | -5/+7 |
2014-08-26 | Fix ALL THE UNIT TESTS | Kegan Dougal | 5 | -34/+35 |
2014-08-26 | Determine and send user presence state | Emmanuel ROHEE | 4 | -5/+140 |
2014-08-26 | webclient: Updated to use /rooms/$roomid/[invite|join|leave] | Kegan Dougal | 1 | -7/+11 |
2014-08-26 | Implemented /rooms/$roomid/[invite|join|leave] with POST / PUT (incl txn ids) | Kegan Dougal | 2 | -8/+35 |
2014-08-26 | Added basic in-memory REST transaction storage. Only the latest transaction f... | Kegan Dougal | 3 | -2/+103 |
2014-08-26 | Add the ability to turn on the twisted manhole telnet service. | Erik Johnston | 2 | -2/+13 |
2014-08-26 | Add a do_users_share_a_room method and use that in the presence handler. | Erik Johnston | 2 | -5/+25 |
2014-08-26 | Added servlet for /rooms/$roomid/[invite|join|leave] | Kegan Dougal | 1 | -0/+40 |
2014-08-26 | URL renaming: Room state keys now use the format /rooms/$roomid/state/$event_... | Kegan Dougal | 1 | -2/+2 |
2014-08-26 | Adjusted webclient to use new state paths. Updated membership msg template to... | Kegan Dougal | 6 | -47/+24 |
2014-08-26 | Add 'state_key' to valid_keys | Erik Johnston | 1 | -0/+1 |
2014-08-26 | Send down state_key to clients | Erik Johnston | 1 | -1/+0 |
2014-08-26 | Removed member list servlet: now using generic state paths. | Kegan Dougal | 9 | -106/+53 |
2014-08-26 | Order 'get_recent_events_for_room' correctly. | Erik Johnston | 1 | -1/+1 |
2014-08-25 | The landing URL is now '#/' which actually points to homeController | Emmanuel ROHEE | 1 | -2/+2 |
2014-08-25 | Oops. Removed my NetBeans private folders | Emmanuel ROHEE | 3 | -39/+0 |
2014-08-24 | Ensure that we don't have duplicate hosts in the pdu destinations list | Erik Johnston | 1 | -2/+2 |
2014-08-24 | For the content repo, don't just use homeserver.hostname as that might not in... | Erik Johnston | 2 | -1/+10 |
2014-08-24 | Add a unique constraint on the room hosts table | Erik Johnston | 1 | -1/+2 |
2014-08-24 | Encode unicode from json as utf-8. This was required to allow people to regis... | Erik Johnston | 1 | -2/+2 |
2014-08-23 | oops | Matthew Hodgson | 1 | -1/+1 |
2014-08-23 | very quick and dirty responsive design for iPhones | Matthew Hodgson | 6 | -30/+110 |
2014-08-23 | point out the non-quick-start guide | Matthew Hodgson | 1 | -2/+4 |
2014-08-22 | Mention in changelog that we disabled presence. v0.0.1 | Erik Johnston | 1 | -0/+2 |
2014-08-22 | skip presence tests which broke when presence polling was disabled | Mark Haines | 3 | -0/+13 |
2014-08-22 | Oops, we need to use defer.returnValue. | Erik Johnston | 1 | -1/+2 |
2014-08-22 | Make is_presence_visible always return true as it was thrashing the database. | Erik Johnston | 1 | -0/+3 |
2014-08-22 | Turn off more spammy logging. | Erik Johnston | 1 | -1/+1 |
2014-08-22 | Turn off spammy logging | Erik Johnston | 1 | -1/+1 |
2014-08-22 | Add indices to schema | Erik Johnston | 2 | -0/+24 |
2014-08-22 | Added "Your name" as placeholder to help user understand what is this alone i... | Emmanuel ROHEE | 1 | -1/+1 |
2014-08-22 | Use /home everywhere | Emmanuel ROHEE | 6 | -12/+12 |
2014-08-22 | renamed rooms to home - renamed files | Emmanuel ROHEE | 4 | -0/+23 |
2014-08-22 | renamed rooms to home | Emmanuel ROHEE | 3 | -0/+16 |
2014-08-22 | Move profile parts of the rooms page and the config content into a new page: ... | Emmanuel ROHEE | 8 | -201/+237 |
2014-08-22 | avatar url | root | 1 | -1/+1 |
2014-08-22 | add 0.0.0 into the changelog, and add dates | Matthew Hodgson | 1 | -2/+8 |
2014-08-22 | Impl: /rooms/roomid/state/eventtype/state_key - Renamed RoomTopicRestServlet ... | Kegan Dougal | 2 | -20/+43 |
2014-08-22 | Move the 'Upgrade' section to just below the 'Installation' section | Erik Johnston | 1 | -6/+8 |
2014-08-22 | Update the README.rst to refer people to UPGRADE.rst | Erik Johnston | 1 | -0/+6 |
2014-08-22 | Rename files to .rst for consistency. | Erik Johnston | 2 | -0/+0 |
2014-08-22 | Add a missing '=' | Erik Johnston | 1 | -1/+2 |
2014-08-22 | Add CHANGES and UPGRADE files. | Erik Johnston | 2 |