Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
After fixing the redirect code output, there are a lot of weirdnesses
with e.g. form handling. Try to add explicit redirect codes where
needed -- principly when handling a POST.
|
|
to post and/or register.
|
|
|
|
|
|
|
|
|
|
Conflicts:
lib/router.php
|