summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2010-02-01fix local file include vulnerability in doc.phpEvan Prodromou
2009-07-06fix bad function callZach Copley
2009-07-06Merge branch 'mgrdcm-review' into 0.7.xZach Copley
* mgrdcm-review: Bringing users/show in line with Twitter as far as specifying user.
2009-06-30Merge branch 'mgrdcm-review' into 0.7.xZach Copley
* mgrdcm-review: Cleaning up comments at top of favor.php.
2009-06-14Some UI improvements for blocking and unblockingEvan Prodromou
Add unblock to the router table, so unblocking will work at all. Block form and unblock form return to subscribers list, not subscriptions list, by default. showstream action sends its parameters to block and unblock forms to better return to the right page.
2009-06-10Remove FIXME-marked Opera links until they actually workEvan Prodromou
2009-06-06Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.7.x
2009-06-05Bringing users/show in line with Twitter as far as specifying user.Dan Moore
2009-06-05Cleaning up comments at top of favor.php.Dan Moore
2009-06-04Handle the ways Twitter accepts passing the user in the query string.Dan Moore
2009-05-30correct last-modified date for shownotice.phpEvan Prodromou
2009-05-29Ticket #1572 - Implement Twitter's account/rate_limit_status API method0.7.4pre1Zach Copley
We don't have a rate limit (yet) but some clients check this method. This dummy implementation always says the auth user has 100 requests left.
2009-05-29Ticket #1568 - API should return full user objectsZach Copley
2009-05-29Ticket #1567 - Change max_id to return notices <= ID instead of < IDZach Copley
2009-05-29Ticket #1567 - API: Change before_id parameter to max_idZach Copley
2009-05-28Warning log msg when http basic auth failsZach Copley
2009-05-26Removed silly "dented:" status prefix from Facebook AppZach Copley
2009-05-26Ticket #1196 - Fixed: Warning on invite tab in Facebook AppZach Copley
2009-05-07Twitter friends sync now does 25 users at a time and uses last_friendsync ↵Zach Copley
field to prioritize
2009-05-01Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-05-01Several whitespace fixesOri Avtalion
2009-05-01Add s to user favorite noticesOri Avtalion
2009-04-29Fixed remote subscription, broken in fc6cedd2227d9d560736e494f431e2b40b26b45cCiaranG
2009-04-29Added 'mentions' the the list of API methods requiring bare authZach Copley
2009-04-28Ticket #1428 - Changed replies API method to "mentions".Zach Copley
2009-04-23Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-04-23Added ajax responsesZach Copley
2009-04-23fix join a group link from user homepage when he hasn't posted anything yetRobin Millette
2009-04-20Merge branch '0.7.x' of git://gitorious.org/laconica/mgrdcm-twitapibools ↵Adrian Lang
into review/master
2009-04-18Fixing spaces/tabs.Dan Moore
2009-04-18This should change the JSON representation of the booleans 'following' and ↵Dan Moore
'notifications', but unlike the previous change, I was unable to test this.
2009-04-18Bringing the presentation of boolean variables (favorited, truncated, ↵Dan Moore
profile_background_tile) and the result from friendships/exist in JSON results from the Twitter Compatible API in line with what the real Twitter API does. Currently, laconica returns text strings enclosed in quotes instead of bare Javascript booleans. This change fixes that. See http://laconi.ca/trac/ticket/1326 for one open issue related to this.
2009-04-18Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-18trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people tagcloudsRobin Millette
2009-04-17incorrect variable accessEvan Prodromou
2009-04-17store invite code in session so openidfinish can find itEvan Prodromou
2009-04-17Ticket 1404. Showing the link to the members list page.Sarven Capadisli
2009-04-16Add a few events (hooks): RegistrationTry, RegistrationForData, ↵Robin Millette
ProfileFormData and ProfileSaveForm.
2009-04-15Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
Conflicts: actions/public.php
2009-04-15Add escaping of /.Adrian Lang
2009-04-15Use preg_quote to fix http://laconi.ca/trac/ticket/1342Fil
2009-04-15Merge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. ↵Adrian Lang
Fixed wrong call of common_local_url. These changes add opera-readable prev/next relations.
2009-04-15Make OMB work if the configured domain name does not exclusively contain ↵Adrian Lang
lower case letters. If the configured domain is mixed-case OAuth throws invalidsignature errors. The current URL is part of the signated parts; since the consumer does not pass the current URL, the service has to get it itself and add it to the other OAuth params for signature rebuilding. OAuth.php uses $_SERVER for this, however, the domain is lcased in $_SERVER. Hence we pass the complete current URL as generated by common_local_url to OAuthRequest.
2009-04-14Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xRobin Millette
2009-04-14trac#1223 Show most popular notices per tag in the tag page sidebar.Robin Millette
2009-04-13typo in api.phpEvan Prodromou
2009-04-13Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-13isReadOnly() now takes argumentsEvan Prodromou
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful.
2009-04-12Updated styles for the Authrization subscription form inputsSarven Capadisli
2009-04-12Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli