Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 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 | |
2010-03-20 | move atom category to its own file, too | Evan Prodromou | |
2010-03-20 | test posterous author use | Evan Prodromou | |
2010-03-20 | special-case Posterous author element for activity actor | Evan Prodromou | |
2010-03-20 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
Conflicts: lib/activity.php | |||
2010-03-20 | Move activity classes to their own files | Evan Prodromou | |
Moved the various classes used by the Activity class to their own files. There were >10 classes in the same file, with around 1500 lines in the file. Just too big. This change makes autoloading work for these classes, so also removed the hard require in lib/common.php. | |||
2010-03-20 | Remove deprecated call-time pass-by-reference | Craig Andrews | |
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 html content in summary and clean it out of title | 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 | rename $rss to $channel to prevent misunderstanding | Evan Prodromou | |
RSS feeds have the format <rss><channel><item/><item/><item/></channel></rss>. The element named $rss was actually the <channel> element, so I renamed the variable so I wouldn't hurt my head. | |||
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 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2010-03-19 | Removed box-shadow and outline on notice more link focus | Sarven Capadisli | |
2010-03-19 | ensure from an RSS channel | Evan Prodromou | |
2010-03-19 | make deriving a subject from an RSS channel work | Evan Prodromou | |
2010-03-19 | move ActivityObject constructors from Activity to ActivityObject | Evan Prodromou | |
2010-03-19 | only search elements for links | 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 | Fix typo in public tag cloud query setup which caused the cutoff to get skipped. | Brion Vibber | |
2010-03-19 | Fix typo in public tag cloud query setup which caused the cutoff to get skipped. | Brion Vibber | |
2010-03-19 | Throw an exception when an undefined method is called on one of our ↵ | Brion Vibber | |
DB_DataObjects, instead of failing silently. The magic __call() method is used to implement a getter and setter interface, and simply didn't bother to throw an error for things it didn't recognize. This may expose a number of existing errors where mistyped method names are called and we're not noticing that they're failing. |