| Commit message (Expand) | Author | Age | Files | Lines |
* | Added URL mapping for Release attachments like on github.com (#1707) | gdeverlant | 2019-01-06 | 1 | -0/+10 |
* | mirror: Delete tags in mirror which are removed for original repo. (#5609) | Harshit Bansal | 2018-12-31 | 1 | -2/+2 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -10/+3 |
* | fix release creation via API (#5076) | Lunny Xiao | 2018-10-15 | 1 | -2/+2 |
* | Fix missing release title in webhook (#4783) (#4796) | SagePtr | 2018-08-26 | 1 | -0/+1 |
* | fix bug when deleting a release (#4207) | Lunny Xiao | 2018-06-12 | 1 | -0/+5 |
* | Fix some webhooks bugs (#3981) | Lunny Xiao | 2018-05-21 | 1 | -1/+32 |
* | Add more webhooks support and refactor webhook templates directory (#3929) | Lunny Xiao | 2018-05-16 | 1 | -1/+21 |
* | Add Attachment API (#3478) | Jonas Franz | 2018-03-06 | 1 | -1/+6 |
* | Bug fix for repo releases sorted (#3522) | Wendell Sun | 2018-02-21 | 1 | -1/+3 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -27/+12 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -5/+5 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -7/+3 |
* | Sync releases table with tags on push and for mirrors (#2459) | Lauris BH | 2017-09-20 | 1 | -14/+75 |
* | 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 |
* | 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 |
* | Attach to release (#673) | Philip Couling | 2017-01-15 | 1 | -2/+100 |
* | 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 |
* | 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 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -2/+2 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -2/+2 |
* | | 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 |
* | 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 |
* | models/release: Update Sha1 if tag already exists (#3331) | 마누엘 | 2016-07-28 | 1 | -0/+1 |
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -1/+1 |
* | #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 n... | Marin Jankovski | 2016-03-11 | 1 | -1/+1 |
* | #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 |