aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8466 Create WS api/project_analyses/update_eventTeryk Bellahsene2016-12-0910-13/+494
* return "id" instead of "uuid" from api/navigation/componentStas Vilchik2016-12-096-6/+6
* do not return "isComparable" from api/navigation/componentStas Vilchik2016-12-096-7/+0
* do not use "canBeFavorite" from api/navigation/componentStas Vilchik2016-12-096-6/+0
* Fix quality flawsJulien Lancelot2016-12-091-1/+2
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-086-9/+286
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-0711-3/+776
* SONAR-8498 Make WS api/l10n/index accessible without authentication or migrationJulien Lancelot2016-12-078-208/+244
* SONAR-8503 Make WS api/users/identity_providers accessible without authentica...Julien Lancelot2016-12-072-0/+2
* SONAR-8448 Provide a unique HTML page for every url except statics files and WSJulien Lancelot2016-12-075-0/+307
* SONAR-8450 Add test on WS exampleJulien Lancelot2016-12-062-25/+49
* SONAR-8450 Return quality gate in api/navigation/component WSJulien Lancelot2016-12-065-12/+96
* SONAR-8450 Extract logic to get qgate from project in QualityGateFinderJulien Lancelot2016-12-066-33/+223
* SONAR-8450 Use Java8 in QgateProjectFinderJulien Lancelot2016-12-052-44/+5
* SONAR-8450 Return quality profiles in api/navigation/component WSJulien Lancelot2016-12-055-0/+95
* SONAR-8450 Return project description in api/navigation/component WSJulien Lancelot2016-12-056-7/+15
* SONAR-8450 Move QPMeasureData as it'll be used by api/navigation/component WSJulien Lancelot2016-12-0516-60/+46
* SONAR-8450 Cleanup ComponentNavigationActionTestJulien Lancelot2016-12-0519-380/+192
* SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-052-0/+5
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-052-2/+9
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-057-15/+28
* SONAR-7774 Create AuthenticationWsAction marker interfaceJulien Lancelot2016-12-057-57/+104
* SONAR-8493 Add auth event in /api/authentication/logout WSJulien Lancelot2016-12-056-11/+229
* SONAR-8493 Rename login and failure to loginSuccess and loginFailureJulien Lancelot2016-12-0519-89/+89
* SONAR-8416 Update UTs to check auth events in LoginActionTestJulien Lancelot2016-12-051-1/+12
* SONAR-7774 Create /api/authentication/logout WSJulien Lancelot2016-12-0510-8/+220
* SONAR-8416 fix quality flaws (duplicated code and other)Sébastien Lesaint2016-12-025-77/+81
* SONAR-8416 restore error message displayed to userSébastien Lesaint2016-12-015-33/+53
* SONAR-8417 control auth event log with sonar.log.level.web.auth.eventSébastien Lesaint2016-12-011-0/+1
* SONAR-8416 AuthenticationEventImpl now log at DEBUGSébastien Lesaint2016-12-012-8/+56
* SONAR-8416 prevent log flooding with über long loginSébastien Lesaint2016-12-012-18/+50
* SONAR-8416 add event log on error in OAuth2 and Base authentSébastien Lesaint2016-12-0120-173/+339
* SONAR-8416 move handling logic out from UnauthorizedExceptionSébastien Lesaint2016-12-011-2/+18
* SONAR-8416 add event log in case of error for basic, realm, jwtSébastien Lesaint2016-12-0136-265/+986
* SONAR-8416 add log (INFO) when user successfuly log inSébastien Lesaint2016-12-0119-144/+802
* Merge branch 'branch-6.2'Sébastien Lesaint2016-12-015-5/+81
|\
| * SONAR-8422 add visible error in sonar.log when DB is not okSébastien Lesaint2016-12-015-5/+81
* | Automatic merge from branch-6.2ssjenka2016-12-014-10/+44
|\|
| * SONAR-8462 escape param "q" in WS api/rules/repositories"Simon Brandhof2016-12-012-6/+19
| * SONAR-8461 escape param "q" in WS api/languages/listSimon Brandhof2016-12-012-4/+25
* | Automatic merge from branch-6.2ssjenka2016-12-0113-132/+378
|\|
| * SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ESSébastien Lesaint2016-12-012-2/+2
| * SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-0110-104/+193
| * SONAR-8335 add missing coverage on jmx log propertySébastien Lesaint2016-12-012-0/+174
| * SONAR-8335 drop dead code ServerLogging#getCurrentLogFileSébastien Lesaint2016-12-012-19/+1
| * SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-011-2/+3
| * SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-0112-15/+15
* | Merge branch 'branch-6.2'Sébastien Lesaint2016-12-011-6/+4
|\|
| * Merge branch 'branch-5.6' into branch-6.2Sébastien Lesaint2016-12-011-6/+4
| |\
| | * SONAR-8421 fix ConcurrentModificationExceptionSébastien Lesaint2016-11-301-6/+4