summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-23- Move ActivityParseTests to coreZach Copley
- Add test for Portable Contacts stuff
2010-02-23Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: OStatus: fix group delivery, send reply/group Salmon pings from background.
2010-02-23Add PoCo parsing and some other fixes.Zach Copley
2010-02-24OStatus: fix group delivery, send reply/group Salmon pings from background.Brion Vibber
2010-02-24Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-24OStatus: consolidate the low-level notice save code between Salmon and PuSH ↵Brion Vibber
input paths. Validation etc remains at higher levels.
2010-02-24Add class and (if present) id to DB_DataObject error exceptions; often ↵Brion Vibber
they're VERRRRRY vague, and it helps to know what type of item is failing!
2010-02-24Using the default abbr class pattern for geo microformats instead ofSarven Capadisli
the shorthand that I've proposed at http://microformats.org/wiki/geo-brainstorming#latitude_longitude_shorthand_and_geo_link If anyone wants to pick up on where the discussion was left off or get more implementation support by other sites and software, and be recognized by parsers, I'd be happy to go back to the shorthand. Because you know, it actually makes a lot of sense.
2010-02-23adding xfn, foaf and hcard rel's to our webfinger outputJames Walker
2010-02-23Add poco:displayName to Atom output for person objectZach Copley
2010-02-23OStatus: fixes for link/id and text extraction gets import of Buzz feeds ↵Brion Vibber
working.
2010-02-23OStatus: accept webfinger addresses as well as profile URLs in the explicit ↵Brion Vibber
remote subscribe form.
2010-02-23Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
Conflicts: plugins/OStatus/OStatusPlugin.php
2010-02-23move mention detection before default in OStatusPluginEvan Prodromou
2010-02-23OStatus: do PuSH subscription setup from subscribe/join event hooks, so ↵Brion Vibber
resubscribing directly from a profile/group list works correctly if there aren't active subscriptions at the moment.
2010-02-23OStatus subscription UI tweak: if we're already subscribed/joined, say so ↵Brion Vibber
and don't offer a 'subscribe'/'join' button on the profile preview page.
2010-02-23OStatus: fix for avatars, submit button in updated remote profile previewBrion Vibber
2010-02-23Drop user-only requirement for subscribe actionEvan Prodromou
I removed the check for local users in the subscribe button. I replaced it with a more specific check for OMB 0.1 remote profiles, which you can't use with this action. I also took the opportunity to split the handle() method into prepare() and handle(), and added PHPCS clean documentation.
2010-02-22er typoJames Walker
2010-02-22magicsig shufflingJames Walker
2010-02-22clean up error loggingJames Walker
2010-02-22missing return value checkJames Walker
2010-02-22generate keypairs for users, and put them in the XRD for discoveryJames Walker
2010-02-22db_objectified magic sig - for persistence of local keypairsJames Walker
2010-02-22moving magicsig.php to classes - to add storageJames Walker
2010-02-23Refactored preview info and form for authorizing a remote subscriptionSarven Capadisli
2010-02-23Added a general classname for remote authorizationSarven Capadisli
2010-02-23Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-23OStatus: cleanup on ostatussub preparing for final UI work on the remote ↵Brion Vibber
sub/join forms.
2010-02-22Add PoCo namespace to optional ns output in Notice::asAtomEntry()Zach Copley
2010-02-22Add activity.php to common includesZach Copley
2010-02-22Merge branch 'rationalize-activity' into testingZach Copley
* rationalize-activity: Move ActivityObject and related stuff to core Add PoCo bits, avatar link, geo point, etc. to person activity obj output
2010-02-22Move ActivityObject and related stuff to coreZach Copley
2010-02-23Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-22Add PoCo bits, avatar link, geo point, etc. to person activity obj outputZach Copley
2010-02-23OStatus group delivery initial implementation.Brion Vibber
- added rel="ostatus:attention" links for group delivery - added events for plugins to override group profile/permalink pages - pulled Notice::saveGroups up to save-time so we can override; it's relatively cheap and gives us a clean list of target groups for distrib time even with customized delivery. - fixed notice::getGroups to return group objects as expected - added some doc on new parameters to Notice::saveNew - 'groups' list of group IDs to push to in place of parsing - messages that come in via PuSH and contain local group targets are delivered to local group members - messages that come in via PuSH and contain remote group targets are delivered to local members of the remote group Todo: - handle group posts that only come through Salmon - handle conflicts in case something comes in both through Salmon and PuSH - better source verification - need a cleaner interface to look up groups by URI - need a way to handle remote groups with conflicting names
2010-02-22swapping pear error handling so Crypt_RSA can properly detect available James Walker
math libraries
2010-02-23Leaves the original URL alone and adds ? or & when it does the XHR.Sarven Capadisli
2010-02-22Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-02-22Removed unnecessary assignment to SN.C.I.OStatusProfile. It can beSarven Capadisli
brought back in the future if the value is to be set directly from the HTML script output.
2010-02-22OStatus: initial hookup of remote group membership (notice delivery not yet ↵Brion Vibber
working quite right) - added a temp config var to disable salmon magic signatures until they're working consistently
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