aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-06-248-6/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-06-232-6/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-06-222-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-06-2112-0/+66
|
* Bump webpack from 4.11.1 to 4.12.0 in /apps/oauth2dependabot[bot]2018-06-202-208/+214
| | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.11.1 to 4.12.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.11.1...v4.12.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump webpack-cli from 3.0.3 to 3.0.8 in /apps/oauth2dependabot[bot]2018-06-202-7/+7
| | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.0.3 to 3.0.8. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.0.3...v3.0.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump webpack-merge from 4.1.2 to 4.1.3 in /apps/oauth2dependabot[bot]2018-06-202-4/+4
| | | | | | | | Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/survivejs/webpack-merge/releases) - [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md) - [Commits](https://github.com/survivejs/webpack-merge/compare/v4.1.2...v4.1.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump build and configJohn Molakvoæ (skjnldsv)2018-06-208-9/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-06-2020-100/+100
|
* Fix redirctUriRoeland Jago Douma2018-06-191-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* js-src => srcRoeland Jago Douma2018-06-198-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix AdminTestsRoeland Jago Douma2018-06-192-33/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cleanup ControllerRoeland Jago Douma2018-06-192-13/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix testsRoeland Jago Douma2018-06-191-17/+65
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [oauth2] Fix css for admin settingsJulius Härtl2018-06-193-3/+18
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Migrate OAuth Admin settings to vueRoeland Jago Douma2018-06-1915-88/+6050
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-06-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-172-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-06-122-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-06-012-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-05-302-0/+4
|
* The OAuth endpoint needs to support Basic AuthRoeland Jago Douma2018-05-292-0/+89
| | | | | | * Add test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-05-284-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-266-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-2510-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-05-2312-0/+12
|
* Add testsRoeland Jago Douma2018-05-222-40/+324
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't use special chars to avoid confusionRoeland Jago Douma2018-05-221-0/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Rotate tokenRoeland Jago Douma2018-05-221-11/+43
| | | | | | | | On a refresh token request: * rorate * reset expire Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Authenticate the clients on requesting a tokenRoeland Jago Douma2018-05-221-2/+45
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fail if the response type is not properly setRoeland Jago Douma2018-05-221-1/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Set OAuth token expirationRoeland Jago Douma2018-05-225-2/+89
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-05-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1810-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1710-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-05-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-272-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-032-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-04-022-12/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-03-312-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-262-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-252-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-022-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-242-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-02-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-202-0/+2
|