aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Unify user update methods (#28733)KN4CK3R2024-02-041-38/+35
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+1
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-191-2/+2
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-2/+2
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Show always repo count in header (#26842)JakobDev2023-09-061-0/+28
* Fix the display of org level badges (#26504)yp053272023-09-061-1/+0
* Make "link-action" backend code respond correct JSON content (#26680)wxiaoguang2023-08-231-1/+1
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-251-0/+1
* fix incorrect repo url when changed the case of ownername (#25733)hiifong2023-07-141-6/+0
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-24/+15
* Fix missing badges in org settings page (#24654)yp053272023-05-111-0/+1
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-4/+0
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-101-1/+1
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-1/+0
* 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