summary refs log tree commit diff
path: root/synapse/storage/schema/delta/23 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.