summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-11-04Widgetized user profile rendering.Shashi
2009-11-04Merge branch '0.8.x' into 0.9.xSarven Capadisli
2009-11-04Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xSarven Capadisli
2009-11-04Added script documentationSarven Capadisli
2009-11-04Script no longer neeedSarven Capadisli
2009-11-04Sync RealtimePlugin with 0.9.xSarven Capadisli
2009-11-04Sync Realtime JavaScript with 0.9.xSarven Capadisli
2009-11-03Bug 1817: undefined property in registration formBrion Vibber
http://status.net/trac/ticket/1817
2009-11-03Added a Bitly URL Shortener. Unfortunately, it doesn't work, as bit.ly ↵Craig Andrews
requires credentials to shorten URLs now, and we presently have no way to provide them.
2009-11-03Update translations from TranslateWikiBrion Vibber
scripts/update_translations.php now pulls updated files from TranslateWiki and merges them to an updated master. Note that the .po files exported from TranslateWiki do lose some of the old manual comments for now.
2009-11-03Don't try to pull up designs for non-existent usersZach Copley
2009-11-03Fix reference to sources class variableZach Copley
2009-11-02Added 'login' command that gives you a link that can be used to login to the ↵Craig Andrews
website
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
Conflicts: classes/User.php
2009-11-02Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: README
2009-11-02Merge branch 'testing' into 0.8.xEvan Prodromou
2009-11-02notes about registeruser and makegroupadmin scriptsEvan Prodromou
2009-11-02script to make someone a group adminEvan Prodromou
2009-11-02correct name in registeruserEvan Prodromou
2009-11-02script to register a userEvan Prodromou
2009-11-02script to make someone a group adminEvan Prodromou
2009-11-02correct name in registeruserEvan Prodromou
2009-11-02script to register a userEvan Prodromou
2009-11-02allowed_nickname blocks top level url router namesCraig Andrews
2009-11-02Update Russian localization from apaskal's branchBrion Vibber
Updated from version in merge request 1762 - http://www.gitorious.org/statusnet/mainline/merge_requests/1762
2009-11-02Update master .po template & merge updates to all localizationsBrion Vibber
2009-11-02Merge commit 'refs/merge-requests/1900' of ↵Brion Vibber
git://gitorious.org/statusnet/mainline into integration
2009-11-02allow <> to surround the url (like () or [])Craig Andrews
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-02Binding keyup/keydown only once for .form_noticeSarven Capadisli
2009-11-02fix the [] unit testsCraig Andrews
2009-11-02do not allow " in URLs - they are not legal URL charactersCraig Andrews
2009-11-02do not allow [ and ] - they are not legal URL charactersCraig Andrews