Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-23 | Converts Spotify URI/HTTP Links to pretty ones. | Nick Holliday | |
2010-03-23 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-23 | Add basic subscribe/unsubscribe test to OStatus test cases | Brion Vibber | |
2010-03-23 | Don't spew XML parse warnings to output when checking a remote XRD page | Brion Vibber | |
2010-03-23 | reformat OpenIDPlugin for PHPCS | Evan Prodromou | |
2010-03-23 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-22 | Fix reference. Look at the first ActivityObject in the list. | Zach Copley | |
2010-03-22 | Some initial media parsing | Zach Copley | |
- Activity now returns a list of activity objects - Processing of photo objects | |||
2010-03-22 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-22 | OStatus remote sending test cases. Doesn't actually run within PHPUnit right ↵ | Brion Vibber | |
now, must be run from command line -- specify base URLs to two StatusNet sites that will be able to communicate with each other. Current test run includes: * register accounts (via web form) * local post * @-mention using path (@domain/path/to/user) Subscriptions, webfinger mentions, various paths to subscription and unsubscription, etc to come. | |||
2010-03-22 | Need to pass the password parameter to checkPassword | Craig Andrews | |
2010-03-22 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: lib/attachmentlist.php | |||
2010-03-22 | Math_BigInteger doesn't correctly handle serialization/deserialization for a ↵ | Brion Vibber | |
value of 0, which can end up spewing notices to output and otherwise intefering with Salmon signature setup and verification when using memcached. Worked around this with a subclass that fixes the wakeup, used for the stored 0 value in the subclassed Crypt_RSA. | |||
2010-03-22 | Confirm there's actually user and domain portions of acct string before ↵ | Brion Vibber | |
assigning things from output of explode(); avoids notice message when invalid input passed to main/xrd | |||
2010-03-22 | Refactor common parts of LdapAuthorization and LdapAuthentication plugins ↵ | Craig Andrews | |
into a separate class LdapAuthorization should get a performance improvement as LDAP schema caching is now used | |||
2010-03-22 | Fixing HTTP Header LRDD parsing (sites in subdirectories need this) | James Walker | |
2010-03-22 | Added plugin AutoSandbox for spam-management: new users sandboxed by default | Sean Carmody | |
2010-03-22 | ignore unrecognized object types | Evan Prodromou | |
2010-03-21 | Fix stupid typo in ldap authorization debug logging | Craig Andrews | |
2010-03-21 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-21 | Pull <atom:author> info as well as <activity:actor> when we have an ↵ | Brion Vibber | |
old-style ActivityStreams feed. This fixes subscription setup for Cliqset feeds, which currently have a bogus activity:actor/atom:id but a good atom:author/atom:uri | |||
2010-03-21 | Accept 'tag' and other non-http id URIs in ↵ | Brion Vibber | |
Ostatus_profile::getActivityObjectProfileURI(). (If there's not a valid ID we fall back to the link, which we do still validate as http/s.) | |||
2010-03-21 | OStatus profile setup cleanup | Brion Vibber | |
* drop OStatusPlugin::localProfileFromUrl(), we can just look up on user.uri * clean up a few edge cases that returned null through Ostatus_profile::ensure* code paths, now throws clear exception when we can't find a feed from the given profile url * add some doc comments on the ensure* methods | |||
2010-03-21 | only use Posterous author data if it matches the profile URL | Evan Prodromou | |
2010-03-20 | use Posterous element if available for RssChannel discovery | Evan Prodromou | |
2010-03-20 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
Conflicts: lib/activity.php | |||
2010-03-20 | use feedEl for discovery | Evan Prodromou | |
2010-03-20 | fall back to summary or title if content not available | Evan Prodromou | |
2010-03-20 | Allow PuSH posts without author information | Evan Prodromou | |
Superfeedr (sp.?) posts entries without author information. We can assume that this is intended to be by the original author. Re-structured the checks for entries that come in by PuSH so they can either have no author or an empty author, but not a different author. | |||
2010-03-20 | handle RSS as well as Atom in Ostatus push hits | Evan Prodromou | |
2010-03-20 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-20 | try to make a nickname from the user profile url before using the URI | Evan Prodromou | |
2010-03-19 | Avoid notices for accessing undefined array indices in hcard processing | Brion Vibber | |
2010-03-19 | Avoid notices for accessing undefined array indices in hcard processing | Brion Vibber | |
2010-03-19 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OStatus/extlib/hkit/hkit.class.php plugins/OStatus/lib/discoveryhints.php | |||
2010-03-19 | OStatus: be a little laxer about attempts to start/stop PuSH subscriptions ↵ | Brion Vibber | |
that were left in an inconsistent state. Instead of aborting, we'll try to reconfirm the sub/unsub, which once confirmed will replace whatever the previous state was on the server side. | |||
2010-03-19 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-19 | ensure from an RSS channel | Evan Prodromou | |
2010-03-19 | return empty hints if no hcard in the html | Evan Prodromou | |
2010-03-19 | define a 'root' attribute for the channel or feed | Evan Prodromou | |
2010-03-19 | clarify output on fixup-shadow.php | Brion Vibber | |
2010-03-19 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Validate OStatus avatar URL before fetching. | |||
2010-03-19 | Merge branch 'ostatus-crop' of ↵ | Brion Vibber | |
git@gitorious.org:~brion/statusnet/brion-fixes into 0.9.x | |||
2010-03-19 | Validate OStatus avatar URL before fetching. | Brion Vibber | |
2010-03-19 | Validate OStatus avatar URL before fetching. | Brion Vibber | |
2010-03-19 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Parse RSS items as activities Remove hkit and do our own hcard parsing Work around weird bug with HTML normalization via PHP DOM module; if source had xmlns and xml:lang I ended up with double output, breaking the subsequent parsing. Will have to track this down later and report upstream if not already resolved. | |||
2010-03-18 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
Conflicts: plugins/OStatus/extlib/hkit/hkit.class.php plugins/OStatus/lib/discoveryhints.php | |||
2010-03-18 | Remove hkit and do our own hcard parsing | Evan Prodromou | |
Parsing hcards for the data we need wasn't hard enough to justify using hkit. It was dependent on a number of external systems (something to run tidy), and only could handle XHTML. We now parse HTML with the PHP dom libraries used elsewhere, and scrape out our own hcards. Seems to work nicer and faster and most of all works with Google Buzz profile URLs. | |||
2010-03-18 | Work around weird bug with HTML normalization via PHP DOM module; if source ↵ | Brion Vibber | |
had xmlns and xml:lang I ended up with double output, breaking the subsequent parsing. Will have to track this down later and report upstream if not already resolved. | |||
2010-03-18 | Work around weird bug with HTML normalization via PHP DOM module; if source ↵ | Brion Vibber | |
had xmlns and xml:lang I ended up with double output, breaking the subsequent parsing. Will have to track this down later and report upstream if not already resolved. |