You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/user
Lunny Xiao a989404e23
Fix javascript error when an anonymous user visiting migration page (#32144)
This PR fixes javascript errors when an anonymous user visits the
migration page.
It also makes task view checking more restrictive.

The router moved from `/user/task/{id}/status` to
`/username/reponame/-/migrate/status` because it's a migrate status.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
..
setting Remove urls from translations (#31950) 6 months ago
avatar.go Refactor names (#31405) 8 months ago
code.go Remove AddParamIfExist(AddParam) (#29841) 12 months ago
home.go bump to go 1.23 (#31855) 6 months ago
home_test.go Refactor names (#31405) 8 months ago
main_test.go make writing main test easier (#27270) 1 year ago
notification.go Add missing repository type filter parameters to pager (#31832) 6 months ago
package.go Refactor names (#31405) 8 months ago
profile.go bump to go 1.23 (#31855) 6 months ago
search.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 1 year ago
stop_watch.go Move context from modules to services (#29440) 1 year ago