32 Commits (v1.15.7)

Author SHA1 Message Date
Lunny Xiao 07489d0405
Fix storage Iterate bug and Add storage doctor to delete garbage attachments () () 4 years ago
zeripath 0bb8bd8190
Add size to Save function () 4 years ago
Lunny Xiao 8567cba0d9
Implement delete release attachments and update release attachments' name () 4 years ago
Bo-Yi Wu 167b0f46ef
chore(models): rewrite code format. () 4 years ago
6543 d453533beb
[Refactor] Move APIFormat functions into convert package () 4 years ago
Lunny Xiao 62e6c9bc6c
Add a storage layer for attachments () 5 years ago
zeripath 74bd9691c6
Re-attempt to delete temporary upload if the file is locked by another process () 5 years ago
Lunny Xiao 1dd3f19ee3
Use google/uuid to instead satori/go.uuid () 5 years ago
Lunny Xiao 1645d4a5d8
Use ID or Where to instead directly use Get when load object from database () 5 years ago
6543 e57ac841de
Fix potential bugs () 5 years ago
zeripath 41294b53b3
Reading pull attachments should depend on read UnitTypePullRequests () 5 years ago
Antoine GIRARD 8b24073713 Only serve attachments when linked to issue/release and if accessible by user () 5 years ago
Antoine GIRARD c3d31e5534 refactor(models/attachement): use getAttachmentsByUUIDs () 5 years ago
Lunny Xiao d151503d34 Upgrade xorm to v0.8.0 () 5 years ago
Lunny Xiao 3249c0ccba
Extract actions on deletereleasebyid from models to release service () 5 years ago
Lunny Xiao 85202d4784
Display ui time with customize time location () 6 years ago
Lunny Xiao 34eee25bd4
Move sdk structs to modules/structs () 6 years ago
Lunny Xiao 09fb036ad6 fix upload attachments () 6 years ago
gdeverlant d3dc07f282 Added URL mapping for Release attachments like on github.com () 6 years ago
Jonas Franz 3e06490d38 Add Size column to attachment () 7 years ago
Jonas Franz 43fc430c07 Improve release page UI () 7 years ago
Jonas Franz 9a5e628a7e Add Attachment API () 7 years ago
Lunny Xiao f5155b9913 Small improve on deleting attachements () 7 years ago
Lunny Xiao 956354885a simple usage of x () 7 years ago
Lunny Xiao f2e20c81b6 Refactor struct's time to remove unnecessary memory usage () 7 years ago
Lunny Xiao a8717e5e3a Use AfterLoad instead of AfterSet on Structs () 8 years ago
Lunny Xiao 005900baea Use created & updated instead BeforeInsert & BeforeUpdate () 8 years ago
Lauris BH 6db387a21e Refactor session close as xorm already does everything needed internally () 8 years ago
Bo-Yi Wu fa2a513c62 feat: add download count field and unit testing for attachment. () 8 years ago
Ethan Koenig 136e6beb0f Fix unused Engine bugs () 8 years ago
Thomas Boerger 78535fb08e Allow custom public files () 8 years ago
Philip Couling 1610b9f547 Spun attachments into seperate go file () 8 years ago