aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-1/+1
* format with gofumpt (#18184)65432022-01-201-1/+2
* Use correct translation key for errors (#18342)Gusted2022-01-201-3/+7
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+2
* fix 500 error while use a reserved name in org rename (#17878)a10121127962021-12-021-1/+1
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-251-1/+1
* org settings -> webhook/labels/deletion should also active the menu (#17809)Lunny Xiao2021-11-251-0/+5
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-3/+4
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-6/+8
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-4/+4
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-2/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* [API] generalize list header (#16551)65432021-08-121-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+219