aboutsummaryrefslogtreecommitdiffstats
path: root/include/oauth.php
Commit message (Collapse)AuthorAgeFilesLines
* static Appredmatrix2016-03-311-1/+1
|
* remove the unqualified "OAuth" namespace from the project. We need to ↵redmatrix2015-12-131-10/+10
| | | | reference either OAuth1 or OAuth2.
* some major cleanup of api authentication stuff - still needs much more and ↵redmatrix2015-12-101-77/+72
| | | | this still may not solve #206
* placeholder for dynamic regoredmatrix2015-05-251-8/+0
|
* one moreHabeas Codice2015-05-241-2/+2
|
* avoid db compatibility issuesHabeas Codice2015-05-241-2/+2
|
* Implement permission checking for OAuth clients using the xperm table. ↵redmatrix2015-05-171-4/+7
| | | | Currently 'all' permissions are applied to OAuth clients which gives them the same rights as the channel owner and full access to API functions as the channel owner. However, individual permissions can now be created. These mirror the permission names from the normal permission table (although it isn't required that they do so). Lack of an xp_perm entry for the specified permission and lack of an 'all' override indicates permission denied.
* 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