Commit graph

14 commits

Author SHA1 Message Date
Franklin Yu
6ac0c17e18 Fix indentation in GPG documentation 2018-10-05 04:35:14 +00:00
Brett Walker
b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Logan Schmidt
e6128cdccf
Update doc/user/project/repository/gpg_signed_commits/index.md with clarifying gpg command for generating keys on other operating systems
See https://gitlab.com/gitlab-org/gitlab-ce/issues/36923.

Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6492.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-29 17:35:37 +02:00
Achilleas Pipinellis
8dbcd11075
Compress all PNG images under doc/
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-08-27 15:52:03 +02:00
Achilleas Pipinellis
21c0031f78
Add note about using the term GPG for all related implementations
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36970
2017-12-22 08:44:05 +01:00
Douwe Maan
0c0c2ecd99 Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_emails
# Conflicts:
#	app/controllers/admin/users_controller.rb
#	app/controllers/confirmations_controller.rb
#	app/controllers/profiles/emails_controller.rb
#	app/models/user.rb
#	app/services/emails/base_service.rb
#	app/services/emails/destroy_service.rb
#	app/views/devise/mailer/confirmation_instructions.html.haml
#	lib/api/users.rb
#	spec/services/emails/destroy_service_spec.rb
2017-10-05 12:48:22 +02:00
Rémy Coutable
6528d52afe Backport doc change from latest upstream merge
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2906

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-26 16:21:17 +02:00
Brett Walker
a9b3178697 Make GPG signature verification work with non-primary email (#36959) 2017-09-23 15:24:53 +02:00
Kevin Pankonen
fc97de6804 update gpg_signed_commit to use 0xLONG format for gpg list keys 2017-09-07 08:10:35 -07:00
Marcia Ramos
7334d718ed Merge branch 'mmarif4u/gitlab-ce-36859-update-gpg-docs-with-gpg2' into 'master'
Resolve "Update the docs for GPG for gpg2 - [secret key not available]"

Closes #36859

See merge request !14024
2017-09-06 10:44:10 +00:00
Alexis Reigel
c4bb09bdb8 update gpg documentation pictures 2017-09-05 12:18:34 +02:00
Alexis Reigel
a70b67295c document new gpg verification conditions 2017-09-05 12:18:34 +02:00
M M Arif
ee6ca17c5f Added changelog 2017-09-04 11:26:56 +02:00
Achilleas Pipinellis
11da029edb Move GPG signed commits docs to new location
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36804
2017-08-29 13:09:39 +02:00