15c3d14d55
fixed vulnerabilities on deleting release ( #399 )
2016-12-16 19:42:39 +08:00
3917ed45de
golint fixed for routers ( #208 )
2016-11-24 15:04:31 +08:00
cd339263d9
Allow updating draft releases while keeping them as draft
...
Closes #162
2016-11-14 18:02:21 +01:00
ddee4c8b58
Normalize files with gofmt
2016-11-11 13:11:45 +01:00
4247304f5a
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
...
- 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
2016-11-10 17:24:48 +01:00
86fb1a0cb1
Add Pagination to Releases-page
2016-11-07 11:41:09 +01:00
2d68bd1ef9
Change import reference to match gitea instead of gogs ( #37 )
2016-11-03 10:29:56 -02:00
3f7f4852ef
#2246 fully support of webhooks for pull request
2016-08-14 03:32:24 -07:00
53c573ed02
Fix #3314 : Cannot edit release with tag name contains slash ( #3434 )
2016-08-11 13:45:42 -07:00
30fda0f1ae
Fix #3315 : Release dont use tag creation date ( #3374 )
...
* 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
2016-08-06 10:02:15 -07:00
fe60ca408b
routers/repo/release: Use correct branch reference ( #3330 )
...
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
2016-07-27 16:57:32 +08:00
1f2e173a74
Refactor User.Id to User.ID
2016-07-24 01:08:22 +08:00
c912494609
#3076 detect invalid tag name git error
2016-07-23 15:59:19 +08:00
514382e2eb
Rename module: middleware -> context
2016-03-11 11:56:52 -05:00
9cf7f3e46f
Remove duplicated of code
2016-03-06 14:44:22 -05:00
d5a3021a7d
Make markdown as an independent module
2016-02-20 17:10:05 -05:00
6b3e47b103
Removed HTTP 500 error on the release page when a user deleted their account
2016-02-10 22:04:11 +01:00
9a2e43bff2
move out git module and #1573 send push hook
2015-12-09 20:46:05 -05:00
e538ff2770
fix #1829 and fix #890
2015-12-04 21:30:33 -05:00
987dcc5372
fix #1383
2015-11-20 02:38:41 -05:00
29ed7872f8
repo sidebar active class
2015-11-16 11:16:52 -05:00
18de67380c
fix #1958
2015-11-15 23:52:46 -05:00
3a81fdf092
rename fields
2015-11-03 22:49:06 -05:00
dea3a8c6a4
WIP: create PR - choose branch
2015-08-08 22:43:14 +08:00
ed89b39984
Updating context and fixing permission issues
...
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.
2015-02-16 12:51:56 +02:00
bc8721fb6c
Finish new UI for release page
2014-12-10 16:37:54 -05:00
23eec25274
Fix #605 , fix #255 , fix #101
2014-11-06 22:06:41 -05:00
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
2014-07-26 02:28:04 -04:00
8dd07c0ddd
New UI merge in progress
2014-07-26 00:24:27 -04:00
314193029a
Use constants to name template file
2014-06-22 23:11:12 -04:00
e07674bff1
Support edit release and save as draft
2014-06-12 17:47:23 -04:00
fb0972afad
Fix #199
2014-06-12 09:35:51 -04:00
9961f9a53c
Fix #197
2014-06-12 09:10:39 -04:00
7d84cc96e8
update with git api
2014-05-10 11:14:24 +08:00
2a9da4b8e5
Fix #92
2014-04-22 03:41:47 -04:00
f644cefa86
Finish release
2014-04-14 01:57:25 -04:00
52b4ab2aa5
update with new git
2014-04-13 09:35:36 +08:00
3ede496383
add release-new route
2014-04-06 14:54:28 +08:00
db66b8da72
Add release tmpl
2014-04-02 12:43:31 -04:00