aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/explore
Commit message (Expand)AuthorAgeFilesLines
* Add user/organization code search (#19977)Lauris BH2022-10-111-60/+65
* Only show relevant repositories on explore page (#19361)Gusted2022-08-251-6/+14
* Add sitemap support (#18407)Daniil Gentili2022-06-252-2/+49
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-87/+57
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-062-4/+3
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-051-1/+0
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-0/+42
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-224-14/+14
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-1/+3
* Fix admin user list pagination (#18957)Otto Richter (fnetX)2022-03-011-0/+1
* Allow to filter repositories by language in explore, user and organization re...Lauris BH2022-01-281-0/+5
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-6/+16
* format with gofumpt (#18184)65432022-01-202-5/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-5/+7
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-2/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-243-23/+24
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-9/+12
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-243-3/+6
* Related refactors to ctx.FormX functions (#16567)65432021-08-113-8/+5
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-113-9/+9
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-293-13/+13
* Refactor routers directory (#15800)Lunny Xiao2021-06-094-0/+416