Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We show stats, subscriptions info on the personal page in the sidebar.
Pushed code from showstream.php into a common parent class for
personal and profile.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add favorites and/or register.
|
|
|
|
|
|
to post and/or register.
|
|
|
|
|
|
|