summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Expand)Author
2009-03-11PostgreSQL - a few more query compatibility issues (submitted by oxygene)CiaranG
2009-03-11Define undefined variable.Adrian Lang
2009-03-11Merge branch '0.7.x' of http://git.gitorious.org/laconica/erichelgeson-clone ...Adrian Lang
2009-03-10Fix xml:lang attrZach Copley
2009-03-10Make search API Atom feeds more validZach Copley
2009-03-10Fix tag URIs in Atom feeds for search thru the APIZach Copley
2009-03-10Allow unauthenticated users to view /api/statuses/replies/id.formatZach Copley
2009-03-10Updates to the API to improve Atom feedsZach Copley
2009-03-09Changed all $config[][] calls to common_config()Eric Helgeson
2009-03-09PostgreSQL - a couple more GROUP BY queries that needed to be explicitCiaranG
2009-03-09Fixes #1277: Typo in variable name in actions/twitapidirect_messages.php.Adrian Lang
2009-03-09Improve handling of null values in profile parameters.Adrian Lang
2009-03-08Remove additional output as response to updateprofile.Adrian Lang
2009-03-08Define undefined variable.Adrian Lang
2009-03-08PostgreSQL - some more fixes to make queries compatible with both databases. ...CiaranG
2009-03-07trying to kill the can't-leave-a-group bugEvan Prodromou
2009-03-07you can _so_ leave a group if you're its adminEvan Prodromou
2009-03-07Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-08Corrected redirect targets for some group actions. These redirects can occur ...Adrian Lang
2009-03-07Let people view friends_timeline of othersEvan Prodromou
2009-03-07fix case of OAuthUtil methodEvan Prodromou
2009-03-07fix for change in OAuthUtil upstreamEvan Prodromou
2009-03-07More api actions which need no auth when called with parameter.Adrian Lang
2009-03-07Correct api method names for rss2 and atom feeds in all.php action.Adrian Lang
2009-03-06Atom search results for Twitter-compatible API + phpcs stuffZach Copley
2009-03-06First crack at Twitter-like JSON search results for the APIZach Copley
2009-03-04Stubs for Twitter-compatible API search methodsZach Copley
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-03-04Made /api/account/verify_credentials.format return an extended user object. U...Zach Copley
2009-03-04PostgreSQL - made all 'weight' calculating SQL expressions compatible with bo...CiaranG
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-03-04Avatar crop fix for shrinking/stretching of images when user doesn'tSarven Capadisli
2009-03-03Catch bad replyto IDs before saving a new notice to avoid a constraint violat...CiaranG
2009-02-27Completely refactored noticesearch list, now using subclassing for highlighti...Adrian Lang
2009-02-27Fixes #1241: in-reply-to links were broken due to copy and paste error (Varia...Adrian Lang
2009-02-27Fix replyto parameter in newnoticeAdrian Lang
2009-02-27Broadcast profile via OMB after avatar change.Adrian Lang
2009-02-27Correctly handle avatars at updateProfileAdrian Lang
2009-02-27Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.Adrian Lang
2009-02-27Fixes #1067: Avatar stretched on authorize remote subscription page. The img ...Adrian Lang
2009-02-23Make allrss.php work with phpcsEvan Prodromou
2009-02-22Ticket #1108 - Added 'social graph' methods to the APIZach Copley
2009-02-22Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-02-22Ticket #925 - make verify_credentials return 'Authorized' if no return type s...Zach Copley
2009-02-20Change common_local_url() to take 4 argumentsEvan Prodromou
2009-02-20don't use SUP in group rssEvan Prodromou
2009-02-20use return value of common_check_user() in login.phpEvan Prodromou
2009-02-20Fixing a bunch of undefined variable warnings in OpenID signup processLeslie Michael Orchard
2009-02-20make tagother work with routerEvan Prodromou
2009-02-20Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou