gnu-social/db
Evan Prodromou 1179ecd13d Fix nonce usage in OAuth store
The OAuth store was failing on getting a request token, because the
token value was forced to be non-null in the DB. Let this value be
null, and use the correct primary key (consumer, timestamp, nonce).
Drop the reference to token table, and don't ever use it.
2009-03-07 12:55:09 -08:00
..
foreign_services.sql all inserts in one statement for foreign services 2009-03-04 05:47:24 -08:00
laconica.sql Fix nonce usage in OAuth store 2009-03-07 12:55:09 -08:00
laconica_pg.sql PostgreSQL - the ts field in the OAuth nonce table needed to be an integer. (fix submitted by oxygene) 2009-03-05 16:15:29 +00:00
notice_source.sql add notice source to default install 2009-03-04 05:42:20 -08:00
sms_carrier.sql Add fixed IDs to SMS carrier list 2009-02-12 14:03:15 -05:00