0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'testing' of [email protected]:statusnet/mainline into 0.9.x More... over 15 years ago
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. More... over 15 years ago
Need to pass the password parameter to checkPassword More... over 15 years ago
Merge branch 'testing' of [email protected]:statusnet/mainline into 0.9.x More... over 15 years ago
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. Worked around this with a subclass that fixes the wakeup, used for the stored 0 value in the subclassed Crypt_RSA. More... over 15 years ago
Log backtraces for non-ClientException exceptions caught at the top-level handler. More... over 15 years ago
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 More... over 15 years ago
blowSubscriberCount and blowSubscriptionCount - no 's' More... over 15 years ago
Fixing HTTP Header LRDD parsing (sites in subdirectories need this) More... over 15 years ago
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. More... over 15 years ago
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. More... over 15 years ago
Minor core alignment for cloudy More... over 15 years ago
Minor core alignment for cloudy More... over 15 years ago
Updated logos More... over 15 years ago
Updated logos More... over 15 years ago
ignore unrecognized object types More... over 15 years ago
Add a Notice sitemap More... over 15 years ago
Add a Notice sitemap More... over 15 years ago
user sitemap More... over 15 years ago
user sitemap More... over 15 years ago
Refactor common parts of LdapAuthorization and LdapAuthentication plugins into a separate class More... over 15 years ago
Fix broken assertion More... over 15 years ago
Fix stupid typo in ldap authorization debug logging More... over 15 years ago
Merge branch 'testing' into 0.9.x More... over 15 years ago
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 More... over 15 years ago
Accept 'tag' and other non-http id URIs in Ostatus_profile::getActivityObjectProfileURI(). More... over 15 years ago
OStatus profile setup cleanup * 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 More... over 15 years ago
only use Posterous author data if it matches the profile URL More... over 15 years ago
use Posterous element if available for RssChannel discovery More... over 15 years ago
correct creation of avatar links for RSS and Posterous elements More... over 15 years ago