aboutsummaryrefslogtreecommitdiffstats
path: root/library/OAuth1.php
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Change main router request variable from 'q' to 'req'. This is ↵zotlabs2018-08-261-2/+2
| | | | | | necessary to implement search in the twitter api addon, because twitter requires use of the variable 'q'." Reverting because this will only work with Apache and break nginx/other installations. This reverts commit 9367e9fe5a0125bf4c2f77909f2789c9dcd41e1e.
* Change main router request variable from 'q' to 'req'. This is necessary to ↵zotlabs2018-08-261-2/+2
| | | | implement search in the twitter api addon, because twitter requires use of the variable 'q'.
* remove the unqualified "OAuth" namespace from the project. We need to ↵redmatrix2015-12-131-60/+58
| | | | reference either OAuth1 or OAuth2.
* several oauth fixes - shred doesn't completely work yet, but it also doesn't ↵friendica2013-09-161-6/+7
| | | | completely NOT work, so at least there's some improvement
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* library/OAuth1 - Friendika -> FriendicaAbinoam P. Marques Jr2012-02-201-1/+1
|
* 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-0/+5
|
* oauthapi: authorize appFabio Comuni2011-10-261-3/+12
|
* resolve file inclusion conflicts w/ multiple plugins, improve the typo checkerFriendika2011-02-211-0/+874