| Commit message (Expand) | Author | Age | Files | Lines |
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -1/+1 |
* | Webhooks for repo creation/deletion (#1663) | Ethan Koenig | 2017-09-03 | 1 | -1/+1 |
* | Revert "Add ability to fork your own repos (#761)" (#2193) | Bwko | 2017-07-26 | 1 | -0/+6 |
* | Fix displaying commits and files of PR created from now deleted fork (#2023) | Kim "BKC" Carlbäcker | 2017-06-22 | 1 | -6/+14 |
|\ |
|
| * | Fix displaying commits and files of PR created from now deleted forked reposi... | Lauris Bukšis-Haberkorns | 2017-06-21 | 1 | -6/+14 |
* | | Make branch deletion URL more like GitHub's, fixes #1397 (#1994) | Lauris BH | 2017-06-21 | 1 | -0/+127 |
|/ |
|
* | Show commit status icon in commits table (#1688) | Lauris BH | 2017-05-07 | 1 | -0/+4 |
* | fix compare button failed when there is no fork repos (#1104) | Lunny Xiao | 2017-03-03 | 1 | -1/+1 |
* | Notifying on open PR, and Close/Reopen/Merge issue or PR | Andrey Nering | 2017-01-28 | 1 | -0/+6 |
* | Add ability to fork your own repos (#761) | Bwko | 2017-01-26 | 1 | -6/+0 |
* | Rename .gogs to .gitea and comply with github template guidelines (#568) (#582) | Manuel Kuhlmann | 2017-01-05 | 1 | -3/+6 |
* | bug fixed for fork repos (#560) | Lunny Xiao | 2017-01-03 | 1 | -1/+1 |
* | resolved #310: hide fork to self (#323) | Lunny Xiao | 2016-12-01 | 1 | -0/+1 |
* | golint fixed for modules/auth | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -8/+8 |
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -17/+29 |
* | Remember diff view style (#163) | Andrey Nering | 2016-11-13 | 1 | -1/+0 |
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -2/+2 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -7/+7 |
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | Replace GOGS with GITEA in variable names | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
* | Merge branch 'master' into feature/goimports | Sandro Santilli | 2016-11-05 | 1 | -10/+0 |
|\ |
|
| * | Refactor editorconfig middleware | Andrey Nering | 2016-11-05 | 1 | -10/+0 |
* | | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -3/+1 |
|/ |
|
* | Fix 500 when repo has invalid .editorconfig | Andrey Nering | 2016-11-05 | 1 | -8/+4 |
* | Show issue/PR number on title | Andrey Nering | 2016-11-03 | 1 | -1/+2 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -6/+6 |
* | #2246 add HTMLURL to webhook type | Unknwon | 2016-08-16 | 1 | -10/+14 |
* | #3466 fix response of pull request form validation error | Unknwon | 2016-08-15 | 1 | -6/+18 |
* | Squashed commit of the following: | Richard Mahn | 2016-08-14 | 1 | -1/+1 |
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -18/+21 |
* | On showing diff/file, use the tab_width specified on .editorconfig, if any (#... | Andrey Nering | 2016-08-11 | 1 | -0/+14 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -5/+5 |
* | #2790 fix not detect diff style in pull request file changes | Unknwon | 2016-07-23 | 1 | -0/+1 |
* | #3181 detect situation when base branch is deleted in pull request | Unknwon | 2016-07-23 | 1 | -0/+8 |
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -3/+0 |
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 | 1 | -1/+1 |
* | Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) | Andrey Nering | 2016-06-29 | 1 | -2/+4 |
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -8/+3 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -15/+15 |
* | Fix pull request availability check | Unknwon | 2016-03-06 | 1 | -1/+1 |
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | 1 | -1/+1 |
* | #1597 fix premission logic check of pull request | Unknwon | 2016-03-04 | 1 | -7/+14 |
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 | 1 | -22/+45 |
* | Call PushToBaseRepo() also on Pull Request creation and not only on git push | Martin Hartkorn | 2016-02-24 | 1 | -6/+13 |
* | Implement issue and pull request templates. | Andrey Nering | 2016-02-18 | 1 | -0/+11 |
* | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | 1 | -0/+2 |
* | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 | 1 | -6/+0 |
* | Compute inline diff for pull request view, too. Fix #2462 | Andrey Nering | 2016-01-25 | 1 | -0/+6 |