summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2010-02-01Improve name validation checks on local File referencesBrion Vibber
2010-02-01restructuring of User::registerNew() lost password mungingEvan Prodromou
2010-01-31buggy fetch for site ownerEvan Prodromou
2010-01-30error clearing tags for profiles from memcachedEvan Prodromou
2010-01-29add hooks for user registrationEvan Prodromou
2010-01-29method to get the site ownerEvan Prodromou
2010-01-29define a constant for the 'owner' role of a siteEvan Prodromou
2010-01-29add simple cache getter/setter static functions to Memcached_DataObjectEvan Prodromou
2010-01-28Fixes for status_network db object .ini and tag setter scriptBrion Vibber
2010-01-28Last-chance distribution if enqueueing failsEvan Prodromou
2010-01-28hide most DB_DataObject errorsEvan Prodromou
2010-01-28Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2010-01-28update mysqltimestamps on insert and updateEvan Prodromou
2010-01-28additional debugging data for SessionsEvan Prodromou
2010-01-27Don't preemptively close existing DB connections for web views (needed to kee...Brion Vibber
2010-01-27fix notice -- drop unused return value of variable that isn't initialized :) ...Brion Vibber
2010-01-27Adds an emergency switch so we can run inbox distribution at save time (bypas...Brion Vibber
2010-01-26Control channel for queue daemons to request graceful shutdown, restart, or u...Brion Vibber
2010-01-26Site metadata tags in status_network: single 'tags' field, pipe-separated.Brion Vibber
2010-01-25Merge branch 'master' into testingEvan Prodromou
2010-01-25Offload inbox updates to a queue handler to speed up posting onlineEvan Prodromou
2010-01-24Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-01-24Recover caching logic lost in bad mergeEvan Prodromou
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-24Revoke access token UIZach Copley
2010-01-24Can now edit/change application iconZach Copley
2010-01-24Better detial in connected OAuth applications listZach Copley
2010-01-24Decided we didn't need to keep the token secret in theZach Copley
2010-01-24Exchanging authorized request tokens for access tokens workingZach Copley
2010-01-24Associate request tokens with OAuth apps and app usersZach Copley
2010-01-24Add icons/icon upload to Oauth appsZach Copley
2010-01-24Workflow for registering new OAuth apps pretty much done.Zach Copley
2010-01-24It might help if I checkd in statusnet.ini.Zach Copley
2010-01-24Started work on interface for displaying connected OAuth appsZach 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-24save nickname and wildcard when setting up status networkEvan Prodromou
2010-01-24save nickname and wildcard when setting up status networkEvan Prodromou
2010-01-22XMPP queued output & initial retooling of DB queue manager to support non-Not...Brion Vibber
2010-01-22Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-01-22Memcached_DataObject unnecessarily require_once'd itselfEvan Prodromou
2010-01-21XMPP queued output & initial retooling of DB queue manager to support non-Not...Brion Vibber
2010-01-21Option to log slow db queries or all db queriesBrion Vibber
2010-01-15Fix for background recalculation of groups; needs to get Group objects not ID...Brion Vibber
2010-01-15Fix since_id and max_id API parameters for inbox-based loads; was failing if ...Brion Vibber
2010-01-13do since_id and max_id in inboxEvan Prodromou
2010-01-13go straight to the DB for inbox before insertEvan Prodromou
2010-01-13don't write Inbox if on a read-only page, but encacheEvan Prodromou
2010-01-13make sure whoGets() doesn't write anythingEvan Prodromou