aboutsummaryrefslogtreecommitdiffstats
path: root/modules/convert/convert.go
Commit message (Expand)AuthorAgeFilesLines
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-458/+0
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+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
* 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
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-2/+2
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-4/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-131-13/+44
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-4/+5
* Use for a repo action one database transaction (#19576)65432022-05-031-1/+1
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-1/+8
* more context for models (#19511)65432022-04-281-1/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-6/+7
* 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
* 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-101-5/+6
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+10
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+2
* 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-091-1/+2
* Avoid double imports (#17569)Gusted2021-11-081-2/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+3
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+1
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-0/+2
* [API] Add repoCreateTag (#16165)65432021-06-171-0/+2
* migrate from com.* to alternatives (#14103)65432020-12-251-4/+2
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-21/+0
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-091-2/+2
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-2/+2
* Move LFSLock APIFormat into convert package (#13808)65432020-12-031-0/+14
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-22/+23
* Add review request api (#11355)a10121127962020-10-201-0/+4
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-0/+21
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-181-57/+2
* Convert User expose ID each time (#12855)65432020-09-171-24/+1
* Default empty merger list to those with write permissions (#12535)zeripath2020-08-201-1/+5
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+1
* [API] Get a single commit via Ref (#10915)65432020-04-071-1/+0
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-0/+1
* Fix branch api canPush and canMerge (#10776)Lunny Xiao2020-03-201-23/+31
* Fix bug on branch API (#10767)Lunny Xiao2020-03-191-3/+7