| Commit message (Expand) | Author | Age | Files | Lines |
* | [Vendor] Switch go-version lib (#12719) | 6543 | 2020-09-05 | 2 | -10/+7 |
* | Add email notify for new release (#12463) | 赵智超 | 2020-08-23 | 1 | -0/+69 |
* | Fix diff path unquoting (#12554) | zeripath | 2020-08-22 | 2 | -30/+34 |
* | Prevent NPE on commenting on lines with invalidated comments (with migration)... | zeripath | 2020-08-21 | 1 | -1/+1 |
* | Support Force-update in Mirror and improve Tracing in mirror (#12242) | zeripath | 2020-08-20 | 1 | -1/+33 |
* | Fix typos (#12542) | Gjergji Ramku | 2020-08-20 | 1 | -3/+3 |
* | Default empty merger list to those with write permissions (#12535) | zeripath | 2020-08-20 | 1 | -1/+1 |
* | Add a storage layer for attachments (#11387) | Lunny Xiao | 2020-08-18 | 1 | -2/+2 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 4 | -6/+12 |
* | Add more tests for diff highlighting (#12467) | mrsdizzie | 2020-08-11 | 2 | -1/+16 |
* | Improved diff syntax highlighting fix (#12455) | mrsdizzie | 2020-08-08 | 2 | -20/+37 |
* | Add action feed for new release (#12324) | 赵智超 | 2020-07-29 | 2 | -6/+13 |
* | Git 2.28 no longer permits diff with ... on unrelated branches (#12364) | zeripath | 2020-07-29 | 1 | -0/+6 |
* | Fixes #12341: Release date should only be set to current time if draft or tag... | Richard Mahn | 2020-07-28 | 2 | -1/+152 |
* | Fix Syntax highlight for token change in added/deleted code (#12238) | mrsdizzie | 2020-07-16 | 2 | -3/+48 |
* | Ensure syntax highlighting is the same inside diffs (#12205) | mrsdizzie | 2020-07-11 | 1 | -4/+4 |
* | Make copy/paste work for source code (#12191) | mrsdizzie | 2020-07-08 | 1 | -3/+3 |
* | Update the wiki repository remote origin while update the mirror repository's... | yisiliang | 2020-07-05 | 1 | -1/+19 |
* | Server-side syntax highlighting for all code (#12047) | mrsdizzie | 2020-07-01 | 2 | -26/+28 |
* | Update CommitsAhead CommitsBehind on Pull BaseBranch Change too (#11912) | 6543 | 2020-06-16 | 1 | -1/+10 |
* | Handle more pathological branch and tag names (#11843) | zeripath | 2020-06-11 | 2 | -3/+3 |
* | Ensure rejected push to refs/pull/index/head fails nicely (#11724) | zeripath | 2020-06-08 | 1 | -0/+10 |
* | Fix issue with DiffIndex on initial commit (#11677) | zeripath | 2020-05-29 | 1 | -2/+6 |
* | Fix numbr of files, total additions, and deletions (#11614) | zeripath | 2020-05-26 | 1 | -9/+9 |
* | Add push commits history comment on PR time-line (#11167) | 赵智超 | 2020-05-20 | 2 | -0/+46 |
* | Check Push permissions on IsUserAllowedToUpdate (#11448) | 6543 | 2020-05-16 | 1 | -0/+11 |
* | Refactor Cron and merge dashboard tasks (#10745) | zeripath | 2020-05-16 | 1 | -3/+6 |
* | Handle panics that percolate up to the graceful module (#11291) | zeripath | 2020-05-14 | 1 | -0/+8 |
* | Fix ref links in issue overviews for tags (#8742) | Sijmen Schoon | 2020-05-14 | 2 | -0/+46 |
* | Sendmail should create a process on the gitea system and have a default timeo... | zeripath | 2020-05-03 | 1 | -1/+13 |
* | Fix spelling mistake with Rewiew (#11262) | zeripath | 2020-04-30 | 1 | -3/+3 |
* | When using API CreateRelease set created_unix to the tag commit time (#11218) | Jason Duan | 2020-04-30 | 1 | -1/+1 |
* | Support unicode emojis and remove emojify.js (#11032) | mrsdizzie | 2020-04-28 | 1 | -0/+4 |
* | Prevent merge of outdated PRs on protected branches (#11012) | 6543 | 2020-04-16 | 1 | -2/+8 |
* | fix (#11066) | 6543 | 2020-04-14 | 1 | -0/+3 |
* | Cache PullRequest Divergence (#10914) | 6543 | 2020-04-14 | 1 | -0/+25 |
* | remove package code.gitea.io/gitea/modules/git import out of models (#11025) | 6543 | 2020-04-10 | 1 | -1/+201 |
* | Load pr Issue Poster on API too (#11033) | 6543 | 2020-04-10 | 1 | -0/+4 |
* | [suggest] change merge strategy: do not check write access if user in merge... | j.yao.SUSE | 2020-04-08 | 1 | -4/+1 |
* | add request review from specific reviewers feature in pull request (#10756) | 赵智超 | 2020-04-06 | 1 | -0/+20 |
* | Fix rebase conflict detection in git 2.26 (#10929) | zeripath | 2020-04-03 | 1 | -6/+23 |
* | Generate Diff and Patch direct from Pull head (#10936) | zeripath | 2020-04-03 | 1 | -17/+4 |
* | Prevent deadlock in pull_service.GetDiverging(pr) (#10905) | 6543 | 2020-04-01 | 2 | -47/+10 |
* | Only update merge_base in checker if not already merged (#10908) | zeripath | 2020-04-01 | 2 | -2/+2 |
* | Add Organization Wide Labels (#10814) | mrsdizzie | 2020-04-01 | 1 | -1/+4 |
* | Handle push rejection in branch and upload (#10854) | zeripath | 2020-03-28 | 2 | -4/+8 |
* | Fix bug on pull view when required status check no ci result (#10648) | Lunny Xiao | 2020-03-07 | 1 | -0/+5 |
* | Update mergebase in pr checker (#10586) | zeripath | 2020-03-03 | 1 | -1/+1 |
* | Display pull request head branch even the branch deleted or repository delete... | Lunny Xiao | 2020-03-02 | 4 | -30/+25 |
* | Remove Unused Functions (#10516) | 6543 | 2020-03-02 | 1 | -10/+0 |