Age | Commit message (Expand) | Author |
2010-03-26 | Return an http auth error, when a client sends in an invalid auth user, even ... | Zach Copley |
2010-03-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou |
2010-03-24 | Fix for API group methods, caused failure or output corruption when pulling u... | Brion Vibber |
2010-03-23 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | 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 |
2010-03-23 | change router to allow hooking path connections | Evan Prodromou |
2010-03-22 | Some initial media parsing | Zach Copley |
2010-03-22 | Log backtraces for non-ClientException exceptions caught at the top-level han... | Brion Vibber |
2010-03-22 | Replace the "give up and dump object" attachment view fallback with a client-... | Brion Vibber |
2010-03-22 | Replace the "give up and dump object" attachment view fallback with a client-... | Brion Vibber |
2010-03-21 | Pull <atom:author> info as well as <activity:actor> when we have an old-style... | Brion Vibber |
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 | Move activity classes to their own files | Evan Prodromou |
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 |
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 |
2010-03-18 | OStatus discover fixes: | Brion Vibber |
2010-03-18 | Remove xpm support (no one really uses it, and IMAGETYPE_XPM is undefined, ca... | Craig Andrews |
2010-03-18 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber |
2010-03-18 | new exception class for when a user has no profile | Evan Prodromou |
2010-03-17 | Workaround for HTTP authentication in the API when running PHP as CGI/FastCGI... | Brion Vibber |
2010-03-16 | Pull back for now on switch of PEAR error mode to exceptions; seems to trigge... | Brion Vibber |
2010-03-15 | Throw an exception if we receive a document instead of a feed's root element | Zach Copley |
2010-03-15 | Background deletion of user accounts. Notices are deleted in chunks, then the... | Brion Vibber |
2010-03-15 | Initial Twitpic-like media upload endpoint /api/statusnet/media/upload | Zach Copley |
2010-03-15 | Ticket #2242: fix reading of inline XHTML content in Atom feeds for OStatus i... | Brion Vibber |
2010-03-14 | give preference to rel="photo" (per latest ActivityStreams spec), but still s... | James Walker |
2010-03-13 | * wrong param order to in_array | James Walker |
2010-03-12 | Fixes for updating indices, charset/collation and engine type on plugin-creat... | Brion Vibber |
2010-03-12 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber |
2010-03-12 | Merge commit 'origin/0.9.x' into 0.9.x | Brion Vibber |
2010-03-12 | Output enclosing geo elements and GeoRSS xmlns in XML timelines | Zach Copley |
2010-03-12 | Add Atom self link to tag timeline | Zach Copley |
2010-03-11 | Don't switch people from the Memcache to Memcached plugin without their knowl... | Brion Vibber |
2010-03-11 | Remove stray whitespace at file start that snuck into last update | Brion Vibber |
2010-03-11 | fubared a715271f847fed7d7c725c5b752ea7a00800520a - this is the fix | Craig Andrews |
2010-03-12 | More generalized method for calculating Atom rel="self" links | Zach Copley |
2010-03-11 | reuse Subscription::cancel instead of reimplementing it. | Craig Andrews |
2010-03-11 | move image type checking to constructor, so checking will be done in all cases | Craig Andrews |
2010-03-12 | Scrub all atom output with common_xml_safe_str() | Zach Copley |
2010-03-11 | Generator tag should have 'uri' attr not 'url' | Zach Copley |
2010-03-11 | Output self link in rss2 feeds, if available | Zach Copley |
2010-03-11 | - Output georss xmlns in rss element | Zach Copley |
2010-03-11 | Fixes the indenting bug for geo anchor. Also mention in trac ticket 2235 | Sarven Capadisli |