aboutsummaryrefslogtreecommitdiffstats
path: root/include/api_auth.php
Commit message (Collapse)AuthorAgeFilesLines
* issue #460redmatrix2016-07-251-1/+3
|
* sort out some of the authentication mess - with luck this may fix the DAV ↵redmatrix2016-07-201-11/+3
| | | | auth issue which I simply could not duplicate or find a reason for.
* static Appredmatrix2016-03-311-2/+2
|
* remove the unqualified "OAuth" namespace from the project. We need to ↵redmatrix2015-12-131-1/+1
| | | | reference either OAuth1 or OAuth2.
* a couple of api improvementsredmatrix2015-12-111-1/+1
|
* some major cleanup of api authentication stuff - still needs much more and ↵redmatrix2015-12-101-33/+33
| | | | this still may not solve #206
* remove duplicated coderedmatrix2015-12-081-8/+10
|
* use killme() instead of die() so that any sessions are closed cleanly.redmatrix2015-12-081-4/+6
|
* Move api_auth() out to a file that can be included from plugins/modules to ↵ken restivo2015-11-101-0/+95
allow them to expose their own programmatic API.