| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix global packages enabled avaiable (#19276) | Lunny Xiao | 2022-03-31 | 1 | -0/+2 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -7/+7 |
* | Add `ContextUser` to http request context (#18798) | KN4CK3R | 2022-03-26 | 1 | -1/+2 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -6/+6 |
* | Allow adminstrator teams members to see other teams (#18918) | Gusted | 2022-02-26 | 1 | -0/+16 |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 1 | -1/+1 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -1/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -2/+2 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 1 | -0/+4 |
* | Fix correct usage of teams (#17732) | Gusted | 2021-11-20 | 1 | -0/+6 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -13/+9 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -2/+3 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -2/+2 |
* | Unified link creation. (#15619) | KN4CK3R | 2021-04-30 | 1 | -3/+2 |
* | Update docs and comments to remove macaron (#14491) | Lunny Xiao | 2021-01-29 | 1 | -1/+1 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -3/+1 |
* | Redirect on changed user and org name (#11649) | Andrew Bezold | 2021-01-24 | 1 | -1/+8 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -1/+2 |
* | Team permission to create repository in organization (#8312) | David Svantesson | 2019-11-20 | 1 | -6/+15 |
* | Use AppSubUrl for more redirections (#8647) | zeripath | 2019-10-23 | 1 | -1/+1 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+2 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -10/+10 |
* | Fix ignored errors when checking if organization, team member (#3177) | Ethan Koenig | 2017-12-21 | 1 | -3/+10 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
* | Golint fixed for modules/context | Lunny Xiao | 2016-11-25 | 1 | -0/+3 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -2/+2 |
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -2/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -2/+2 |
* | Add org.getUserTeams to reduce redundant code | Unknwon | 2016-07-24 | 1 | -1/+2 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -3/+3 |
* | Add APIContext | Unknwon | 2016-03-13 | 1 | -0/+11 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -0/+141 |