- Feb 19, 2016
-
-
Erik Johnston authored
Rewrite presence for performance.
-
- Feb 18, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
Mitigate against incorrect old state in /sync.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
Remove dead code for setting device specific rules. It wasn't possible to hit the code from the API because of a typo in parsing the request path. Since no-one was using the feature we might as well remove the dead code.
-
Mark Haines authored
It wasn't possible to hit the code from the API because of a typo in parsing the request path. Since no-one was using the feature we might as well remove the dead code.
-
Erik Johnston authored
-
Erik Johnston authored
-
Daniel Wagner-Hall authored
Merge all of the room membership codepaths into one
-
Daniel Wagner-Hall authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 17, 2016
-
-
Daniel Wagner-Hall authored
Conflicts: synapse/rest/client/v1/room.py
-
Daniel Wagner-Hall authored
I'm not particularly happy with the "action" switching, but there's no convenient way to defer the work that needs to happen after it, so... :(
-
Erik Johnston authored
-
Erik Johnston authored
-
Daniel Wagner-Hall authored
Currently, we magically perform an extra database hit to find the inviter, and use this to guess where we should send the event. Instead, fill in a valid context, so that other callers relying on the context actually have one.
-
Erik Johnston authored
-
Erik Johnston authored
api/filtering: don't assume that event content will always be a dict
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
Erik Johnston authored
client/v1/room: include event_id in response to state event PUT
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
- Feb 16, 2016
-
-
Daniel Wagner-Hall authored
-
Mark Haines authored
-
Mark Haines authored
Make adding push rules idempotent Also remove the **kwargs from the add_push_rule method. Fixes https://matrix.org/jira/browse/SYN-391
-
Mark Haines authored
Also remove the **kwargs from the add_push_rule method. Fixes https://matrix.org/jira/browse/SYN-391
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
Conflicts: synapse/handlers/room.py
-
Daniel Wagner-Hall authored
Simplify room creation code
-
- Feb 15, 2016
-
-
Daniel Wagner-Hall authored
Unclean, needs tidy-up, but works
-