| Commit message (Expand) | Author | Age | Files | Lines |
* | [API] ListReleases add filter for draft and pre-releases (#16175) | 6543 | 2021-06-17 | 1 | -0/+14 |
* | Implement delete release attachments and update release attachments' name (#1... | Lunny Xiao | 2021-03-23 | 1 | -3/+7 |
* | sort release attachments by name (#15008) | Norwin | 2021-03-17 | 1 | -1/+1 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -3/+5 |
* | Add the tag list page to the release page (#12096) | a1012112796 | 2020-11-02 | 1 | -1/+5 |
* | [Refactor] Move APIFormat functions into convert package (#12856) | 6543 | 2020-10-17 | 1 | -26/+0 |
* | Add email notify for new release (#12463) | 赵智超 | 2020-08-23 | 1 | -0/+1 |
* | Add single release page and latest redirect (#11102) | John Olheiser | 2020-04-18 | 1 | -0/+28 |
* | Move PushUpdateAddDeleteTags to repository module from models (#10106) | Lunny Xiao | 2020-02-03 | 1 | -5/+11 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -9/+10 |
* | Move some repository methods from models to modules/repository (#9353) | Lunny Xiao | 2019-12-14 | 1 | -44/+0 |
* | refactor(models/attachement): use getAttachmentsByUUIDs (#9317) | Antoine GIRARD | 2019-12-11 | 1 | -10/+3 |
* | Allow externalID to be UUID (#8551) | Wenxuan Zhao | 2019-10-17 | 1 | -1/+1 |
* | Update migrated repositories' issues/comments/prs poster id if user has a git... | Lunny Xiao | 2019-10-14 | 1 | -0/+14 |
* | Add extra user information when migrating release (#8331) | Lunny Xiao | 2019-10-05 | 1 | -0/+2 |
* | Extract actions on deletereleasebyid from models to release service (#8219) | Lunny Xiao | 2019-10-01 | 1 | -67/+4 |
* | Delete releases attachments if release is deleted (#6068) | Lanre Adelowo | 2019-09-22 | 1 | -0/+13 |
* | Fix release API URL generation (#8234) | Daniel Fonseca de Lira | 2019-09-18 | 1 | -1/+1 |
* | Move create release from models to a standalone package (#7539) | Lunny Xiao | 2019-09-15 | 1 | -113/+11 |
* | fix wrong sender when send slack webhook (#7918) | Lunny Xiao | 2019-08-20 | 1 | -4/+4 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -10/+10 |
* | Move models.PushUpdate to repofiles.PushUpdate (#7485) | Lunny Xiao | 2019-07-24 | 1 | -3/+3 |
* | Monitor all git commands; move blame to git package and replace git as a vari... | Lunny Xiao | 2019-06-26 | 1 | -1/+1 |
* | Fix error log when loading issues caused by a xorm bug (#7271) | Lunny Xiao | 2019-06-23 | 1 | -1/+1 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -6/+8 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -4/+4 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -2/+2 |
* | 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 |