Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |