| Commit message (Expand) | Author | Age | Files | Lines |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -145/+0 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -1/+2 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -12/+13 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -8/+9 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -6/+7 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 1 | -33/+0 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -0/+1 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -20/+20 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 1 | -7/+8 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -6/+6 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -33/+34 |
* | Fix "access" fixtures and tests (#10247) | guillep2k | 2020-02-15 | 1 | -1/+1 |
* | Restricted users (#6274) | Manush Dodunekov | 2020-01-13 | 1 | -0/+50 |
* | Fixed ineffectual assignments in tests (#7553) | Christian Muehlhaeuser | 2019-07-22 | 1 | -3/+3 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -7/+0 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -23/+18 |
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 1 | -4/+12 |
* | Remove unit types commits and settings (#2161) | Lauris BH | 2017-07-17 | 1 | -2/+2 |
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -8/+8 |
* | Unit tests and bug fix for models/org | Ethan Koenig | 2017-01-27 | 1 | -1/+1 |
* | fix xorm NewSession uncorrected usages (#774) | Lunny Xiao | 2017-01-28 | 1 | -12/+4 |
* | Less boilerplate in models/ unit tests (#725) | Ethan Koenig | 2017-01-25 | 1 | -17/+14 |
* | Unit tests for models/action (#619) | Ethan Koenig | 2017-01-09 | 1 | -14/+14 |
* | Unit tests for models/access.go (#606) | Ethan Koenig | 2017-01-08 | 1 | -0/+136 |