| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow site admin to disable mirrors (#11740) | John Olheiser | 2020-06-02 | 2 | -2/+3 |
* | Handle expected errors in FileCreate & FileUpdate API (#11643) | 6543 | 2020-05-31 | 1 | -2/+37 |
* | Add API Endpoint for Branch Creation (#11607) | Terence Le Huu Phuong | 2020-05-29 | 3 | -0/+94 |
* | Fix missing authorization check on pull for public repos of private/limited o... | Cirno the Strongest | 2020-05-29 | 1 | -0/+11 |
* | Handle expected errors in AddGPGkey API (#11644) | 6543 | 2020-05-28 | 1 | -2/+10 |
* | When must change password only show Signout (#11600) | zeripath | 2020-05-26 | 1 | -0/+1 |
* | Fix numbr of files, total additions, and deletions (#11614) | zeripath | 2020-05-26 | 4 | -4/+4 |
* | Allow different HardBreaks settings for documents and comments (#11515) | zeripath | 2020-05-24 | 4 | -7/+17 |
* | Properly handle and return empty string for dangling commits in GetBranchName... | Cirno the Strongest | 2020-05-23 | 1 | -0/+1 |
* | Use default commit message for wiki edits (#11550) | mrsdizzie | 2020-05-22 | 1 | -0/+9 |
* | Move serviceworker to workbox and fix SSE interference (#11538) | silverwind | 2020-05-21 | 1 | -4/+0 |
* | Prevent transferring repos to invisible orgs (#11517) | guillep2k | 2020-05-21 | 1 | -0/+9 |
* | Fix repo-list private and total count bugs (#11500) | zeripath | 2020-05-20 | 1 | -3/+6 |
* | Add push commits history comment on PR time-line (#11167) | 赵智超 | 2020-05-20 | 1 | -0/+6 |
* | Ensure public repositories in private organizations are visible and fix admin... | zeripath | 2020-05-18 | 1 | -1/+2 |
* | Whenever the ctx.Session is updated, release it to save it before sending the... | zeripath | 2020-05-17 | 6 | -100/+168 |
* | Forcibly clean and destroy the session on logout (#11447) | zeripath | 2020-05-17 | 1 | -5/+2 |
* | Refactor Cron and merge dashboard tasks (#10745) | zeripath | 2020-05-16 | 2 | -59/+41 |
* | Make API EditIssue and EditPullRequest issue notifications (#11123) | zeripath | 2020-05-17 | 2 | -21/+36 |
* | Add paging and archive/private repository filtering to dashboard list (#11321) | zeripath | 2020-05-16 | 1 | -0/+13 |
* | Support view individual commit for wiki pages (#11415) | mrsdizzie | 2020-05-16 | 3 | -5/+34 |
* | Check that the ctx.User is not nil before checking its ID (#11424) | zeripath | 2020-05-15 | 1 | -1/+1 |
* | Fix webhook template when validation errors occur (#11421) | kolaente | 2020-05-15 | 1 | -2/+9 |
* | Fix ref links in issue overviews for tags (#8742) | Sijmen Schoon | 2020-05-14 | 2 | -0/+8 |
* | Switch code editor to Monaco (#11366) | silverwind | 2020-05-14 | 1 | -1/+16 |
* | Refactor Milestone related (#11225) | 6543 | 2020-05-12 | 3 | -12/+15 |
* | ui: Replenish the missing ‘PageIsSignUp’ in sign up view (#11390) | 赵智超 | 2020-05-12 | 1 | -0/+2 |
* | Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327) | zeripath | 2020-05-12 | 1 | -40/+181 |
* | Correctly set the organization num repos (#11339) | zeripath | 2020-05-12 | 1 | -3/+3 |
* | Consolidate API for getting single commit (#11368) | Cirno the Strongest | 2020-05-11 | 2 | -49/+7 |
* | Fix tracked time issues (#11349) | 6543 | 2020-05-09 | 1 | -0/+4 |
* | Add default CommitID for create pull review api (#11334) | 赵智超 | 2020-05-08 | 1 | -0/+19 |
* | Add EventSource support (#11235) | zeripath | 2020-05-07 | 4 | -2/+127 |
* | When deleting a tracked time through the API return 404 not 500 (#11319) | 6543 | 2020-05-07 | 1 | -0/+4 |
* | Protect default branch against deletion (#11115) | 6543 | 2020-05-06 | 2 | -1/+13 |
* | Load Repo Topics on blame view (#11307) | 6543 | 2020-05-05 | 2 | -6/+19 |
* | Allow unauthenticated users to compare (#11240) | Kyle Evans | 2020-05-04 | 2 | -3/+4 |
* | Fix orgs not being displayed on create repo form (#11279) | Cirno the Strongest | 2020-05-03 | 1 | -8/+12 |
* | repo: milestone: make /milestone/:id endpoint accessible (#11264) | Kyle Evans | 2020-05-03 | 1 | -3/+8 |
* | Show pull request selection even when unrelated branches (#11239) | zeripath | 2020-05-02 | 1 | -3/+0 |
* | API: Add pull review endpoints (#11224) | 6543 | 2020-05-02 | 4 | -13/+586 |
* | Return issue subscription status from API subscribe (#10966) | 6543 | 2020-04-30 | 1 | -2/+19 |
* | Refactor UpdateOAuth2Application (#11034) | 6543 | 2020-04-30 | 2 | -14/+4 |
* | Fix creation of Organization repos by Users with max created personal repos (... | Andrew Bezold | 2020-04-30 | 1 | -6/+15 |
* | [API] ListIssues add filter for milestones (#10148) | 6543 | 2020-04-30 | 2 | -16/+57 |
* | Don't allow registration via the web form, when AllowOnlyExternalRegistratio... | n0emis | 2020-04-29 | 1 | -2/+3 |
* | Support unicode emojis and remove emojify.js (#11032) | mrsdizzie | 2020-04-28 | 1 | -0/+2 |
* | On logout redirect to start page and clear redirect cookie (#11202) | colorfulberry | 2020-04-25 | 1 | -0/+1 |
* | Fix GetContents(): Dont't ignore Executables (#11192) | 6543 | 2020-04-24 | 1 | -7/+7 |
* | Use AJAX for notifications table (#10961) | zeripath | 2020-04-24 | 1 | -17/+36 |