This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 43e514c Refs #6577 : Syntaxical modification new ed571a6 prepare service : user is authorized to see a restricted document he is in list new db2e7e2 add restricted document in documents list (update database request) new 621be68 fix case of remove related and closing 'restricted' documents and impact on document access new 658e66c just be sure participant group name is same as question title new 3ced62e manage authorized user on restricted document creation new 7e1d69d manage authorized users in document get, and begin update mangement new 4d74950 can modify privacy and authorized user in document edit new 8071f46 add API to get experts list, available for expert users new 0667fa1 Merge branch 'develop' into feature/6515-restrected-access-on-document new 2ae6ffa Fixes #6515 Merge branch 'feature/6515-restrected-access-on-document' into develop The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 2ae6ffac13d650ca6af0bcb2fadd7babb1102a83 Merge: 43e514c 0667fa1 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Feb 5 11:38:55 2015 +0100 Fixes #6515 Merge branch 'feature/6515-restrected-access-on-document' into develop commit 0667fa1f1cd2db32d3ec82c03deb94e478cf911b Merge: 8071f46 43e514c Author: Yannick Martel <martel@©odelutin.com> Date: Thu Feb 5 11:38:19 2015 +0100 Merge branch 'develop' into feature/6515-restrected-access-on-document commit 8071f4691e7c46a0f5cc98cda8df7e2c10494f71 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Feb 5 11:37:29 2015 +0100 add API to get experts list, available for expert users commit 4d74950953e7657ea39edafb90e0ff8f7d178ccd Author: Yannick Martel <martel@©odelutin.com> Date: Thu Feb 5 10:44:34 2015 +0100 can modify privacy and authorized user in document edit commit 7e1d69de67769abfd815cfe82abaf6a45dc2368b Author: Yannick Martel <martel@©odelutin.com> Date: Wed Feb 4 19:48:47 2015 +0100 manage authorized users in document get, and begin update mangement commit 3ced62e2fbbf49af1cd68029b04c16e809082056 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Feb 4 18:05:49 2015 +0100 manage authorized user on restricted document creation commit 658e66cc97a9514a715b9c23b12dfb8e33f7df9a Author: Yannick Martel <martel@©odelutin.com> Date: Wed Feb 4 15:52:38 2015 +0100 just be sure participant group name is same as question title commit 621be68a7527c4bd490926a33e83e8506bb342ae Author: Yannick Martel <martel@©odelutin.com> Date: Wed Feb 4 15:34:25 2015 +0100 fix case of remove related and closing 'restricted' documents and impact on document access commit db2e7e2f3bd84df459d6f92676151777457ba2e7 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Feb 4 11:22:40 2015 +0100 add restricted document in documents list (update database request) commit ed571a6f9dbc7e14d48722362706cd25209ac28c Author: Yannick Martel <martel@©odelutin.com> Date: Tue Feb 3 18:23:47 2015 +0100 prepare service : user is authorized to see a restricted document he is in list Summary of changes: .../persistence/entity/DocumentTopiaDao.java | 13 +- .../fr/ifremer/coselmar/beans/DocumentBean.java | 19 ++ .../services/CoselmarWebServiceSupport.java | 77 ++++++++- .../coselmar/services/v1/DocumentsWebService.java | 192 ++++++++++++++++----- .../coselmar/services/v1/QuestionsWebService.java | 83 +++++++-- .../coselmar/services/v1/UsersWebService.java | 46 +++++ coselmar-rest/src/main/resources/mapping | 1 + coselmar-ui/src/main/webapp/i18n/en.js | 1 + coselmar-ui/src/main/webapp/i18n/fr.js | 1 + .../src/main/webapp/js/coselmar-controllers.js | 71 +++++++- .../main/webapp/js/coselmar-questions-services.js | 2 - .../src/main/webapp/js/coselmar-services.js | 7 + .../main/webapp/views/documents/editDocument.html | 28 ++- .../main/webapp/views/documents/newdocument.html | 18 +- 14 files changed, 484 insertions(+), 75 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.