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
2022-01-20Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-30Externalize strings of PGP Keys and SSH Keys page in user profileantony liu
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-20Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray
2018-05-29Replace well-list with content-list and hover-listAnnabel Dunstone Gray
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2018-04-09Replace .pull-left with .float-leftClement Ho
2018-02-23removed profile webpack bundle tagConstance Okoghenun
2018-01-16Change user settings column widthGeorge Tsiolis
2017-12-28Adjust content width for User Settings, GPG KeysGeorge Tsiolis
- Limit content width for fixed layout
2017-10-05Render GPG subkeys on index pageRubén Dávila
2017-09-23refactored `_email_with_badge` partial from gpg into shared, so it canBrett Walker
be used with the email profile page as well
2017-08-29Move GPG signed commits docs to new locationAchilleas Pipinellis
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36804
2017-08-18Change GPG docs locationAchilleas Pipinellis
2017-07-27upcase in the model instead of in the viewAlexis Reigel
2017-07-27use ShaAttribute for gpg table columnsAlexis Reigel
2017-07-27nicer email badges on the profile gpg pageAlexis Reigel
2017-07-27user may now revoke a gpg keyAlexis Reigel
other than just removing a key, which doesn't affect the verified state of a commit, revoking a key unverifies all signed commits.
2017-07-27no need for html_safeAlexis Reigel
2017-07-27add help links to gpg commits / gpg settingsAlexis Reigel
2017-07-27gpg email verificationAlexis Reigel
2017-07-27add profile gpg key page to manage gpg keysAlexis Reigel