| Commit message (Expand) | Author | Age | Files | Lines |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 1 | -295/+0 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -1/+2 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -6/+7 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -22/+23 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -28/+33 |
* | Add doctor dbconsistency check for release and attachment (#16978) | Lunny Xiao | 2021-09-14 | 1 | -0/+13 |
* | Add repo_id for attachment (#16958) | Lunny Xiao | 2021-09-08 | 1 | -22/+3 |
* | Fix storage Iterate bug and Add storage doctor to delete garbage attachments ... | Lunny Xiao | 2021-09-06 | 1 | -0/+5 |
* | Add size to Save function (#15264) | zeripath | 2021-04-03 | 1 | -1/+1 |
* | Implement delete release attachments and update release attachments' name (#1... | Lunny Xiao | 2021-03-23 | 1 | -7/+16 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -4/+2 |
* | [Refactor] Move APIFormat functions into convert package (#12856) | 6543 | 2020-10-17 | 1 | -14/+0 |
* | Add a storage layer for attachments (#11387) | Lunny Xiao | 2020-08-18 | 1 | -30/+33 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -1/+2 |
* | Use google/uuid to instead satori/go.uuid (#11943) | Lunny Xiao | 2020-06-18 | 1 | -2/+2 |
* | Use ID or Where to instead directly use Get when load object from database (#... | Lunny Xiao | 2020-06-17 | 1 | -5/+4 |
* | Fix potential bugs (#10513) | 6543 | 2020-02-27 | 1 | -1/+1 |
* | Reading pull attachments should depend on read UnitTypePullRequests (#10346) | zeripath | 2020-02-18 | 1 | -1/+5 |
* | Only serve attachments when linked to issue/release and if accessible by user... | Antoine GIRARD | 2020-01-05 | 1 | -0/+20 |
* | refactor(models/attachement): use getAttachmentsByUUIDs (#9317) | Antoine GIRARD | 2019-12-11 | 1 | -0/+5 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Extract actions on deletereleasebyid from models to release service (#8219) | Lunny Xiao | 2019-10-01 | 1 | -0/+6 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -4/+4 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
* | fix upload attachments (#6481) | Lunny Xiao | 2019-04-02 | 1 | -6/+3 |
* | Added URL mapping for Release attachments like on github.com (#1707) | gdeverlant | 2019-01-06 | 1 | -0/+17 |
* | Add Size column to attachment (#3734) | Jonas Franz | 2018-03-31 | 1 | -22/+9 |
* | Improve release page UI (#3693) | Jonas Franz | 2018-03-19 | 1 | -0/+11 |
* | Add Attachment API (#3478) | Jonas Franz | 2018-03-06 | 1 | -2/+65 |
* | Small improve on deleting attachements (#3145) | Lunny Xiao | 2017-12-24 | 1 | -8/+17 |
* | simple usage of x (#3144) | Lunny Xiao | 2017-12-11 | 1 | -4/+1 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -10/+3 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -7/+7 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -6/+1 |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -1/+1 |
* | feat: add download count field and unit testing for attachment. (#1512) | Bo-Yi Wu | 2017-04-20 | 1 | -9/+22 |
* | Fix unused Engine bugs (#1064) | Ethan Koenig | 2017-02-27 | 1 | -1/+1 |
* | Allow custom public files (#782) | Thomas Boerger | 2017-01-28 | 1 | -1/+0 |
* | Spun attachments into seperate go file (#701) | Philip Couling | 2017-01-20 | 1 | -0/+176 |