| Commit message (Expand) | Author | Age | Files | Lines |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -16/+8 |
* | add test coverage for original author conversion during migrations (#18506) | singuliere | 2022-02-01 | 1 | -0/+17 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -0/+86 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -7/+7 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -9/+10 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 1 | -12/+13 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -6/+5 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -2/+2 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -21/+22 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -23/+28 |
* | Add `AbsoluteListOptions` (#17028) | KN4CK3R | 2021-09-14 | 1 | -1/+1 |
* | [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 |