You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2023/02/21 21:54:39 UTC

[airavata-django-portal] branch develop updated (4f48ff29 -> f4a75fe0)

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(-)


[airavata-django-portal] 01/01: Merge pull request #169 from apache:AIRAVATA-3682

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit f4a75fe01879206a55cc4a242b9500950653042d
Merge: 4f48ff29 8fe3e7ac
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Feb 21 16:54:34 2023 -0500

    Merge pull request #169 from apache:AIRAVATA-3682
    
    AIRAVATA-3682 Protected shared files from being edited

 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(-)