summaryrefslogtreecommitdiff
path: root/db/statusnet.sql
AgeCommit message (Expand)Author
2010-04-26Give users more control over URL shorteningEvan Prodromou
2010-03-24Use InnoDB and UTF-8 options when creating user_im_prefs table, to match othersBrion Vibber
2010-03-08Merge branch '0.9.x' into 1.0.xCraig Andrews
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-24Merge branch '0.9.x' into 1.0.xCraig Andrews
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-16Merge branch '0.9.x' into 1.0.xCraig Andrews
2010-02-05OAuth app name should not be nullZach Copley
2010-02-05OAuth app name should not be nullZach Copley
2010-02-02Merge branch '0.9.x' into 1.0.xCraig Andrews
2010-02-02Better token revocationZach Copley
2010-02-02OAuth app names should be unique.Zach Copley
2010-02-02Better token revocationZach Copley
2010-02-01OAuth app names should be unique.Zach Copley
2010-01-27Create IM plugin, Pluginize XMPP, Create AIM pluginCraig Andrews
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-22Merge branch 'testing' into 0.9.xEvan Prodromou
2010-01-21XMPP queued output & initial retooling of DB queue manager to support non-Not...Brion Vibber
2010-01-14Add verifier and verified callback to token for OAuth 1.0aZach Copley
2010-01-14Remove verifier from Oauth_application_user (not needed there)Zach Copley
2010-01-14Callback URL can be nullZach Copley
2010-01-14Decided we didn't need to keep the token secret in theZach Copley
2010-01-14Associate request tokens with OAuth apps and app usersZach Copley
2010-01-14Workflow for registering new OAuth apps pretty much done.Zach Copley
2010-01-14Changed the OAuth app tables to refer to profiles instead of users.Zach Copley
2010-01-14Add new OAuth application tables and DataObjects. Also add a newZach Copley
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