| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't fetch Mirror when it's migrating (#19588) | Gusted | 2022-05-03 | 1 | -5/+14 |
* | Federation: return useful statistic information for nodeinfo (#19561) | 6543 | 2022-05-02 | 1 | -0/+2 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 2 | -4/+14 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -2/+2 |
* | Use router param for filepath in GetRawFile (#19499) | John Olheiser | 2022-04-26 | 1 | -0/+1 |
* | RepoAssignment ensure to close before overwrite (#19449) | 6543 | 2022-04-21 | 2 | -45/+61 |
* | Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#... | wxiaoguang | 2022-04-08 | 5 | -178/+110 |
* | Remove dependent on session auth for api/v1 routers (#19321) | Lunny Xiao | 2022-04-08 | 1 | -22/+3 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 3 | -16/+92 |
* | Remove legacy unmaintained packages, refactor to support change default local... | wxiaoguang | 2022-04-03 | 1 | -4/+5 |
* | Remove legacy `unknwon/com` package (#19298) | wxiaoguang | 2022-04-02 | 1 | -3/+12 |
* | Refactor legacy `unknwon/com` package, improve golangci lint (#19284) | wxiaoguang | 2022-04-01 | 3 | -13/+17 |
* | Fix global packages enabled avaiable (#19276) | Lunny Xiao | 2022-03-31 | 1 | -0/+2 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 1 | -1/+1 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 2 | -22/+147 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 2 | -5/+5 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 2 | -12/+10 |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 1 | -5/+12 |
* | Add `ContextUser` to http request context (#18798) | KN4CK3R | 2022-03-26 | 3 | -3/+6 |
* | Prevent redirect to Host (2) (#19175) | zeripath | 2022-03-23 | 1 | -0/+6 |
* | Redirect .wiki/* ui link to /wiki (#18831) | a1012112796 | 2022-03-23 | 1 | -0/+20 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 3 | -6/+6 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -4/+3 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 6 | -54/+54 |
* | RSS/Atom support for Repos (#19055) | 6543 | 2022-03-13 | 1 | -0/+2 |
* | If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049) | zeripath | 2022-03-10 | 1 | -1/+1 |
* | Refactor admin user filter query parameters (#18965) | wxiaoguang | 2022-03-02 | 1 | -9/+0 |
* | Fix admin user list pagination (#18957) | Otto Richter (fnetX) | 2022-03-01 | 1 | -0/+9 |
* | Allow adminstrator teams members to see other teams (#18918) | Gusted | 2022-02-26 | 1 | -0/+16 |
* | Fix redirect when using lowercase reponame (#18775) | Ghanem | 2022-02-18 | 1 | -1/+1 |
* | Display template path of current page in dev mode (#18717) | Lunny Xiao | 2022-02-12 | 1 | -1/+4 |
* | Refactor i18n, use Locale to provide i18n/translation related functions (#18648) | wxiaoguang | 2022-02-08 | 1 | -9/+0 |
* | If rendering has failed due to a net.OpError stop rendering (#18642) | zeripath | 2022-02-06 | 1 | -0/+8 |
* | Change some logging levels (#18421) | zeripath | 2022-01-29 | 1 | -7/+13 |
* | Automatically pause queue if index service is unavailable (#15066) | Lauris BH | 2022-01-27 | 1 | -0/+4 |
* | Disable content sniffing on `PlainTextBytes` (#18359) | Gusted | 2022-01-22 | 1 | -0/+1 |
* | Add config options to hide issue events (#17414) | qwerty287 | 2022-01-21 | 1 | -3/+7 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 8 | -30/+26 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 4 | -30/+75 |
* | Restore setting of ctx.Repo.Mirror (#18205) | zeripath | 2022-01-08 | 1 | -4/+4 |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 1 | -1/+1 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 2 | -10/+10 |
* | Handle invalid issues (#18111) | Gusted | 2021-12-28 | 1 | -9/+14 |
* | Instead of using routerCtx just escape the url before routing (#18086) | zeripath | 2021-12-25 | 1 | -3/+0 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 2 | -5/+5 |
* | Prevent double decoding of % in url params (#17997) | zeripath | 2021-12-16 | 1 | -0/+4 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 3 | -106/+70 |
* | Improve behavior of "Fork" button (#17288) | qwerty287 | 2021-12-13 | 1 | -2/+16 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -5/+5 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -3/+4 |