summaryrefslogtreecommitdiffstats
path: root/cmd/migrate_storage.go
Commit message (Expand)AuthorAgeFilesLines
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-1/+0
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-1/+2
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-1/+4
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Always emit the configuration path (#17036)zeripath2021-09-131-0/+1
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath2021-06-261-4/+4
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-2/+23
* Provide self-registering storage system (#12978)zeripath2020-10-121-14/+23
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-8/+9
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-31/+43
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+147