aboutsummaryrefslogtreecommitdiffstats
path: root/models/ssh_key.go
Commit message (Expand)AuthorAgeFilesLines
* Fix lint errors (#2547)Ethan Koenig2017-09-191-5/+1
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-28/+8
* Fix key usage time update if the key is used in parallel for multiple operati...Lauris BH2017-07-201-4/+9
* Setting to disable authorized_keys backup (#1856)Dan Magnus Lindvall2017-06-281-20/+20
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-4/+4
* Delete Public SSH Key tmp file after calculating fingerprint (#1855)Dan Magnus Lindvall2017-06-081-0/+1
* use writeTmpKeyFile in calcFingerprint (#1828)Timo Myyrä2017-05-291-10/+2
* Add internal routes for ssh hook comands (#1471)Lunny Xiao2017-04-191-2/+4
* refactor update ssh key use time (#1466)Lunny Xiao2017-04-071-0/+14
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-1/+1
* Don't rewrite non-gitea public keys (#906)Lunny Xiao2017-03-031-4/+30
* Use fingerprint to check instead content for public key (#911)Lunny Xiao2017-02-141-23/+42
* Cleanup log messagingGabriel Jackson2017-02-021-1/+1
* refactor: Remove unnecessary type conversions (#772)Bo-Yi Wu2017-01-271-1/+1
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-171-2/+2
* Fix typos in models/ (#576)Ethan Koenig2017-01-051-2/+2
* Replace Gogs with Gitea (#520)Bwko2016-12-281-1/+1
* Catch os... errorsBwko2016-12-021-1/+6
* Lint models/ssh_key.goBwko2016-11-261-23/+32
* Handle ssh key import better (#224)stroucki2016-11-241-0/+2
* use in instead string join (#155)Lunny Xiao2016-11-121-2/+1
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-4/+4
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-4/+4
* | Rewrite XORM queriesThibault Meyer2016-11-101-9/+27
|/
* And othersSandro Santilli2016-11-071-7/+7
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-3/+3
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-4/+4
* #3281 fix x.Iterate returns nothing inside session scope with SQLite3Unknwon2016-07-261-86/+15
* models/ssh_key: code cleaningUnknwon2016-07-261-59/+57
* Refactor User.Id to User.IDUnknwon2016-07-241-3/+3
* Remove redundant Unix timestamp method callUnknwon2016-07-231-4/+4
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-23/+51
* Post work for #2637Unknwon2016-02-271-60/+54
* variable should not use ALL_CAPSGibheer2016-02-231-4/+4
* allow native and ssh-keygen public key checkGibheer2016-02-161-12/+133
* Trim whitespace when adding SSH keys (fixes #2447)John Maguire2016-01-311-0/+3
* Add debug log when SSH key for deletion isn't foundJohn Maguire2016-01-311-0/+5
* #2179 use Go sub-repo ssh to verify public key contentUnknwon2016-01-151-37/+10
* fix #1436Unknwon2015-12-191-23/+5
* #2147 fix rewrites authorized_keys when builtin SSH server is enabledUnknwon2015-12-111-0/+725