summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-22Move ActivityObject and related stuff to coreZach Copley
2010-02-22Add PoCo bits, avatar link, geo point, etc. to person activity obj outputZach Copley
2010-02-22Removed extra commaSarven Capadisli
2010-02-22Minor JSLintingSarven Capadisli
2010-02-22Added licensing info and a note about migratingSarven Capadisli
2010-02-22Set and reuse a cookie with own profile value at a StatusNet instanceSarven Capadisli
2010-02-22OStatus: use 'profile' consistently as param on ostatussub and ostatusinit ↵Brion Vibber
to help us stay sane.
2010-02-22Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-02-22Added link to Subscriptions page to XHR get the ostatus sub formSarven Capadisli
2010-02-22Generalised Subscription XHR dialogboxSarven Capadisli
2010-02-22Merge branch 'master' into testingEvan Prodromou
2010-02-22clear the site owner when profile changesEvan Prodromou
2010-02-22Added before and after event hooks for subscriptions contentSarven Capadisli
2010-02-22wiring in magicsigJames Walker
2010-02-22adding magic sig stuffJames Walker
2010-02-22Merge remote branch 'statusnet/testing' into testingJames Walker
2010-02-22handle poco nicknames in Ostatus_profileEvan Prodromou
2010-02-22add PoCo preferredUsername for nickname in Profile::asActivityNoun()Evan Prodromou
2010-02-22add strongly-suggested link to Profile::asActivityNoun()Evan Prodromou
2010-02-22Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-22fix broken link in OpenID documentationEvan Prodromou
2010-02-22Fixed error/warning message location in OStatus autorize subscription pageSarven Capadisli
2010-02-22Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingZach Copley
2010-02-22Upgrade profile-based activity noun to have more complete set ofZach Copley
profile fields
2010-02-22Merge remote branch 'statusnet/testing' into testingJames Walker
2010-02-22adding extlib for Crypt_RSAJames Walker
2010-02-22OStatus: fix remote subscription when putting webfinger address in the ↵Brion Vibber
little box
2010-02-21don't calculate replies for remote noticesEvan Prodromou
2010-02-21some info code for usersalmon.phpEvan Prodromou
2010-02-21don't save Notices that already exist in SalmonEvan Prodromou
2010-02-21change erroneous common_sql_time() to common_sql_date()Evan Prodromou
2010-02-21was using HTMLPurifier::purify() as a static method, which it is notEvan Prodromou
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21add HTMLPurifier configEvan Prodromou
2010-02-21Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-21OStatus: record source profile & saving method in ostatus_source table; this ↵Brion Vibber
allows us to distinguish posts that have come through an unverified group feed
2010-02-21hook in OStatusPlugin to return Ostatus_profile URIs where applicableEvan Prodromou
2010-02-21slight rearrangement of getting profile URIsEvan Prodromou
2010-02-21Add error info for missing URI in attentionEvan Prodromou
2010-02-21reversed in_array() arguments in UsersalmonActionEvan Prodromou
2010-02-21Wasn't putting in namespaces for reply salmonsEvan Prodromou
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21Notice::getReplies() returns array of profile IDsEvan Prodromou
2010-02-21Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-21OStatus: drop the remnants of feedsubsettings, replaced by ostatussub and no ↵Brion Vibber
longer linked in UI
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21work harder to preserve info when creating new Ostatus_profileEvan Prodromou
2010-02-21Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-21Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-21OStatus PuSH fixes:Brion Vibber
- hub now defers subscription state updates until after verification, per spec - hub now supports synchronous verification when requested (if async is not requested after) - client now requests synchronous verification (it's a bit safer) - cleanup on subscription logging/error responses