gitea/routers/web/user
Tyrone Yeh 3bd8f50af8
Added email notification option to receive all own messages ()
Sometimes users want to receive email notifications of messages they create or reply to,
Added an option to personal preferences to allow users to choose

Closes 
2022-07-28 16:30:12 +08:00
..
setting Added email notification option to receive all own messages () 2022-07-28 16:30:12 +08:00
avatar.go Move almost all functions' parameter db.Engine to context.Context () 2022-05-20 22:08:52 +08:00
home_test.go Move some repository related code into sub package () 2022-06-06 16:01:49 +08:00
home.go Add repository condition for issue count () 2022-07-24 19:53:40 +03:00
main_test.go Use a struct as test options () 2022-04-14 21:58:21 +08:00
notification.go Prevent loop if there is an error in GetNotificationCount () 2022-05-25 08:51:53 +08:00
package.go Hide internal package versions () 2022-07-27 09:59:10 +08:00
profile.go Only show Followers that current user can access () 2022-07-05 16:47:45 +01:00
search.go Never use /api/v1 from Gitea UI Pages () 2022-04-07 20:59:56 +02:00
stop_watch.go Move issues related files into models/issues () 2022-06-13 17:37:59 +08:00
task.go Renamed ctx.User to ctx.Doer. () 2022-03-22 15:03:22 +08:00