| Commit message (Expand) | Author | Age | Files | Lines |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -547/+63 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -7/+8 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -36/+37 |
* | Support pagination of organizations on user settings pages (#16083) | Lunny Xiao | 2021-11-22 | 1 | -3/+16 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -55/+57 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -18/+0 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -92/+92 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 1 | -36/+37 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -2/+2 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -1/+1 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -119/+120 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -1/+1 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 1 | -9/+9 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 1 | -10/+10 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -4/+8 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 1 | -0/+18 |
* | Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134) | 6543 | 2020-02-04 | 1 | -2/+2 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -6/+14 |
* | Only show part of members on orgnization dashboard and add paging for orgniza... | Lunny Xiao | 2019-12-06 | 1 | -2/+2 |
* | Team permission to create repository in organization (#8312) | David Svantesson | 2019-11-20 | 1 | -5/+7 |
* | Add teams to repo on collaboration page. (#8045) | David Svantesson | 2019-09-23 | 1 | -3/+3 |
* | Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669) | guillep2k | 2019-08-24 | 1 | -5/+14 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -3/+3 |
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 1 | -0/+71 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -1/+2 |
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 1 | -6/+6 |
* | Remove IsOwner, NumTeams from OrgUser (#3269) | Ethan Koenig | 2018-01-08 | 1 | -12/+4 |
* | Fix ignored errors when checking if organization, team member (#3177) | Ethan Koenig | 2017-12-21 | 1 | -35/+66 |
* | Hide unactive on explore users and some refactors (#2741) | Lunny Xiao | 2017-10-24 | 1 | -21/+0 |
* | Expand fixtures (#2571) | Morlinest | 2017-09-22 | 1 | -1/+1 |
* | Fix tests code to prevent some runtime errors (#2381) | Morlinest | 2017-08-28 | 1 | -46/+54 |
* | Improve org error handling (#2117) | Antoine GIRARD | 2017-07-06 | 1 | -2/+2 |
* | Consistency checks for unit tests (#853) | Ethan Koenig | 2017-02-07 | 1 | -0/+16 |
* | Unit tests and bug fix for models/org | Ethan Koenig | 2017-01-27 | 1 | -0/+520 |