Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
closed or invite only
|
|
ticket #1335
|
|
|
|
|
|
Deal somewhat better with mixed caps in people and notice search.
|
|
|
|
|
|
Since we are not really handling a fullblown OAuth request (No signature, nonce, consumer) we should not use this class, rather store the plain param array in the session.
|
|
|
|
When a user subscribes to a remote profile, he is redirected to his own service to confirm the request. This authorization request is specified in http://oauth.net/core/1.0#auth_step2. According to the standard, it does not have to pass consumer_key, nonce, timestamp or signature. The only specified parameters are oauth_token and oauth_callback, both optional.
|