1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00
Files
seahub/seahub/share/signals.py
Ranjiwei 8a7850a7dc Add Notification after user share permission changed (#5923)
* update

* remove spaces

* Update notice-item.js

* add-notice-after-CANCEL-the-sharing-perms-to-user

* update-func-names
2024-02-23 14:38:19 +08:00

8 lines
236 B
Python

# Copyright (c) 2012-2016 Seafile Ltd.
from django.dispatch import Signal
share_repo_to_user_successful = Signal()
share_repo_to_group_successful = Signal()
change_repo_perm_successful = Signal()
delete_repo_perm_successful = Signal()