- Nov 12, 2015
-
-
Richard van der Hoff authored
Changes to m.room.power_levels events are supposed to be handled at a high priority; however a typo meant that the relevant bit of code was never executed, so they were handled just like any other state change - which meant that a bad person could cause room state changes by forking the graph from a point in history when they were allowed to do so.
-
Daniel Wagner-Hall authored
Merge pull request #367 from matrix-org/daniel/readafterleave Tweak guest access permissions
-
Daniel Wagner-Hall authored
Merge pull request #360 from matrix-org/daniel/guestroominitialsync Allow guest access to room initialSync
-
Daniel Wagner-Hall authored
* Allow world_readable rooms to be read by guests who have joined and left * Allow regular users to access world_readable rooms
-
Erik Johnston authored
-
Daniel Wagner-Hall authored
Allow guests to set their display names Depends: https://github.com/matrix-org/synapse/pull/363 Tests in https://github.com/matrix-org/sytest/pull/66
-
Daniel Wagner-Hall authored
Depends: https://github.com/matrix-org/synapse/pull/363 Tests in https://github.com/matrix-org/sytest/pull/66
-
Daniel Wagner-Hall authored
Consider joined guest users as joined users Otherwise they're inconveniently allowed to write events to the room but not to read them from the room.
-
Daniel Wagner-Hall authored
Otherwise they're inconveniently allowed to write events to the room but not to read them from the room.
-
Daniel Wagner-Hall authored
Fix race creating directories
-
Daniel Wagner-Hall authored
-
- Nov 11, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Allow guests to access room context API
-
Erik Johnston authored
-
Daniel Wagner-Hall authored
-
Erik Johnston authored
Incremental background updates for db indexes
-
Mark Haines authored
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
Return world_readable and guest_can_join in /publicRooms
-
Mark Haines authored
-
- Nov 10, 2015
-
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
Allow guest users to join and message rooms
-
Daniel Wagner-Hall authored
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Daniel Wagner-Hall authored
Get display name from identity server, not client
-
- Nov 09, 2015
-
-
Mark Haines authored
-
Mark Haines authored
Don't fiddle with results returned by event sources
-
Richard van der Hoff authored
Overwriting hashes returned by other methods is poor form. Fixes: SYN-516
-
Daniel Wagner-Hall authored
-
Mark Haines authored
The progress for each background update is stored as a JSON blob in the database. Each background update is broken up into separate batches. The batch size is automatically tuned to try avoid blocking single threaded databases for too long.
-
Richard van der Hoff authored
... merely because I was trying to figure out how it worked, and couldn't.
-
Mark Haines authored
SYN-513: Include updates for rooms that have had all their tags deleted
-
Mark Haines authored
Conflicts: synapse/storage/tags.py
-
Mark Haines authored
-
- Nov 08, 2015
-
-
Matthew Hodgson authored
-