- Feb 27, 2017
-
-
Erik Johnston authored
Fix #1677 (dynamic thumbnails aspect)
-
- Feb 24, 2017
-
-
Jurek authored
-
- Feb 23, 2017
-
-
Erik Johnston authored
Strip newlines from SQL queries
-
Erik Johnston authored
-
- Feb 22, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 21, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Fix a race in transaction queue
-
- Feb 20, 2017
-
-
Richard van der Hoff authored
It was theoretically possible for a PDU to get queued and not sent for ages. On closer inspection I think there were bigger problems elsewhere, but we might as well fix this since it's easy.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix /context/ visibiltiy rules
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
-
- Feb 19, 2017
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Feb 18, 2017
-
-
Erik Johnston authored
-
- Feb 17, 2017
-
-
Richard van der Hoff authored
Add an example log_config file
-
Richard van der Hoff authored
add trailing NL
-
Richard van der Hoff authored
-
David Baker authored
Make the pushers lang field column longer
-
David Baker authored
Allow forgetting rooms you're banned from
-
David Baker authored
While we're changing anyway
-
David Baker authored
To accommodate things like zh-Hans-CN Fixes https://github.com/vector-im/riot-ios/issues/1031
-
- Feb 16, 2017
-
-
Erik Johnston authored
Store the default push actions in a more efficient manner
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Aggregate event push actions
-
- Feb 15, 2017
-
-
David Baker authored
-
Richard van der Hoff authored
Fix bugs in the /keys/changes api
-
- Feb 14, 2017
-
-
David Baker authored
Make kick & ban reasons work
-
David Baker authored
We somehow specced APIs with reason strings, preserve the content in the events and even have the clients display them, but failed to actually pass the parameter through to the event content.
-
Richard van der Hoff authored
* `get_forward_extremeties_for_room` takes a numeric `stream_ordering`. We were passing a `RoomStreamToken`, which meant that it returned the *current* extremities, rather than those corresponding to the `from_token`. However: * `get_state_ids_for_events` required a second ('types') parameter; this meant that a `TypeError` was thrown and we ended up acting as though there was *no* prev state. * `get_state_ids_for_events` actually returns a map from event_id to state dictionary - just looking up the state keys in it again meant that we acted as though there was no prev state. We now check if each member's state has changed since *any* of the extremities. Also add/fix some comments.
-
Erik Johnston authored
-