summaryrefslogtreecommitdiffstats
path: root/modules/structs
Commit message (Expand)AuthorAgeFilesLines
* Add API branch protection endpoint (#9311)David Svantesson2020-02-121-8/+82
* Add feishu webhook support (#10229)Lunny Xiao2020-02-121-1/+1
* [API] Fix inconsistent label color format (#10129)65432020-02-091-1/+1
* [API] expose RepoOwner on Issue responce (#10126)65432020-02-041-0/+1
* API endpoint for repo transfer (#9947)65432020-01-311-0/+9
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-222-0/+64
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-141-0/+5
* [API] orgEditTeam make Fields optional (#9556)65432020-01-091-4/+4
* [API] Add notification endpoint (#9488)65432020-01-091-0/+28
* Add HTML URL to API Issues (#9654)John Olheiser2020-01-081-0/+1
* [API] Fix 9544 | return 200 when reaction already exist (#9550)65432019-12-311-2/+2
* update swagger info (#9558)65432019-12-311-4/+8
* [API] Extend times API (#9200)65432019-12-271-12/+20
* [API] Extend contents with dates (#9464)65432019-12-242-2/+15
* Remove unsued struct (#9405)Lauris BH2019-12-181-6/+0
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-1/+2
* [API] extend StopWatch (#9196)65432019-12-111-0/+19
* [API] Add Reactions (#9220)65432019-12-071-0/+22
* Add release_counter to Repo API (#9214)65432019-11-301-0/+1
* expose PR counter on Repo API (#9202)65432019-11-291-0/+1
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-3/+6
* Update branch API endpoint to show effective branch protection. (#9031)David Svantesson2019-11-161-2/+8
* Template Repositories (#8768)John Olheiser2019-11-111-0/+3
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-8/+11
* Fix API deadline removal (#8759)David Svantesson2019-11-032-2/+4
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-0/+8
* Improve webhooks (#8583)John Olheiser2019-10-181-0/+8
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-4/+5
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-0/+39
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-132-4/+46
* Api: advanced settings for repository (external wiki, issue tracker etc.) (#7...David Svantesson2019-10-021-11/+49
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-10/+13
* Implement webhook branch filter (#7791)WGH2019-09-091-5/+7
* Add option to initialize repository with labels (#6061)John Olheiser2019-09-081-0/+2
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-031-0/+29
* swagger/fix: []string are not enum by swagger definition (#7916)Antoine GIRARD2019-08-261-3/+3
* API method to list all commits of a repository (#6408)Mike Schwörer2019-08-261-0/+6
* Be more strict with git arguments (#7715)zeripath2019-08-051-2/+2
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-083-16/+21
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-291-16/+25
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-291-1/+1
* Add missing description of label on API (#7159)Lunny Xiao2019-06-161-5/+9
* Add LastLogin to the User API (#7196)zeripath2019-06-151-0/+5
* Add golangci (#6418)kolaente2019-06-122-11/+0
* Revert "make modules/structs as a spereate go mod (#7127)" (#7175)Lunny Xiao2019-06-102-4/+0
* make modules/structs as a spereate go mod (#7127)Lunny Xiao2019-06-102-0/+4
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-081-7/+23
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-061-0/+2
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-303-20/+49
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-301-26/+32