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-12-16Remove rails4 specific codeJasper Maes
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-07-29Permit concurrent loads in gpg keychain mutexJasper Maes
2018-06-06Reject GPG keys that have e-mail or names with non-valid UTF-8 encodingsStan Hu
These were causing 500 Errors when accessing GPG keys for some users. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47280
2017-10-05Address feedback from last code reviewRubén Dávila
2017-10-05Refactor the extraction and generation of GPG subkeysRubén Dávila
2017-10-05Process and create subkeys when a new GPG key is createdRubén Dávila
2017-09-13Fix: GPG tmp dir removal race conditionAlexis Reigel
2017-09-05downcase gpg key's emailsAlexis Reigel
this is necessary for email comparisons
2017-08-14reset original directory in ensureAlexis Reigel
2017-08-14use mutex for keychain interactionAlexis Reigel
setting of the gpg home directory is not thread safe, as the directoy gets stored on the class. if multiple threads change the directory at the same time, one of the threads will be working in the wrong directory.
2017-08-11store gpg return directory locallyAlexis Reigel
2017-07-27store gpg user name and email on the signatureAlexis Reigel
2017-07-27extract common methodAlexis Reigel
2017-07-27verify gpg commit using tmp keyring and db queryAlexis Reigel
2017-07-27add primary keyid attribute to gpg keysAlexis Reigel
2017-07-27don't sync to keychain fileAlexis Reigel
2017-07-27remove gpg from keychain when user's email changesAlexis Reigel
2017-07-27move current keychain methods to namespaceAlexis Reigel
2017-07-27email handling for gpg keysAlexis Reigel
2017-07-27add / remove gpg keys to / from system keychainAlexis Reigel
2017-07-27extract gpg functionality to lib classAlexis Reigel