aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/migrate.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Document 409 error returned by repos/migrate api (#19376)Chongyi Zheng2022-04-121-0/+2
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-311-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-1/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-10/+10
* Update object repo with the migrated repository (#18684)Hugo Hoitink2022-02-091-1/+1
* format with gofumpt (#18184)65432022-01-201-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-3/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-11/+13
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-3/+1
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-2/+2
* Make mirror feature more configurable (#16957)65432021-09-071-2/+2
* Add Status Updates whilst Gitea migrations are occurring (#15076)zeripath2021-06-161-1/+1
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-1/+1
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-21/+43
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-2/+2
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-151-4/+13
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+5
* Add support to migrate from gogs (#14342)65432021-01-211-0/+3
* Add MirrorInterval to the API (#14163)Paul Barton2021-01-021-0/+1
* Dump github/gitlab/gitea repository data to a local directory and restore to ...Lunny Xiao2020-12-271-5/+2
* Added option to disable migrations (#13114)Paweł Bogusławski2020-12-211-0/+5
* Move Repo APIFormat to convert package (#13787)65432020-12-021-1/+1
* Add Allow-/Block-List for Migrate & Mirrors (#13610)65432020-11-281-0/+2
* Adopt repositories (#12920)zeripath2020-09-251-0/+2
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-32/+34
* Fix bug with globally disabling mirror (#11760)65432020-06-041-0/+1
* API: Return error when Mirrors globaly disabled and like to create one (#11757)65432020-06-041-1/+5
* Allow site admin to disable mirrors (#11740)John Olheiser2020-06-021-1/+1
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+2
* Refactor api repo dir (#10048)65432020-01-291-0/+216