| Commit message (Expand) | Author | Files | Lines |
2015-01-29 | Move bump schema delta | Mark Haines | 1 | -0/+0 |
2015-01-29 | Add filter_room_state unit tests. | Kegan Dougal | 1 | -0/+56 |
2015-01-29 | Add basic filtering public API unit tests. Use defers in the right places. | Kegan Dougal | 2 | -5/+60 |
2015-01-29 | Add more unit tests for the filter algorithm. | Kegan Dougal | 1 | -5/+259 |
2015-01-29 | Implement filter algorithm. Add basic event type unit tests to assert it works. | Kegan Dougal | 2 | -1/+93 |
2015-01-29 | Add filtering public API; outline filtering algorithm. | Kegan Dougal | 1 | -8/+52 |
2015-01-29 | Add filtering.filter_events function, with stub passes_filter function. | Kegan Dougal | 1 | -0/+15 |
2015-01-29 | Also edit the filter column on the delta SQL | Kegan Dougal | 1 | -1/+1 |
2015-01-29 | SYN-252: Supply the stream and topological parts in the correct order to the ... | Mark Haines | 1 | -3/+3 |
2015-01-28 | Allow the push rule delete method to take more specifiers. | David Baker | 1 | -8/+11 |
2015-01-28 | Change uses of get_user_by_req because it returns a tuple now. | David Baker | 2 | -4/+4 |
2015-01-28 | s/definition/filter_json/ since definition is now used to mean a component of... | Kegan Dougal | 2 | -3/+3 |
2015-01-28 | Rename ClientID to ClientInfo since it is a pair of IDs rather than a single ... | Mark Haines | 2 | -3/+3 |
2015-01-28 | Add a : to the doc string after the type of the return value | Mark Haines | 1 | -1/+1 |
2015-01-28 | Extract the id token of the token when authing users, include the token and d... | Mark Haines | 18 | -48/+92 |
2015-01-28 | Add filter JSON sanity checks. | Kegan Dougal | 4 | -11/+128 |
2015-01-28 | Move pushers delta to v12 and bump schema version | David Baker | 2 | -1/+1 |
2015-01-28 | Return the device_id from get_auth_by_req | Mark Haines | 13 | -31/+34 |
2015-01-28 | Use %s instead of + | David Baker | 1 | -2/+2 |
2015-01-28 | Newline | David Baker | 1 | -0/+1 |
2015-01-28 | Redundant parens | David Baker | 1 | -1/+1 |
2015-01-28 | unnecessary newlines | David Baker | 1 | -2/+0 |
2015-01-28 | More magic commas (including the place I copied it from...) | David Baker | 1 | -4/+4 |
2015-01-28 | Google doc style | David Baker | 1 | -4/+5 |
2015-01-28 | spaces | David Baker | 1 | -2/+2 |
2015-01-28 | Unnecessary newlines. | David Baker | 1 | -5/+0 |
2015-01-28 | Unnecessary newline. | David Baker | 1 | -1/+0 |
2015-01-28 | Better style | David Baker | 1 | -2/+5 |
2015-01-28 | Another superfluous newline | David Baker | 1 | -1/+0 |
2015-01-28 | Ah, the comma of doom. | David Baker | 1 | -1/+1 |
2015-01-28 | Brackets are nicer | David Baker | 1 | -2/+2 |
2015-01-28 | Unnecessary new line | David Baker | 1 | -1/+0 |
2015-01-28 | Easy on the newlines | David Baker | 1 | -1/+0 |
2015-01-28 | 2015 | David Baker | 1 | -1/+1 |
2015-01-28 | doc style fix | David Baker | 1 | -1/+1 |
2015-01-28 | It is 2015 | David Baker | 1 | -1/+1 |
2015-01-28 | Oops, bad merge: needed to change the base class of the rest servlets too. | David Baker | 3 | -6/+7 |
2015-01-28 | More code style things | David Baker | 1 | -3/+4 |
2015-01-28 | Brackets rather than slashes at end | David Baker | 1 | -3/+3 |
2015-01-28 | Redundant bracketing & missed space | David Baker | 1 | -2/+2 |
2015-01-28 | Update copyright | David Baker | 1 | -1/+1 |
2015-01-28 | Unused import | David Baker | 1 | -1/+0 |
2015-01-28 | Reset badge count to zero when last active time is bumped | David Baker | 4 | -3/+76 |
2015-01-28 | Add matrix.org as a trusted ID server because it's now passed through on port... | David Baker | 1 | -1/+1 |
2015-01-27 | Created schema delta | Paul "LeoNerd" Evans | 2 | -1/+25 |