summary refs log tree commit diff
path: root/synapse/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-151-2/+2
|\
| * We really don't need debug logging of all the SQL statements we execute; we'r...Paul "LeoNerd" Evans2014-08-141-4/+0
| * Be more helpful when failing to register/login, stating why (communication er...Kegan Dougal2014-08-141-2/+2
* | Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-154-35/+75
* | Fix up typos and correct sql queriesErik Johnston2014-08-145-36/+34
* | Update StreamStoreErik Johnston2014-08-141-245/+36
* | Start fixing places that use the data store.Erik Johnston2014-08-144-8/+8
* | Fix typoErik Johnston2014-08-141-1/+1
* | Rename _execute_queryErik Johnston2014-08-144-4/+4
* | Fix up RoomMemberStore to work with the new schema.Erik Johnston2014-08-143-97/+79
* | Actually encode dicts as json in the DBErik Johnston2014-08-142-3/+4
* | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-145-13/+16
|\|
| * An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-133-2/+5
| * Set datastore's .hs field in SQLBaseStore rather than in the toplevel DataSto...Paul "LeoNerd" Evans2014-08-132-1/+1
| * when we're talking about backfilling data in federation, call it backfilling ...Matthew Hodgson2014-08-131-10/+10
* | Make feedback table also store sender.Erik Johnston2014-08-132-1/+3
* | Initial stab at refactoring the SQL tables, including rejigging some of the s...Erik Johnston2014-08-136-261/+115
* | Convert im schema to a 'one' table structureErik Johnston2014-08-131-26/+31
|/
* Return the room_alias when GETing public rooms.Kegan Dougal2014-08-131-2/+5
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-1314-0/+14
* Reference Matrix Home Servermatrix.org2014-08-1222-0/+3334