aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org/org_labels.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+2
* Allow to archive labels (#26478)puni98692023-08-141-0/+1
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-2/+3
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-8/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-4/+5
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Fix wrong redirect on org labels (#18128)KN4CK3R2021-12-301-1/+1
* org settings -> webhook/labels/deletion should also active the menu (#17809)Lunny Xiao2021-11-251-0/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+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-3/+3
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+112