aboutsummaryrefslogtreecommitdiffstats
path: root/include/oauth.php
Commit message (Collapse)AuthorAgeFilesLines
* oauth wasn't logging in properly, also fixed api status_show to return last ↵friendica2013-10-151-1/+8
| | | | public post, not the last private post
* several oauth fixes - shred doesn't completely work yet, but it also doesn't ↵friendica2013-09-161-29/+38
| | | | completely NOT work, so at least there's some improvement
* get rid of more variables with dashes in the names - use underscore *except* ↵friendica2013-08-151-1/+1
| | | | in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-1/+1
| | | | to the profile details.
* updatesfriendica2012-09-091-0/+1
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* oauth: authorizeFabio Comuni2011-11-071-17/+74
|
* oauth: authorize view, wrong verifier.Fabio Comuni2011-11-021-5/+19
|
* oauthapi: authorize appFabio Comuni2011-10-261-0/+1
|
* Initial work adding oauth to apiFabio Comuni2011-10-201-0/+194