From e51da9ac4e4a6c078923eceb3ab2aa0f60f61c51 Mon Sep 17 00:00:00 2001 From: Ted Lawless Date: Thu, 8 Jan 2015 08:11:41 -0500 Subject: [PATCH 1/4] SPARQL update API comments in permission_config.n3 Change security update comment from SSH to HTTPs. Adjust formatting to match rest of file. --- webapp/rdf/auth/everytime/permission_config.n3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/rdf/auth/everytime/permission_config.n3 b/webapp/rdf/auth/everytime/permission_config.n3 index f4d4b0665..172c55ca8 100644 --- a/webapp/rdf/auth/everytime/permission_config.n3 +++ b/webapp/rdf/auth/everytime/permission_config.n3 @@ -25,12 +25,12 @@ auth:ADMIN auth:hasPermission simplePermission:UseAdvancedDataToolsPages ; auth:hasPermission simplePermission:UseMiscellaneousAdminPages ; auth:hasPermission simplePermission:UseSparqlQueryPage ; - auth:hasPermission simplePermission:PageViewableAdmin ; + auth:hasPermission simplePermission:PageViewableAdmin ; - # Uncomment the following permission line to enable the SPARQL update API. - # Before enabling, be sure that the URL api/sparqlUpdate is secured by SSH, - # so passwords will not be sent in clear text. -# auth:hasPermission simplePermission:UseSparqlUpdateApi ; + # Uncomment the following permission line to enable the SPARQL update API. + # Before enabling, be sure that the URL api/sparqlUpdate is secured by HTTPS, + # so passwords will not be sent in clear text. + #auth:hasPermission simplePermission:UseSparqlUpdateApi ; # permissions for CURATOR and above. auth:hasPermission simplePermission:EditOntology ; From 76668990c435da83d2ae92085a362f52c250a06e Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 10 Feb 2015 12:10:28 -0700 Subject: [PATCH 2/4] removed extra } from title attributes in vitro templates --- .../templates/freemarker/body/accounts/userAccounts-list.ftl | 4 ++-- .../body/partials/shortview/view-browse-default.ftl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl index f76707992..ee9a542c9 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl @@ -25,7 +25,7 @@