summaryrefslogtreecommitdiffstats
path: root/models/upload.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-165/+0
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-5/+5
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-4/+9
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-2/+6
* 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-2/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-3/+3
* Refactor editor upload, update and delete to use git plumbing and add LFS sup...zeripath2019-02-121-0/+155