- Feb 05, 2016
-
-
Mark Haines authored
-
Mark Haines authored
-
Daniel Wagner-Hall authored
Allocate guest user IDs numericcally The current random IDs are ugly and confusing when presented in UIs. This makes them prettier and easier to read. Also, disable non-automated registration of numeric IDs so that we don't need to worry so much about people carving out our automated address space and us needing to keep retrying ID registration.
-
Daniel Wagner-Hall authored
The current random IDs are ugly and confusing when presented in UIs. This makes them prettier and easier to read. Also, disable non-automated registration of numeric IDs so that we don't need to worry so much about people carving out our automated address space and us needing to keep retrying ID registration.
-
Daniel Wagner-Hall authored
Host /media/r0 as well as /media/v1
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
Error if macaroon key is missing from config Currently we store all access tokens in the DB, and fall back to that check if we can't validate the macaroon, so our fallback works here, but for guests, their macaroons don't get persisted, so we don't get to find them in the database. Each restart, we generate a new ephemeral key, so guests lose access after each server restart. I tried to fix up the config stuff to be less insane, but gave up, so instead I bolt on yet another piece of custom one-off insanity. Also, add some basic tests for config generation and loading.
-
Daniel Wagner-Hall authored
Currently we store all access tokens in the DB, and fall back to that check if we can't validate the macaroon, so our fallback works here, but for guests, their macaroons don't get persisted, so we don't get to find them in the database. Each restart, we generate a new ephemeral key, so guests lose access after each server restart. I tried to fix up the config stuff to be less insane, but gave up, so instead I bolt on yet another piece of custom one-off insanity. Also, add some basic tests for config generation and loading.
-
- Feb 04, 2016
-
-
David Baker authored
Omit keys rather then returning null in profile API
-
- Feb 03, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Allowing tagging log contexts
-
David Baker authored
-
Erik Johnston authored
Change event_push_actions_rm_tokens schema
-
David Baker authored
-
Daniel Wagner-Hall authored
Rename config field to reflect yaml name
-
Daniel Wagner-Hall authored
-
Erik Johnston authored
Change the way we do public room list fetching
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Daniel Wagner-Hall authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 02, 2016
-
-
Daniel Wagner-Hall authored
Log more diagnostics for unrecognised access tokens
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
Fix flake8 warnings for new flake8
-
Daniel Wagner-Hall authored
-
Erik Johnston authored
Fetch events in a separate transaction.
-
Erik Johnston authored
-
Erik Johnston authored
This has a couple of benefits: - It reduces the time of transactions, allowing other database requests to run. - Fetching events is given a dedicated database thread, and so can't starve other database requests.
-
Erik Johnston authored
Move /sync state calculations from rest to handler
-
Erik Johnston authored
-
David Baker authored
Pass make_guest when we autogen a user ID
-