| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix issue overview for teams (#19652) | Gusted | 2022-05-16 | 1 | -16/+4 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -2/+3 |
* | Hide private repositories in packages (#19584) | KN4CK3R | 2022-05-07 | 1 | -0/+29 |
* | Use correct context in `routers/web` (#19597) | Gusted | 2022-05-03 | 1 | -3/+3 |
* | Add commit status popup to issuelist (#19375) | parnic | 2022-04-26 | 1 | -2/+3 |
* | User specific repoID or xorm builder conditions for issue search (#19475) | 6543 | 2022-04-25 | 1 | -8/+2 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 2 | -2/+6 |
* | Allow package linking to private repository (#19348) | KN4CK3R | 2022-04-09 | 1 | -1/+2 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -5/+6 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 3 | -0/+91 |
* | Package registry changes (#19305) | KN4CK3R | 2022-04-06 | 1 | -6/+9 |
* | Remove legacy unmaintained packages, refactor to support change default local... | wxiaoguang | 2022-04-03 | 1 | -2/+1 |
* | Fix container download counter (#19287) | KN4CK3R | 2022-04-01 | 1 | -1/+0 |
* | Fix global packages enabled avaiable (#19276) | Lunny Xiao | 2022-03-31 | 1 | -0/+1 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 2 | -0/+347 |
* | Move project files into models/project sub package (#17704) | Lunny Xiao | 2022-03-29 | 1 | -2/+3 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 3 | -12/+15 |
* | Add `ContextUser` to http request context (#18798) | KN4CK3R | 2022-03-26 | 2 | -110/+34 |
* | Fix showing issues in your repositories (#18916) | Gusted | 2022-03-23 | 1 | -4/+47 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 2 | -4/+4 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 4 | -6/+5 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 15 | -153/+153 |
* | Restrict email address validation (#17688) | Lunny Xiao | 2022-03-14 | 1 | -1/+2 |
* | RSS/Atom support for Repos (#19055) | 6543 | 2022-03-13 | 2 | -21/+12 |
* | RSS/Atom support for Orgs (#17714) | 6543 | 2022-03-10 | 1 | -8/+5 |
* | Add note to GPG key response if user has no keys (#18961) | KN4CK3R | 2022-03-02 | 1 | -0/+3 |
* | Allow to filter repositories by language in explore, user and organization re... | Lauris BH | 2022-01-28 | 1 | -0/+10 |
* | Automatically pause queue if index service is unavailable (#15066) | Lauris BH | 2022-01-27 | 1 | -3/+3 |
* | Add config options to hide issue events (#17414) | qwerty287 | 2022-01-21 | 1 | -0/+26 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 5 | -16/+13 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+1 |
* | Webauthn nits (#18284) | zeripath | 2022-01-15 | 1 | -8/+10 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 3 | -113/+122 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 11 | -3340/+48 |
* | Removed unused endpoint. (#18127) | KN4CK3R | 2021-12-29 | 1 | -14/+0 |
* | Use conditions but not repo ids as query condition (#16839) | Lunny Xiao | 2021-12-29 | 1 | -156/+45 |
* | Move POST /{username}/action/{action} to simply POST /{username} (#18045) | zeripath | 2021-12-20 | 1 | -2/+2 |
* | Reset Session ID on login (#18018) | zeripath | 2021-12-20 | 2 | -5/+68 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 2 | -2/+2 |
* | Reset locale on login (#18023) | zeripath | 2021-12-19 | 1 | -0/+33 |
* | Add support for ssh commit signing (#17743) | Wim | 2021-12-19 | 1 | -0/+23 |
* | Ensure complexity, minlength and ispwned are checked on password setting (#18... | zeripath | 2021-12-17 | 1 | -1/+16 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 3 | -5/+5 |
* | Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi... | zeripath | 2021-12-14 | 2 | -29/+108 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -2/+2 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 2 | -43/+45 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 4 | -11/+15 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 3 | -11/+10 |
* | Fix value of User.IsRestricted to default setting when oauth2 user auto regis... | Galen Suen | 2021-11-28 | 1 | -7/+8 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 10 | -127/+129 |