mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
Modify repo share.
* Email unregistered user when sharing repo. * Add email to contacts when share repo/file and add group user. * Remove org repo share link.
This commit is contained in:
3
contacts/signals.py
Normal file
3
contacts/signals.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import django.dispatch
|
||||
|
||||
mail_sended = django.dispatch.Signal(providing_args=["user", "email"])
|
Reference in New Issue
Block a user