| Commit message (Expand) | Author | Files | Lines |
2016-01-18 | Make unit tests work | Erik Johnston | 1 | -1/+1 |
2016-01-18 | Re-enable urnead notifications | Erik Johnston | 3 | -13/+6 |
2016-01-18 | Make notifications go quicker | Erik Johnston | 4 | -131/+260 |
2016-01-18 | Make Event objects behave more like dicts | Erik Johnston | 1 | -0/+9 |
2016-01-18 | Allow filtering events for multiple users at once | Erik Johnston | 2 | -39/+67 |
2016-01-15 | Require unbanning before other membership changes | Daniel Wagner-Hall | 6 | -58/+116 |
2016-01-15 | Remove unused parameters | Daniel Wagner-Hall | 2 | -16/+8 |
2016-01-15 | M_INVALID_USERNAME to be consistent with the parameter name | David Baker | 2 | -2/+2 |
2016-01-14 | Add specific error code for invalid user names. | David Baker | 2 | -1/+3 |
2016-01-14 | Require ID and as_token be unique for ASs | Daniel Wagner-Hall | 3 | -17/+111 |
2016-01-14 | Fix enabling & disabling push rules | David Baker | 1 | -1/+1 |
2016-01-14 | Clamp pagination limits to at most 1000 | Erik Johnston | 1 | -2/+5 |
2016-01-14 | Use logger not logging | Erik Johnston | 1 | -2/+2 |
2016-01-13 | Don't change signature. Return empty list | Erik Johnston | 1 | -2/+2 |
2016-01-13 | Temporarily disable notification branch | Erik Johnston | 3 | -7/+14 |
2016-01-13 | Don't start server if ASes are invalidly configured | Daniel Wagner-Hall | 1 | -0/+1 |
2016-01-13 | Delete unused code | Daniel Wagner-Hall | 1 | -59/+0 |
2016-01-13 | Add 'event' result to 'context' endpoint | Richard van der Hoff | 2 | -12/+29 |
2016-01-13 | Skip, rather than erroring, invalid guest requests | Daniel Wagner-Hall | 5 | -21/+5 |
2016-01-13 | Rename 'user_name' to 'user_id' in push to make it consistent with the rest o... | Mark Haines | 9 | -99/+99 |
2016-01-13 | Require AS users to be registered before use | Daniel Wagner-Hall | 1 | -0/+5 |
2016-01-13 | bulk_get_push_rules should handle empty lists | Erik Johnston | 1 | -21/+13 |
2016-01-13 | Delete the table objects from TransactionStore | Mark Haines | 3 | -60/+10 |
2016-01-13 | Remove the RoomsTable object | Mark Haines | 1 | -13/+3 |
2016-01-12 | Don't include old left rooms | Erik Johnston | 1 | -1/+5 |
2016-01-12 | Remove the PushersTable and EventPushActionsTable objects | Mark Haines | 2 | -14/+6 |
2016-01-12 | Remove the PushRuleTable and PushRuleEnableTable objects | Mark Haines | 1 | -50/+33 |
2016-01-12 | Dont fire user_joined_room when guest hits /events | Erik Johnston | 1 | -7/+0 |
2016-01-11 | Introduce a Requester object | Daniel Wagner-Hall | 24 | -144/+178 |
2016-01-11 | Postgres doesn't like booleans | David Baker | 1 | -2/+2 |
2016-01-11 | Remove rogue 'admin' | David Baker | 1 | -1/+1 |
2016-01-09 | Add FreeBSD install section & instructions | Kubilay Kocak | 1 | -0/+8 |
2016-01-07 | Only use cropped thumbnails when asked for a cropped thumbnail. | Mark Haines | 1 | -1/+1 |
2016-01-07 | Turn on core dumps | Erik Johnston | 1 | -2/+5 |
2016-01-07 | Use logger not logging | Erik Johnston | 1 | -2/+2 |
2016-01-07 | s/telnet/ssh/ | Erik Johnston | 1 | -1/+1 |
2016-01-07 | Change manhole to use ssh | Erik Johnston | 1 | -5/+21 |
2016-01-07 | This comma is actually important | David Baker | 1 | -1/+1 |
2016-01-07 | more commas | David Baker | 1 | -1/+1 |
2016-01-07 | copyrights | Matthew Hodgson | 295 | -297/+297 |
2016-01-06 | Config Comment mixup in captcha public/private key | Robin Lambertz | 1 | -2/+2 |
2016-01-06 | Add /_matrix/versions to report supported versions | Daniel Wagner-Hall | 3 | -0/+43 |
2016-01-06 | comma style | David Baker | 1 | -1/+1 |
2016-01-06 | Adding is_guest here won't work because it just constructs a dict of uid -> p... | David Baker | 1 | -1/+1 |
2016-01-06 | Pass whether the user was a guest to some of the event streams | Mark Haines | 1 | -5/+3 |
2016-01-06 | fix tests | David Baker | 3 | -1/+10 |
2016-01-06 | |