| Commit message (Expand) | Author | Files | Lines |
2016-07-05 | Add ReadWriteLock | Erik Johnston | 2 | -0/+167 |
2016-07-05 | Add purge_history API | Erik Johnston | 4 | -1/+38 |
2016-07-04 | Add storage function to purge history for a room | Erik Johnston | 1 | -0/+140 |
2016-07-04 | Fix style violations | Kent Shikama | 2 | -2/+4 |
2016-07-04 | Use .get() instead of [] to access password_hash | Kent Shikama | 1 | -1/+1 |
2016-07-03 | Optionally include password hash in createUser endpoint | Kent Shikama | 2 | -3/+5 |
2016-07-01 | code_style.rst: add link to sphinx examples | Richard van der Hoff | 1 | -1/+3 |
2016-07-01 | code_style.rst: *fix* link to google style | Richard van der Hoff | 1 | -1/+1 |
2016-07-01 | code_style.rst: add link to google style | Richard van der Hoff | 1 | -2/+3 |
2016-06-30 | Feature: Add deactivate account admin API | Erik Johnston | 3 | -0/+40 |
2016-06-29 | Remove race | Erik Johnston | 1 | -11/+0 |
2016-06-29 | Implement purge_media_cache admin API | Erik Johnston | 5 | -20/+130 |
2016-06-29 | Track approximate last access time for remote media | Erik Johnston | 4 | -1/+71 |
2016-06-28 | Update turn-howto.rst to use git clone (2) | Rick Cogley | 1 | -1/+5 |
2016-06-28 | Update turn-howto.rst to use git clone | Rick Cogley | 1 | -1/+1 |
2016-06-28 | Remove double spaces | Rick Cogley | 1 | -12/+11 |
2016-06-27 | remove vector.im from default secondary DS list | Matthew Hodgson | 1 | -1/+0 |
2016-06-26 | Update to reflect new location at github. | Rick Cogley | 1 | -16/+18 |
2016-06-24 | Fix the sytests to use a port-range rather than a port base | Mark Haines | 3 | -4/+7 |
2016-06-24 | Remove room name & alias test | David Baker | 1 | -41/+0 |
2016-06-24 | even more pep8 | David Baker | 1 | -0/+1 |
2016-06-24 | more pep8 | David Baker | 1 | -1/+0 |
2016-06-24 | pep8 | David Baker | 1 | -1/+0 |
2016-06-24 | Use similar naming we use in email notifs for push | David Baker | 6 | -79/+26 |
2016-06-22 | Actually we need to order these properly | David Baker | 1 | -2/+12 |
2016-06-22 | Style | David Baker | 1 | -1/+1 |
2016-06-22 | Put most recent 20 messages in notif | David Baker | 1 | -3/+4 |
2016-06-22 | Rework ldap integration with ldap3 | Martin Weinelt | 4 | -60/+249 |
2016-06-21 | Optionally start or stop workers in synctl. | Mark Haines | 1 | -27/+151 |
2016-06-21 | Remove the legacy v0 content upload API. | Mark Haines | 3 | -132/+3 |
2016-06-21 | Fix substitution failure in mail template | David Baker | 1 | -1/+1 |
2016-06-20 | Bump version and changelog | Erik Johnston | 2 | -1/+16 |
2016-06-17 | Add the create_profile method back since the tests use it | Mark Haines | 1 | -0/+6 |
2016-06-17 | Add a comment on why we don't create a profile for upgrading users | Mark Haines | 1 | -0/+1 |
2016-06-17 | Remove registered_users from the distributor. | Mark Haines | 5 | -33/+24 |
2016-06-17 | Linearize some federation endpoints based on (origin, room_id) | Erik Johnston | 2 | -67/+78 |
2016-06-17 | Disable responding with canonical json for federation | Erik Johnston | 1 | -1/+1 |
2016-06-17 | Enable use_frozen_events in tests | Erik Johnston | 1 | -0/+1 |
2016-06-17 | Turn use_frozen_events off by default | Erik Johnston | 1 | -1/+1 |
2016-06-17 | Only re-sign our own events | Erik Johnston | 2 | -12/+18 |
2016-06-17 | Fix ``KeyError: 'msgtype'``. Use ``.get`` | Mark Haines | 1 | -14/+15 |
2016-06-17 | Fix setting gc thresholds in the workers | Mark Haines | 2 | -2/+4 |
2016-06-16 | Use worker_ prefixes for worker config, use existing support for multiple con... | Mark Haines | 5 | -79/+33 |
2016-06-16 | Access the event_cache_size directly from the server object. | Mark Haines | 5 | -21/+10 |
2016-06-16 | Access replication_url from the worker config directly | Mark Haines | 3 | -8/+6 |
2016-06-16 | Comment on what's going on in clobber_with_worker_config | Mark Haines | 1 | |