Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into 'fix_oauth_doc' | Achilleas Pipinellis | 2016-09-30 | 1 | -2/+2 |
|\ | | | | | | | # Conflicts: # doc/api/oauth2.md | ||||
| * | Fix typo `CSFR` -> `CSRF` in the OAuth2 docfix-csfr-typo-in-doc | Rémy Coutable | 2016-09-27 | 1 | -8/+8 |
| | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Fix a confusion in OAuth2 documentationfix_oauth_doc | Valery Sizov | 2016-09-28 | 1 | -11/+11 |
|/ | |||||
* | Added documentation and CHANGELOG item | Patricio Cano | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'improve-oauth2-docs' into 'master' | Achilleas Pipinellis | 2016-08-11 | 1 | -12/+38 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update/Improve OAuth2 Client documentation ## What does this MR do? Improves the OAuth2 client documentation to include security hints to help people create secure clients. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? I noticed the docs didn't mention some important points and steps, this cleans that up. ## What are the relevant issue numbers? ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5665 | ||||
| * | Update/Improve OAuth2 Client documentation | Keith Pope | 2016-08-11 | 1 | -12/+38 |
| | | |||||
* | | use long options for curl examples in API documentation (!5703) | winniehell | 2016-08-09 | 1 | -1/+1 |
|/ | |||||
* | Changed grant_type=AUTHORIZATION_CODE for grant_type=authorization_code | Fernando Derkoski | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Add notices about disabling auth features for users with 2FA.2979-document-2fa-auth-changes | Timothy Andrew | 2016-06-27 | 1 | -0/+9 |
| | |||||
* | Improve the explanation and linking of the Oauth docs. | Sytse Sijbrandij | 2015-02-18 | 1 | -4/+7 |
| | |||||
* | Fix a number of discovered typos, capitalization of developer and | Ewan Edwards | 2015-02-03 | 1 | -3/+3 |
| | | | | product names, plus a couple of instances of bad Markdown markup. | ||||
* | OAuth API documentation update | Valery Sizov | 2015-01-12 | 1 | -0/+99 |