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/admin
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
..
admin.go Move all mail related codes from models to services/mailer (#7200) 5 years ago
admin_test.go Shadow the password on cache and session config on admin panel (#7300) 5 years ago
auths.go Use gitea forked macaron (#7933) 5 years ago
hooks.go Implement Default Webhooks (#4299) 5 years ago
main_test.go Force user to change password (#4489) 6 years ago
notice.go Use gitea forked macaron (#7933) 5 years ago
orgs.go Show private organization for admin, fix #6111 (#6112) 5 years ago
repos.go fix #3200 (#6033) 5 years ago
users.go Move all mail related codes from models to services/mailer (#7200) 5 years ago
users_test.go Use gitea forked macaron (#7933) 5 years ago