summary refs log tree commit diff
path: root/synapse/storage/schema/delta/23 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-211-16/+0
| | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* Remove the last vestiges of refresh_tokensRichard van der Hoff2017-10-311-21/+0
|
* copyrightsMatthew Hodgson2016-01-072-2/+2
|
* Drop unused indexErik Johnston2015-09-141-0/+16
|
* Remove autoincrement since we incrementing the ID in the storage layerMark Haines2015-08-241-1/+1
|
* /tokenrefresh POST endpointDaniel Wagner-Hall2015-08-201-0/+21
This allows refresh tokens to be exchanged for (access_token, refresh_token). It also starts issuing them on login, though no clients currently interpret them.