summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-17Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2010-03-17Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-17Merge branch 'master' into testingBrion Vibber
2010-03-17Fix to regression for auto-subscribe - was backwards.Brion Vibber
2010-03-17Workaround for HTTP authentication in the API when running PHP as CGI/FastCGI...Brion Vibber
2010-03-17Workaround for HTTP authentication in the API when running PHP as CGI/FastCGI...Brion Vibber
2010-03-17Pulling the stub plugin panel back out; we'll flesh it out more for 1.0.x and...Brion Vibber
2010-03-17Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-16Pull back for now on switch of PEAR error mode to exceptions; seems to trigge...Brion Vibber
2010-03-16Pull back for now on switch of PEAR error mode to exceptions; seems to trigge...Brion Vibber
2010-03-16Stub plugins administration panel, allows for disabling/re-enabling plugins f...Brion Vibber
2010-03-16Removed unnecessary form_id. Using jQuery .find() instead ofSarven Capadisli
2010-03-16Added extra condition to focusing on notice form on page load. If theSarven Capadisli
2010-03-16Removed dangling stylesheetSarven Capadisli
2010-03-16Change the workflow to get better discoveryEvan Prodromou
2010-03-16Fixed "Warning: syslog() expects parameter 1 to be long, string given"Jeffery To
2010-03-16Fixed IE7 prompting the user to download OpenSearch description xml after log...Jeffery To
2010-03-15Throw an exception if we receive a document instead of a feed's root elementZach Copley
2010-03-15Always output a site logo via /api/statusnet/config.:format (so client devs h...Zach Copley
2010-03-15Background deletion of user accounts. Notices are deleted in chunks, then the...Brion Vibber
2010-03-15Drop result ID from data objects on clone(). This keeps the original object w...Brion Vibber
2010-03-15Initial Twitpic-like media upload endpoint /api/statusnet/media/uploadZach Copley
2010-03-15Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-15Blow more timeline caches on notice delete. Fixes paging on public and profil...Brion Vibber
2010-03-15Fix feed discovery: html:link@rel can contain multiple values; saw rel="updat...Brion Vibber
2010-03-15Ticket #2242: fix reading of inline XHTML content in Atom feeds for OStatus i...Brion Vibber
2010-03-15Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-15use canonical user url in xrdJames Walker
2010-03-15Consolidate and patch up redirection to remote notices.Brion Vibber
2010-03-15Add scripts/docgen.php to build basic doxygen HTML docs from doc comments, ei...Brion Vibber
2010-03-14Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2010-03-14Using rel=external instead of class=external for jOverlay title linkSarven Capadisli
2010-03-14Added rel=external to geo location linkSarven Capadisli
2010-03-14Updated plugin to open external links on a new window that are notSarven Capadisli
2010-03-14give preference to rel="photo" (per latest ActivityStreams spec), but still s...James Walker
2010-03-13Performing & allowing host-meta discovery by http url (in addition to webfing...James Walker
2010-03-13Assigned an identifier for the representative user and group profileSarven Capadisli
2010-03-13changing keypair to text to hold a full 1024bit keypairJames Walker
2010-03-13Throw a quick button label into ostatus .po file for french to test withBrion Vibber
2010-03-13Fix for _m() usage with context in StatusNet main code.Brion Vibber
2010-03-13Ticket 2239: white space before apostrophe in metadata of status of noticeBrion Vibber
2010-03-13allow profile_url to be used in ostatus:attentionJames Walker
2010-03-13Merge remote branch 'statusnet/testing' into crypt-rsa-switchJames Walker
2010-03-13* wrong param order to in_arrayJames Walker
2010-03-13Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-12cleaning up key generationJames Walker
2010-03-12converting key generation to new crypt libraryJames Walker
2010-03-12updating phpseclib to latest cvs - fixes a bunch of key generation issuesJames Walker
2010-03-12converted toString to new crypt libraryJames Walker
2010-03-12converted sign, verify and fromString to new crypt libJames Walker