mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 21:30:39 +00:00
* update * remove spaces * Update notice-item.js * add-notice-after-CANCEL-the-sharing-perms-to-user * update-func-names
8 lines
236 B
Python
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()
|