Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-26 | if there is oembed data for a file/link, consider that link to have an ↵ | Craig Andrews | |
attachment | |||
2010-03-26 | Return an http auth error, when a client sends in an invalid auth user, even ↵ | Zach Copley | |
when http auth is not required. | |||
2010-03-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-24 | Fix for API group methods, caused failure or output corruption when pulling ↵ | Brion Vibber | |
up local groups by name in api/statusnet/groups/is_member.json/xml | |||
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 | Moved print inside base stylesheet using media rules. One less HTTP GET. | Sarven Capadisli | |
2010-03-23 | Use $param instead of hardcoded 'attach' name. | Craig Andrews | |
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 | change router to allow hooking path connections | Evan Prodromou | |
2010-03-23 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
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 | |
Conflicts: lib/attachmentlist.php | |||
2010-03-22 | Log backtraces for non-ClientException exceptions caught at the top-level ↵ | Brion Vibber | |
handler. | |||
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 | 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-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-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 | 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 | allow html content in summary and clean it out of title | 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-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 | 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 | Parse RSS items as activities | Evan Prodromou | |
First steps to parsing RSS items as activities. RSS feeds don't seem to have enough data to make good remote profiles, but this may work with some "hints". | |||
2010-03-18 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-18 | OStatus discover fixes: | Brion Vibber | |
* Subscription::start was sometimes passing users instead of profiles to hooks, which broke OStatus subscription notifications; now normalizing to profiles for processing. * H-card parsing would trigger a lot of PHP warnings and notices in hKit. Now suppressing warnings and notices for the duration of the call to keep them out of output when display_errors is on. * H-card parsing would trigger a PHP fatal error if the source page was not well-formed XML and Tidy was not present on the system. Switched normalization to use the PHP DOM module which is always present, as we have no need for Tidy's extra features here. * Trying to fetch avatars from Google profiles failed and triggered a PHP warning due to the relative URL not being resolved during h-card parsing. Now passing profile page URL into hKit by sneaking a <base> tag in while we normalize the HTML source. * Profile pages without a "Link" header could trigger PHP notices due to a bad NULL -> array(NULL) conversion in LinkHeader::getLink(). Now checking that there was a return value before converting single return value into array. | |||
2010-03-18 | Remove xpm support (no one really uses it, and IMAGETYPE_XPM is undefined, ↵ | Craig Andrews | |
causing warnings) Remove erroneous call to unlink in the constructor | |||
2010-03-18 | Remove xpm support (no one really uses it, and IMAGETYPE_XPM is undefined, ↵ | Craig Andrews | |
causing warnings) Remove erroneous call to unlink in the constructor | |||
2010-03-18 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-18 | Sigh... somehow left a stray bit of test code and broke activity.php. | Brion Vibber | |
2010-03-18 | new exception class for when a user has no profile | Evan Prodromou | |
2010-03-17 | Ticket #2244: fix to interpretation of escaped HTML and plaintext Atom ↵ | Brion Vibber | |
content on incoming OStatus messages. We were double-unescaping for <content type="html">, turning <b> escaped chars into literal tags (which then may get removed entirely by the HTML scrubber). | |||
2010-03-18 | Updated 'more' anchor for attachments to do an XHR GET | Sarven Capadisli | |
2010-03-17 | Display scrubbed HTML attachments inline on attachment view page. | Brion Vibber | |
2010-03-17 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-17 | Workaround for HTTP authentication in the API when running PHP as ↵ | Brion Vibber | |
CGI/FastCGI. Example rewrite lines added as comments in htaccess.sample, API tweaked to accept alternate environment var form. |