aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* reorganize store directoriesStas Vilchik2016-12-09114-131/+131
* SONAR-8466 Create WS api/project_analyses/update_eventTeryk Bellahsene2016-12-0910-13/+494
* display markdown helpStas Vilchik2016-12-092-0/+134
* fix line permalink in source viewerStas Vilchik2016-12-092-3/+14
* refactor SearchView to remove $ and _ dependencies (#1449)Stas Vilchik2016-12-093-54/+73
* add flow annotations in RecentHistoryStas Vilchik2016-12-091-13/+17
* remove _ dependecy in RecentHistoryStas Vilchik2016-12-091-5/+3
* return "id" instead of "uuid" from api/navigation/componentStas Vilchik2016-12-098-10/+8
* remove $ and _ dependecies in ComponentNavStas Vilchik2016-12-091-23/+15
* do not return "isComparable" from api/navigation/componentStas Vilchik2016-12-096-7/+0
* do not use "canBeFavorite" from api/navigation/componentStas Vilchik2016-12-099-13/+14
* Fix quality flawsJulien Lancelot2016-12-091-1/+2
* SONAR-8505 Implement smooth transition between pages (#1440)Stas Vilchik2016-12-0868-400/+609
* fix minimum page widthStas Vilchik2016-12-081-3/+5
* SONAR-8451 hide notifications linkStas Vilchik2016-12-082-7/+0
* Remove rails code from static error pagesJulien Lancelot2016-12-083-14/+0
* SONAR-8465 Create WS api/project_analyses/delete_eventTeryk Bellahsene2016-12-086-9/+286
* redirect from /issues/search to /issuesStas Vilchik2016-12-081-4/+9
* drop unused ruby views and controllers (#1438)Stas Vilchik2016-12-08114-3314/+0
* SONAR-8464 Create WS api/project_analyses/create_eventTeryk Bellahsene2016-12-0711-3/+776
* fix quality flawsStas Vilchik2016-12-074-5/+3
* SONAR-8451 disable issues bulk change and the project history pageStas Vilchik2016-12-072-5/+16
* SONAR-8451 fix warning of non-production databaseStas Vilchik2016-12-071-1/+1
* SONAR-8451 Run js app outside of ruby containerStas Vilchik2016-12-07123-3045/+2081
* 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-077-2/+318
* SONAR-8448 generate index.html during the buildStas Vilchik2016-12-0710-73/+168
* 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-053-0/+35
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-053-2/+38
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-058-15/+57
* 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-8335 add missing package-info to package loggingSébastien Lesaint2016-12-011-0/+23
* 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-012-1/+3
* 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