aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/middlewares.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Improve user experience for outdated comments (#29050)wxiaoguang2024-02-081-13/+5
* Unify user update methods (#28733)KN4CK3R2024-02-041-2/+8
* Fix viewing wiki commit on empty repo (#28040)JakobDev2023-11-141-1/+0
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-4/+4
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-211-0/+25
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-2/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* Added auto-save whitespace behavior if it changed manually (#15566)Viktor Suprun2022-02-081-3/+21
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+2
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-2/+2
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+72