aboutsummaryrefslogtreecommitdiffstats
path: root/models/ssh_key.go
Commit message (Expand)AuthorAgeFilesLines
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-10/+22
* Fix SSH2 conditonal in key parsing code (#8806)mrsdizzie2019-11-031-1/+1
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Fixes #8369: Create .ssh dir as necessary (#8486)zeripath2019-10-131-0/+24
* [ssh] fix the config specification in the authorized_keys template (#8031)Jakob Ackermann2019-09-151-2/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-12/+12
* fix rename failed when rewrite public keys (#7761)Lunny Xiao2019-08-061-1/+3
* Make PKCS8, PEM and SSH2 keys work (#7600)zeripath2019-07-251-27/+64
* Improve SSH key parser to handle newlines in keys (#7522)silverwind2019-07-231-6/+12
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Use go method to calculate ssh key fingerprint (#7128)Antoine GIRARD2019-06-161-1/+30
* Add golangci (#6418)kolaente2019-06-121-5/+5
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-35/+56
* fix public will not be reused as public key after deleting as deploy key (#5671)Lunny Xiao2019-01-091-0/+5
* Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key...zeripath2018-12-271-4/+8
* fix forgot removed records when deleting user (#5429)Lunny Xiao2018-12-181-1/+6
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-3/+3
* Create AuthorizedKeysCommand (#5236)zeripath2018-11-011-1/+1
* Keys API changes (#4960)zeripath2018-10-311-0/+30
* Remove check for negative length (#5120)Oleg Kovalov2018-10-201-1/+1
* make sure to catch the right error so it is displayed as an error on the ui n...Lanre Adelowo2018-09-161-1/+1
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-4/+4
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-241-14/+24
* Remove useless check (#3384)Antoine GIRARD2018-01-191-4/+0
* Add integrations tests from git cli (#3377)Antoine GIRARD2018-01-161-0/+10
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-071-4/+17
* Improvements for supporting UI Location (#3146)Lunny Xiao2017-12-141-10/+12
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-11/+8
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-061-4/+1
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-211-1/+1
* don't check minimum key size when disabled (#1754)Gibheer2017-10-261-5/+5
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-3/+3
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-22/+14
* Reduce usage of allcols on update (#2596)Lunny Xiao2017-09-251-9/+1
* 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