| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't change status_msg on /sync | Will Hunt | 2016-08-10 | 1 | -1/+1 |
* | Merge branch 'rav/null_default_device_displayname' into develop | Richard van der Hoff | 2016-08-03 | 1 | -3/+1 |
|\ |
|
| * | Default device_display_name to null | Richard van der Hoff | 2016-08-03 | 1 | -3/+1 |
* | | Merge branch 'develop' into rav/refactor_device_query | Mark Haines | 2016-08-03 | 1 | -9/+7 |
|\| |
|
| * | Fix adding emails on registration | David Baker | 2016-07-29 | 1 | -9/+7 |
* | | Move e2e query logic into a handler | Richard van der Hoff | 2016-08-01 | 1 | -39/+7 |
|/ |
|
* | key upload tweaks | Richard van der Hoff | 2016-07-27 | 1 | -7/+5 |
* | Delete e2e keys on device delete | Richard van der Hoff | 2016-07-27 | 1 | -4/+9 |
* | Make the device id on e2e key upload optional | Richard van der Hoff | 2016-07-26 | 1 | -12/+35 |
* | Add `create_requester` function | Richard van der Hoff | 2016-07-26 | 1 | -6/+4 |
* | Implement updating devices | Richard van der Hoff | 2016-07-26 | 1 | -7/+17 |
* | Implement deleting devices | Richard van der Hoff | 2016-07-26 | 2 | -5/+19 |
* | Merge pull request #943 from matrix-org/rav/get_device_api | David Baker | 2016-07-21 | 1 | -0/+25 |
|\ |
|
| * | Implement GET /device/{deviceId} | Richard van der Hoff | 2016-07-21 | 1 | -0/+25 |
* | | Merge pull request #942 from matrix-org/rav/fix_register_deviceid | David Baker | 2016-07-21 | 1 | -11/+10 |
|\ \
| |/
|/| |
|
| * | Preserve device_id from first call to /register | Richard van der Hoff | 2016-07-21 | 1 | -11/+10 |
* | | Merge branch 'develop' into rav/get_devices_api | Richard van der Hoff | 2016-07-20 | 1 | -15/+39 |
|\| |
|
| * | Register a device_id in the /v2/register flow. | Richard van der Hoff | 2016-07-20 | 1 | -15/+39 |
* | | GET /devices endpoint | Richard van der Hoff | 2016-07-20 | 2 | -4/+60 |
|/ |
|
* | Merge pull request #933 from matrix-org/rav/type_annotations | Richard van der Hoff | 2016-07-20 | 1 | -0/+9 |
|\ |
|
| * | Type annotations | Richard van der Hoff | 2016-07-19 | 1 | -0/+9 |
* | | Further registration refactoring | Richard van der Hoff | 2016-07-19 | 1 | -13/+37 |
|/ |
|
* | Merge pull request #931 from matrix-org/rav/refactor_register | David Baker | 2016-07-19 | 1 | -78/+102 |
|\ |
|
| * | Don't bind email unless threepid contains expected fields | Richard van der Hoff | 2016-07-19 | 1 | -28/+25 |
| * | rest/client/v2_alpha/register.py: Refactor flow somewhat. | Richard van der Hoff | 2016-07-19 | 1 | -75/+102 |
* | | Add device_id support to /login | Richard van der Hoff | 2016-07-18 | 1 | -3/+7 |
|/ |
|
* | Use body.get to check for 'user' | Will Hunt | 2016-07-16 | 1 | -2/+1 |
* | Fall back to 'username' if 'user' is not given for appservice reg. | Will Hunt | 2016-07-16 | 1 | -3/+5 |
* | Add hs object | Erik Johnston | 2016-07-14 | 1 | -0/+1 |
* | Only accept password auth | Erik Johnston | 2016-07-14 | 1 | -12/+0 |
* | Add an /account/deactivate endpoint | Erik Johnston | 2016-07-14 | 1 | -0/+55 |
* | be more pythonic | David Baker | 2016-07-12 | 1 | -1/+1 |
* | on_OPTIONS isn't neccessary | David Baker | 2016-07-12 | 2 | -10/+1 |
* | Remove other debug logging | David Baker | 2016-07-12 | 1 | -2/+0 |
* | Separate out requestTokens to separate handlers | David Baker | 2016-07-11 | 2 | -65/+93 |
* | Oops, remove debug logging | David Baker | 2016-07-11 | 1 | -4/+0 |
* | Implement https://github.com/matrix-org/matrix-doc/pull/346/files | David Baker | 2016-07-08 | 1 | -0/+59 |
* | Split out the auth handler | David Baker | 2016-06-02 | 4 | -5/+5 |
* | Move SyncHandler out of the Handlers object | Mark Haines | 2016-05-16 | 1 | -2/+1 |
* | Move the presence handler out of the Handlers object | Mark Haines | 2016-05-16 | 2 | -2/+2 |
* | Merge remote-tracking branch 'origin/develop' into dbkr/email_notifs | David Baker | 2016-05-10 | 2 | -0/+155 |
|\ |
|
| * | Rename openid/token to openid/request_token | Mark Haines | 2016-05-05 | 1 | -2/+2 |
| * | Add an openidish mechanism for proving to third parties that you own a given ... | Mark Haines | 2016-05-05 | 1 | -0/+96 |
| * | Add timestamp and auto incrementing ID | Erik Johnston | 2016-05-04 | 1 | -0/+2 |
| * | Move event_id to path | Erik Johnston | 2016-05-04 | 1 | -4/+2 |
| * | Add /report endpoint | Erik Johnston | 2016-05-04 | 1 | -0/+59 |
* | | More consistent config naming | David Baker | 2016-05-10 | 1 | -1/+1 |
* | | Add config option to not send email notifs for new users | David Baker | 2016-05-10 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'origin/develop' into dbkr/email_notifs | David Baker | 2016-04-29 | 1 | -0/+1 |
|\| |
|
| * | Fix password reset | David Baker | 2016-04-29 | 1 | -0/+1 |
* | | Add an email pusher for new users | David Baker | 2016-04-29 | 1 | -0/+26 |
|/ |
|
* | Make v2_alpha reg follow the AS API specification | Kegan Dougal | 2016-04-14 | 1 | -0/+5 |
* | Use google style doc strings. | Mark Haines | 2016-04-01 | 1 | -36/+43 |
* | Deduplicate identical /sync requests | Mark Haines | 2016-03-24 | 1 | -0/+3 |
* | remove debug logging | David Baker | 2016-03-16 | 1 | -3/+0 |
* | Unused import | David Baker | 2016-03-16 | 1 | -1/+0 |
* | Make registration idempotent, part 2: be idempotent if the client specifies a... | David Baker | 2016-03-16 | 1 | -5/+17 |
* | take extra return val from check_auth in account too | David Baker | 2016-03-16 | 1 | -1/+1 |
* | pep8 & remove debug logging | David Baker | 2016-03-16 | 1 | -4/+5 |
* | Make registration idempotent: if you specify the same session, make it give y... | David Baker | 2016-03-16 | 1 | -1/+26 |
* | Use parse_json_object_from_request to parse JSON out of request bodies | Mark Haines | 2016-03-11 | 4 | -49/+16 |
* | Fix cache invalidation so deleting access tokens (which we did when changing ... | David Baker | 2016-03-11 | 1 | -1/+1 |
* | Register endpoint returns refresh_token | blide | 2016-03-10 | 1 | -5/+8 |
* | Add a parse_json_object function | Mark Haines | 2016-03-09 | 4 | -33/+11 |
* | Initial cut | Erik Johnston | 2016-02-17 | 2 | -6/+13 |
* | Catch the exceptions thrown by twisted when you write to a closed connection | Mark Haines | 2016-02-12 | 1 | -2/+3 |
* | Add some paranoia logging | Erik Johnston | 2016-02-11 | 1 | -0/+10 |
* | Fix up logcontexts | Erik Johnston | 2016-02-08 | 2 | -4/+4 |
* | Rename config field to reflect yaml name | Daniel Wagner-Hall | 2016-02-03 | 1 | -1/+1 |
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 1 | -1/+2 |
* | Merge pull request #545 from matrix-org/erikj/sync | Erik Johnston | 2016-02-02 | 1 | -75/+0 |
|\ |
|
| * | Move state calculations from rest to handler | Erik Johnston | 2016-02-01 | 1 | -75/+0 |
* | | Pull guest access token out of the auth session params, otherwise it will bre... | David Baker | 2016-02-01 | 1 | -0/+1 |
|/ |
|
* | Allow three_pid_creds as well as threePidCreds in /account/3pid | Mark Haines | 2016-01-29 | 1 | -2/+3 |
* | Move logic from rest/ to handlers/ | Erik Johnston | 2016-01-25 | 1 | -34/+23 |
* | Sanitize filters | Erik Johnston | 2016-01-22 | 2 | -13/+13 |
* | Fix change_password | Erik Johnston | 2016-01-20 | 1 | -3/+2 |
* | Whine if we give a from param to /sync | Erik Johnston | 2016-01-20 | 1 | -0/+7 |
* | Only compute unread notifications for rooms we send down stream | Erik Johnston | 2016-01-19 | 1 | -2/+1 |
* | Return highlight_count in /sync | Erik Johnston | 2016-01-19 | 1 | -0/+1 |
* | Merge pull request #478 from matrix-org/daniel/userobject | Daniel Wagner-Hall | 2016-01-11 | 7 | -38/+41 |
|\ |
|
| * | Introduce a Requester object | Daniel Wagner-Hall | 2016-01-11 | 7 | -38/+41 |
* | | Merge pull request #456 from matrix-org/store_event_actions | David Baker | 2016-01-08 | 2 | -1/+5 |
|\ \
| |/
|/| |
|
| * | Merge remote-tracking branch 'origin/develop' into store_event_actions | David Baker | 2016-01-06 | 1 | -6/+1 |
| |\ |
|
| * | | Add is_guest flag to users db to track whether a user is a guest user or not.... | David Baker | 2016-01-06 | 1 | -1/+4 |
| * | | Merge remote-tracking branch 'origin/develop' into store_event_actions | David Baker | 2016-01-05 | 1 | -3/+9 |
| |\ \ |
|
| * | | | Only joined rooms have unread_notif_count | David Baker | 2016-01-04 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'origin/develop' into store_event_actions | David Baker | 2015-12-22 | 1 | -1/+9 |
| |\ \ \ |
|
| * \ \ \ | Merge remote-tracking branch 'origin/develop' into store_event_actions | David Baker | 2015-12-21 | 1 | -6/+21 |
| |\ \ \ \ |
|
| * | | | | | still very WIP, but now sends unread_notifications_count in the room object o... | David Baker | 2015-12-16 | 1 | -0/+1 |
* | | | | | | copyrights | Matthew Hodgson | 2016-01-07 | 11 | -11/+11 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Guest users must be joined to a room to see it in /sync | Mark Haines | 2016-01-06 | 1 | -6/+1 |
| |_|_|/
|/| | | |
|
* | | | | Allow guests to upgrade their accounts | Daniel Wagner-Hall | 2016-01-05 | 1 | -3/+9 |
| |_|/
|/| | |
|
* | | | Allow guest access if the user provides a list of rooms in the filter | Mark Haines | 2015-12-22 | 1 | -1/+9 |
| |/
|/| |
|
* | | Remove accidentally committed debug logging | Mark Haines | 2015-12-21 | 1 | -1/+0 |
* | | Fix spacing | Mark Haines | 2015-12-14 | 1 | -1/+1 |
* | | Fix logging to lie less | Mark Haines | 2015-12-14 | 1 | -2/+9 |
* | | Add commentary for fix in PR#442 | Mark Haines | 2015-12-14 | 1 | -0/+6 |
* | | Combine the prev content tests | Mark Haines | 2015-12-14 | 1 | -14/+12 |
* | | Check whether prev_content or prev_sender is set before trying to rollback state | Mark Haines | 2015-12-14 | 1 | -8/+13 |
|/ |
|
* | Allow filter JSON object in the filter query parameter in /sync | Mark Haines | 2015-12-09 | 1 | -9/+21 |
* | Actually host r0 and unstable prefixes | Daniel Wagner-Hall | 2015-12-08 | 1 | -36/+0 |
* | Update endpoints to reflect current spec | Daniel Wagner-Hall | 2015-12-02 | 2 | -3/+3 |
* | Add API for setting account_data globaly or on a per room basis | Mark Haines | 2015-12-01 | 3 | -0/+119 |
* | Host /unstable and /r0 versions of r0 APIs | Daniel Wagner-Hall | 2015-12-01 | 10 | -27/+35 |
* | Merge branch 'develop' into rav/flatten_sync_response | Paul "LeoNerd" Evans | 2015-11-19 | 2 | -5/+5 |
|\ |
|
| * | s/private_user_data/account_data/ | Mark Haines | 2015-11-18 | 2 | -5/+5 |
* | | Put back the 'state.events' subobject | Richard van der Hoff | 2015-11-19 | 1 | -1/+1 |
* | | v2 /sync: Rename the keys of the 'rooms' object to match member states | Richard van der Hoff | 2015-11-19 | 1 | -3/+3 |
* | | Flatten the /sync response to remove the event_map | Richard van der Hoff | 2015-11-19 | 1 | -22/+13 |
|/ |
|
* | Implementation of state rollback in /sync | Richard van der Hoff | 2015-11-13 | 1 | -2/+65 |
* | Make handlers.sync return a state dictionary, instead of an event list. | Richard van der Hoff | 2015-11-13 | 1 | -1/+1 |
* | Update some comments | Richard van der Hoff | 2015-11-13 | 1 | -0/+56 |
* | Allow guests to register and call /events?room_id= | Daniel Wagner-Hall | 2015-11-04 | 7 | -14/+39 |
* | That TODO was done | Mark Haines | 2015-11-03 | 1 | -1/+0 |
* | Include room tags in v2 /sync | Mark Haines | 2015-11-02 | 1 | -0/+5 |
* | Store room tag content and return the content in the m.tag event | Mark Haines | 2015-11-02 | 1 | -2/+10 |
* | Merge branch 'develop' into markjh/room_tags | Mark Haines | 2015-11-02 | 1 | -2/+4 |
|\ |
|
| * | Implement full_state incremental sync | Richard van der Hoff | 2015-10-26 | 1 | -2/+4 |
* | | Inform the client of new room tags using v1 /events | Mark Haines | 2015-10-29 | 1 | -3/+11 |
* | | Fix pyflakes errors | Mark Haines | 2015-10-28 | 1 | -0/+2 |
* | | Add APIs for adding and removing tags from rooms | Mark Haines | 2015-10-28 | 2 | -0/+91 |
|/ |
|
* | Merge pull request #319 from matrix-org/erikj/filter_refactor | Erik Johnston | 2015-10-22 | 1 | -2/+2 |
|\ |
|
| * | Refactor api.filtering to have a Filter API | Erik Johnston | 2015-10-20 | 1 | -2/+2 |
* | | Add rooms that the user has left under archived in v2 sync. | Mark Haines | 2015-10-19 | 1 | -6/+23 |
|/ |
|
* | Include invites in incremental sync | Mark Haines | 2015-10-13 | 1 | -1/+1 |
* | Include invited rooms in the initial sync | Mark Haines | 2015-10-13 | 1 | -1/+20 |
* | Start spliting out the rooms into joined and invited in v2 sync | Mark Haines | 2015-10-13 | 1 | -9/+9 |
* | Update the filters to match the latest spec. | Mark Haines | 2015-10-12 | 1 | -15/+11 |
* | Set the user as online if they start polling the v2 sync | Mark Haines | 2015-10-09 | 1 | -3/+11 |
* | Merge branch 'markjh/eventstream_presence' into markjh/v2_sync_api | Mark Haines | 2015-10-09 | 1 | -0/+4 |
|\ |
|
| * | Validate the receipt type before passing it on to the receipt handler | Kegan Dougal | 2015-10-01 | 1 | -0/+4 |
* | | Format the presence events correctly for v2 | Mark Haines | 2015-10-09 | 1 | -3/+9 |
* | | Update the v2 room sync format to match the current v2 spec | Mark Haines | 2015-10-08 | 1 | -7/+7 |
* | | Update the sync response to match the latest spec | Mark Haines | 2015-10-07 | 1 | -24/+22 |
* | | Move the rooms out into a room_map mapping from room_id to room. | Mark Haines | 2015-10-05 | 1 | -13/+31 |
* | | Start updating the sync API to match the specification | Mark Haines | 2015-10-01 | 1 | -53/+22 |
|/ |
|
* | Merge pull request #274 from matrix-org/add_threepid_fix | David Baker | 2015-09-10 | 1 | -0/+1 |
|\ |
|
| * | Fix adding threepids to an existing account | David Baker | 2015-09-10 | 1 | -0/+1 |
* | | Merge pull request #248 from matrix-org/deviceid | Daniel Wagner-Hall | 2015-08-25 | 5 | -11/+10 |
|\ \ |
|
| * | | Fix up one more reference | Daniel Wagner-Hall | 2015-08-25 | 1 | -3/+2 |
| * | | Remove completely unused concepts from codebase | Daniel Wagner-Hall | 2015-08-25 | 5 | -9/+9 |
* | | | Remove syutil dependency in favour of smaller single-purpose libraries | Mark Haines | 2015-08-24 | 1 | -1/+2 |
|/ / |
|
* | | Merge branch 'develop' into refresh | Daniel Wagner-Hall | 2015-08-20 | 2 | -1/+29 |
|\| |
|
| * | Remove spurious extra arg to set_password | David Baker | 2015-08-20 | 1 | -1/+1 |
| * | Merge pull request #211 from matrix-org/email_in_use | Mark Haines | 2015-08-20 | 1 | -0/+28 |
| |\ |
|
| | * | Check absent before trying to access keys | David Baker | 2015-08-12 | 1 | -3/+3 |
| | * | Just leaving off the $ is fine. r* == registerrrrrrrrr | David Baker | 2015-08-12 | 1 | -1/+1 |
| | * | Remember to yield: not much point testing is a deferred is not None | David Baker | 2015-08-04 | 1 | -1/+2 |
| | * | splt long line | David Baker | 2015-08-04 | 1 | -1/+3 |
| | * | Add endpoint that proxies ID server request token and errors if the given ema... | David Baker | 2015-08-04 | 1 | -1/+26 |
* | | | /tokenrefresh POST endpoint | Daniel Wagner-Hall | 2015-08-20 | 2 | -0/+58 |
|/ / |
|
* | | Merge pull request #208 from matrix-org/markjh/end-to-end-key-federation | Mark Haines | 2015-08-18 | 1 | -30/+70 |
|\ \ |
|
| * | | Merge remote-tracking branch 'origin/develop' into markjh/end-to-end-key-fede... | Mark Haines | 2015-08-13 | 1 | -54/+73 |
| |\| |
|
| * | | Get the end-to-end key federation working | Mark Haines | 2015-07-24 | 1 | -5/+5 |
| * | | Add federation support for end-to-end key requests | Mark Haines | 2015-07-23 | 1 | -30/+70 |
* | | | Simplify LoginHander and AuthHandler | Daniel Wagner-Hall | 2015-08-12 | 2 | -7/+4 |
| |/
|/| |
|
* | | Don't try & check the username if we don't have one (which we won't if it's b... | David Baker | 2015-08-03 | 1 | -1/+2 |
* | | Use the same reg paths as register v1 for ASes. | Kegan Dougal | 2015-07-29 | 1 | -4/+6 |
* | | Fix v2_alpha registration. Add unit tests. | Kegan Dougal | 2015-07-28 | 1 | -54/+70 |
|/ |
|
* | Query for all the ones we were asked about, not just the last... | David Baker | 2015-07-21 | 1 | -1/+1 |
* | s/take/claim/ for end to end key APIs | Mark Haines | 2015-07-20 | 1 | -5/+5 |
* | Merge pull request #199 from matrix-org/erikj/receipts | Erik Johnston | 2015-07-16 | 2 | -0/+57 |
|\ |
|
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receipts | Erik Johnston | 2015-07-13 | 2 | -0/+278 |
| |\ |
|
| * | | Wire together receipts and the notifer/federation | Erik Johnston | 2015-07-07 | 1 | -2/+1 |
| * | | Add a ReceiptServlet | Erik Johnston | 2015-07-07 | 2 | -1/+59 |
* | | | pep8 + debug line | David Baker | 2015-07-15 | 1 | -6/+8 |
* | | | Add back in support for remembering parameters submitted to a user-interactiv... | David Baker | 2015-07-15 | 1 | -2/+9 |
| |/
|/| |
|
* | | Assume that each device for a user has only one of each type of key | Mark Haines | 2015-07-10 | 1 | -3/+3 |
* | | Don't bother with a timeout for one time keys on the server. | Mark Haines | 2015-07-09 | 1 | -18/+7 |
* | | Add client API for uploading and querying keys for end to end encryption | Mark Haines | 2015-07-06 | 2 | -1/+290 |
|/ |
|
* | Add config option to turn off freezing events. Use new encode_json api and uj... | Erik Johnston | 2015-05-29 | 1 | -1/+1 |
* | Make shared secret registration work again | David Baker | 2015-05-14 | 1 | -1/+4 |
* | user_id now in user_threepids | David Baker | 2015-05-01 | 1 | -3/+3 |
* | pep8 | David Baker | 2015-04-27 | 1 | -1/+2 |
* | logging args | David Baker | 2015-04-27 | 1 | -2/+2 |
* | More underscores | David Baker | 2015-04-24 | 2 | -4/+4 |
* | Use underscores instead of camelcase for id server stuff | David Baker | 2015-04-24 | 1 | -2/+2 |
* | Merge branch 'develop' into csauth | David Baker | 2015-04-24 | 1 | -9/+11 |
|\ |
|
| * | Combine the request wrappers in rest/media/v1 and http/server into a single w... | Mark Haines | 2015-04-21 | 1 | -9/+11 |
* | | Dedicated error code for failed 3pid auth verification | David Baker | 2015-04-23 | 1 | -1/+3 |
* | | Password reset, finally. | David Baker | 2015-04-17 | 1 | -5/+16 |
* | | Add endpoint to get threepids from server | David Baker | 2015-04-17 | 1 | -0/+12 |
* | | make add3pid servlet work | David Baker | 2015-04-17 | 2 | -12/+64 |
* | | just the once would probably be fine | David Baker | 2015-04-17 | 1 | -1/+0 |
* | | Register the 3pid servlet | David Baker | 2015-04-17 | 1 | -1/+3 |
* | | password -> account servlet and add start of an 'add 3pid' endpoint | David Baker | 2015-04-17 | 2 | -2/+17 |
* | | Return user ID in use error straight away | David Baker | 2015-04-16 | 1 | -2/+23 |
* | | Dummy login so we can do the first POST request to get login flows without it... | David Baker | 2015-04-15 | 1 | -4/+14 |
* | | Regstration with email in v2 | David Baker | 2015-04-15 | 2 | -7/+7 |
* | | Add app service auth back in to v2 register | David Baker | 2015-04-02 | 1 | -2/+7 |
* | | Throw sensible errors on not-json when allowing empty body | David Baker | 2015-04-02 | 1 | -1/+4 |
* | | pep8 | David Baker | 2015-04-02 | 1 | -0/+1 |
* | | Add shared secret auth into register v2 and switch the script over. | David Baker | 2015-04-02 | 1 | -11/+58 |
* | | Completely replace fallback auth for C/S V2: | David Baker | 2015-04-01 | 3 | -2/+193 |
* | | pep8 | David Baker | 2015-03-31 | 2 | -3/+4 |
* | | New registration for C/S API v2. Only ReCAPTCHA working currently. | David Baker | 2015-03-30 | 3 | -1/+95 |
* | | Make deleting other access tokens when you change your password actually work | David Baker | 2015-03-24 | 1 | -1/+4 |
* | | pep8 / pyflakes | David Baker | 2015-03-23 | 1 | -2/+2 |
* | | Implement password changing (finally) along with a start on making client/ser... | David Baker | 2015-03-23 | 3 | -1/+91 |
|/ |
|
* | Blunty replace json with simplejson | Erik Johnston | 2015-02-11 | 1 | -1/+1 |
* | Fix code-style | Mark Haines | 2015-02-10 | 1 | -1/+1 |
* | Log when we receive a request, when we send a response and how long it took t... | Erik Johnston | 2015-02-09 | 1 | -1/+1 |
* | Pass client info to the sync_config | Mark Haines | 2015-01-30 | 1 | -1/+1 |
* | Filter the recent events before applying the limit when doing an incremental ... | Mark Haines | 2015-01-30 | 1 | -1/+1 |
* | Add basic filtering support | Mark Haines | 2015-01-29 | 1 | -5/+14 |
* | Merge branch 'client_v2_filter' into client_v2_sync | Mark Haines | 2015-01-29 | 1 | -1/+1 |
|\ |
|
| * | Create a separate filter object to do the actual filtering, so that we can | Mark Haines | 2015-01-29 | 1 | -1/+1 |
* | | Move typing notifs to an "emphermal" event list on the room object | Mark Haines | 2015-01-29 | 1 | -2/+2 |
* | | Merge branch 'client_v2_filter' into client_v2_sync | Mark Haines | 2015-01-29 | 1 | -2/+2 |
|\| |
|
| * | Merge in auth changes from develop | Mark Haines | 2015-01-29 | 1 | -2/+2 |
* | | Merge branch 'client_v2_filter' into client_v2_sync | Mark Haines | 2015-01-29 | 2 | -1/+106 |
|\| |
|
| * | Add filter JSON sanity checks. | Kegan Dougal | 2015-01-28 | 1 | -1/+1 |
| * | Have the Filtering API return Deferreds, so we can do the Datastore implement... | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -3/+5 |
| * | Initial trivial implementation of an actual 'Filtering' object; move storage ... | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -13/+12 |
| * | Initial minimal attempt at /user/:user_id/filter API - in-memory storage, no ... | Paul "LeoNerd" Evans | 2015-01-26 | 2 | -1/+109 |
| * | Add client v2_alpha resource to synapse server resource tree | Mark Haines | 2015-01-23 | 2 | -0/+67 |
* | Add typing notifications to sync | Mark Haines | 2015-01-29 | 1 | -10/+8 |
* | Include transaction ids in unsigned section of events in the sync results for... | Mark Haines | 2015-01-29 | 1 | -7/+16 |
* | Add ports back to demo/start.sh | Mark Haines | 2015-01-28 | 1 | -1/+1 |
* | Fix Formatting | Mark Haines | 2015-01-27 | 1 | -3/+2 |
* | Start implementing the non-incremental sync portion of the v2 /sync API | Mark Haines | 2015-01-26 | 1 | -28/+77 |
* | Start implementing the v2_alpha sync API | Mark Haines | 2015-01-23 | 3 | -0/+214 |