summaryrefslogtreecommitdiff
path: root/db/statusnet.sql
AgeCommit message (Expand)Author
2010-10-20Use a new table (oauth_token_association) to associate authorizedZach Copley
2010-10-20Revert DB change for OAuth. Change compound key for oauth_application_userZach Copley
2010-10-19Add support for an anonymous OAuth consumer. Note: this requires aZach Copley
2010-03-01Add index on group_index.notice_id, needed to pull list of target groups for ...Brion Vibber
2010-03-01Add index on post_id for file_to_post, needed for efficient lookups of files/...Brion Vibber
2010-02-25Add 'mainpage' to User_groupEvan Prodromou
2010-02-24Make user_group able to handle remote groupsEvan Prodromou
2010-02-17- conversation.uri needs to be nullableZach Copley
2010-02-16New Conversation DO to handle remote notices as conversation rootsZach Copley
2010-02-05OAuth app name should not be nullZach Copley
2010-02-02Better token revocationZach Copley
2010-02-02OAuth app names should be unique.Zach Copley
2010-01-24Add verifier and verified callback to token for OAuth 1.0aZach Copley
2010-01-24Remove verifier from Oauth_application_user (not needed there)Zach Copley
2010-01-24Callback URL can be nullZach Copley
2010-01-24Decided we didn't need to keep the token secret in theZach Copley
2010-01-24Associate request tokens with OAuth apps and app usersZach Copley
2010-01-24Workflow for registering new OAuth apps pretty much done.Zach Copley
2010-01-24Changed the OAuth app tables to refer to profiles instead of users.Zach Copley
2010-01-24Add new OAuth application tables and DataObjects. Also add a newZach Copley
2010-01-21XMPP queued output & initial retooling of DB queue manager to support non-Not...Brion Vibber
2010-01-09add an inbox blob tableEvan Prodromou
2009-12-28add table user_location_prefsEvan Prodromou
2009-12-11add repeat_of column to notice tableEvan Prodromou
2009-12-10remove forward table from db scriptsEvan Prodromou
2009-12-08add forward tableEvan Prodromou
2009-12-05Added 'login' command that gives you a link that can be used to login to the ...Craig Andrews
2009-11-20Revert "Added 'login' command that gives you a link that can be used to login...Evan Prodromou
2009-11-16Rename user_role to profile_roleEvan Prodromou
2009-11-12Fix index on notice for efficient querying of notice(s) by order for a profile.Brion Vibber
2009-11-10Performance fix for subscription/subscriber lists based on feedback from ops.Brion Vibber
2009-11-10Adjusting indexes to make favorites query more efficient, based on feedback f...Brion Vibber
2009-11-02Added 'login' command that gives you a link that can be used to login to the ...Craig Andrews
2009-10-21Revert "lat,lon -> lat,long"Evan Prodromou
2009-10-21lat,lon -> lat,longEvan Prodromou
2009-10-21add location-related tables and columnsEvan Prodromou
2009-10-01change DB so OpenIDPlugin manages OpenID tablesEvan Prodromou
2009-08-27Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-27add table for user rolesEvan Prodromou
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-25Rename Laconica to StatusNetEvan Prodromou