aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org/setting.go
Commit message (Expand)AuthorAgeFilesLines
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-1/+1
* Add user webhooks (#21563)KN4CK3R2023-03-101-4/+4
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Add user secrets (#22191)KN4CK3R2023-02-011-51/+0
* Implement actions (#21937)Jason Song2023-01-311-0/+4
* Secrets storage with SecretKey encrypted (#22142)Jason Song2022-12-201-0/+51
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-0/+7
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+3
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+3
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-1/+2
* 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