summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-08-022-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2017-07-292-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2017-07-262-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-07-256-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-07-244-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-07-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-224-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-07-2144-88/+46
|
* [tx-robot] updated from transifexNextcloud bot2017-07-1916-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-07-1844-88/+88
|
* Merge pull request #5743 from nextcloud/comradekingu-patch-7Roeland Jago Douma2017-07-171-1/+1
|\ | | | | Spelling: - your
| * - yourAllan Nordhøy2017-07-151-1/+1
| | | | | | This avoids it being «"access to your "the cloud"» or similar. Italicizing %s might be a middleground here.
* | [tx-robot] updated from transifexNextcloud bot2017-07-172-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2017-07-122-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-06-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-172-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-162-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2017-06-152-2/+2
|
* Remove duplicate dependencies entryLukas Reschke2017-06-131-4/+0
| | | | | | :see_no_evil: Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #5027 from nextcloud/require-nextcloud-version-as-per-docsMorris Jobke2017-06-121-0/+4
|\ | | | | Version and dependency are now required
| * Add missing version requirement to OAuth2 appJoas Schilling2017-05-221-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [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
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Adjust version requirementJoas Schilling2017-05-221-0/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [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
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Function accepts only integersLukas Reschke2017-05-181-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Delete token after usage in testLukas Reschke2017-05-181-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add indexesLukas Reschke2017-05-182-1/+22
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use Bearer backend for SabreDAVLukas Reschke2017-05-182-0/+48
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add tests for OAuth2 appLukas Reschke2017-05-188-8/+562
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix style issues pointed out in reviewLukas Reschke2017-05-182-2/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add OAuth state to sessionLukas Reschke2017-05-181-8/+9
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Cleanup codeLukas Reschke2017-05-182-3/+6
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add XSD definitionsLukas Reschke2017-05-182-3/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* delete auth token when client gets deletedBjoern Schiessle2017-05-184-4/+53
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* hide client secret by defaultBjoern Schiessle2017-05-183-2/+26
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* handle case if no valid client identifier is givenBjoern Schiessle2017-05-181-0/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* It's a bearerLukas Reschke2017-05-181-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fetch signle rowLukas Reschke2017-05-181-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>