| Commit message (Expand) | Author | Age | Files | Lines |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 1 | -1/+1 |
* | Fix sorting admin user list by last login (#22081) | aceArt-GmbH | 2022-12-11 | 1 | -0/+4 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 5 | -10/+5 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -1/+1 |
* | Remove deleted repos from searchresult (#21512) | Raymond | 2022-10-22 | 1 | -0/+12 |
* | Add user/organization code search (#19977) | Lauris BH | 2022-10-11 | 1 | -60/+65 |
* | Only show relevant repositories on explore page (#19361) | Gusted | 2022-08-25 | 1 | -6/+14 |
* | Add sitemap support (#18407) | Daniil Gentili | 2022-06-25 | 2 | -2/+49 |
* | In code search, get code unit accessible repos in one (main) query (#19764) | Hugo Hoitink | 2022-06-16 | 1 | -87/+57 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 2 | -4/+3 |
* | Remove `RequireHighlightJS` field, update plantuml example. (#19615) | wxiaoguang | 2022-05-05 | 1 | -1/+0 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 1 | -0/+42 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -1/+1 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 4 | -14/+14 |
* | Refactor admin user filter query parameters (#18965) | wxiaoguang | 2022-03-02 | 1 | -1/+3 |
* | Fix admin user list pagination (#18957) | Otto Richter (fnetX) | 2022-03-01 | 1 | -0/+1 |
* | Allow to filter repositories by language in explore, user and organization re... | Lauris BH | 2022-01-28 | 1 | -0/+5 |
* | Automatically pause queue if index service is unavailable (#15066) | Lauris BH | 2022-01-27 | 1 | -6/+16 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 2 | -5/+3 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 2 | -5/+7 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 1 | -2/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 3 | -23/+24 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -1/+2 |
* | Add user status filter to admin user management page (#16770) | wxiaoguang | 2021-10-12 | 1 | -9/+12 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 3 | -3/+6 |
* | Related refactors to ctx.FormX functions (#16567) | 6543 | 2021-08-11 | 3 | -8/+5 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 3 | -9/+9 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 3 | -13/+13 |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 4 | -0/+416 |