| Commit message (Expand) | Author | Files | Lines |
2015-01-30 | s/homeserver.config/homeserver.yaml/ because that's what synctl looks for. | David Baker | 1 | -5/+5 |
2015-01-30 | Add twisted to setup requires so it gets processed before setuptools_trial | David Baker | 1 | -0/+1 |
2015-01-30 | add generate config instruction to the HS setup part | David Baker | 1 | -0/+9 |
2015-01-30 | Tell people to "source" the activate script for virtualenv, Remove --user fro... | Mark Haines | 1 | -7/+7 |
2015-01-30 | Update documentation to recommend virtual env | Mark Haines | 1 | -30/+15 |
2015-01-30 | Return empty list rather than None when there are no emphemeral events for a ... | Mark Haines | 1 | -1/+1 |
2015-01-30 | Fix bug where accepting invite over federation didn't work. Add logging. | Erik Johnston | 1 | -8/+49 |
2015-01-30 | Allow any greater version for webclient | Erik Johnston | 1 | -1/+1 |
2015-01-30 | Briefly doc structure of query_auth API. | Erik Johnston | 1 | -0/+18 |
2015-01-30 | Only auth_events with event if event in event.auth_events | Erik Johnston | 1 | -1/+3 |
2015-01-30 | Remove debug logging | Erik Johnston | 1 | -9/+0 |
2015-01-30 | Spit out server default rules too. | David Baker | 2 | -10/+17 |
2015-01-30 | Add doc string for __nonzero__ overrides for sync results, raise not implemen... | Mark Haines | 1 | -1/+8 |
2015-01-30 | Add glob asterisks when running rules. | David Baker | 2 | -4/+6 |
2015-01-30 | Remove merge conflict | Erik Johnston | 1 | -3/+0 |
2015-01-30 | Remember to add schema file to list | Erik Johnston | 1 | -0/+1 |
2015-01-30 | Use 'in' to test if the key exists, remove unused _filters_for_user | Mark Haines | 2 | -10/+2 |
2015-01-30 | Be more specific in naming columns in selects. | Erik Johnston | 1 | -1/+1 |
2015-01-30 | Put CREATE rejections into seperate .sql | Erik Johnston | 2 | -7/+21 |
2015-01-30 | Add room member count condition and default rule to make a noise on rooms of ... | David Baker | 3 | -6/+63 |
2015-01-30 | Add a slightly more helpful comment | Erik Johnston | 1 | -1/+2 |
2015-01-30 | Remove commented line | Erik Johnston | 1 | -1/+0 |
2015-01-30 | Style changes. | Erik Johnston | 1 | -6/+5 |
2015-01-30 | Check if the user has joined the room between incremental syncs | Mark Haines | 1 | -4/+27 |
2015-01-30 | Fix bug where we superfluously asked for current state. Change API of /query_... | Erik Johnston | 5 | -49/+43 |
2015-01-30 | Pass client info to the sync_config | Mark Haines | 2 | -3/+4 |
2015-01-30 | Unused import | Mark Haines | 1 | -2/+0 |
2015-01-30 | Fix token formatting | Mark Haines | 2 | -5/+5 |
2015-01-30 | Filter the recent events before applying the limit when doing an initial sync | Mark Haines | 1 | -11/+10 |
2015-01-30 | Filter the recent events before applying the limit when doing an incremental ... | Mark Haines | 4 | -24/+54 |
2015-01-30 | Revert accidental bumping of angluar_sdk dep | Erik Johnston | 1 | -2/+2 |
2015-01-30 | Fix bad merge fo python_dependencies.py | Erik Johnston | 1 | -1/+0 |
2015-01-30 | We do need Twisted 14, not 15: we use internal Twisted things that have been ... | David Baker | 2 | -2/+2 |
2015-01-30 | Update the current state of an event if we update auth events. | Erik Johnston | 1 | -1/+3 |
2015-01-30 | Fix bug in timeout handling in keyclient | Erik Johnston | 1 | -3/+4 |
2015-01-30 | Fix regression where we no longer correctly handled the case of gaps in our e... | Erik Johnston | 2 | -2/+9 |
2015-01-30 | Fix bug where we changes in outlier in metadata dict propogated to other events | Erik Johnston | 3 | -4/+8 |
2015-01-29 | Include content in notification pokes | David Baker | 1 | -0/+2 |
2015-01-29 | Change 'from' in notification pokes to 'sender' to match client API v2. Send ... | David Baker | 2 | -5/+14 |
2015-01-29 | Add default push rules including setting a sound for messages mentioning your... | David Baker | 2 | -8/+74 |
2015-01-29 | Update todo for the filtering on sync | Mark Haines | 1 | -1/+2 |
2015-01-29 | Add basic filtering support | Mark Haines | 1 | -5/+14 |
2015-01-29 | Create a separate filter object to do the actual filtering, so that we can | Mark Haines | 3 | -164/+166 |
2015-01-29 | Renumber priority classes so we can use 0 for defaults. | David Baker | 1 | -5/+5 |
2015-01-29 | Allow kind to be set to null to delete a pusher. | David Baker | 1 | -1/+10 |
2015-01-29 | Initial implementation of auth conflict resolution | Erik Johnston | 8 | -81/+210 |
2015-01-29 | Fix indent | Mark Haines | 1 | -1/+1 |
2015-01-29 | Move typing notifs to an "emphermal" event list on the room object | Mark Haines | 2 | -7/+9 |
2015-01-29 | Fix check for empty room update | Mark Haines | 1 | -1/+1 |
2015-01-29 | Fix v2 initial sync | Mark Haines | 1 | -1/+2 |
2015-01-29 | Code style fixes. | Mark Haines | 8 | -26/+42 |
2015-01-29 | Only send a badge-reset if the user actually has unread notifications. | David Baker | 1 | -2/+7 |
2015-01-29 | Fix code-style | Mark Haines | 1 | -13/+6 |
2015-01-29 | Merge in auth changes from develop | Mark Haines | 2 | -2/+3 |
2015-01-29 | Move bump schema delta | Mark Haines | 1 | -0/+0 |
2015-01-29 | Use get_room_events_stream to get changes to the rooms if the number of chang... | Mark Haines | 2 | -11/+52 |
2015-01-29 | Add filter_room_state unit tests. | Kegan Dougal | 1 | -0/+56 |
2015-01-29 | Make post_json(...) actually send data. | Erik Johnston | 1 | -1/+1 |
2015-01-29 | Add post_json(...) method to federation client | Erik Johnston | 1 | -0/+37 |
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 | Remove typing TODO | Mark Haines | 1 | -1/+0 |
2015-01-29 | Add typing notifications to sync | Mark Haines | 2 | -19/+29 |
2015-01-29 | Include transaction ids in unsigned section of events in the sync results for... | Mark Haines | 2 | -12/+22 |
2015-01-29 | Add support for formatting events in the way a v2 client expects | Mark Haines | 1 | -39/+52 |
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 | Add ports back to demo/start.sh | Mark Haines | 2 | -2/+2 |
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 | Start implementing auth conflict res | Erik Johnston | 6 | -52/+253 |
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 | Fix Formatting | Mark Haines | 4 | -14/+9 |
2015-01-27 | Wait for events if the incremental sync is empty and a timeout is given | Mark Haines | 3 | -8/+61 |
2015-01-27 | Created schema delta | Paul "LeoNerd" Evans | 2 | -1/+25 |
2015-01-27 | Initial stab at real SQL storage implementation of user filter definitions | Paul "LeoNerd" Evans | 4 | -15/+78 |
2015-01-27 | More unit-testing of REST errors | Paul "LeoNerd" Evans | 1 | -1/+35 |
2015-01-27 | Move storage of user filters into real datastore layer; now have to mock it o... | Paul "LeoNerd" Evans | 5 | -27/+79 |
2015-01-27 | Start implementing incremental initial sync | Mark Haines | 3 | -34/+241 |
2015-01-27 | Have the Filtering API return Deferreds, so we can do the Datastore implement... |