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
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
2016-11-22Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
2016-06-29optimize png images losslessly using zopflipngPeter Dave Hello
2016-05-16Change landing page when skipping confirmation email and add documentationFelipe Artur
2016-03-17Use relative links in `doc`, fix broken generated HTML linksAnatoly Borodin
Links like (doc/web_hooks/web_hooks.md) work in the GitLab source code web interface, but the HTML generator produces broken links in the `doc` subdirectories: http://doc.gitlab.com/ce/hooks/doc/web_hooks/web_hooks.html instead of the right one http://doc.gitlab.com/ce/web_hooks/web_hooks.html in http://doc.gitlab.com/ce/hooks/custom_hooks.html. Fixes #14338 [ci skip] Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
2016-03-10web hooks to webhooksashleys
2016-02-01Make "Two-factor" casing consistent throughout the applicationRobert Speicher
2016-01-22Add image to 2fa security documentationAchilleas Pipinellis
[ci skip]
2015-12-25Clean up CRIME security doc [ci skip]Achilleas Pipinellis
2015-12-25Merge branch 'master' into adding_crime_securityAchilleas Pipinellis
2015-12-25Fixed codestyle and added 2FA documentationGabriel Mazetto
2015-12-20Adding how we manage CRIME vulnerability to security docs [ci skip]Jose Torres
2015-12-10Document file upload random uuid securityDrew Blessing
2015-05-08make it more obvious what happens in the codeJob van der Voort
2015-05-08remove redundant colonJob van der Voort
2015-05-07Deleted > and commented "or" outKaren Carias
2015-05-07Added link to root password doc correctlyKaren Carias
2015-04-29New file to add to security documentation, "How to reset your root password"Karen Carias
2015-02-07Add doc on "Web Hooks and insecure internal web services".Douwe Maan
2015-02-04Fix a number of discovered typos, capitalization of developer andEwan Edwards
product names, plus a couple of instances of bad Markdown markup.
2014-09-18Add explanation about unintentional sharing.Sytse Sijbrandij
2014-09-18Add information on information exclusivity.Sytse Sijbrandij
2014-06-04Update docs to markdown style guide.Ciro Santilli
2014-05-27Add titles to doc pages.Marin Jankovski
2014-03-27New doc site needs indexes.dosire
2014-01-13Explain where the default password validation isJacob Vosmaer
2014-01-13Add instructions for custom password length limitsJacob Vosmaer
2013-09-30Add documentation to help section, rack_attack as exampleMarin Jankovski