| Commit message (Expand) | Author | Files | Lines |
2015-11-03 | Spell "deferred" more correctly | Mark Haines | 1 | -1/+1 |
2015-11-02 | Include read receipts in v2 sync | Mark Haines | 1 | -15/+30 |
2015-11-02 | Include room tags in v2 /sync | Mark Haines | 3 | -11/+70 |
2015-11-02 | Store room tag content and return the content in the m.tag event | Mark Haines | 4 | -22/+41 |
2015-10-30 | Support clients supplying older tokens, fix short poll test | Mark Haines | 2 | -3/+3 |
2015-10-30 | Include tags in v1 room initial sync | Mark Haines | 1 | -0/+11 |
2015-10-30 | Add missing column | Daniel Wagner-Hall | 1 | -1/+1 |
2015-10-30 | Include room tags v1 /initialSync | Mark Haines | 1 | -0/+12 |
2015-10-30 | Update the other place check_joined_room is called | Mark Haines | 3 | -2/+4 |
2015-10-29 | Don't mark newly joined room timelines as limited in an incremental sync | Mark Haines | 1 | -3/+5 |
2015-10-29 | Make search API honour limit set in filter | Erik Johnston | 1 | -0/+3 |
2015-10-29 | Inform the client of new room tags using v1 /events | Mark Haines | 6 | -14/+91 |
2015-10-28 | Optionally return event contexts with search results | Erik Johnston | 1 | -1/+52 |
2015-10-28 | Fix pyflakes errors | Mark Haines | 2 | -3/+5 |
2015-10-28 | Add APIs for adding and removing tags from rooms | Mark Haines | 5 | -0/+320 |
2015-10-28 | Docs | Erik Johnston | 2 | -0/+39 |
2015-10-28 | Add room context api | Erik Johnston | 4 | -2/+190 |
2015-10-26 | Implement full_state incremental sync | Richard van der Hoff | 2 | -19/+38 |
2015-10-26 | Fix a 500 error resulting from empty room_ids | Richard van der Hoff | 2 | -3/+8 |
2015-10-23 | Pull out sender when computing search results | Erik Johnston | 1 | -14/+17 |
2015-10-23 | Implement rank function for SQLite FTS | Erik Johnston | 3 | -2/+30 |
2015-10-22 | Don't assume that the event has a room_id or sender | Mark Haines | 1 | -2/+2 |
2015-10-22 | Actually filter results | Erik Johnston | 1 | -3/+5 |
2015-10-22 | Support filtering events represented as dicts. | Mark Haines | 1 | -3/+22 |
2015-10-22 | Rename | Erik Johnston | 1 | -3/+3 |
2015-10-22 | LESS THAN | Erik Johnston | 1 | -1/+2 |
2015-10-22 | Fix receipts for room initial sync | Erik Johnston | 1 | -7/+1 |
2015-10-22 | Use namedtuple as return value | Erik Johnston | 2 | -4/+18 |
2015-10-22 | Limit max number of SQL vars | Erik Johnston | 1 | -4/+6 |
2015-10-22 | Reject events which are too large | Daniel Wagner-Hall | 2 | -1/+30 |
2015-10-22 | PEP8 | Erik Johnston | 1 | -1/+2 |
2015-10-22 | Move FTS to delta 25 | Erik Johnston | 2 | -3/+3 |
2015-10-22 | Don't keep appending report_stats to demo config | Erik Johnston | 1 | -2/+6 |
2015-10-22 | Add config option to disable password login | Erik Johnston | 5 | -4/+46 |
2015-10-21 | Doc string for the SyncHandler.typing_by_room method | Mark Haines | 1 | -0/+12 |
2015-10-21 | Include banned rooms in the archived section of v2 sync | Mark Haines | 2 | -8/+11 |
2015-10-21 | Cap the time to retry txns to appservices to 8.5 minutes | Kegan Dougal | 1 | -2/+2 |
2015-10-21 | Filter room ids before hitting the database | Erik Johnston | 2 | -1/+21 |
2015-10-21 | Filter search results | Erik Johnston | 1 | -2/+7 |
2015-10-21 | Use 403 and message to match handlers/auth | Kegan Dougal | 1 | -3/+1 |
2015-10-20 | Include typing events in initial v2 sync | Mark Haines | 1 | -14/+29 |
2015-10-20 | Docstring | Erik Johnston | 1 | -0/+5 |
2015-10-20 | Refactor api.filtering to have a Filter API | Erik Johnston | 3 | -126/+88 |
2015-10-20 | Allow rejecting invites | Daniel Wagner-Hall | 8 | -93/+353 |
2015-10-20 | Don't 500 when the email doesn't map to a valid user ID. | Kegan Dougal | 1 | -0/+4 |
2015-10-19 | Fix pep8 | Mark Haines | 1 | -1/+0 |
|