This repository has been archived on 2024-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/routers/web/user
zeripath 68f3aaee80
Remove calls to load Mirrors in user.Dashboard (#20855)
Whilst looking at #20840 I noticed that the Mirrors data doesn't appear
to be being used therefore we can remove this and in fact none of the
related code is used elsewhere so it can also be removed.

Related #20840
Related #20804

Signed-off-by: Andrew Thornton <art27@cantab.net>

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-08-18 20:53:31 -04:00
..
setting Added email notification option to receive all own messages (#20179) 2022-07-28 16:30:12 +08:00
avatar.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
home.go Remove calls to load Mirrors in user.Dashboard (#20855) 2022-08-18 20:53:31 -04:00
home_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
main_test.go Use a struct as test options (#19393) 2022-04-14 21:58:21 +08:00
notification.go Prevent loop if there is an error in GetNotificationCount (#19799) 2022-05-25 08:51:53 +08:00
package.go Add missing Tabs on organisation/package view (Frontport #20539) (#20540) 2022-07-31 14:32:51 +02:00
profile.go Add badge capabilities to users (#20607) 2022-08-18 02:25:25 +03:00
search.go Never use /api/v1 from Gitea UI Pages (#19318) 2022-04-07 20:59:56 +02:00
stop_watch.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
task.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00