summary refs log tree commit diff
path: root/synapse/storage/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where we sometimes set min_token to None.Erik Johnston2014-08-191-1/+2
* Add a 'backfill room' buttonErik Johnston2014-08-191-4/+18
* SQL doesn't allow AUTOINCREMENT on non PRIMARY KEY columns.Erik Johnston2014-08-181-2/+19
* Add two different columns for ordering the events table, one which can be use...Erik Johnston2014-08-181-4/+14
* We no longer need to special case room config events.Erik Johnston2014-08-151-2/+2
* PEP8 cleanupsErik Johnston2014-08-151-1/+5
* Correctly return new token when returning events. Serialize events correctly.Erik Johnston2014-08-151-1/+5
* Start chagning the events stream to work with the new DB schemaErik Johnston2014-08-151-1/+9
* Reimplement the get public rooms api to work with new DB schemaErik Johnston2014-08-151-1/+5
* Fix up typos and correct sql queriesErik Johnston2014-08-141-10/+10
* Start fixing places that use the data store.Erik Johnston2014-08-141-5/+3
* Fix typoErik Johnston2014-08-141-1/+1
* Rename _execute_queryErik Johnston2014-08-141-1/+1
* Actually encode dicts as json in the DBErik Johnston2014-08-141-2/+2
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-141-1/+0
|\
| * Set datastore's .hs field in SQLBaseStore rather than in the toplevel DataSto...Paul "LeoNerd" Evans2014-08-131-1/+0
* | Initial stab at refactoring the SQL tables, including rejigging some of the s...Erik Johnston2014-08-131-40/+73
|/
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+117