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
2019-08-07Compress images with pngquantAchilleas Pipinellis
2019-08-07Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65499Russell Dickenson
2019-08-02Refactor SystemHookUrlValidator and specsGeorge Koltsov
Simplify SystemHookUrlValidator to inherit from PublicUrlValidator Refactor specs to move out shared examples to be used in both system hooks and public url validators.
2019-08-02Update security/webhooks.md doc page & specsGeorge Koltsov
Updating security/webhooks.md to match new behaviour as well as drying up few specs to extract shared examples
2019-08-02Add rate limit docsMichael Kozono
2019-07-19Update root default email address to current valueastrachan
2019-07-16Clean-up some confusing info from security docsAchilleas Pipinellis
2019-07-15Fix whitespace in user, and misc, docsMarcel Amirault
Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items woll render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor whitespace issues in /user, /security, /ssh and /migrate_ci_to_ce docs.
2019-07-15Remove extra blank lines from docsMarcel Amirault
Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
2019-07-15Remove trailing whitespace in docsMarcel Amirault
Remove unneeded trailing whitespace in lines in /security /workflow /user docs
2019-06-28Support CIDR notation in IP rate limiterStan Hu
This will make it possible to whitelist multiple IP addresses (e.g. 192.168.0.1/24).
2019-06-13refactor: apply "require 2FA" to all subgroup and ancestor group members, ↵Roger Meier
when changing
2019-06-09Update links in information_exclusivity.mdMike Lewis
2019-06-07Corrected links to use absolute path namesMatt Penna
2019-06-07Added links to pertinent GitLab docsMatt Penna
Clarified who can push to a protected branch
2019-06-07Apply suggestion to doc/security/webhooks.mdMatt Penna
2019-06-07Apply suggestion to doc/security/rack_attack.mdMatt Penna
2019-06-07Updated security docsMatt Penna
Changes include: - Added front matter - Added Troubleshooting header - Shorted long lines - Corrected typos and improved clarity throughout
2019-06-07Various edits to security documentationMatt Penna
Edits to conform with CE epic 1280 SSOT standards, other improvements
2019-06-07Add type to frontmatterAchilleas Pipinellis
2019-06-05Clarify and improve 2FA configuration informationEvan Read
2019-05-24Changes RackAttack logger to use structured logsMayra Cabrera
Creates a new filename to register auth logs. This change should allow SRE's queries to make better queries through logging infrastructure. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54528
2019-02-22Docs: add details about restricted SSH keysTristan Williams
2019-02-12Docs: Misc small fixes to docsMarcel Amirault
2019-01-24Fix most instances of bare URLs in markdownEvan Read
2019-01-14Merge branch 'patch-31' into 'master'Rémy Coutable
GitLab 11.4.3 "Outbound requests" setting path See merge request gitlab-org/gitlab-ce!22898
2019-01-08Make unordered lists conform to styleguideEvan Read
- Also makes other minor Markdown fixes that were near the main fixes.
2018-12-11Update doc/security/rack-attack.mdMatt Rice
2018-12-04fix: update the link to the new address.Salman Mohammadi
this change eliminates the need to redirect the page.
2018-11-20Precisions about the times specified in gitlab.rb for Rack AttackIllan RUL-DA CUNHA
2018-11-13Resolve Markdown ordered lists not conforming to styleguideEvan Read
2018-11-08GitLab 11.4.3 "Outbound requests" setting pathThunk
2018-09-25Correct Gitlab to GitLab in docsMarcel Amirault
2018-09-21Correct grammar (setup to set-up) in DocsMarcel Amirault
2018-08-29Fix minor error in doc/security/user_email_confirmation.mdYannick Binnenweg
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3190. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-29Add instructions to unlock an accountAaron
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6578. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-27Compress all PNG images under doc/Achilleas Pipinellis
The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
2018-07-25Merge branch 'update-rack-attack-deprecation-note-in-docs' into 'master'Douwe Maan
Adds rack attack disabled by default notice to documentation See merge request gitlab-org/gitlab-ce!20833
2018-07-25Adds rack attack disabled by default notice to documentationTiago Botelho
2018-07-25Fix Rack Attack documentation to reflect the feature being disabled by defaultTiago Botelho
2018-06-06docMark Chao
2018-04-24Improve documentation of SSRF protectionFrancisco Javier López
2018-01-23Update rack attack docsCindy Pallares 🦉
2017-11-01Exclude comments from specific docsAchilleas Pipinellis
2017-08-30More review commentsNick Thomas
2017-08-30Address review commentsNick Thomas
2017-08-30Rework the permissions model for SSH key restrictionsNick Thomas
`allowed_key_types` is removed and the `minimum_<type>_bits` fields are renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies that the key type is disabled. This also feeds through to the UI - checkboxes per key type are out, inline selection of "forbidden" and "allowed" (i.e., no restrictions) are in. As with the previous model, unknown key types are disallowed, even if the underlying ssh daemon happens to support them. The defaults have also been changed from the lowest known bit size to "no restriction". So if someone does happen to have a 768-bit RSA key, it will continue to work on upgrade, at least until the administrator restricts them.
2017-08-30Add settings for minimum key strength and allowed key typeNick Thomas
This is an amalgamation of: * Cory Hinshaw: Initial implementation !5552 * Rémy Coutable: Updates !9350 * Nick Thomas: Resolve conflicts and add ED25519 support !13712
2017-04-06Support 2FA requirement per-groupMarkus Koller
2017-02-03Move webhooks to new a location under IntegrationsAchilleas Pipinellis