| Commit message (Expand) | Author | Age | Files | Lines |
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 1 | -14/+24 |
* | Remove useless check (#3384) | Antoine GIRARD | 2018-01-19 | 1 | -4/+0 |
* | Add integrations tests from git cli (#3377) | Antoine GIRARD | 2018-01-16 | 1 | -0/+10 |
* | Writable deploy keys (closes #671) (#3225) | Vlad Temian | 2018-01-07 | 1 | -4/+17 |
* | Improvements for supporting UI Location (#3146) | Lunny Xiao | 2017-12-14 | 1 | -10/+12 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -11/+8 |
* | Delete a user's public key via admin api (closes #3014) (#3059) | Vlad Temian | 2017-12-06 | 1 | -4/+1 |
* | Disable add key button if SSH is disabled (#2873) | Michael Kuhn | 2017-11-21 | 1 | -1/+1 |
* | don't check minimum key size when disabled (#1754) | Gibheer | 2017-10-26 | 1 | -5/+5 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -3/+3 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -22/+14 |
* | Reduce usage of allcols on update (#2596) | Lunny Xiao | 2017-09-25 | 1 | -9/+1 |
* | Fix lint errors (#2547) | Ethan Koenig | 2017-09-19 | 1 | -5/+1 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -28/+8 |
* | Fix key usage time update if the key is used in parallel for multiple operati... | Lauris BH | 2017-07-20 | 1 | -4/+9 |
* | Setting to disable authorized_keys backup (#1856) | Dan Magnus Lindvall | 2017-06-28 | 1 | -20/+20 |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -4/+4 |
* | Delete Public SSH Key tmp file after calculating fingerprint (#1855) | Dan Magnus Lindvall | 2017-06-08 | 1 | -0/+1 |
* | use writeTmpKeyFile in calcFingerprint (#1828) | Timo Myyrä | 2017-05-29 | 1 | -10/+2 |
* | Add internal routes for ssh hook comands (#1471) | Lunny Xiao | 2017-04-19 | 1 | -2/+4 |
* | refactor update ssh key use time (#1466) | Lunny Xiao | 2017-04-07 | 1 | -0/+14 |
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 |
* | Don't rewrite non-gitea public keys (#906) | Lunny Xiao | 2017-03-03 | 1 | -4/+30 |
* | Use fingerprint to check instead content for public key (#911) | Lunny Xiao | 2017-02-14 | 1 | -23/+42 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -1/+1 |
* | refactor: Remove unnecessary type conversions (#772) | Bo-Yi Wu | 2017-01-27 | 1 | -1/+1 |
* | Refactor process package and introduce ProcessManager{} with tests (#75) | Matthias Loibl | 2017-01-17 | 1 | -2/+2 |
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -2/+2 |
* | Replace Gogs with Gitea (#520) | Bwko | 2016-12-28 | 1 | -1/+1 |
* | Catch os... errors | Bwko | 2016-12-02 | 1 | -1/+6 |
* | Lint models/ssh_key.go | Bwko | 2016-11-26 | 1 | -23/+32 |
* | Handle ssh key import better (#224) | stroucki | 2016-11-24 | 1 | -0/+2 |
* | use in instead string join (#155) | Lunny Xiao | 2016-11-12 | 1 | -2/+1 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -4/+4 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -4/+4 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -9/+27 |
|/ |
|
* | And others | Sandro Santilli | 2016-11-07 | 1 | -7/+7 |
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 1 | -3/+3 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -4/+4 |
* | #3281 fix x.Iterate returns nothing inside session scope with SQLite3 | Unknwon | 2016-07-26 | 1 | -86/+15 |
* | models/ssh_key: code cleaning | Unknwon | 2016-07-26 | 1 | -59/+57 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -3/+3 |
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -4/+4 |
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -23/+51 |
* | Post work for #2637 | Unknwon | 2016-02-27 | 1 | -60/+54 |
* | variable should not use ALL_CAPS | Gibheer | 2016-02-23 | 1 | -4/+4 |
* | allow native and ssh-keygen public key check | Gibheer | 2016-02-16 | 1 | -12/+133 |
* | Trim whitespace when adding SSH keys (fixes #2447) | John Maguire | 2016-01-31 | 1 | -0/+3 |
* | Add debug log when SSH key for deletion isn't found | John Maguire | 2016-01-31 | 1 | -0/+5 |
* | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 | 1 | -37/+10 |