summaryrefslogtreecommitdiffstats
path: root/models/attachment.go
Commit message (Expand)AuthorAgeFilesLines
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-14/+0
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-30/+33
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+2
* Use google/uuid to instead satori/go.uuid (#11943)Lunny Xiao2020-06-181-2/+2
* Use ID or Where to instead directly use Get when load object from database (#...Lunny Xiao2020-06-171-5/+4
* Fix potential bugs (#10513)65432020-02-271-1/+1
* Reading pull attachments should depend on read UnitTypePullRequests (#10346)zeripath2020-02-181-1/+5
* Only serve attachments when linked to issue/release and if accessible by user...Antoine GIRARD2020-01-051-0/+20
* refactor(models/attachement): use getAttachmentsByUUIDs (#9317)Antoine GIRARD2019-12-111-0/+5
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-011-0/+6
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-4/+4
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* fix upload attachments (#6481)Lunny Xiao2019-04-021-6/+3
* Added URL mapping for Release attachments like on github.com (#1707)gdeverlant2019-01-061-0/+17
* Add Size column to attachment (#3734)Jonas Franz2018-03-311-22/+9
* Improve release page UI (#3693)Jonas Franz2018-03-191-0/+11
* Add Attachment API (#3478)Jonas Franz2018-03-061-2/+65
* Small improve on deleting attachements (#3145)Lunny Xiao2017-12-241-8/+17
* simple usage of x (#3144)Lunny Xiao2017-12-111-4/+1
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-10/+3
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-7/+7
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-6/+1
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-1/+1
* feat: add download count field and unit testing for attachment. (#1512)Bo-Yi Wu2017-04-201-9/+22
* Fix unused Engine bugs (#1064)Ethan Koenig2017-02-271-1/+1
* Allow custom public files (#782)Thomas Boerger2017-01-281-1/+0
* Spun attachments into seperate go file (#701)Philip Couling2017-01-201-0/+176