aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb
index 45c9558585e..0c69c45098a 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb
+++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb
@@ -156,7 +156,7 @@ class Api::PropertiesController < Api::ApiController
end
def allowed?(property_key)
- !property_key.end_with?('.secured') || is_admin?
+ !property_key.end_with?('.secured') || is_admin? || (property_key.include?(".license") && logged_in?)
end
def get_default_property(key)
id/stable28-fix-npm-audit'>automated/noid/stable28-fix-npm-audit Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/sw_KE.php
blob: 3a1e002311cd9c1851bda1b96f71bc4d3e3e047b (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("","")
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";