summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
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
2010-01-13Fix regressions in XMPP output during inbox refactoringBrion Vibber
2010-01-13add events for subscribing to people and joining groupsEvan Prodromou
2010-01-13Don't save reply info for repeatsEvan Prodromou
2010-01-13repeats don't get posted to groupsEvan Prodromou
2010-01-13remove vestiges of Notice_inbox from cache clearing code in NoticeEvan Prodromou
2010-01-13unimplement repeatedToMe() until we figure out howEvan Prodromou
2010-01-13memoize Notice::whoGets()Evan Prodromou
2010-01-12Merge branch '0.9.x' into inblobEvan Prodromou
2010-01-12remove transaction for Notice save; causes deadlocksEvan Prodromou
2010-01-12Major refactoring of queue handlers to support running multiple sites in one ...Brion Vibber
2010-01-12Avoid spewing warnings about returning by reference on memcached cache misses...Brion Vibber
2010-01-11Merge branch '0.9.x' into inblobEvan Prodromou
2010-01-11Regression fix: don't spew notices to log every time we get a non-cached user...Brion Vibber
2010-01-11Merge branch 'sessionidparam' into 0.9.xEvan Prodromou
2010-01-10Merge branch 'master' into 0.9.xEvan Prodromou
2010-01-10check before saving a thumbnailEvan Prodromou