Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump changelog and version | Erik Johnston | 2016-08-08 | 1 | -1/+1 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.0 | Erik Johnston | 2016-08-08 | 12 | -68/+123 |
|\ | |||||
| * | Make psutil optional | Erik Johnston | 2016-08-08 | 3 | -6/+16 |
| * | Merge pull request #991 from matrix-org/erikj/retry_make | Erik Johnston | 2016-08-05 | 1 | -11/+24 |
| |\ | |||||
| | * | Fix a couple of python bugs | Erik Johnston | 2016-08-05 | 1 | -6/+8 |
| | * | Retry joining via other servers if first one failed | Erik Johnston | 2016-08-05 | 1 | -5/+16 |
| * | | Merge pull request #990 from matrix-org/erikj/fed_vers | Erik Johnston | 2016-08-05 | 6 | -49/+80 |
| |\ \ | | |/ | |/| | |||||
| | * | Add federation /version API | Erik Johnston | 2016-08-05 | 6 | -9/+25 |
| | * | Change the way we specify if we require auth or not | Erik Johnston | 2016-08-05 | 1 | -40/+55 |
| * | | Merge pull request #989 from matrix-org/erikj/raise_404 | Erik Johnston | 2016-08-05 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Raise 404 when couldn't find event | Erik Johnston | 2016-08-05 | 1 | -1/+1 |
| | |/ | |||||
| * / | Don't include html comments in description | Erik Johnston | 2016-08-05 | 1 | -1/+2 |
| |/ | |||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.0 | Erik Johnston | 2016-08-05 | 1 | -21/+50 |
|\| | |||||
| * | Fix backfill auth events | Erik Johnston | 2016-08-05 | 1 | -21/+50 |
* | | Bump version and changelog | Erik Johnston | 2016-08-05 | 1 | -1/+1 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.0 | Erik Johnston | 2016-08-05 | 14 | -145/+573 |
|\| | |||||
| * | Fix typo | Erik Johnston | 2016-08-05 | 1 | -1/+1 |
| * | Check if we already have the events returned by /state/ | Erik Johnston | 2016-08-05 | 1 | -2/+16 |
| * | Delete more tables | Erik Johnston | 2016-08-05 | 1 | -0/+5 |
| * | Fallback to /state/ on both 400 and 404 | Erik Johnston | 2016-08-05 | 1 | -1/+1 |
| * | Tweak integrity error recovery to work as intended | Benjamin Saunders | 2016-08-04 | 2 | -1/+4 |
| * | Merge pull request #973 from matrix-org/erikj/xpath_fix | Erik Johnston | 2016-08-04 | 1 | -14/+72 |
| |\ | |||||
| | * | Typo | Erik Johnston | 2016-08-04 | 1 | -1/+1 |
| | * | Test summarization | Erik Johnston | 2016-08-04 | 1 | -52/+54 |
| | * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/xpath_fix | Erik Johnston | 2016-08-04 | 13 | -125/+411 |
| | |\ | |||||
| | * | | Don't infer paragrahs from newlines | Erik Johnston | 2016-08-02 | 1 | -2/+1 |
| | * | | Comment on why we clone | Erik Johnston | 2016-08-02 | 1 | -0/+1 |
| | * | | Spelling. | Erik Johnston | 2016-08-02 | 1 | -3/+3 |
| | * | | Make it actually compile | Erik Johnston | 2016-08-02 | 1 | -1/+1 |
| | * | | Change the way we summarize URLs | Erik Johnston | 2016-08-02 | 1 | -11/+67 |
| * | | | Merge pull request #983 from matrix-org/erikj/retry_on_integrity_error | Erik Johnston | 2016-08-04 | 1 | -4/+66 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Fix typo | Erik Johnston | 2016-08-04 | 1 | -3/+4 |
| | * | | Retry event persistence on IntegrityError | Erik Johnston | 2016-08-04 | 1 | -4/+65 |
| * | | | Fix typos. | Erik Johnston | 2016-08-04 | 1 | -3/+3 |
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/state_ids_api | Erik Johnston | 2016-08-04 | 11 | -124/+260 |
| |\| | | |||||
| | * | | keys/query: Omit device displayname if null | Richard van der Hoff | 2016-08-04 | 1 | -3/+4 |
| | * | | PEP8 | Richard van der Hoff | 2016-08-03 | 1 | -10/+10 |
| | * | | Include device name in /keys/query response | Richard van der Hoff | 2016-08-03 | 2 | -20/+51 |
| | * | | keys/query: return all users which were asked for | Richard van der Hoff | 2016-08-03 | 1 | -3/+6 |
| | * | | Merge branch 'rav/null_default_device_displayname' into develop | Richard van der Hoff | 2016-08-03 | 4 | -5/+23 |
| | |\ \ | |||||
| | | * | | PEP8 | Richard van der Hoff | 2016-08-03 | 1 | -1/+1 |
| | | * | | Default device_display_name to null | Richard van der Hoff | 2016-08-03 | 4 | -5/+23 |
| | | |/ | |||||
| | * | | Merge branch 'rav/refactor_device_query' into develop | Richard van der Hoff | 2016-08-03 | 6 | -82/+167 |
| | |\ \ | |||||
| | | * | | E2eKeysHandler: minor tweaks | Richard van der Hoff | 2016-08-03 | 1 | -5/+3 |
| | | * | | Merge branch 'develop' into rav/refactor_device_query | Mark Haines | 2016-08-03 | 15 | -64/+427 |
| | | |\| | |||||
| | | * | | E2E keys: Make federation query share code with client query | Richard van der Hoff | 2016-08-02 | 3 | -47/+92 |
| | | * | | Move e2e query logic into a handler | Richard van der Hoff | 2016-08-01 | 4 | -60/+102 |
| | * | | | Remove other bit of deduplication | Erik Johnston | 2016-08-03 | 1 | -19/+0 |
| | * | | | Ensure we only persist an event once at a time | Erik Johnston | 2016-08-03 | 1 | -1/+18 |
| | | |/ | | |/| | |||||
| * | | | Tidy up get_events | Erik Johnston | 2016-08-04 | 1 | -12/+10 |
| * | | | Rename fields to _ids | Erik Johnston | 2016-08-03 | 2 | -4/+4 |
| * | | | Fix copy + paste fails | Erik Johnston | 2016-08-03 | 2 | -6/+11 |
| * | | | Actually call get_room_state | Erik Johnston | 2016-08-03 | 1 | -0/+4 |
| * | | | Fix syntax error | Erik Johnston | 2016-08-03 | 1 | -1/+8 |
| * | | | Comment | Erik Johnston | 2016-08-03 | 1 | -0/+14 |
| * | | | Add /state_ids federation API | Erik Johnston | 2016-08-03 | 4 | -3/+125 |
| |/ / | |||||
* | | | Bump version and changelog v0.17.0-rc3 | Erik Johnston | 2016-08-02 | 1 | -1/+1 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.0 | Erik Johnston | 2016-08-02 | 18 | -110/+643 |
|\| | | |||||
| * | | Don't double wrap 200 | Erik Johnston | 2016-08-02 | 1 | -2/+2 |
| * | | Fix response cache | Erik Johnston | 2016-08-02 | 1 | -1/+1 |
| * | | Merge pull request #940 from matrix-org/erikj/fed_state_cache | Erik Johnston | 2016-08-02 | 5 | -32/+60 |
| |\ \ | |||||
| | * | | Cache federation state responses | Erik Johnston | 2016-07-21 | 5 | -32/+60 |
| * | | | Merge pull request #967 from matrix-org/erikj/fed_reader | Erik Johnston | 2016-08-02 | 7 | -18/+342 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fed_reader | Erik Johnston | 2016-08-02 | 3 | -3/+23 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fed_reader | Erik Johnston | 2016-07-29 | 1 | -4/+31 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fed_reader | Erik Johnston | 2016-07-29 | 37 | -295/+929 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Add destination retry to slave store | Erik Johnston | 2016-07-28 | 2 | -0/+32 |
| | * | | | | | | Add slace storage functions for public room list | Erik Johnston | 2016-07-28 | 3 | -0/+48 |
| | * | | | | | | Add get_auth_chain to slave store | Erik Johnston | 2016-07-28 | 1 | -0/+4 |
| | * | | | | | | Add more key storage funcs into slave store | Erik Johnston | 2016-07-28 | 2 | -24/+26 |
| | * | | | | | | Split out a FederationReader process | Erik Johnston | 2016-07-21 | 4 | -0/+238 |
| * | | | | | | | Merge branch 'develop' into dbkr/fix_add_email_on_register | Mark Haines | 2016-08-02 | 3 | -3/+23 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| | * | | | | | | Ignore AlreadyCalled errors on timer cancel | Erik Johnston | 2016-07-31 | 2 | -3/+16 |
| | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | Merge pull request #958 from matrix-org/paul/SYN-738 | Paul Evans | 2016-07-29 | 1 | -0/+7 |
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| | | * | | | | Forbid non-ASes from registering users whose names begin with '_' (SYN-738) | Paul "LeoNerd" Evans | 2016-07-27 | 1 | -0/+7 |
| * | | | | | | Fix adding emails on registration | David Baker | 2016-07-29 | 1 | -9/+7 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #964 from matrix-org/erikj/fed_join_fix | Erik Johnston | 2016-07-29 | 1 | -4/+31 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| | * | | | | Mention that func will fetch auth events | Erik Johnston | 2016-07-29 | 1 | -0/+2 |
| | * | | | | Update docstring | Erik Johnston | 2016-07-29 | 1 | -0/+6 |
| | * | | | | Handle the case of missing auth events when joining a room | Erik Johnston | 2016-07-28 | 1 | -4/+23 |
| * | | | | | Fix SQL to supply arguments in the same order | Mark Haines | 2016-07-29 | 1 | -1/+1 |
| * | | | | | Create separate methods for getting messages to push | Mark Haines | 2016-07-28 | 4 | -51/+163 |
| * | | | | | Comment get_unread_push_actions_for_user_in_range function | Kegan Dougal | 2016-07-28 | 1 | -2/+26 |
| * | | | | | Merge branch 'release-v0.17.0' of github.com:matrix-org/synapse into develop | Erik Johnston | 2016-07-28 | 1 | -1/+1 |
| |\| | | | | |||||
| * | | | | | Merge pull request #962 from matrix-org/markjh/retry | Mark Haines | 2016-07-28 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix retry utils to check if the exception is a subclass of CME | Mark Haines | 2016-07-28 | 1 | -1/+1 |
| * | | | | | | Merge pull request #941 from matrix-org/erikj/key_client_fix | Erik Johnston | 2016-07-28 | 1 | -3/+9 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Bump changeog and version | Erik Johnston | 2016-08-02 | 1 | -1/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge branch 'erikj/key_client_fix' of github.com:matrix-org/synapse into rel... | Erik Johnston | 2016-07-28 | 1 | -3/+9 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Cache getPeer | Erik Johnston | 2016-07-21 | 1 | -2/+5 |
| * | | | | | Set host not path | Erik Johnston | 2016-07-21 | 1 | -1/+1 |
| * | | | | | Send the correct host header when fetching keys | Erik Johnston | 2016-07-21 | 1 | -3/+6 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Bump version and changelog | Erik Johnston | 2016-07-28 | 1 | -1/+1 |
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.0 | Erik Johnston | 2016-07-28 | 7 | -14/+85 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #961 from matrix-org/dbkr/fix_push_invite_name | Erik Johnston | 2016-07-28 | 1 | -1/+4 |
| |\ \ \ \ | |||||
| | * | | | | Don't include name of room for invites in push | David Baker | 2016-07-28 | 1 | -1/+4 |
| * | | | | | Merge pull request #960 from matrix-org/rav/support_r0.2 | Richard van der Hoff | 2016-07-28 | 1 | -1/+5 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Add r0.1.0 to the "supported versions" list | Richard van der Hoff | 2016-07-28 | 1 | -0/+1 |
| | * | | | | Add r0.2.0 to the "supported versions" list | Richard van der Hoff | 2016-07-28 | 1 | -1/+4 |
| * | | | | | Typo | David Baker | 2016-07-28 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #956 from matrix-org/rav/check_device_id_on_key_upload | Richard van der Hoff | 2016-07-27 | 4 | -11/+75 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | key upload tweaks | Richard van der Hoff | 2016-07-27 | 1 | -7/+5 |
| | * | | | SQL syntax fix | Richard van der Hoff | 2016-07-27 | 1 | -1/+1 |
| | * | | | Delete e2e keys on device delete | Richard van der Hoff | 2016-07-27 | 3 | -4/+28 |
| | * | | | Make the device id on e2e key upload optional | Richard van der Hoff | 2016-07-26 | 2 | -12/+54 |
* | | | | | Bump CHANGES and version | Erik Johnston | 2016-07-27 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'develop' into markjh/verify | Mark Haines | 2016-07-27 | 2 | -3/+11 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #955 from matrix-org/markjh/only_from2 | Mark Haines | 2016-07-27 | 1 | -2/+9 |
| |\ \ \ \ | |||||
| | * | | | | Add a couple more checks to the keyring | Mark Haines | 2016-07-26 | 1 | -2/+9 |
| * | | | | | Merge pull request #954 from matrix-org/markjh/even_more_fixes | Mark Haines | 2016-07-27 | 2 | -9/+11 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Fix a couple of bugs in the transaction and keyring code | Mark Haines | 2016-07-26 | 2 | -9/+11 |
| | |/ / / | |||||
* | / / / | Clean up verify_json_objects_for_server | Mark Haines | 2016-07-27 | 1 | -68/+75 |
|/ / / / | |||||
* | | | | Merge pull request #952 from matrix-org/markjh/more_fixes | Mark Haines | 2016-07-26 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Check if the user is banned when handling 3pid invites | Mark Haines | 2016-07-26 | 1 | -0/+4 |
* | | | | Add `create_requester` function | Richard van der Hoff | 2016-07-26 | 7 | -49/+79 |
|/ / / | |||||
* | | | Fix typo | Richard van der Hoff | 2016-07-26 | 1 | -1/+1 |
* | | | Merge branch 'develop' into rav/delete_refreshtoken_on_delete_device | Richard van der Hoff | 2016-07-26 | 2 | -55/+113 |
|\ \ \ | |||||
| * \ \ | Merge pull request #951 from matrix-org/rav/flake8 | Richard van der Hoff | 2016-07-26 | 1 | -5/+3 |
| |\ \ \ | |||||
| | * | | | Fix flake8 violation | Richard van der Hoff | 2016-07-26 | 1 | -5/+3 |
| * | | | | Merge pull request #948 from matrix-org/markjh/auth_fixes | Mark Haines | 2016-07-26 | 1 | -50/+110 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Fix how push_actions are redacted. | Mark Haines | 2016-07-26 | 1 | -8/+10 |
| | * | | | Don't add rejected events if we've seen them befrore. Add some comments to ex... | Mark Haines | 2016-07-26 | 1 | -5/+48 |
| | * | | | Only update the events and event_json tables for rejected events | Mark Haines | 2016-07-25 | 2 | -52/+63 |
| | * | | | Don't add the events to forward extremities if the event is rejected | Mark Haines | 2016-07-25 | 1 | -3/+6 |
| | * | | | Don't add rejections to the state_group, persist all rejections | Mark Haines | 2016-07-25 | 2 | -5/+6 |
* | | | | | Delete refresh tokens when deleting devices | Richard van der Hoff | 2016-07-26 | 2 | -15/+49 |
|/ / / / | |||||
* | | | | Merge pull request #949 from matrix-org/rav/update_devices | David Baker | 2016-07-26 | 10 | -22/+213 |
|\ \ \ \ | |||||
| * | | | | Implement updating devices | Richard van der Hoff | 2016-07-26 | 3 | -8/+67 |
| * | | | | Implement deleting devices | Richard van der Hoff | 2016-07-26 | 9 | -15/+146 |
| * | | | | Log when adding listeners | Richard van der Hoff | 2016-07-25 | 1 | -0/+1 |
* | | | | | typo | Matthew Hodgson | 2016-07-26 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #946 from matrix-org/dbkr/log_recaptcha_hostname | David Baker | 2016-07-25 | 1 | -2/+11 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Use get to avoid KeyErrors | David Baker | 2016-07-22 | 1 | -1/+1 |
| * | | | Log the hostname the reCAPTCHA was completed on | David Baker | 2016-07-22 | 1 | -2/+11 |
* | | | | fix: defer.returnValue takes one argument | Mark Haines | 2016-07-25 | 1 | -1/+1 |
* | | | | background updates: fix assert again | Richard van der Hoff | 2016-07-25 | 1 | -1/+1 |
* | | | | background updates: Fix assertion to do something | Richard van der Hoff | 2016-07-25 | 1 | -2/+2 |
* | | | | Fix background_update tests | Richard van der Hoff | 2016-07-25 | 1 | -7/+20 |
* | | | | PEP8 | Richard van der Hoff | 2016-07-22 | 1 | -1/+0 |
* | | | | Create index on user_ips in the background | Richard van der Hoff | 2016-07-22 | 3 | -12/+80 |
|/ / / | |||||
* | / | make /devices return a list | Richard van der Hoff | 2016-07-21 | 1 | -5/+5 |
| |/ |/| | |||||
* | | Merge pull request #943 from matrix-org/rav/get_device_api | David Baker | 2016-07-21 | 2 | -9/+62 |
|\ \ | |||||
| * | | Fix PEP8 errors | Richard van der Hoff | 2016-07-21 | 1 | -1/+1 |
| * | | Implement GET /device/{deviceId} | Richard van der Hoff | 2016-07-21 | 2 | -9/+62 |
* | | | 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 |
| |/ | |||||
* | | storage/client_ips: remove some dead code | Richard van der Hoff | 2016-07-21 | 1 | -3/+0 |
* | | Merge branch 'develop' into rav/get_devices_api | Richard van der Hoff | 2016-07-20 | 4 | -22/+67 |
|\| | |||||
| * | Merge pull request #938 from matrix-org/rav/add_device_id_to_client_ips | Richard van der Hoff | 2016-07-20 | 2 | -7/+25 |
| |\ | |||||
| | * | Record device_id in client_ips | Richard van der Hoff | 2016-07-20 | 2 | -7/+25 |
| * | | Don't explode if we have no snapshots yet | Erik Johnston | 2016-07-20 | 1 | -0/+3 |
| * | | Merge pull request #937 from matrix-org/rav/register_device_on_register | David Baker | 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 | 7 | -5/+198 |
|/ / | |||||
* / | More doc-comments | Richard van der Hoff | 2016-07-20 | 2 | -10/+14 |
|/ | |||||
* | Merge pull request #936 from matrix-org/erikj/log_rss | Erik Johnston | 2016-07-20 | 4 | -1/+50 |
|\ | |||||
| * | Add metrics for psutil derived memory usage | Erik Johnston | 2016-07-20 | 4 | -1/+50 |
* | | Merge pull request #935 from matrix-org/erikj/backfill_notifs | Erik Johnston | 2016-07-20 | 1 | -5/+6 |
|\ \ | |||||
| * | | Don't notify pusher pool for backfilled events | Erik Johnston | 2016-07-20 | 1 | -5/+6 |
| |/ | |||||
* | | Merge pull request #933 from matrix-org/rav/type_annotations | Richard van der Hoff | 2016-07-20 | 6 | -0/+46 |
|\ \ | |||||
| * | | Type annotations | Richard van der Hoff | 2016-07-19 | 6 | -0/+46 |
* | | | Merge pull request #932 from matrix-org/rav/register_refactor | David Baker | 2016-07-20 | 4 | -21/+52 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Further registration refactoring | Richard van der Hoff | 2016-07-19 | 4 | -21/+52 |
| |/ | |||||
* | | Merge pull request #922 from matrix-org/erikj/file_api2 | Erik Johnston | 2016-07-20 | 6 | -9/+239 |
|\ \ | |/ |/| | |||||
| * | Comment | Erik Johnston | 2016-07-20 | 1 | -0/+4 |
| * | Add filter param to /messages API | Erik Johnston | 2016-07-14 | 2 | -5/+22 |
| * | Add support for filters in paginate_room_events | Erik Johnston | 2016-07-14 | 1 | -1/+51 |
| * | Add 'contains_url' to filter | Erik Johnston | 2016-07-14 | 1 | -3/+20 |
| * | Add sender and contains_url field to events table | Erik Johnston | 2016-07-14 | 2 | -0/+142 |
* | | 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 |
* | | | Merge pull request #929 from matrix-org/rav/support_deviceid_in_login | Richard van der Hoff | 2016-07-19 | 10 | -24/+265 |
|\ \ \ | |/ / |/| | | |||||
| * | | schema fix | Richard van der Hoff | 2016-07-19 | 1 | -1/+1 |
| * | | Add device_id support to /login | Richard van der Hoff | 2016-07-18 | 10 | -24/+265 |
* | | | Summary line | Mark Haines | 2016-07-19 | 1 | -2/+1 |
* | | | Update docstring on Handlers. | Mark Haines | 2016-07-19 | 1 | -3/+15 |
|/ / | |||||
* | | Merge pull request #928 from matrix-org/rav/refactor_login | Richard van der Hoff | 2016-07-18 | 2 | -65/+82 |
|\ \ | |||||
| * | | Refactor login flow | Richard van der Hoff | 2016-07-18 | 2 | -65/+82 |
* | | | Merge pull request #924 from matrix-org/erikj/purge_history | Erik Johnston | 2016-07-18 | 1 | -19/+15 |
|\ \ \ | |||||
| * | | | Fix /purge_history bug | Erik Johnston | 2016-07-15 | 1 | -19/+15 |
* | | | | Merge pull request #925 from matrix-org/markjh/auth_fix | Mark Haines | 2016-07-18 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Fix 500 ISE when sending alias event without a state_key | Mark Haines | 2016-07-15 | 1 | -0/+5 |
* | | | | | Merge pull request #927 from Half-Shot/develop | Erik Johnston | 2016-07-18 | 1 | -5/+6 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | 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 |
| |/ / / | |||||
* / / / | Fix a doc-comment | Richard van der Hoff | 2016-07-18 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #923 from matrix-org/erikj/purge_history | Erik Johnston | 2016-07-15 | 2 | -2/+13 |
|\| | | |||||
| * | | Pull out min stream_ordering from ex_outlier_stream | Erik Johnston | 2016-07-15 | 1 | -1/+2 |
| * | | event_backwards_extremeties may not be empty | Erik Johnston | 2016-07-15 | 1 | -1/+11 |
* | | | Merge pull request #919 from matrix-org/erikj/auth_fix | Erik Johnston | 2016-07-15 | 3 | -5/+35 |
|\ \ \ | |/ / |/| | | |||||
| * | | Comment | Erik Johnston | 2016-07-15 | 2 | -0/+6 |
| * | | Check sender signed event | Erik Johnston | 2016-07-14 | 3 | -6/+12 |
| * | | Check if alias event's state_key matches sender's domain | Erik Johnston | 2016-07-13 | 1 | -0/+11 |
| * | | Check creation event's room_id domain matches sender's | Erik Johnston | 2016-07-13 | 1 | -0/+7 |
* | | | Merge pull request #921 from matrix-org/erikj/account_deactivate | Erik Johnston | 2016-07-14 | 1 | -0/+44 |
|\ \ \ | |||||
| * | | | 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 |
| | |/ | |/| | |||||
* | | | Merge pull request #918 from negzi/bugfix_for_token_expiry | Erik Johnston | 2016-07-14 | 4 | -6/+10 |
|\ \ \ | |/ / |/| | | |||||
| * | | Bug fix: expire invalid access tokens | Negar Fazeli | 2016-07-13 | 4 | -6/+10 |
| |/ | |||||
* | | Merge pull request #915 from matrix-org/dbkr/more_requesttokens | David Baker | 2016-07-13 | 3 | -30/+103 |
|\ \ | |/ |/| | |||||
| * | 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 | 2 | -0/+60 |
* | | Add a comment explaining allow_none | Mark Haines | 2016-07-08 | 1 | -0/+2 |
* | | Ensure that the guest user is in the database when upgrading accounts | Mark Haines | 2016-07-08 | 1 | -0/+13 |
|/ | |||||
* | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2016-07-08 | 5 | -9/+25 |
|\ | |||||
| * | Merge branch 'hotfixes-v0.16.1' v0.16.1-r1 | Erik Johnston | 2016-07-08 | 2 | -6/+11 |
| |\ | |||||
| | * | Bump version and changelog | Erik Johnston | 2016-07-07 | 1 | -1/+1 |
| | * | Fix bug where we did not correctly explode when multiple user_ids were set in... | Erik Johnston | 2016-07-07 | 1 | -5/+10 |
| * | | Merge pull request #886 from matrix-org/markjh/async_commit | Mark Haines | 2016-06-29 | 3 | -3/+14 |
| |\ \ | |||||
| | * | | Optionally make committing to postgres asynchronous. | Mark Haines | 2016-06-20 | 3 | -3/+14 |
* | | | | Comment | Erik Johnston | 2016-07-07 | 1 | -0/+3 |
* | | | | Return 400 rather than 500 | Erik Johnston | 2016-07-07 | 1 | -1/+4 |
* | | | | Add rest servlet. Fix SQL. | Erik Johnston | 2016-07-06 | 2 | -5/+5 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/test2 | Erik Johnston | 2016-07-06 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #909 from matrix-org/erikj/shared_secret | Erik Johnston | 2016-07-06 | 3 | -28/+48 |
| |\ \ \ \ | |||||
| * | | | | | Update password config comment | Kent Shikama | 2016-07-06 | 1 | -1/+1 |
* | | | | | | Merge branch 'erikj/shared_secret' into erikj/test2 | Erik Johnston | 2016-07-06 | 9 | -105/+187 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Check that there are no null bytes in user and passsword | Erik Johnston | 2016-07-06 | 1 | -0/+6 |
| * | | | | | Add null separator to hmac | Erik Johnston | 2016-07-06 | 1 | -0/+2 |
| * | | | | | Remove spurious txn | Erik Johnston | 2016-07-05 | 1 | -9/+0 |
| * | | | | | Fix for postgres | Erik Johnston | 2016-07-05 | 1 | -2/+2 |
| * | | | | | Add an admin option to shared secret registration | Erik Johnston | 2016-07-05 | 3 | -24/+42 |
| * | | | | | Protect password when registering using shared secret | Erik Johnston | 2016-07-05 | 1 | -4/+7 |
| |/ / / / | |||||
| * | | | | Merge pull request #904 from matrix-org/dbkr/register_email_no_untrusted_id_s... | David Baker | 2016-07-05 | 2 | -15/+29 |
| |\ \ \ \ | |||||
| | * | | | | requestToken update | David Baker | 2016-06-30 | 2 | -15/+29 |
| * | | | | | Merge pull request #906 from matrix-org/markjh/faster_events_around | Mark Haines | 2016-07-05 | 2 | -60/+102 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix typo | Mark Haines | 2016-07-05 | 1 | -1/+1 |
| | * | | | | | Make get_events_around more efficient on sqlite3 | Mark Haines | 2016-07-05 | 1 | -13/+49 |
| | * | | | | | Use true/false for boolean parameter inclusive to avoid potential for sqli, a... | Mark Haines | 2016-07-05 | 2 | -5/+7 |
| | * | | | | | Use different SQL for postgres and sqlite3 for when using multicolumn indexes | Mark Haines | 2016-07-04 | 2 | -59/+59 |
| | * | | | | | Use a query that postgresql optimises better for get_events_around | Mark Haines | 2016-07-04 | 1 | -12/+16 |
| | |/ / / / | |||||
| * | | | | | Remove default password pepper string | Kent Shikama | 2016-07-05 | 1 | -2/+1 |
| * | | | | | Fix password config | Kent Shikama | 2016-07-05 | 2 | -3/+3 |
| * | | | | | Fix pep8 | Kent Shikama | 2016-07-05 | 2 | -2/+3 |
| * | | | | | Add comment to prompt changing of pepper | Kent Shikama | 2016-07-05 | 1 | -0/+1 |
| * | | | | | Add pepper to password hashing | Kent Shikama | 2016-07-05 | 2 | -3/+8 |
* | | | | | | Add ReadWriteLock for pagination and history prune | Erik Johnston | 2016-07-05 | 2 | -36/+38 |
* | | | | | | Add ReadWriteLock | Erik Johnston | 2016-07-05 | 1 | -0/+82 |
* | | | | | | Add purge_history API | Erik Johnston | 2016-07-05 | 4 | -1/+38 |
* | | | | | | Add storage function to purge history for a room | Erik Johnston | 2016-07-04 | 1 | -0/+140 |
|/ / / / / | |||||
* | | | | | Fix style violations | Kent Shikama | 2016-07-04 | 2 | -2/+4 |
* | | | | | Use .get() instead of [] to access password_hash | Kent Shikama | 2016-07-04 | 1 | -1/+1 |
* | | | | | Optionally include password hash in createUser endpoint | Kent Shikama | 2016-07-03 | 2 | -3/+5 |
|/ / / / | |||||
* | | | | Feature: Add deactivate account admin API | Erik Johnston | 2016-06-30 | 3 | -0/+40 |