Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-08-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-08-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-01-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-27Add requesting particular OAuth2 scopes detailsBen Bodenmiller
2019-07-09Remove extra whitespaces in docsMarcel Amirault
Removes all the extra whitespaces at end of lines, inside tags, and removes extra newlines
2019-02-18Remove consecutive blank lines from markdown filesEvan Read
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
2019-01-14Refactor the API OAuth docsAchilleas Pipinellis
2019-01-08Make unordered lists conform to styleguideEvan Read
- Also makes other minor Markdown fixes that were near the main fixes.
2018-09-25Correct Gitlab to GitLab in docsMarcel Amirault
2017-07-07#20628 Enable implicit flow in Gitlab as OAuth ProviderMateusz Pytel
Closes #20628 by re-enabling implicit grant in Doorkeeper config. OAuth2 documentation refactored.
2017-06-14Add docs for personal access tokensAchilleas Pipinellis
2017-03-01Use v4 endpoint in API docsRobert Schilling
2016-12-19oauth2.md: should use the provider's URL which is gitlab.example.comMehdy Khoshnoody
2016-09-30Merge branch 'master' into 'fix_oauth_doc'Achilleas Pipinellis
# Conflicts: # doc/api/oauth2.md
2016-09-28Fix a confusion in OAuth2 documentationValery Sizov
2016-09-27Fix typo `CSFR` -> `CSRF` in the OAuth2 docRémy Coutable
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-19Added documentation and CHANGELOG itemPatricio Cano
2016-08-11Merge branch 'improve-oauth2-docs' into 'master' Achilleas Pipinellis
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
2016-08-11Update/Improve OAuth2 Client documentationKeith Pope
2016-08-09use long options for curl examples in API documentation (!5703)winniehell
2016-07-28Changed grant_type=AUTHORIZATION_CODE for grant_type=authorization_code Fernando Derkoski
2016-06-27Add notices about disabling auth features for users with 2FA.Timothy Andrew