51 Commits (d51e3a61b78d8a7b4977996bee146bb74b0f44a7)

Author SHA1 Message Date
  Antoine GIRARD fbb8ce3603 Remove useless check (#3384) 7 years ago
  Antoine GIRARD dff4d0bf54 Add integrations tests from git cli (#3377) 7 years ago
  Vlad Temian 592714a0ab Writable deploy keys (closes #671) (#3225) 7 years ago
  Lunny Xiao d9b3afb0be Improvements for supporting UI Location (#3146) 7 years ago
  Lunny Xiao a5c212cd1e Refactor struct's time to remove unnecessary memory usage (#3142) 7 years ago
  Vlad Temian 20952f1c5f Delete a user's public key via admin api (closes #3014) (#3059) 7 years ago
  Michael Kuhn aa6ef1a0ab Disable add key button if SSH is disabled (#2873) 7 years ago
  Gibheer 9324239693 don't check minimum key size when disabled (#1754) 7 years ago
  Ethan Koenig a186f896eb Replace deprecated Id method with ID (#2655) 7 years ago
  Lunny Xiao c2b107fcb0 Use AfterLoad instead of AfterSet on Structs (#2628) 7 years ago
  Lunny Xiao 1a57c8f911 Reduce usage of allcols on update (#2596) 7 years ago
  Ethan Koenig 2e41758ca3 Fix lint errors (#2547) 7 years ago
  Lunny Xiao d00b7dab75 Use created & updated instead BeforeInsert & BeforeUpdate (#2482) 7 years ago
  Lauris BH 8afec31247 Fix key usage time update if the key is used in parallel for multiple operations (#2185) 8 years ago
  Dan Magnus Lindvall fc603a4c3d Setting to disable authorized_keys backup (#1856) 8 years ago
  Lauris BH 625f482b25 Refactor session close as xorm already does everything needed internally (#2020) 8 years ago
  Dan Magnus Lindvall c5d4efb1d5 Delete Public SSH Key tmp file after calculating fingerprint (#1855) 8 years ago
  Timo Myyrä a2bb2297a9 use writeTmpKeyFile in calcFingerprint (#1828) 8 years ago
  Lunny Xiao 39fc33d4c7 Add internal routes for ssh hook comands (#1471) 8 years ago
  Lunny Xiao 5b03d5933a refactor update ssh key use time (#1466) 8 years ago
  Ethan Koenig c2ba9ca97b Refactor and fix incorrect comment (#1247) 8 years ago
  Lunny Xiao 68798005d4 Don't rewrite non-gitea public keys (#906) 8 years ago
  Lunny Xiao c66e9a52de Use fingerprint to check instead content for public key (#911) 8 years ago
  Gabriel Jackson 3e7f8ec9d3 Cleanup log messaging 8 years ago
  Bo-Yi Wu b17e1bffac refactor: Remove unnecessary type conversions (#772) 8 years ago
  Matthias Loibl 799bb6e441 Refactor process package and introduce ProcessManager{} with tests (#75) 8 years ago
  Ethan Koenig feb1506600 Fix typos in models/ (#576) 8 years ago
  Bwko a2f16ccfc2 Replace Gogs with Gitea (#520) 8 years ago
  Bwko 6299533be7 Catch os... errors 8 years ago
  Bwko 817e255e06 Lint models/ssh_key.go 8 years ago
  stroucki 7d2288ae8d Handle ssh key import better (#224) 8 years ago
  Lunny Xiao cb698a5267 use in instead string join (#155) 8 years ago
  Thibault Meyer b747797b29 Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries 8 years ago
  Thibault Meyer 5d29fda874 Rewrite XORM queries 8 years ago
  Sandro Santilli cb1b3cc148 Update import paths from github.com/go-gitea to code.gitea.io (#135) 8 years ago
  Sandro Santilli 0daccd049a And others 8 years ago
  Sandro Santilli 58cc4e56fa ACCESS_MODE_* -> AccessMode* 8 years ago
  Rémy Boulanouar 9712d5ee89 Change import reference to match gitea instead of gogs (#37) 8 years ago
  Unknwon 7f11372669 #3281 fix x.Iterate returns nothing inside session scope with SQLite3 9 years ago
  Unknwon 600675304d models/ssh_key: code cleaning 9 years ago
  Unknwon 3b42ab0e57 Refactor User.Id to User.ID 9 years ago
  Unknwon d61bcdc10b Remove redundant Unix timestamp method call 9 years ago
  Unknwon 9f43369667 #2302 Replace time.Time with Unix Timestamp (int64) 9 years ago
  Unknwon b77068224a Post work for #2637 9 years ago
  Gibheer db937710c0 variable should not use ALL_CAPS 9 years ago
  Gibheer 3314d25877 allow native and ssh-keygen public key check 9 years ago
  John Maguire c960692973 Trim whitespace when adding SSH keys (fixes #2447) 9 years ago
  John Maguire 7c556b3b40 Add debug log when SSH key for deletion isn't found 9 years ago
  Unknwon 1fe72ae465 #2179 use Go sub-repo ssh to verify public key content 9 years ago
  Unknwon d20633c205 fix #1436 9 years ago