aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/migrate.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-5/+5
* Add `Retry` button when creating a mirror-repo fails (#26228)Kerwin Bryant2023-08-041-0/+9
* Make repo migration cancelable and fix various bugs (#24605)wxiaoguang2023-05-111-0/+18
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Unify repo settings & show better error (#19828)Gusted2022-06-121-3/+3
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-311-2/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* format with gofumpt (#18184)65432022-01-201-1/+1
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-021-6/+1
* Use correct user when determining max repo limits for error messages (#18153)Gusted2022-01-021-1/+1
* Use correct translation key (#18135)Gusted2021-12-311-1/+8
* Some repository refactors (#17950)Lunny Xiao2021-12-121-4/+5
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+7
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-3/+1
* Move task from modules to services (#17680)Lunny Xiao2021-11-181-1/+1
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-1/+1
* Make mirror feature more configurable (#16957)65432021-09-071-6/+9
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-10/+10
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-13/+13
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-1/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+254