This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.
from 16926e2 AIRAVATA-3068 Don't show owner as a member that can be added
to group
new b1c9740 Show new user message when created in last week and no access
to run any apps
new d66982b Show as disabled applications that can't be executed
new 4eabaf9 Applications sub heading on dashboard
new af63d17 AIRAVATA-3144 Max file upload limit
new 89794ac Remove unused import
The 5 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/serializers.py | 4 +
.../api/static/django_airavata_api/js/index.js | 4 +-
.../django_airavata_api/js/models/Settings.js | 9 ++
.../django_airavata_api/js/service_config.js | 19 +++-
django_airavata/apps/api/urls.py | 3 +-
django_airavata/apps/api/views.py | 22 +++-
.../experiment/input-editors/FileInputEditor.vue | 78 +++++++++++--
.../js/containers/DashboardContainer.vue | 121 ++++++++++++++++-----
.../js/containers/UserStorageContainer.vue | 77 ++++++++++---
django_airavata/settings.py | 5 +
.../common/js/components/ApplicationCard.vue | 13 ++-
django_airavata/uploadhandler.py | 22 ++++
12 files changed, 309 insertions(+), 68 deletions(-)
create mode 100644
django_airavata/apps/api/static/django_airavata_api/js/models/Settings.js
create mode 100644 django_airavata/uploadhandler.py