Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Sync releases table with tags on push and for mirrors (#2459) | Lauris BH | 2017-09-20 | 1 | -14/+75 | |
| | | | | | | | | | | | | | | | * Sync releases table with tags on push and for mirrors * Code style fixes * Fix api to return only releases * Optimize release creation and update Minimize posibility of race conditions * Fix release lower tag name updating * handle tag reference update by addionally comparing commit id | |||||
* | Fix release display and correct paging (#2080) | Lauris BH | 2017-06-29 | 1 | -22/+26 | |
| | ||||||
* | Pagination on releases page (#2035) | iszla | 2017-06-28 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | * Added count to GetReleasesByRepoID so pagination will work * Separated it out to a new function, can then also leave the API part unaffected * Remove extra whitespace added in untouched function * Added comment and corrected name in error handler * Account for if the user is owner or not in the count * Also check if repo is draft * revert back to the correct count in the ReleasesToDisplay loop * Fixed lint error regarding else with return statement * Use Cond struct instead of string, corrected name in error handler * Removed unused return variable names | |||||
* | Fix typos in models/ and modules/ (#1248) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 | |
| | ||||||
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 | |
| | ||||||
* | fix some typos (#1082) | Lunny Xiao | 2017-02-28 | 1 | -1/+1 | |
| | ||||||
* | Refactor process package and introduce ProcessManager{} with tests (#75) | Matthias Loibl | 2017-01-17 | 1 | -11/+9 | |
| | | | | | | | | | | * Add a process.Manager singleton with process.GetManager() * Use process.GetManager everywhere * Fix godoc comments for process module * Increment process counter id after locking the mutex | |||||
* | Attach to release (#673) | Philip Couling | 2017-01-15 | 1 | -2/+100 | |
| | | | | | | | | | | | | | | * Moved attachaments POST url from /issues/attachments to /attachments * Implemented attachment upload on release page * Implemented downloading attachments on the release page * Added zip and gzip files to default allowed attachments * Implemented uploading attachments on edit release * Renamed UploadIssueAttachment to UploadAttachment | |||||
* | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -5/+5 | |
| | ||||||
* | Make releases faster than before and resolved #490 (#588) | Lunny Xiao | 2017-01-06 | 1 | -4/+13 | |
| | | | | | | * make releases faster than before and resolved #490 * fix comment | |||||
* | change the default action when deleting a release to not delete tag | Lunny Xiao | 2017-01-03 | 1 | -6/+8 | |
| | ||||||
* | Release API endpoints | Ethan Koenig | 2017-01-02 | 1 | -0/+60 | |
| | ||||||
* | fixed vulnerabilities on deleting release (#399) | Lunny Xiao | 2016-12-16 | 1 | -1/+8 | |
| | ||||||
* | Lint/issue &mail (#243) | Bwko | 2016-11-25 | 1 | -5/+7 | |
| | | | | | | * Lint models/release.go * Lint models/ issue_label, issue_mail & mail.go | |||||
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go | |||||
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | - 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 | |||||
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -2/+7 | |
|/ | ||||||
* | Add Pagination to Releases-page | Kim "BKC" Carlbäcker | 2016-11-07 | 1 | -2/+5 | |
| | ||||||
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 | |
| | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -1/+1 | |
| | ||||||
* | Fix #3315: Release dont use tag creation date (#3374) | Thibault Meyer | 2016-08-06 | 1 | -1/+3 | |
| | | | | | | | | | | * 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 | |||||
* | models/release: Update Sha1 if tag already exists (#3331) | 마누엘 | 2016-07-28 | 1 | -0/+1 | |
| | | | | | | Since the release struct is initialized with the current `HEAD` of the current `release.Target` the commit id has to be updated if the tag commit already exists. Otherwise the linked commit on the release page will target the current `HEAD` at release time. | |||||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -1/+1 | |
| | | | | Unix() already uses UTC as timezone | |||||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 | 1 | -1/+4 | |
| | ||||||
* | models/release: filter input to prevent command line argument vulnerability | Unknwon | 2016-05-06 | 1 | -0/+2 | |
| | ||||||
* | fix #2804 | Unknwon | 2016-03-11 | 1 | -1/+1 | |
| | ||||||
* | Updated and created were appended with _unix. Fresh databases have only the ↵ | Marin Jankovski | 2016-03-11 | 1 | -1/+1 | |
| | | | | newly named fields. | |||||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -3/+9 | |
| | ||||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 | |
| | ||||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -12/+9 | |
| | ||||||
* | wiki: finish new | Unknwon | 2015-11-27 | 1 | -0/+4 | |
| | ||||||
* | introduce git-shell | Unknwon | 2015-11-26 | 1 | -6/+2 | |
| | ||||||
* | fix #2002 | Unknwon | 2015-11-20 | 1 | -1/+1 | |
| | ||||||
* | fix #1383 | Unknwon | 2015-11-20 | 1 | -3/+48 | |
| | ||||||
* | fix #1958 | Unknwon | 2015-11-15 | 1 | -20/+14 | |
| | ||||||
* | rename fields | Unknwon | 2015-11-03 | 1 | -1/+1 | |
| | ||||||
* | fix release created timezone issue | Unknwon | 2015-08-24 | 1 | -0/+9 | |
| | ||||||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 1 | -1/+1 | |
| | ||||||
* | Fix #165 | Unknown | 2014-06-21 | 1 | -5/+5 | |
| | ||||||
* | Support edit release and save as draft | Unknown | 2014-06-12 | 1 | -28/+88 | |
| | ||||||
* | Fix #197 | Unknown | 2014-06-12 | 1 | -4/+9 | |
| | ||||||
* | Mirror fix | Unknown | 2014-06-12 | 1 | -2/+0 | |
| | ||||||
* | update with git api | slene | 2014-05-10 | 1 | -3/+3 | |
| | ||||||
* | fix title extra quoted | skyblue | 2014-04-14 | 1 | -1/+1 | |
| | ||||||
* | Finish release | Unknown | 2014-04-14 | 1 | -0/+83 | |