- Dec 05, 2016
-
-
Richard van der Hoff authored
Fix preview test
-
Johannes Löthberg authored
The old test expected an incorrect wrapping due to the preview function not using unicode properly, so it got the wrong length. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Johannes Löthberg authored
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Richard van der Hoff authored
-
- Dec 03, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Updates to the README
-
Matthew Hodgson authored
preview_url_resource: Ellipsis must be in unicode string
-
- Dec 02, 2016
-
-
Richard van der Hoff authored
Minor updates post-review
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
The demo client isn't really fit for purpose, so stop encouraging people to use it.
-
Richard van der Hoff authored
Add some syntax highlighting
-
Richard van der Hoff authored
- remove redundant "where's the spec" section: this would belong in "About matrix", but it's already there. - E2E is in beta rather than dev
-
Richard van der Hoff authored
Fix a couple of broken links
-
Richard van der Hoff authored
Move some bits of the README around. No words were changed in the making of this commit.
-
- Dec 01, 2016
-
-
Johannes Löthberg authored
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Richard van der Hoff authored
this is rst so name it accordingly
-
Richard van der Hoff authored
Stop generating refresh_tokens
-
Richard van der Hoff authored
Remove refresh_token reference
-
- Nov 30, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
We might as well treat all refresh_tokens as invalid. Just return a 403 from /tokenrefresh, so that we don't have a load of dead, untestable code hanging around. Still TODO: removing the table from the schema.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
More intelligent Content-Type parsing
-
Richard van der Hoff authored
Stop putting a time caveat on access tokens
-
Richard van der Hoff authored
Content-Type is allowed to contain options (`; charset=utf-8`, for instance). We should allow that.
-
Richard van der Hoff authored
Update comments in verify_macaroon
-
- Nov 29, 2016
-
-
Richard van der Hoff authored
Implement E2E for guests
-
Richard van der Hoff authored
The 'time' caveat on the access tokens was something of a lie, since we weren't enforcing it; more pertinently its presence stops us ever adding useful time caveats. Let's move in the right direction by not lying in our caveats.
-
Richard van der Hoff authored
Let pip install multiple packages at once
-
Richard van der Hoff authored
Pip can install multiple dependencies at the same time, so there is no need to use xargs -n1. It's significantly slower with -n1, so let's not do it with no reason.
-
- Nov 28, 2016
-
-
Richard van der Hoff authored
Since we're not doing refresh tokens any more, we should start killing off the dead code paths. /tokenrefresh itself is a bit of a thornier subject, since there might be apps out there using it, but we can at least not generate refresh tokens on new logins.
-
- Nov 25, 2016
-
-
Richard van der Hoff authored
Remove redundant list of known caveat prefixes
-
Richard van der Hoff authored
Expose /devices, /keys, and /sendToDevice to guest users, so that they can use E2E.
-
Richard van der Hoff authored
We need to create devices for guests so that they can use e2e, but we don't have anywhere to store it, so just use a fixed one.
-
- Nov 24, 2016
-
-
Erik Johnston authored
Correctly handle 500's and 429 on federation
-
Erik Johnston authored
-
Erik Johnston authored
-