This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
from 4f48ff29 AIRAVATA-3682 make shared directory readonly for non-admins
add 751cef0b AIRAVATA-3682 Secure shared dir in PUT /api/data-products
add a786ef7e AIRAVATA-3682 Set admin group attributes when authenticating
with token
add bb64ad24 AIRAVATA-3682 Make shared directory work with remote user
storage API
add 8fe3e7ac AIRAVATA-3682 Make text editor readonly when file is in
shared dir
new f4a75fe0 Merge pull request #169 from apache:AIRAVATA-3682
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
django_airavata/apps/api/authentication.py | 4 +++
django_airavata/apps/api/serializers.py | 37 ++++++++++++++++++++++
.../django_airavata_api/js/models/DataProduct.js | 1 +
django_airavata/apps/api/view_utils.py | 5 +--
django_airavata/apps/api/views.py | 1 +
django_airavata/apps/auth/middleware.py | 26 ++++++++-------
.../storage-edit/UserStorageTextEditViewer.vue | 17 ++++++++--
.../js/containers/UserStorageContainer.vue | 1 +
8 files changed, 76 insertions(+), 16 deletions(-)