summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-09-19Make statuses/home_timeline return the same thing as ↵Zach Copley
statuses/friends_timeline to support apps trying to use the new retweet API method.
2009-09-19Add missing parenthesis.Adrian Lang
2009-09-19Fix merges.Adrian Lang
2009-09-16Updated csarven emails to csarven@status.net and removed dupesSarven Capadisli
2009-09-15dedupe evansEvan Prodromou
2009-09-15change all evans to evan@status.netEvan Prodromou
2009-09-15Make it impossible to delete self-subscriptions via the APIZach Copley
2009-09-14code style cleanupBrenda Wallace
2009-09-14cleaned up code styleBrenda Wallace
2009-09-09Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
Conflicts: lib/omb.php
2009-09-07Don't "hightlight" search terms (by surrounding them in ↵Craig Andrews
<strong>$term</strong>) when the term appears in an HTML attribute Fixes http://status.net/trac/ticket/1852
2009-09-03Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xSarven Capadisli
2009-09-03Created autofocus method to give focus to an element (primarily a formSarven Capadisli
control) on page onload. Updated some of the pages to use autofocus.
2009-09-03Fix spellingCraig Andrews
2009-09-03add basic auth support for cgi servers on the api (trac #1832)mEDI
2009-09-03Pluginize the URL shortenersCraig Andrews
2009-09-02Merge remote branch 'brion/fixlinks' into 0.9.xCraig Andrews
2009-09-02Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
Conflicts: lib/common.php lib/twitter.php
2009-09-02Fixed bug in which you cannot turn off importing friends timelines flagZach Copley
2009-09-01fix some double-escaped %s leading to broken links right smack on the main pageBrion Vibber
2009-09-01Fixes foaf notices, use Profile for information that's missing in Remote_profileCarlos Perilla
2009-08-27added my email address next to my name at the top of the filesCraig Andrews
2009-08-27Implement the is_member and membership group api'sCraig Andrews
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-25Rename Laconica to StatusNetEvan Prodromou
2009-08-24Merge branch '0.8.x' into testingEvan Prodromou
Conflicts: actions/twitterauthorization.php lib/oauthclient.php lib/twitter.php lib/twitterapi.php lib/twitteroauthclient.php scripts/twitterstatusfetcher.php
2009-08-24Moved some stuff to a base classZach Copley
2009-08-24Allow removal of Twitter account. Deleted dead code.Zach Copley
2009-08-24Make the TwitterQueuehandler post to Twitter using OAuthZach Copley
2009-08-24Twitter OAuth server dance workingZach Copley
2009-08-21use array for eventsEvan Prodromou
2009-08-21add hooks to allow loading custom help documentationEvan Prodromou
2009-08-21Revert "Added configuration option to only allow OpenID logins."Evan Prodromou
This reverts commit 14b46e2183f10359cc53d597913a878f53e23719. This functionality will need to be rewritten to work with the new OpenIDPlugin. Conflicts: index.php lib/logingroupnav.php
2009-08-21Revert "Added a configuration option to disable OpenID."Evan Prodromou
This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796. Conflicts: actions/login.php actions/register.php lib/accountsettingsaction.php lib/common.php lib/logingroupnav.php
2009-08-21Merge branch '0.9.x' into openidpluginEvan Prodromou
Conflicts: actions/login.php actions/register.php
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php
2009-08-21Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
Conflicts: actions/postnotice.php
2009-08-21api update correctly checks max length of noticesEvan Prodromou
2009-08-21postnotice for OMB correctly checks max notice sizeEvan Prodromou
2009-08-21Web UI for notices correctly shows and checks max content lengthEvan Prodromou
2009-08-21register checks Profile bio length correctlyEvan Prodromou
2009-08-21check and show max bio length in profilesettingsEvan Prodromou
2009-08-21API for direct messages correctly checks lengthEvan Prodromou