Age | Commit message (Collapse) | Author |
|
|
|
into 0.7.x
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
field to prioritize
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into review/master
|
|
|
|
'notifications', but unlike the previous change, I was unable to test this.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
ProfileFormData and ProfileSaveForm.
|
|
Conflicts:
actions/public.php
|
|
|
|
|
|
Fixed wrong call of common_local_url.
These changes add opera-readable prev/next relations.
|
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Updated the XML generation calls and list of actions in the public
XRDS document.
|
|
|
|
|
|
|
|
|
|
git://gitorious.org/laconica/adrianlang-clone into 0.7.x
|