aboutsummaryrefslogtreecommitdiffstats
path: root/models/ssh_key_deploy.go
Commit message (Expand)AuthorAgeFilesLines
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-324/+0
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+7
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-5/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-11/+13
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-9/+9
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-14/+19
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* [API] generalize list header (#16551)65432021-08-121-22/+34
* Refactor: Move login out of models (#16199)zeripath2021-07-241-0/+299