summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-26Multiple file upload handling.Nick Holliday
2010-03-26Fixes problem with IRC URLs showing as attachmentsNick Holliday
2010-03-26if there is oembed data for a file/link, consider that link to have an ↵Craig Andrews
attachment
2010-03-26Really make sure we return 'true' and 'false' strings for boolean vals in ↵Zach Copley
api/statusnet/config.:format.
2010-03-26Return an http auth error, when a client sends in an invalid auth user, even ↵Zach Copley
when http auth is not required.
2010-03-26Fix for XHR more text behaviour on conversation pagesSarven Capadisli
2010-03-26Merge branch 'testing' into 0.9.xEvan Prodromou
2010-03-25add whitelist and blacklist for openid URLsEvan Prodromou
2010-03-25Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-25remove debugging callsEvan Prodromou
2010-03-25Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-25And clarify a little moreBrion Vibber
2010-03-25Clarify RewriteBase comment in htaccess.sampleBrion Vibber
2010-03-25Merge commit 'origin/master' into testingBrion Vibber
Conflicts: classes/Notice.php
2010-03-25Merge branch 'blacklisttable' into testingEvan Prodromou
2010-03-25Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-25Store blacklist patterns in their own tablesEvan Prodromou
We were bumping into limits on the config format in the Blacklist plugin. So, added new tables for nickname and homepage blacklists, and changed the plugin to use those instead of config file (actually, still uses config file in addition, for compatibility).
2010-03-25If indenting is disabled on the output, this fixes the entity_tags cropSarven Capadisli
2010-03-25Fix for processing indicator for asideSarven Capadisli
2010-03-25Updated biz theme to use realtime icons from coreSarven Capadisli
2010-03-24Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2010-03-24A lot of updates to keep the themes current (at least in functionality)Sarven Capadisli
2010-03-24location -> label class for cloudySarven Capadisli
2010-03-24Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-24Fix 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-24Fix 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-24Using unique @for, @id pair for jabber and sms options in subscriptionsSarven Capadisli
2010-03-24Using hCard label instead of location. Matches userprofile.Sarven Capadisli
2010-03-24Updated tag list output in subscriptions list. Matches userprofile.Sarven Capadisli
2010-03-24Make sure we're requiring the libraryJames Walker
2010-03-24Updated Math_Biginteger from upstream - removing safe* workaroundsJames Walker
2010-03-24Check for 0.9.0 bad keys from old Crypt_RSA libraryJames Walker
2010-03-24A bit safer checking in the keypair parsingJames Walker
2010-03-24Removed print stylesheetSarven Capadisli
2010-03-24Moved print inside base stylesheet using media rules. One less HTTP GET.Sarven Capadisli
2010-03-24Look for the first object in the ActivityZach Copley
2010-03-23Misc small fixes, plus a new hook in tag.phpJulien C
2010-03-23Use $param instead of hardcoded 'attach' name.Craig Andrews
2010-03-23Move the bundled Net/LDAP2 library to the LdapCommon directoryCraig Andrews
2010-03-23Improve legibility of OStatus remote tests outputBrion Vibber
2010-03-23Fix some regressions caused by refactor of LDAP pluginCraig Andrews
2010-03-23add a general PuSHed post and an @-reply back to a subscribee by name to ↵Brion Vibber
OStatus remote test cases
2010-03-23Converts Spotify URI/HTTP Links to pretty ones.Nick Holliday
2010-03-23fixup_deletions.php script to look for notices posted by now-deleted ↵Brion Vibber
profiles and remove them.
2010-03-23fixup_deletions.php script to look for notices posted by now-deleted ↵Brion Vibber
profiles and remove them.
2010-03-23Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-23Add basic subscribe/unsubscribe test to OStatus test casesBrion Vibber
2010-03-23Don't spew XML parse warnings to output when checking a remote XRD pageBrion Vibber
2010-03-23Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-23FOAF was missing OStatus remote subscriptions, now fixed.Brion Vibber