Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only publish ssh key-type and key | Zeger-Jan van de Weg | 2015-08-04 | 1 | -0/+5 |
* | Add error message for SSH key linebreaks | Nikita Verkhovin | 2015-07-12 | 1 | -0/+1 |
* | Re-annotate models | Stan Hu | 2015-05-03 | 1 | -0/+1 |
* | Refactor key fingerprint generation. | Douwe Maan | 2015-04-14 | 1 | -40/+4 |
* | The new fingerprint format wis incompatible with the previous regex. | Sašo Stanovnik | 2015-03-24 | 1 | -4/+11 |
* | Use 2 spaces for indentation, not 4. | Sašo Stanovnik | 2015-03-24 | 1 | -1/+1 |
* | Fixed generating SSH key fingerprints in OpenSSH 6.8. | Sašo Stanovnik | 2015-03-24 | 1 | -1/+18 |
* | Explicitly define ordering in models using default_scope | Dmitriy Zaporozhets | 2015-02-05 | 1 | -0/+1 |
* | Fix various typos | Steven Burgart | 2015-01-18 | 1 | -2/+2 |
* | Simplify SSH fingerprint regexp extraction | Ciro Santilli | 2014-12-28 | 1 | -1/+1 |
* | Add system hook for ssh key changes | Lukas Erlacher | 2014-09-03 | 1 | -0/+10 |
* | Key strong params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -2/+0 |
* | Re-annotate models | Dmitriy Zaporozhets | 2014-04-09 | 1 | -2/+2 |
* | Remove KeysObserver | Dmitriy Zaporozhets | 2014-04-02 | 1 | -0/+24 |
* | Adapt use of Gitlab::Popen to new style | Jacob Vosmaer | 2014-02-25 | 1 | -1/+1 |
* | Reannotate | Dmitriy Zaporozhets | 2013-08-21 | 1 | -8/+8 |
* | Validate fingerprint uniqueness | Jacob Vosmaer | 2013-07-17 | 1 | -14/+5 |
* | Use Tempfile.open for automatic cleanup | Jacob Vosmaer | 2013-07-17 | 1 | -6/+1 |
* | Merge branch 'master' into 6-0-dev | Dmitriy Zaporozhets | 2013-07-12 | 1 | -1/+1 |
|\ | |||||
| * | Allow ecdsa SSH keys | Akiva Levy | 2013-07-10 | 1 | -1/+1 |
* | | store and display public key fingerprint | Dmitriy Zaporozhets | 2013-06-24 | 1 | -9/+31 |
* | | Annotated | Dmitriy Zaporozhets | 2013-06-19 | 1 | -3/+3 |
|/ | |||||
* | More strict validation for SSH Key content | Dmitriy Zaporozhets | 2013-05-13 | 1 | -1/+1 |
* | Feature: Deploy keys between projects | Dmitriy Zaporozhets | 2013-05-06 | 1 | -4/+0 |
* | Create DeployKey & DeployKeysProject models. Bulding many to many relation be... | Dmitriy Zaporozhets | 2013-05-06 | 1 | -8/+3 |
* | Update model methods | Andrey Kumanyaev | 2013-04-03 | 1 | -2/+2 |
* | remove unused code related to gitolite | Dmitriy Zaporozhets | 2013-02-26 | 1 | -9/+0 |
* | Merge pull request #2996 from raphendyr/ssh_fingerprint_fix | Dmitriy Zaporozhets | 2013-02-18 | 1 | -1/+1 |
|\ | |||||
| * | Fix ssh key fingerprinting test to use exitcode | Jaakko Kantojärvi | 2013-02-15 | 1 | -1/+1 |
* | | remove commented code | Dmitriy Zaporozhets | 2013-02-15 | 1 | -1/+1 |
|/ | |||||
* | dont allow duplicates in ssh keys | Dmitriy Zaporozhets | 2013-02-07 | 1 | -15/+3 |
* | add remove keys from gitlab-shell by id | Dmitriy Zaporozhets | 2013-02-05 | 1 | -2/+2 |
* | Make gitlab works with gitlab-shell | Dmitriy Zaporozhets | 2013-02-04 | 1 | -0/+4 |
* | Fix few bugs and tests after refactoring ownership logic | Dmitriy Zaporozhets | 2013-01-02 | 1 | -1/+1 |
* | Annotated. schema updated | Dmitriy Zaporozhets | 2012-11-19 | 1 | -15/+14 |
* | Annotated | Dmitriy Zaporozhets | 2012-10-09 | 1 | -0/+1 |
* | simple refactoring | Andrey Kumanyaev | 2012-10-09 | 1 | -6/+5 |
* | Merge pull request #1617 from dosire/reject-ssh-keys-that-break-gitolite | Valeriy Sizov | 2012-10-03 | 1 | -1/+16 |
|\ | |||||
| * | Reject ssh keys that break gitolite. | Sytse Sijbrandij | 2012-09-24 | 1 | -1/+16 |
* | | cosmetical cleanup of models | Nihad Abbasov | 2012-09-27 | 1 | -10/+6 |
* | | annotate models | Nihad Abbasov | 2012-09-27 | 1 | -3/+3 |
* | | set activerecord whitelist_attributes to true | Nihad Abbasov | 2012-09-26 | 1 | -1/+1 |
|/ | |||||
* | Fix test i broke with ssk key validation. Added Key.user_id as attr_protected | Dmitriy Zaporozhets | 2012-08-29 | 1 | -1/+3 |
* | Add ssh key validation | Dmitriy Zaporozhets | 2012-08-29 | 1 | -0/+1 |
* | Use similar interface to access gitolite | randx | 2012-08-29 | 1 | -1/+4 |
* | Fully embrace Ruby 1.9 hash syntax | Robert Speicher | 2012-08-10 | 1 | -6/+6 |
* | Reannotated | randx | 2012-06-26 | 1 | -5/+5 |
* | Models Refactoring: Move methods to roles | Dmitriy Zaporozhets | 2012-06-07 | 1 | -18/+2 |
* | lib/ refactoring. Module Gitlabhq renamed to Gitlab | randx | 2012-05-26 | 1 | -2/+2 |
* | Removed issues,mr delete buttons. Refactored models | Dmitriy Zaporozhets | 2012-03-04 | 1 | -2/+0 |