Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | Using hCard label instead of location. Matches userprofile. | Sarven Capadisli | |
2010-03-24 | Updated tag list output in subscriptions list. Matches userprofile. | Sarven Capadisli | |
2010-03-24 | Removed print stylesheet | Sarven Capadisli | |
2010-03-24 | Moved print inside base stylesheet using media rules. One less HTTP GET. | Sarven Capadisli | |
2010-03-23 | Misc small fixes, plus a new hook in tag.php | Julien C | |
2010-03-23 | Use $param instead of hardcoded 'attach' name. | Craig Andrews | |
2010-03-23 | Move the bundled Net/LDAP2 library to the LdapCommon directory | Craig Andrews | |
2010-03-23 | Fix some regressions caused by refactor of LDAP plugin | Craig Andrews | |
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 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-23 | FOAF was missing OStatus remote subscriptions, now fixed. | Brion Vibber | |
2010-03-23 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-23 | Ticket 2188: add a daily average post count to profile statistics sidebar. | Brion Vibber | |
When we have more detailed history stats, this'd be a good place to link to details/graphs. | |||
2010-03-23 | Consistently send Profiles into Fave::addNew() | Brion Vibber | |
2010-03-23 | Consistently send Profiles into Fave::addNew() | Brion Vibber | |
2010-03-23 | Don't add PHPSESSID parameter onto notice and conversation URIs if we save a ↵ | Brion Vibber | |
notice during a session override. This was being triggered by welcomebot messages created at account creation time, then propagated through replies. | |||
2010-03-23 | Don't add PHPSESSID parameter onto notice and conversation URIs if we save a ↵ | Brion Vibber | |
notice during a session override. This was being triggered by welcomebot messages created at account creation time, then propagated through replies. | |||
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 gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: OStatus remote sending test cases. Doesn't actually run within PHPUnit right now, must be run from command line -- specify base URLs to two StatusNet sites that will be able to communicate with each other. Math_BigInteger doesn't correctly handle serialization/deserialization for a value of 0, which can end up spewing notices to output and otherwise intefering with Salmon signature setup and verification when using memcached. Log backtraces for non-ClientException exceptions caught at the top-level handler. Confirm there's actually user and domain portions of acct string before assigning things from output of explode(); avoids notice message when invalid input passed to main/xrd Fixing HTTP Header LRDD parsing (sites in subdirectories need this) Replace the "give up and dump object" attachment view fallback with a client-side redirect to the target URL, which will at least be useful. ignore unrecognized object types Pull <atom:author> info as well as <activity:actor> when we have an 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 Accept 'tag' and other non-http id URIs in Ostatus_profile::getActivityObjectProfileURI(). | |||
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 | Log backtraces for non-ClientException exceptions caught at the top-level ↵ | Brion Vibber | |
handler. | |||
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 | blowSubscriberCount and blowSubscriptionCount - no 's' | Craig Andrews | |
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 | Replace the "give up and dump object" attachment view fallback with a ↵ | Brion Vibber | |
client-side redirect to the target URL, which will at least be useful. | |||
2010-03-22 | Fixing HTTP Header LRDD parsing (sites in subdirectories need this) | James Walker | |
2010-03-22 | Replace the "give up and dump object" attachment view fallback with a ↵ | Brion Vibber | |
client-side redirect to the target URL, which will at least be useful. | |||
2010-03-22 | Added plugin AutoSandbox for spam-management: new users sandboxed by default | Sean Carmody | |
2010-03-22 | Minor core alignment for cloudy | Sarven Capadisli | |
2010-03-22 | Updated logos | Sarven Capadisli | |
2010-03-22 | ignore unrecognized object types | Evan Prodromou | |
2010-03-21 | Fix broken assertion | Zach Copley | |
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 | correct creation of avatar links for RSS and Posterous elements | Evan Prodromou | |