summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-07Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: lib/common.php
2009-11-07Merge branch 'testing' into 0.8.xEvan Prodromou
2009-11-07Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-07don't distribute group notices to inboxes for users who've blocked the authorEvan Prodromou
2009-11-06Better workaround for PHP returning empty $_POST and $_FILES whenZach Copley
POST length > post_max_size in php.ini. I also added this check to avatar upload, which was failing with huge files.
2009-11-06Do not export codes twiceSiebrand Mazeland
2009-11-06Localisation updates from translatewiki.net (2009-11-06)Siebrand Mazeland
* fixes incorrect formatting in previous l10n update
2009-11-06More bug fixes.Siebrand Mazeland
2009-11-06Fix a few bugs I added in previous revisionSiebrand Mazeland
2009-11-06* add language code conversion for translatewiki.net where neededSiebrand Mazeland
* skip update of code 'en' (as English is the source language)
2009-11-06typo :PBrion Vibber
2009-11-06console.php: fix up the help and include a handy cut-n-paste'able exampleBrion Vibber
2009-11-06console.php terminal script provides interactive PHP console in StatusNet ↵Brion Vibber
environment, handy for testing! Uses readline for line input editing if available; falls back to bash+readline if not native, and takes fgets() in worst case. Currently a bit awkward in that each input line is parsed separately, so loops and function defs have to be squished to one line.
2009-11-06Added missing closing span tagSarven Capadisli
2009-11-06Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-06Fixed some group list stylesSarven Capadisli
2009-11-06Localisation updates from translatewiki.net (2009-11-06)Siebrand Mazeland
2009-11-06typo :PBrion Vibber
2009-11-06Removed dl "stuff"Sarven Capadisli
2009-11-06console.php: fix up the help and include a handy cut-n-paste'able exampleBrion Vibber
2009-11-06console.php terminal script provides interactive PHP console in StatusNet ↵Brion Vibber
environment, handy for testing! Uses readline for line input editing if available; falls back to bash+readline if not native, and takes fgets() in worst case. Currently a bit awkward in that each input line is parsed separately, so loops and function defs have to be squished to one line.
2009-11-06Updated styles for profile list fn and nicknameSarven Capadisli
2009-11-06Check if it is empty instead of ''Sarven Capadisli
2009-11-06Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-06Updated styles for profile list re: commitSarven Capadisli
3c4ac05cde5a97594d3b0fa7e3f5dbbaf45e4c64
2009-11-06kill tabsBrion Vibber
2009-11-06Add Icelandic to the language support list so the localization can actually ↵Brion Vibber
be used :)
2009-11-06Removed .uid from group profiles in a listSarven Capadisli
2009-11-06Using proper characters for quotes for bookmarkletSarven Capadisli
2009-11-05Fixed autocomplete returning bogus resultsCraig Andrews
2009-11-05Add ChangePassword eventCraig Andrews
2009-11-05update version number0.8.2Evan Prodromou
2009-11-05Store the canonical forms of the email address and nicknameCraig Andrews
2009-11-05Added an AutoRegister eventCraig Andrews
LDAP plugin can do autoregistration
2009-11-05Re added NICKNAME_FMT constant to router.php.Eric Helgeson
Usefull for non-OMB (behind the firewall) users to allow different nicknames.
2009-11-05Made the ldap plugin work, and add a readmeCraig Andrews
2009-11-05Merge commit 'refs/merge-requests/2006' of ↵Brion Vibber
git://gitorious.org/statusnet/mainline into integration
2009-11-05Error page fix: use class static accessor correctly, suppress notices if we ↵Brion Vibber
don't have the error code listed
2009-11-04Remove debugging statementsZach Copley
2009-11-04Merge branch 'fix-private-auth' into 0.9.xZach Copley
* fix-private-auth: Fix for Ticket #1957 - API methods are not accessible when site is private (0.8->0.9 regression) Allow all API calls, even if the site is configured as private. The
2009-11-04Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
* '0.9.x' of gitorious.org:statusnet/mainline: Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited.
2009-11-04Fix for Ticket #1957 - API methods are not accessible when site is private ↵Zach Copley
(0.8->0.9 regression)
2009-11-05Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited.Zach Copley
2009-11-04Allow all API calls, even if the site is configured as private. TheZach Copley
API Actions will decide whether something requires auth or a redirect.
2009-11-04Remove ugly debugging statementsZach Copley
2009-11-04Implement update avatar via API (/api/account/update_profile_image.format)Zach Copley
2009-11-04Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-04Updated identica badge - contributed by Will DanielsSarven Capadisli
http://identi.ca/wdaniels
2009-11-04Added Net_LDAP2 to extlib, and add a skeleton LDAP pluginCraig Andrews
2009-11-04Added a CheckPassword eventCraig Andrews