aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Fix tracked time issues (#11349)65432020-05-091-0/+4
* Add default CommitID for create pull review api (#11334)赵智超2020-05-081-0/+19
* Add EventSource support (#11235)zeripath2020-05-074-2/+127
* When deleting a tracked time through the API return 404 not 500 (#11319)65432020-05-071-0/+4
* Protect default branch against deletion (#11115)65432020-05-062-1/+13
* Load Repo Topics on blame view (#11307)65432020-05-052-6/+19
* Allow unauthenticated users to compare (#11240)Kyle Evans2020-05-042-3/+4
* Fix orgs not being displayed on create repo form (#11279)Cirno the Strongest2020-05-031-8/+12
* repo: milestone: make /milestone/:id endpoint accessible (#11264)Kyle Evans2020-05-031-3/+8
* Show pull request selection even when unrelated branches (#11239)zeripath2020-05-021-3/+0
* API: Add pull review endpoints (#11224)65432020-05-024-13/+586
* Return issue subscription status from API subscribe (#10966)65432020-04-301-2/+19
* Refactor UpdateOAuth2Application (#11034)65432020-04-302-14/+4
* Fix creation of Organization repos by Users with max created personal repos (...Andrew Bezold2020-04-301-6/+15
* [API] ListIssues add filter for milestones (#10148)65432020-04-302-16/+57
* Don't allow registration via the web form, when AllowOnlyExternalRegistratio...n0emis2020-04-291-2/+3
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-0/+2
* On logout redirect to start page and clear redirect cookie (#11202)colorfulberry2020-04-251-0/+1
* Fix GetContents(): Dont't ignore Executables (#11192)65432020-04-241-7/+7
* Use AJAX for notifications table (#10961)zeripath2020-04-241-17/+36
* Add option to increase provided OAuth2 token maximum size (#11180)zeripath2020-04-231-0/+4
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-211-1/+1
* Allow list collaborators for users with Read access to repo (#9995)Shashvat Kedia2020-04-211-5/+5
* Add issue subscription check to API (#10967)65432020-04-214-20/+68
* make branch parameter optional for /api/v1/repos/{owner}/{repo}/contents/{fil...65432020-04-201-0/+12
* Support organization labels for PRs in API (#11135)CirnoT2020-04-201-1/+28
* Prevent clones and pushes to disabled wiki (#11131)zeripath2020-04-192-1/+33
* [API] Add branch delete (#11112)65432020-04-192-0/+102
* Add single release page and latest redirect (#11102)John Olheiser2020-04-182-1/+62
* Add a way to mark Conversation (code comment) resolved (#11037)赵智超2020-04-184-0/+65
* Add X-Total-Count on /repos/{owner]/{repo}/pulls API (#11113)CirnoT2020-04-181-0/+1
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-164-0/+8
* Fix merge dialog on protected branch with missing required statuses (#11074)65432020-04-151-3/+1
* document 404 responce and meaning (#11073)65432020-04-151-0/+2
* Contents API should return 404 on not exist (#10323)zeripath2020-04-151-2/+30
* Remove check on username if AccessToken authentication (#11015)zeripath2020-04-141-20/+5
* Cache PullRequest Divergence (#10914)65432020-04-141-11/+1
* Reject duplicate AccessToken names (#10994)65432020-04-132-0/+24
* [Api] Check Notify (always return json) (#10059)65432020-04-101-11/+2
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-103-2/+4
* Add Get/Update for api/v1/user/applications/oauth2 (#11008)Dan Molik2020-04-092-1/+90
* ui:Add flash notify for email preference seting success (#11027)赵智超2020-04-091-0/+1
* [suggest] change merge strategy: do not check write access if user in merge...j.yao.SUSE2020-04-082-3/+2
* [API] Get a single commit via Ref (#10915)65432020-04-072-7/+60
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-063-1/+154
* Users should not be able to prohibit their own login (#10970)赵智超2020-04-061-1/+7
* Add gitea-vet (#10948)John Olheiser2020-04-054-0/+16
* Add titles and improve messages on sidebar menus (#10872)赵智超2020-04-043-2/+6
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-0111-15/+452
* Various Merge Base fixes (#10786)zeripath2020-03-311-4/+34