Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reviewed. This is OK. | zotlabs | 2017-09-03 | 1 | -2/+1 |
| | | | | | | Revert "may be exploitable in current form - awaiting review" This reverts commit 7bff60edacd68ef3dccf6f956e9c57092919950a. | ||||
* | may be exploitable in current form - awaiting review | zotlabs | 2017-09-02 | 1 | -1/+2 |
| | |||||
* | some changes after testing server-to-server magic auth | zotlabs | 2017-08-31 | 1 | -8/+11 |
| | |||||
* | add server-to-server magic auth to dav and cdav controllers | zotlabs | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | server to server magic auth | zotlabs | 2017-08-31 | 1 | -2/+50 |
| | |||||
* | simplify api_auth | zotlabs | 2017-08-31 | 1 | -15/+9 |
| | |||||
* | issue #460 | redmatrix | 2016-07-25 | 1 | -1/+3 |
| | |||||
* | sort out some of the authentication mess - with luck this may fix the DAV ↵ | redmatrix | 2016-07-20 | 1 | -11/+3 |
| | | | | auth issue which I simply could not duplicate or find a reason for. | ||||
* | static App | redmatrix | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | remove the unqualified "OAuth" namespace from the project. We need to ↵ | redmatrix | 2015-12-13 | 1 | -1/+1 |
| | | | | reference either OAuth1 or OAuth2. | ||||
* | a couple of api improvements | redmatrix | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | some major cleanup of api authentication stuff - still needs much more and ↵ | redmatrix | 2015-12-10 | 1 | -33/+33 |
| | | | | this still may not solve #206 | ||||
* | remove duplicated code | redmatrix | 2015-12-08 | 1 | -8/+10 |
| | |||||
* | use killme() instead of die() so that any sessions are closed cleanly. | redmatrix | 2015-12-08 | 1 | -4/+6 |
| | |||||
* | Move api_auth() out to a file that can be included from plugins/modules to ↵ | ken restivo | 2015-11-10 | 1 | -0/+95 |
allow them to expose their own programmatic API. |