| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Docker /v2/_catalog endpoint (#20469) (#20556) | 6543 | 2022-07-30 | 1 | -0/+7 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -8/+8 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 2 | -4/+4 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 3 | -6/+6 |
* | Move org functions (#19753) | Lunny Xiao | 2022-05-20 | 1 | -1/+1 |
* | [Refactor] convert team(s) to apiTeam(s) (#13745) | 6543 | 2022-05-13 | 1 | -12/+8 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 1 | -0/+48 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 1 | -0/+3 |
* | Move init repository related functions to modules (#19159) | Lunny Xiao | 2022-03-29 | 2 | -5/+7 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 4 | -41/+44 |
* | 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 | 5 | -17/+17 |
* | Send 404 on `/{org}.gpg` (#18959) | Gusted | 2022-03-01 | 1 | -1/+9 |
* | Update assignees check to include any writing team and change org sidebar (#1... | zeripath | 2022-02-23 | 1 | -0/+2 |
* | Add `GetUserTeams` (#18499) | Gusted | 2022-02-01 | 1 | -1/+1 |
* | Allow to filter repositories by language in explore, user and organization re... | Lauris BH | 2022-01-28 | 1 | -0/+5 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 3 | -3/+4 |
* | Use correct translation key for errors (#18342) | Gusted | 2022-01-20 | 1 | -3/+7 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -0/+1 |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 1 | -27/+57 |
* | Fix wrong redirect on org labels (#18128) | KN4CK3R | 2021-12-30 | 1 | -1/+1 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+2 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 2 | -4/+6 |
* | fix 500 error while use a reserved name in org rename (#17878) | a1012112796 | 2021-12-02 | 1 | -1/+1 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 1 | -1/+1 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -6/+7 |
* | Fix database inconsistent when admin change user email (#17549) | Lunny Xiao | 2021-11-25 | 1 | -1/+1 |
* | org settings -> webhook/labels/deletion should also active the menu (#17809) | Lunny Xiao | 2021-11-25 | 2 | -0/+6 |
* | Create menus for organization pages (#17802) | Lunny Xiao | 2021-11-25 | 1 | -0/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 4 | -25/+29 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 2 | -4/+4 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 4 | -13/+15 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -4/+4 |
* | Remove unnecessary variable assignments (#17695) | Gusted | 2021-11-18 | 1 | -1/+0 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 2 | -10/+12 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -2/+3 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -4/+5 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 3 | -4/+6 |
* | 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 | -1/+2 |
* | Make mirror feature more configurable (#16957) | 6543 | 2021-09-07 | 1 | -1/+1 |
* | Add modals to Organization and Team remove/leave (#16471) | zeripath | 2021-08-26 | 2 | -6/+47 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 3 | -5/+5 |
* | 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 | 4 | -9/+9 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 5 | -16/+16 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -2/+2 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 1 | -2/+2 |
* | More efficiently parse shas for shaPostProcessor (#16101) | zeripath | 2021-06-21 | 1 | -0/+1 |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 6 | -0/+1046 |