| Commit message (Expand) | Author | Files | Lines |
2016-01-19 | Take a deepcopy of push rules before mutating them | Erik Johnston | 1 | -1/+3 |
2016-01-19 | Update _id | Erik Johnston | 1 | -2/+3 |
2016-01-18 | Preserve truthiness | Erik Johnston | 1 | -1/+2 |
2016-01-18 | You need to escape backslashes | Erik Johnston | 1 | -2/+2 |
2016-01-18 | Fix branch didn't check word_boundary | Erik Johnston | 1 | -3/+9 |
2016-01-18 | Remove dead code | Erik Johnston | 1 | -22/+1 |
2016-01-18 | Don't split at word boundaries, actually use regex | Erik Johnston | 2 | -63/+48 |
2016-01-18 | Don't error on AS non-ghost user use | Daniel Wagner-Hall | 1 | -0/+2 |
2016-01-18 | Pull out app service user lookup | Daniel Wagner-Hall | 1 | -31/+28 |
2016-01-18 | Drop log levels | Erik Johnston | 1 | -2/+2 |
2016-01-18 | Add comments and remove dead code | Erik Johnston | 1 | -12/+11 |
2016-01-18 | Do for loop once at start | Erik Johnston | 1 | -8/+17 |
2016-01-18 | Use static for const dicts | Erik Johnston | 4 | -198/+209 |
2016-01-18 | Remove internal ids | Erik Johnston | 1 | -0/+4 |
2016-01-18 | Don't edit ruleset | Erik Johnston | 1 | -5/+4 |
2016-01-18 | Make unit tests work | Erik Johnston | 3 | -560/+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 |
|