summary refs log tree commit diff
path: root/synapse/storage/schema/delta (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump database version number.Erik Johnston2014-10-171-0/+31
|
* SYN-48: Implement WHOIS rest servletErik Johnston2014-09-291-1/+2
|
* SYN-48: Track User-Agents as well as IPs for client devices.Erik Johnston2014-09-291-1/+3
|
* Track the IP users connect with. Add an admin column to users table.Erik Johnston2014-09-261-0/+13
|
* Rename deletions to redactionsErik Johnston2014-09-241-5/+6
|
* SYN-12: Implement auth for deletion by adding a 'delete_level' on the ops ↵Erik Johnston2014-09-231-0/+4
| | | | | | levels event SYN-12 # comment Auth has been added.
* Add m.room.deletion. If an event is deleted it will be returned to clients ↵Erik Johnston2014-09-231-2/+4
| | | | 'pruned', i.e. all client specified keys will be removed.
* Add a deletions tableErik Johnston2014-09-221-0/+5
|
* Generate m.room.aliases event when the HS creates a room aliasErik Johnston2014-09-051-0/+27
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Store SQL DDL deltas as well; attempt to upgrade the database on startup if ↵Paul "LeoNerd" Evans2014-09-031-0/+168
it's too old