aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-06-092-0/+26
* [tx-robot] updated from transifexNextcloud bot2017-06-076-2/+48
* [tx-robot] updated from transifexNextcloud bot2017-06-042-0/+2
* [tx-robot] updated from transifexNextcloud bot2017-06-032-0/+26
* [tx-robot] updated from transifexNextcloud bot2017-06-024-2/+28
* [tx-robot] updated from transifexNextcloud bot2017-06-014-4/+4
* [tx-robot] updated from transifexNextcloud bot2017-05-262-0/+26
* [tx-robot] updated from transifexNextcloud bot2017-05-252-0/+26
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
* Adjust version requirementJoas Schilling2017-05-221-0/+3
* [tx-robot] updated from transifexNextcloud bot2017-05-222-2/+2
* [tx-robot] updated from transifexNextcloud bot2017-05-216-0/+70
* [tx-robot] updated from transifexNextcloud bot2017-05-2028-0/+362
* Add oauth2 to transifexMorris Jobke2017-05-181-0/+0
* Function accepts only integersLukas Reschke2017-05-181-1/+1
* Delete token after usage in testLukas Reschke2017-05-181-0/+1
* Add indexesLukas Reschke2017-05-182-1/+22
* Use Bearer backend for SabreDAVLukas Reschke2017-05-182-0/+48
* Add tests for OAuth2 appLukas Reschke2017-05-188-8/+562
* Fix style issues pointed out in reviewLukas Reschke2017-05-182-2/+1
* Add OAuth state to sessionLukas Reschke2017-05-181-8/+9
* Cleanup codeLukas Reschke2017-05-182-3/+6
* Add XSD definitionsLukas Reschke2017-05-182-3/+3
* delete auth token when client gets deletedBjoern Schiessle2017-05-184-4/+53
* hide client secret by defaultBjoern Schiessle2017-05-183-2/+26
* handle case if no valid client identifier is givenBjoern Schiessle2017-05-181-0/+5
* It's a bearerLukas Reschke2017-05-181-1/+1
* Fetch signle rowLukas Reschke2017-05-181-1/+1
* Change to POSTLukas Reschke2017-05-181-2/+1
* Increase length of encrypted token in databaseLukas Reschke2017-05-182-2/+2
* Get a single rowLukas Reschke2017-05-182-8/+4
* Use query builderLukas Reschke2017-05-182-6/+14
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-1812-0/+748