aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/config
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3344 Display metadata of SonarSource licensesSimon Brandhof2012-03-202-5/+133
* SONAR-2084 fix some quality flawsSimon Brandhof2012-03-202-11/+14
* SONAR-2084 fix the key of the property sonar.secretKeyPathSimon Brandhof2012-03-201-3/+3
* SONAR-1378 auto-detect password properties that are suffixed by .password.sec...Simon Brandhof2012-03-161-1/+10
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-164-15/+198
* SONAR-3316 trim all the propertiesSimon Brandhof2012-03-151-7/+8
* SONAR-2084 default value of sonar.secretKeyPath is ~/.sonar/sonar-secret.txtSimon Brandhof2012-03-141-2/+7
* Fix some quality flawsSimon Brandhof2012-03-142-9/+10
* SONAR-2084 complete web UI to generate secret key and to encrypt passwordsSimon Brandhof2012-03-132-27/+37
* SONAR-2084 draft of new page 'Password encryption'Simon Brandhof2012-03-133-5/+29
* SONAR-2084 replace asymetric RSA by symetric AESSimon Brandhof2012-03-134-151/+114
* SONAR-2084 use RSA to encrypt settingsSimon Brandhof2012-03-135-3/+303
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-121-1/+1
* Update copyright header for this new yearSimon Brandhof2012-01-102-2/+2
* Fix some quality flawssimonbrandhof2011-12-221-11/+11
* SONAR-3062 API: org.sonar.api.config.Settings#getStringArray() should trim va...simonbrandhof2011-12-071-3/+19
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-072-0/+365