Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -10/+16 |
| | |||||
* | Allow updating draft releases while keeping them as draft | Sandro Santilli | 2016-11-14 | 1 | -0/+1 |
| | | | | Closes #162 | ||||
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -1/+1 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -6/+6 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | Add Pagination to Releases-page | Kim "BKC" Carlbäcker | 2016-11-07 | 1 | -1/+8 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -6/+6 |
| | |||||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -2/+2 |
| | |||||
* | Fix #3314: Cannot edit release with tag name contains slash (#3434) | Thibault Meyer | 2016-08-11 | 1 | -2/+2 |
| | |||||
* | Fix #3315: Release dont use tag creation date (#3374) | Thibault Meyer | 2016-08-06 | 1 | -0/+10 |
| | | | | | | | | | | * Fix #3315: Release dont use tag creation date * Simplify code and apply gofmt * remove useless block (ctx.Repo.GitRepo.GetTag) on EditReleasePost * apply gofmt on modified files | ||||
* | routers/repo/release: Use correct branch reference (#3330) | 마누엘 | 2016-07-27 | 1 | -9/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When calculating the current behind commit count the calculation should use the current release target to get the total commit count. Should the release target not exist anymore the calculation will return zero for the newest release on that target. Older releases on that target will then use that calculated commit count as reference. The only use case that is now somehow invalid is when the release target was merged / deleted after a tag on that release target: master 1 - - - - - - - 6 \ / branch 2 - 3 - 4 - 5 When `4` is the last tag on branch `branch` and the branch `branch` is not yet deleted the calculated numbers would be: 1 commits to branch since this release Now if the branch `branch` gets deleted the calculation function will not find the branch and use the commit count of the newest release (`4`) as reference resulting in: 0 commit to branch since this release This fixes #3326 | ||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 | 1 | -3/+6 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -8/+8 |
| | |||||
* | Remove duplicated of code | Unknwon | 2016-03-06 | 1 | -53/+48 |
| | |||||
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 1 | -2/+3 |
| | |||||
* | Removed HTTP 500 error on the release page when a user deleted their account | Martin Hartkorn | 2016-02-10 | 1 | -4/+12 |
| | |||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -14/+14 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -2/+2 |
| | |||||
* | fix #1383 | Unknwon | 2015-11-20 | 1 | -2/+15 |
| | |||||
* | repo sidebar active class | Unknwon | 2015-11-16 | 1 | -0/+5 |
| | |||||
* | fix #1958 | Unknwon | 2015-11-15 | 1 | -44/+27 |
| | |||||
* | rename fields | Unknwon | 2015-11-03 | 1 | -3/+3 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -6/+6 |
| | |||||
* | Updating context and fixing permission issues | Peter Smit | 2015-02-16 | 1 | -5/+5 |
| | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories. | ||||
* | Finish new UI for release page | Unknwon | 2014-12-10 | 1 | -38/+54 |
| | |||||
* | Fix #605, fix #255, fix #101 | Unknwon | 2014-11-06 | 1 | -13/+36 |
| | |||||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 1 | -218/+216 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -217/+217 |
| | |||||
* | Use constants to name template file | Unknown | 2014-06-22 | 1 | -4/+15 |
| | |||||
* | Support edit release and save as draft | Unknown | 2014-06-12 | 1 | -39/+97 |
| | |||||
* | Fix #199 | Unknown | 2014-06-12 | 1 | -1/+6 |
| | |||||
* | Fix #197 | Unknown | 2014-06-12 | 1 | -2/+8 |
| | |||||
* | update with git api | slene | 2014-05-10 | 1 | -2/+1 |
| | |||||
* | Fix #92 | Unknown | 2014-04-22 | 1 | -1/+0 |
| | |||||
* | Finish release | Unknown | 2014-04-14 | 1 | -3/+130 |
| | |||||
* | update with new git | slene | 2014-04-13 | 1 | -2/+1 |
| | |||||
* | add release-new route | FuXiaoHei | 2014-04-06 | 1 | -0/+8 |
| | |||||
* | Add release tmpl | Unknown | 2014-04-02 | 1 | -0/+22 |