aboutsummaryrefslogtreecommitdiffstats
path: root/modules/convert
Commit message (Expand)AuthorAgeFilesLines
* Nuke the incorrect permission report on /api/v1/notifications (#19761)zeripath2022-05-201-0/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-204-4/+5
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-134-19/+52
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-113-8/+10
* Hide private repositories in packages (#19584)KN4CK3R2022-05-071-6/+16
* Use for a repo action one database transaction (#19576)65432022-05-031-1/+1
* Add API to query collaborators permission for a repository (#18761)Florin Hillebrand2022-04-291-0/+9
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-282-1/+10
* more context for models (#19511)65432022-04-283-6/+7
* Set correct PR status on 3way on conflict checking (#19457)Gusted2022-04-211-4/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-083-4/+6
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+43
* Make git.OpenRepository accept Context (#19260)65432022-03-301-4/+4
* More commit info from API (#19252)John Olheiser2022-03-291-0/+14
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-6/+7
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-251-0/+9
* format with gofumpt (#18184)65432022-01-204-7/+6
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-194-16/+18
* Add MirrorUpdated field to Repository API type (#18267)Peter GardfjÀll2022-01-181-0/+5
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-1/+2
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-011-0/+143
* Add API to manage repo tranfers (#17963)qwerty2872021-12-231-0/+30
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-6/+7
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-108-26/+35
* Use fmt.Sprintf correctly (#17886)delvh2021-12-021-1/+1
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-286-18/+23
* Move user related model into models/user (#17781)Lunny Xiao2021-11-248-43/+53
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-2/+8
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-1/+2
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+2
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-1/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-163-7/+11
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-164-13/+9
* Add migration from GitBucket (#16767)KN4CK3R2021-11-141-0/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-125-6/+10
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-2/+3
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-4/+5
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-092-7/+9
* Avoid double imports (#17569)Gusted2021-11-081-2/+1
* Fix zero created time bug on commit api (#17546)Lunny Xiao2021-11-051-4/+6
* In many cases user avatar link should be an absolute URL with http host (#17420)wxiaoguang2021-10-251-0/+1
* Add API to get/edit wiki (#17278)qwerty2872021-10-251-0/+60
* Stop sanitizing full name in API (#17396)zeripath2021-10-221-2/+1
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-072-6/+18
* API: add html urls to notification subjects (#17178)Norwin2021-09-301-4/+12
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+3