| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Code Refactor of IssueWatch related things (#10401) | 6543 | 2020-02-26 | 1 | -0/+3 |
* | [API] enable paggination for ListRepoTags (#10454) | 6543 | 2020-02-25 | 2 | -2/+14 |
* | Render READMEs in docs/ .gitea or .github from root (#10361) | zeripath | 2020-02-21 | 2 | -0/+38 |
* | Add detected file language to code search (#10256) | Lauris BH | 2020-02-20 | 1 | -18/+9 |
* | Language statistics bar for repositories (#8037) | Lauris BH | 2020-02-11 | 1 | -0/+116 |
* | Fix commit between two commits calculation if there is only last commit (#10225) | Lauris BH | 2020-02-11 | 1 | -1/+1 |
* | Cache last commit to accelerate the repository directory page visit (#10069) | Lunny Xiao | 2020-02-01 | 2 | -3/+48 |
* | Some refactor on git diff and ignore getting commit information failed on mig... | Lunny Xiao | 2020-01-28 | 2 | -0/+342 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 2 | -5/+6 |
* | Make archive prefixing configurable with a global setting (#9943) | zeripath | 2020-01-22 | 1 | -9/+35 |
* | Add top author stats to activity page (#9615) | Lauris BH | 2020-01-20 | 2 | -8/+34 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 3 | -7/+119 |
* | Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) | David Svantesson | 2020-01-09 | 1 | -0/+6 |
* | Provide Default messages for merges (#9393) | zeripath | 2019-12-30 | 1 | -1/+25 |
* | Change target branch for pull request (#6488) | Mario Lubenka | 2019-12-16 | 1 | -0/+21 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 2 | -2/+4 |
* | Remove SavePatch and generate patches on the fly (#9302) | zeripath | 2019-12-13 | 2 | -14/+18 |
* | Fix nondeterministic behavior (#9341) | Mura Li | 2019-12-13 | 2 | -2/+2 |
* | Make repository management section handle lfs locks (#8726) | zeripath | 2019-12-12 | 1 | -0/+84 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 3 | -11/+44 |
* | Variable expansion in repository templates (#9163) | John Olheiser | 2019-11-30 | 1 | -0/+4 |
* | Fix datarace on git.GlobalCommandArgs on tests (#9162) | Lunny Xiao | 2019-11-27 | 3 | -3/+31 |
* | Move mirror sync actions to notification (#9022) | Lunny Xiao | 2019-11-24 | 1 | -0/+13 |
* | Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924) | Benno | 2019-11-15 | 1 | -0/+23 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 15 | -2/+46 |
* | Migrate temp_repo.go to use git.NewCommand (#8918) | zeripath | 2019-11-11 | 1 | -0/+11 |
* | Stop using git count-objects and use raw directory size for repository (#8848) | zeripath | 2019-11-10 | 1 | -2/+2 |
* | Adjust error reporting from merge failures and use LC_ALL=C for git (#8548) | zeripath | 2019-11-10 | 1 | -1/+10 |
* | Fix count for commit graph last page (#8843) | jaqra | 2019-11-07 | 2 | -0/+15 |
* | fix 500 when edit hook (#8782) | Lunny Xiao | 2019-11-02 | 1 | -0/+5 |
* | On windows set core.longpaths true (#8776) | zeripath | 2019-11-02 | 1 | -0/+8 |
* | Add basic repository lfs management (#7199) | zeripath | 2019-10-28 | 4 | -0/+202 |
* | Ensure default gpg settings not nil and found commits have reference to repo ... | zeripath | 2019-10-20 | 1 | -0/+1 |
* | Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) | zeripath | 2019-10-16 | 5 | -5/+111 |
* | IsBranchExist: return false if provided name is empty (#8485) | zeripath | 2019-10-13 | 1 | -2/+8 |
* | Restore functionality for early gits (#7775) | zeripath | 2019-10-12 | 2 | -6/+18 |
* | Bugfix for image compare and minor improvements to image compare (#8289) | Mario Lubenka | 2019-10-04 | 1 | -2/+5 |
* | Adds side-by-side diff for images (#6784) | Mario Lubenka | 2019-09-16 | 1 | -0/+49 |
* | Fix reading git notes from nested trees (#8026) | Filip Navara | 2019-09-12 | 23 | -14/+60 |
* | Strict name matching for Repository.GetTagID() (#8074) | guillep2k | 2019-09-04 | 2 | -4/+17 |
* | Search Commits via Commit Hash (#7400) | Gary Kim | 2019-09-02 | 1 | -12/+33 |
* | Fixes #7945 - makes sure we are only getting tag refs (#7990) | Richard Mahn | 2019-08-26 | 1 | -1/+1 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 3 | -2/+3 |
* | Do not fetch all refs (#7797) | Mura Li | 2019-08-13 | 1 | -1/+1 |
* | Be more strict with git arguments (#7715) | zeripath | 2019-08-05 | 9 | -18/+26 |
* | Include "executable" files in the index, as they are not necessarily binary (... | guillep2k | 2019-08-02 | 1 | -0/+5 |
* | Correct wrong datetime format for git (#7689) | zeripath | 2019-07-31 | 1 | -1/+1 |
* | Added missing error checks in tests (#7554) | Christian Muehlhaeuser | 2019-07-23 | 2 | -1/+5 |
* | Removed unnecessary conversions (#7557) | Christian Muehlhaeuser | 2019-07-23 | 10 | -19/+13 |
* | Fix empty commits now showing in repo overview (#7521) | silverwind | 2019-07-22 | 7 | -13/+24 |