| Commit message (Expand) | Author | Age | Files | Lines |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -16/+21 |
* | Add `AbsoluteListOptions` (#17028) | KN4CK3R | 2021-09-14 | 1 | -1/+1 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -0/+6 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 1 | -1004/+102 |
* | Retry rename on lock induced failures (#16435) | zeripath | 2021-07-15 | 1 | -2/+2 |
* | Make command in authorized keys a template (#16003) | zeripath | 2021-06-14 | 1 | -2/+10 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -12/+12 |
* | Allow ssh-keygen on Windows to detect ssh key type (#14413) | Chester Liu | 2021-01-21 | 1 | -5/+0 |
* | Add support for ed25519_sk and ecdsa_sk SSH keys (#13462) | Artemis Tosini | 2021-01-20 | 1 | -0/+4 |
* | Disable SSH key deletion of externally managed Keys (#13985) | zeripath | 2020-12-25 | 1 | -0/+76 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -4/+8 |
* | Handle and propagate errors when checking if paths are Dirs, Files or Exist (... | zeripath | 2020-11-27 | 1 | -8/+32 |
* | 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 |