summaryrefslogtreecommitdiffstats
path: root/routers/repo/release.go
Commit message (Expand)AuthorAgeFilesLines
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-231-6/+32
* Create tag on ui (#13467)a10121127962021-02-281-1/+24
* Add EasyMDE support for release content editor (#14744)a10121127962021-02-221-0/+8
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-3/+6
* Add the tag list page to the release page (#12096)a10121127962020-11-021-6/+56
* Enhance release list (#6025)Lanre Adelowo2020-10-211-0/+1
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-051-2/+5
* Support slashes in release tags (#12864)zeripath2020-09-171-1/+1
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-2/+2
* Add action feed for new release (#12324)赵智超2020-07-291-4/+4
* Show 404 page when release not found (#12328)赵智超2020-07-261-0/+4
* Honor DEFAULT_PAGING_NUM for API (#11805)Cirno the Strongest2020-06-081-7/+0
* Add single release page and latest redirect (#11102)John Olheiser2020-04-181-0/+59
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-11/+14
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-011-1/+1
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-151-3/+4
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-4/+5
* Feature: Archive repos (#5009)kolaente2019-01-231-1/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-1/+5
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-2/+2
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-14/+14
* Fix missing branch in release bug (#3108)Ethan Koenig2017-12-081-0/+1
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-1/+1
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-45/+53
* Fix release display and correct paging (#2080)Lauris BH2017-06-291-8/+7
* Pagination on releases page (#2035)iszla2017-06-281-2/+8
* Let not-logged-in users view releases (#1999)Ethan Koenig2017-06-181-1/+4
* Fix paginater length (#1866)Ethan Koenig2017-06-041-1/+1
* Display draft releases (#1854)Ethan Koenig2017-06-031-75/+23
* fix: tag contain character ) will http 500 on release page (#1670)Bo-Yi Wu2017-05-041-0/+1
* fix releases count and resolved #764 (#857)Lunny Xiao2017-02-071-1/+1
* Allow custom public files (#782)Thomas Boerger2017-01-281-2/+2
* Attach to release (#673)Philip Couling2017-01-151-2/+21
* bug fix releaseLunny Xiao2017-01-091-0/+5
* Make releases faster than before and resolved #490 (#588)Lunny Xiao2017-01-061-56/+46
* change the default action when deleting a release to not delete tagLunny Xiao2017-01-031-1/+2
* Cache users on list releases (#527)Lunny Xiao2016-12-291-14/+22
* fixed vulnerabilities on deleting release (#399)Lunny Xiao2016-12-161-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-241-10/+16
* Allow updating draft releases while keeping them as draftSandro Santilli2016-11-141-0/+1
* Normalize files with gofmtThibault Meyer2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-6/+6
* Add Pagination to Releases-pageKim "BKC" Carlbäcker2016-11-071-1/+8
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-6/+6
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-2/+2
* Fix #3314: Cannot edit release with tag name contains slash (#3434)Thibault Meyer2016-08-111-2/+2
* Fix #3315: Release dont use tag creation date (#3374)Thibault Meyer2016-08-061-0/+10
* routers/repo/release: Use correct branch reference (#3330)마누엘2016-07-271-9/+14
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
* #3076 detect invalid tag name git errorUnknwon2016-07-231-3/+6