summary refs log tree commit diff
path: root/synapse/storage/schema/delta (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix up schemas some moreErik Johnston2015-03-201-1/+1
* Fix up schemas to work with mariadbErik Johnston2015-03-193-15/+15
* Update schema to work with mariadbErik Johnston2015-03-183-40/+33
* Schema change as delta in v14David Baker2015-03-061-0/+0
* Merge branch 'develop' into pushrules2David Baker2015-03-0411-395/+23
|\
| * Change to use logger in db upgrade scriptErik Johnston2015-03-041-1/+4
| * SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-0411-395/+20
* | Add enable/disable overlay for push rules (REST API not yet hooked up)David Baker2015-02-251-0/+9
|/
* Bump schema versionErik Johnston2015-02-171-0/+0
* Merge pull request #50 from matrix-org/application-servicesMark Haines2015-02-131-0/+34
|\
| * Merge branch 'develop' into application-servicesKegan Dougal2015-02-092-24/+11
| |\
| * | Register a user account for the AS when the AS registers. Add 'sender' column...Kegan Dougal2015-02-091-0/+1
| * | Add delta sql file.Kegan Dougal2015-02-051-0/+33
* | | Set database schema version in deltaErik Johnston2015-02-121-0/+2
| |/ |/|
* | Move delta/v13.sql to delta/v12.sqlErik Johnston2015-02-062-24/+11
|/
* s/instance_handle/profile_tag/David Baker2015-02-031-1/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storageErik Johnston2015-01-301-0/+24
|\
| * Merge changes from developMark Haines2015-01-291-0/+46
| |\
| * | Move bump schema deltaMark Haines2015-01-291-0/+0
| * | Also edit the filter column on the delta SQLKegan Dougal2015-01-291-1/+1
| * | Created schema deltaPaul "LeoNerd" Evans2015-01-271-0/+24
* | | Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storageErik Johnston2015-01-301-0/+33
|\ \ \ | | |/ | |/|
| * | Move pushers delta to v12 and bump schema versionDavid Baker2015-01-281-0/+0
| * | Oops: second part of commit dc938606David Baker2015-01-221-0/+13
| * | add instance_handles to pushers so we have a way to refer to them even if the...David Baker2015-01-201-0/+1
| * | Require device language when adding a pusher.David Baker2015-01-161-0/+1
| * | Honour the 'rejected' return from push gatewaysDavid Baker2015-01-131-0/+1
| * | Merge branch 'develop' into pushersDavid Baker2015-01-138-5/+49
| |\|
| * | Merge branch 'develop' into pushersDavid Baker2014-12-181-0/+79
| |\ \
| * | | schema version is now 10David Baker2014-12-181-0/+0
| * | | Rename the pusher SQL delta to v9 which the next free oneDavid Baker2014-12-181-0/+0
| * | | after a few rethinks, a working implementation of pushers.David Baker2014-12-181-2/+1
| * | | Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant.David Baker2014-12-031-2/+3
| * | | Merge branch 'develop' into pushersDavid Baker2014-12-021-0/+34
| |\ \ \
| * | | | More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p...David Baker2014-11-211-0/+2
| * | | | Start creating a module to do generic notifications (just prints them to stdo...David Baker2014-11-191-0/+28
* | | | | Add support for storing rejected events in EventContext and data storesErik Johnston2015-01-221-0/+21
| |_|_|/ |/| | |
* | | | Add delta and bump DB versionErik Johnston2015-01-061-0/+16
* | | | Update copyright noticesMark Haines2015-01-067-5/+33
| |_|/ |/| |
* | | Fix upgrade script to run all the missing deltas.Erik Johnston2014-12-161-1/+57
* | | track replication destination health, and perform exponential back-off when s...Matthew Hodgson2014-12-071-0/+23
| |/ |/|
* | Add update delta for schema changeErik Johnston2014-11-261-0/+34
|/
* 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 lev...Erik Johnston2014-09-231-0/+4
* Add m.room.deletion. If an event is deleted it will be returned to clients 'p...Erik Johnston2014-09-231-2/+4
* 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 has...Matthew Hodgson2014-09-031-1/+1
* Store SQL DDL deltas as well; attempt to upgrade the database on startup if i...Paul "LeoNerd" Evans2014-09-031-0/+168