0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-23 22:35:55 -05:00
forgejo/routers/web
Aravinth Manivannan 435a54f140
[GITEA] notifies admins on new user registration
Sends email with information on the new user (time of creation and time of last sign-in) and a link to manage the new user from the admin panel

closes: https://codeberg.org/forgejo/forgejo/issues/480

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1371
Co-authored-by: Aravinth Manivannan <realaravinth@batsense.net>
Co-committed-by: Aravinth Manivannan <realaravinth@batsense.net>
(cherry picked from commit c721aa828b)
(cherry picked from commit 6487efcb9d)

Conflicts:
	modules/notification/base/notifier.go
	modules/notification/base/null.go
	modules/notification/notification.go
	https://codeberg.org/forgejo/forgejo/pulls/1422
(cherry picked from commit 7ea66ee1c5)

Conflicts:
	services/notify/notifier.go
	services/notify/notify.go
	services/notify/null.go
	https://codeberg.org/forgejo/forgejo/pulls/1469
(cherry picked from commit 7d2d997011)
2023-09-25 20:44:13 +02:00
..
admin Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
auth [GITEA] notifies admins on new user registration 2023-09-25 20:44:13 +02:00
devtest
events
explore Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
feed
healthcheck
misc [API] Forgejo API /api/forgejo/v1 2023-09-25 16:02:39 +02:00
org Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
repo [GITEA] Improve HTML title on repositories 2023-09-25 20:43:07 +02:00
shared Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
user Fix: treat tab "overview" as "repositories" in user profiles without readme (#27124) 2023-09-20 01:48:44 +00:00
base.go
goget.go
home.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
metrics.go
nodeinfo.go
swagger_json.go
web.go [API] Forgejo API /api/forgejo/v1 2023-09-25 16:02:39 +02:00
webfinger.go