aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix quality flawsJulien Lancelot2016-09-0713-166/+148
* Fix Quality flawsSimon Brandhof2016-09-071-0/+1
* improve code qualityStas Vilchik2016-09-0610-47/+24
* SONAR-7978 Add test email configuration form to the settings page (#1216)Stas Vilchik2016-09-063-0/+128
* fix displaying of project-level settings pageStas Vilchik2016-09-061-3/+1
* SONAR-7980 Rewrite the "Licenses" page (#1207)Stas Vilchik2016-09-0625-4/+836
* Fix Quality flawSimon Brandhof2016-09-061-2/+0
* Fix DB upgrade formSimon Brandhof2016-09-062-4/+4
* SONAR-8055 Declare emails configuration with PropertyDefinitionJulien Lancelot2016-09-061-1/+1
* SONAR-8055 Remove /api/emails/update_configuration WSJulien Lancelot2016-09-064-328/+1
* SONAR-7675 InternalPropertiesImpl must commitSébastien Lesaint2016-09-062-0/+4
* Fix mergeSimon Brandhof2016-09-063-3/+6
* SONAR-7578 do not start notification daemon on CESimon Brandhof2016-09-064-143/+175
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-06138-1517/+1368
* SONAR-7678 do not load l10n messages during ruby initialisationSimon Brandhof2016-09-062-27/+10
* SONAR-7678 DefaultHttpDownloader uses system settingsSimon Brandhof2016-09-062-2/+2
* SONAR-7983 Create WS api/settings/check_secret_keyTeryk Bellahsene2016-09-055-1/+177
* SONAR-7981 Create WS settings/generate_secret_key to generate a secret keyTeryk Bellahsene2016-09-056-2/+169
* SONAR-7982 WS settings/encrypt fails properly when no secret key availableTeryk Bellahsene2016-09-052-9/+18
* fix quality flawsJulien Lancelot2016-09-053-17/+24
* hide licenses on settings pageStas Vilchik2016-09-051-2/+3
* SONAR-7968 Return license in api/settings/list_definitionsJulien Lancelot2016-09-052-9/+7
* SONAR-7970 WS settings/set fix db session management with SettingsChangeNotifierTeryk Bellahsene2016-09-052-13/+29
* SONAR-7982 Create WS api/settings/encrypt to encrypt a setting valueTeryk Bellahsene2016-09-055-1/+226
* SONAR-7985 Create /api/server_id/show WSJulien Lancelot2016-09-0512-13/+524
* SONAR-8039 /api/licenses/list is returning license namesJulien Lancelot2016-09-053-36/+57
* SONAR-8058 move views.def from PROPERTIES to INTERNAL_PROPERTIESSébastien Lesaint2016-09-051-0/+30
* SONAR-7675 add InternalPropertiesImpl to Web and Ce containersSébastien Lesaint2016-09-057-1/+259
* remove commented out code in ComputeEngineContainerImplSébastien Lesaint2016-09-051-267/+0
* SONAR-7675 add InternalPropertiesDaoSébastien Lesaint2016-09-051-1/+1
* SONAR-7675 add table INTERNAL_PROPERTIESSébastien Lesaint2016-09-051-0/+37
* use jest (#1202)Stas Vilchik2016-09-0259-2228/+1820
* SONAR-7986 Accept multiple keys in api/settings/restJulien Lancelot2016-09-025-44/+94
* pass keys to api/settings/resetStas Vilchik2016-09-021-1/+1
* SONAR-7973 Create /api/emails/send WS to test email configurationJulien Lancelot2016-09-024-2/+200
* SONAR-8055 Create /api/emails/update_configuration WS to update email settingsJulien Lancelot2016-09-028-0/+482
* display assets and their size on buildStas Vilchik2016-09-022-6/+45
* use webpack to build lessStas Vilchik2016-09-0216-103/+82
* SONAR-7846 do not display both message and stacktraceStas Vilchik2016-09-011-4/+4
* SONAR-5856 Rewrite Settings page (#1163)Stas Vilchik2016-09-0187-602/+3321
* SONAR-8004 WS settings/set better message when JSON is incorrectTeryk Bellahsene2016-09-012-5/+32
* SONAR-8004 WS settings/set fails when property set field with a null valueTeryk Bellahsene2016-09-012-1/+27
* SONAR-8004 WS settings/set with a proper WS clientTeryk Bellahsene2016-09-012-14/+8
* SONAR-8039 Create /api/licenses/list to return licenses with metadataJulien Lancelot2016-09-019-29/+700
* SONAR-7969 Replace fieldsValue by fieldValues in responseJulien Lancelot2016-08-313-7/+7
* SONAR-7970 SONAR-7986 SONAR-7968 SONAR-7969 api/settings WS should be internalJulien Lancelot2016-08-318-3/+8
* Rename package org.sonar.server.settings.ws to org.sonar.server.setting.wsJulien Lancelot2016-08-3129-33/+33
* SONAR-8004 WS settings/set handles property setTeryk Bellahsene2016-08-302-83/+483
* SONAR-7975 Return parentValue, parentValues and parentFieldsValuesJulien Lancelot2016-08-303-90/+233
* SONAR-7872 support unset version for project in scanner reportSébastien Lesaint2016-08-305-54/+273