summaryrefslogtreecommitdiffstats
path: root/modules/convert
Commit message (Expand)AuthorAgeFilesLines
* Move `convert` package to services (#22264)KN4CK3R2022-12-2922-2354/+0
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-102-13/+12
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-094-40/+55
* Use GhostUser if needed for TrackedTimes (#22021)zeripath2022-12-041-6/+5
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-039-20/+25
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2721-42/+21
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-194-34/+37
* Add `updated_at` field to PullReview API object (#21812)Yarden Shoham2022-11-151-0/+1
* Add Webhook authorization header (#20926)oliverpool2022-11-031-10/+16
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-6/+7
* Use Name instead of DisplayName in LFS Lock (#21415)KN4CK3R2022-10-111-1/+1
* Make external issue tracker regexp configurable via API (#21338)Andrew Imeson2022-10-071-3/+4
* Add `stat` to `ToCommit` function for speed (#21337)Gennady Kovshenin2022-10-061-27/+32
* Add name field for org api (#21270)KN4CK3R2022-09-291-0/+1
* Add API endpoint to get changed files of a PR (#21177)qwerty2872022-09-291-0/+34
* Fix 500 on time tracking in timeline API (#21052)qwerty2872022-09-041-0/+6
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-253-13/+12
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-164-9/+9
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-0/+39
* Include login_name in adminCreateUser response (#20283)Baekjun Kim2022-07-151-0/+1
* Add allow_rebase_update, default_delete_branch_after_merge to repository api ...Bian Jiaping2022-07-151-48/+54
* Add more linters to improve code readability (#19989)Wim2022-06-202-2/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-137-39/+37
* Move some code into models/git (#19879)Lunny Xiao2022-06-122-8/+9
* 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