summaryrefslogtreecommitdiffstats
path: root/models/ssh_key.go
Commit message (Expand)AuthorAgeFilesLines
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-498/+0
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-9/+10
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-14/+16
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-13/+14
* DBContext is just a Context (#17100)zeripath2021-09-231-12/+12
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-16/+21
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* [API] generalize list header (#16551)65432021-08-121-0/+6
* Refactor: Move login out of models (#16199)zeripath2021-07-241-1004/+102
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-2/+2
* Make command in authorized keys a template (#16003)zeripath2021-06-141-2/+10
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-12/+12
* Allow ssh-keygen on Windows to detect ssh key type (#14413)Chester Liu2021-01-211-5/+0
* Add support for ed25519_sk and ecdsa_sk SSH keys (#13462)Artemis Tosini2021-01-201-0/+4
* Disable SSH key deletion of externally managed Keys (#13985)zeripath2020-12-251-0/+76
* migrate from com.* to alternatives (#14103)65432020-12-251-4/+8
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-8/+32
* don't append key file if asked not to (#13368)Antoine GIRARD2020-10-311-1/+1
* Add ssh certificate support (#12281)Wim2020-10-101-4/+234
* Completely quote AppPath and CustomConf paths (#12955)zeripath2020-09-281-3/+3
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-3/+14
* Mulitple Gitea Doctor improvements (#10943)zeripath2020-04-061-4/+18
* Use ErrKeyUnableToVerify if fail to calc fingerprint in ssh-keygen (#10863)zeripath2020-03-281-0/+7
* In authorized_keys use double-quote for windows compatibility (#10841)zeripath2020-03-271-2/+3
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-1/+1
* 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