summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Show 404 page when release not found (#12328) (#12332)techknowlogick2020-07-271-0/+4
* Extend Notifications API and return pinned notifications by default (#12164) ...zeripath2020-07-133-14/+125
* Fix regression: Gitea commits API again returns commit summaries, not full me...techknowlogick2020-07-081-1/+1
* Multiple small admin dashboard fixes (#12153) (#12156)zeripath2020-07-051-3/+6
* Remove spurious logging (#12139) (#12148)zeripath2020-07-051-3/+0
* Ensure BlameReaders close at end of request (#12102) (#12103)zeripath2020-07-011-1/+7
* Global default branch setting (#11918) (#11937)techknowlogick2020-06-171-0/+1
* Rework api/user/repos for pagination (#11827) (#11877)Cirno the Strongest2020-06-131-21/+33
* Handle more pathological branch and tag names (#11843) (#11863)zeripath2020-06-123-10/+24
* Honor DEFAULT_PAGING_NUM for API (#11805) (#11813)Cirno the Strongest2020-06-092-13/+0
* Ensure rejected push to refs/pull/index/head fails nicely (#11724) (#11809)zeripath2020-06-081-5/+27
* Add option to API to update PullRequest base branch (#11666) (#11796)65432020-06-071-0/+26
* In File Create/Update API return 404 if Branch does not exist (#11791) (#11795)65432020-06-071-0/+4
* Fix doer of rename repo (#11789) (#11794)赵智超2020-06-071-1/+1
* Fix timezone on issue deadline (#11697) (#11784)Cirno the Strongest2020-06-061-1/+1
* Handle expected errors in FileCreate & FileUpdate API (#11643) (#11718)65432020-06-011-2/+37
* Fix missing authorization check on pull for public repos of private/limited o...Cirno the Strongest2020-05-291-0/+11
* Handle expected errors in AddGPGkey API (#11644) (#11661)65432020-05-281-2/+10
* When must change password only show Signout (#11600) (#11637)guillep2k2020-05-271-0/+1
* Allow different HardBreaks settings for documents and comments (#11515) (#11599)zeripath2020-05-244-7/+17
* Prevent transferring repos to invisible orgs (#11517) (#11549)guillep2k2020-05-221-0/+9
* Move serviceworker to workbox and fix SSE interference (#11538) (#11547)silverwind2020-05-221-4/+0
* Fix repo-list private and total count bugs (#11500) (#11532)zeripath2020-05-211-3/+6
* Ensure public repositories in private organizations are visible and fix admin...65432020-05-181-1/+2
* Whenever the ctx.Session is updated, release it to save it before sending the...zeripath2020-05-176-100/+168
* Forcibly clean and destroy the session on logout (#11447)zeripath2020-05-171-5/+2
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-162-59/+41
* Make API EditIssue and EditPullRequest issue notifications (#11123)zeripath2020-05-172-21/+36
* Add paging and archive/private repository filtering to dashboard list (#11321)zeripath2020-05-161-0/+13
* Support view individual commit for wiki pages (#11415)mrsdizzie2020-05-163-5/+34
* Check that the ctx.User is not nil before checking its ID (#11424)zeripath2020-05-151-1/+1
* Fix webhook template when validation errors occur (#11421)kolaente2020-05-151-2/+9
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-142-0/+8
* Switch code editor to Monaco (#11366)silverwind2020-05-141-1/+16
* Refactor Milestone related (#11225)65432020-05-123-12/+15
* ui: Replenish the missing ‘PageIsSignUp’ in sign up view (#11390)赵智超2020-05-121-0/+2
* Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327)zeripath2020-05-121-40/+181
* Correctly set the organization num repos (#11339)zeripath2020-05-121-3/+3
* Consolidate API for getting single commit (#11368)Cirno the Strongest2020-05-112-49/+7
* 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