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.
forgejo/routers/user/setting
Lunny Xiao 5a438ee3c0
Move all mail related codes from models to services/mailer (#7200)
* move all mail related codes from models to modules/mailer

* fix lint

* use DBContext instead Engine

* use WithContext not WithEngine

* Use DBContext instead of Engine

* don't use defer when sess.Close()

* move DBContext to context.go and add some methods

* move mailer from modules/ to services

* fix lint

* fix tests

* fix fmt

* add gitea copyright

* fix tests

* don't expose db functions

* make code clear

* add DefaultDBContext

* fix build

* fix bug
5 years ago
..
account.go Move all mail related codes from models to services/mailer (#7200) 5 years ago
account_test.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
applications.go Hash App token (#6724) 5 years ago
keys.go fix missing data on redirects (#3975) 6 years ago
main_test.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
oauth2.go OAuth2 Grant UI (#6625) 5 years ago
profile.go Use gitea forked macaron (#7933) 5 years ago
security.go fix bug when deleting a linked account will removed all (#5989) 5 years ago
security_openid.go fix missing data on redirects (#3975) 6 years ago
security_twofa.go Fixed ineffectual assignments (#7555) 5 years ago
security_u2f.go Add golangci (#6418) 5 years ago