| Commit message (Expand) | Author | Age | Files | Lines |
* | don't append key file if asked not to (#13368) | Antoine GIRARD | 2020-10-31 | 1 | -1/+1 |
* | Add ssh certificate support (#12281) | Wim | 2020-10-10 | 1 | -4/+234 |
* | Completely quote AppPath and CustomConf paths (#12955) | zeripath | 2020-09-28 | 1 | -3/+3 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -3/+14 |
* | Mulitple Gitea Doctor improvements (#10943) | zeripath | 2020-04-06 | 1 | -4/+18 |
* | Use ErrKeyUnableToVerify if fail to calc fingerprint in ssh-keygen (#10863) | zeripath | 2020-03-28 | 1 | -0/+7 |
* | In authorized_keys use double-quote for windows compatibility (#10841) | zeripath | 2020-03-27 | 1 | -2/+3 |
* | Upgrade xorm to v1.0.0 (#10646) | Lunny Xiao | 2020-03-22 | 1 | -1/+1 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -10/+22 |
* | Fix SSH2 conditonal in key parsing code (#8806) | mrsdizzie | 2019-11-03 | 1 | -1/+1 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Fixes #8369: Create .ssh dir as necessary (#8486) | zeripath | 2019-10-13 | 1 | -0/+24 |
* | [ssh] fix the config specification in the authorized_keys template (#8031) | Jakob Ackermann | 2019-09-15 | 1 | -2/+2 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -12/+12 |
* | fix rename failed when rewrite public keys (#7761) | Lunny Xiao | 2019-08-06 | 1 | -1/+3 |
* | Make PKCS8, PEM and SSH2 keys work (#7600) | zeripath | 2019-07-25 | 1 | -27/+64 |
* | Improve SSH key parser to handle newlines in keys (#7522) | silverwind | 2019-07-23 | 1 | -6/+12 |
* | Fix error log when loading issues caused by a xorm bug (#7271) | Lunny Xiao | 2019-06-23 | 1 | -1/+1 |
* | Use go method to calculate ssh key fingerprint (#7128) | Antoine GIRARD | 2019-06-16 | 1 | -1/+30 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -5/+5 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -1/+1 |
* | Fix ssh deploy and user key constraints (#1357) (#5939) | zeripath | 2019-02-03 | 1 | -35/+56 |
* | fix public will not be reused as public key after deleting as deploy key (#5671) | Lunny Xiao | 2019-01-09 | 1 | -0/+5 |
* | Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key... | zeripath | 2018-12-27 | 1 | -4/+8 |
* | fix forgot removed records when deleting user (#5429) | Lunny Xiao | 2018-12-18 | 1 | -1/+6 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -3/+3 |
* | Create AuthorizedKeysCommand (#5236) | zeripath | 2018-11-01 | 1 | -1/+1 |
* | Keys API changes (#4960) | zeripath | 2018-10-31 | 1 | -0/+30 |
* | Remove check for negative length (#5120) | Oleg Kovalov | 2018-10-20 | 1 | -1/+1 |
* | make sure to catch the right error so it is displayed as an error on the ui n... | Lanre Adelowo | 2018-09-16 | 1 | -1/+1 |
* | feat(repo): support search repository by topic name (#4505) | Bo-Yi Wu | 2018-09-13 | 1 | -4/+4 |
* | 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 |