adding Jeff's pull request
Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/5dd886cf Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/5dd886cf Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/5dd886cf Branch: refs/heads/grouper-integration Commit: 5dd886cfbf7f4d6cb81c06e0db75e4c684e530ed Parents: 71b5efa 8423f52 Author: scnakandala <[email protected]> Authored: Fri Jul 8 12:09:51 2016 -0400 Committer: scnakandala <[email protected]> Committed: Fri Jul 8 12:09:51 2016 -0400 ---------------------------------------------------------------------- app/controllers/GroupController.php | 46 ++++ app/routes.php | 12 +- app/views/experiment/create.blade.php | 33 ++- app/views/group/create.blade.php | 75 ++++++ app/views/group/edit.blade.php | 0 app/views/group/summary.blade.php | 0 app/views/project/create.blade.php | 29 ++- public/css/sharing.css | 94 +++++++ public/js/sharing/groups.js | 162 ++++++++++++ public/js/sharing/share.js | 388 +++++++++++++++++++++++++++++ public/js/sharing/sharing_utils.js | 156 ++++++++++++ 11 files changed, 991 insertions(+), 4 deletions(-) ----------------------------------------------------------------------
