summary refs log tree commit diff
path: root/synapse/storage/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into storage_transactionsMark Haines2014-08-271-1/+0
|\
| * Added support for GET /events/$eventid with auth checks.Kegan Dougal2014-08-271-1/+0
* | Fold federation/handler into handlers/federationMark Haines2014-08-261-1/+3
* | Move pdu and event persistence into a single persist_event functionMark Haines2014-08-261-2/+30
* | Merge branch 'develop' into storage_transactionsMark Haines2014-08-261-2/+8
|\|
| * Fix pyflakes errorsMark Haines2014-08-261-2/+3
| * Don't return state event outlier's when paginating.Erik Johnston2014-08-221-1/+6
* | fix a few pyflakes errorsMark Haines2014-08-261-3/+3
* | Move the event storage into a single transactionMark Haines2014-08-261-27/+32
* | Take a snapshot of the state of the room before performing updatesMark Haines2014-08-221-0/+64
|/
* Give the event_id of the failed eventErik Johnston2014-08-201-1/+4
* 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