| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -15/+15 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 2 | -5/+5 |
* | [Refactor] convert team(s) to apiTeam(s) (#13745) | 6543 | 2022-05-13 | 1 | -43/+29 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -4/+5 |
* | Add API to check if team has repo access (#19540) | qwerty287 | 2022-05-01 | 1 | -0/+49 |
* | Fix panic in team repos API (#19431) | qwerty287 | 2022-04-20 | 1 | -1/+1 |
* | Fix panic in teams API when requesting members (#19360) | delvh | 2022-04-11 | 1 | -1/+1 |
* | Move init repository related functions to modules (#19159) | Lunny Xiao | 2022-03-29 | 1 | -1/+1 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 3 | -44/+53 |
* | Add `ContextUser` to http request context (#18798) | KN4CK3R | 2022-03-26 | 1 | -13/+4 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -2/+2 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -1/+1 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 3 | -25/+25 |
* | Add `GetUserTeams` (#18499) | Gusted | 2022-02-01 | 1 | -6/+5 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 2 | -4/+4 |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 1 | -28/+65 |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 1 | -0/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -3/+4 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 2 | -10/+12 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -12/+13 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 2 | -2/+8 |
* | Support pagination of organizations on user settings pages (#16083) | Lunny Xiao | 2021-11-22 | 1 | -8/+13 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 4 | -14/+15 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -1/+2 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -1/+2 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -6/+6 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -2/+3 |
* | Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR... | wxiaoguang | 2021-10-15 | 1 | -1/+1 |
* | [API] Add endpount to get user org permissions (#17232) | Romain | 2021-10-12 | 1 | -0/+71 |
* | Calculate label URL on API (#16186) | 6543 | 2021-09-10 | 1 | -4/+6 |
* | [API] List limited and private orgs if authentificated (#16866) | 6543 | 2021-08-30 | 1 | -0/+1 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 5 | -31/+64 |
* | Related refactors to ctx.FormX functions (#16567) | 6543 | 2021-08-11 | 1 | -2/+1 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 2 | -3/+3 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 2 | -3/+3 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 1 | -2/+2 |
* | Fix some API bugs (#16184) | 6543 | 2021-06-18 | 1 | -1/+7 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 1 | -1/+1 |
* | [refactor] Unify the export of user data via API (#15144) | 6543 | 2021-03-27 | 2 | -3/+3 |
* | Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1... | zeripath | 2021-02-19 | 1 | -3/+1 |
* | [API] Add pagination to ListBranches (#14524) | 6543 | 2021-02-03 | 1 | -2/+3 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 4 | -16/+25 |
* | HotFix: Hide private partisipation in Orgs (#13994) | 6543 | 2020-12-17 | 1 | -11/+20 |
* | Move Repo APIFormat to convert package (#13787) | 6543 | 2020-12-02 | 1 | -1/+1 |
* | Fix ListUserOrgs (#12910) | 赵智超 | 2020-09-21 | 1 | -1/+1 |
* | Not using "ctx.ServerError" in api (#12907) | 赵智超 | 2020-09-20 | 1 | -1/+1 |
* | Add Access-Control-Expose-Headers (#12446) | zeripath | 2020-08-13 | 2 | -0/+2 |
* | Add pagination headers on endpoints that support total count from database (#... | Cirno the Strongest | 2020-06-21 | 3 | -4/+16 |
* | Remove page size limit comment from swagger (#11806) | Cirno the Strongest | 2020-06-09 | 5 | -12/+12 |