aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7283 Drop Ruby WS api/events/* (#1476)Stas Vilchik2016-12-193-495/+0
* add "validate" scriptStas Vilchik2016-12-192-2/+2
* refactor header.js to use favorites apiStas Vilchik2016-12-191-21/+7
* SONAR-7674 Add Activity Stream interface (#1459)Stas Vilchik2016-12-1957-632/+3408
* SONAR-8531 format effort in issues changelogStas Vilchik2016-12-191-2/+10
* SONAR-7729 Improve display of issue changelog entries of type 'FILE'Stas Vilchik2016-12-191-1/+1
* SONAR-7288 Use api/favorites/remove in the UITeryk Bellahsene2016-12-193-17/+9
* SONAR-7288 Create WS api/favorites/removeTeryk Bellahsene2016-12-195-4/+239
* SONAR-7287 Use api/favorites/add in the UITeryk Bellahsene2016-12-194-30/+3
* SONAR-7287 Rename FavoriteUpdater#put to addTeryk Bellahsene2016-12-197-10/+10
* SONAR-7287 Rename FavoriteService to FavoriteUpdaterTeryk Bellahsene2016-12-1910-35/+35
* SONAR-7287 Move FavoriteService to favorite packageTeryk Bellahsene2016-12-1914-16/+58
* SONAR-7287 Create WS api/favorites/addTeryk Bellahsene2016-12-198-0/+448
* Merge branch 'branch-6.2'Sébastien Lesaint2016-12-162-1/+3
|\
| * SONAR-8416 fix login failure log at OAuth2 successful authentSébastien Lesaint2016-12-162-1/+3
| * SONAR-8416 fix login failure log on logout from the UISébastien Lesaint2016-12-141-1/+5
| * SONAR-8417 control auth event log with sonar.log.level.web.auth.eventSébastien Lesaint2016-12-142-1/+3
| * SONAR-8416 Update UTs to check auth events in LoginActionTestJulien Lancelot2016-12-141-1/+12
| * SONAR-8416 fix quality flaws (duplicated code and other)Sébastien Lesaint2016-12-145-77/+81
| * SONAR-8416 restore error message displayed to userSébastien Lesaint2016-12-145-33/+53
| * SONAR-8416 AuthenticationEventImpl now log at DEBUGSébastien Lesaint2016-12-142-8/+56
| * SONAR-8416 prevent log flooding with über long loginSébastien Lesaint2016-12-142-18/+50
| * SONAR-8416 add event log on error in OAuth2 and Base authentSébastien Lesaint2016-12-1420-173/+339
| * SONAR-8416 move handling logic out from UnauthorizedExceptionSébastien Lesaint2016-12-141-2/+18
| * SONAR-8416 add event log in case of error for basic, realm, jwtSébastien Lesaint2016-12-1436-265/+986
| * SONAR-8416 add log (INFO) when user successfuly log inSébastien Lesaint2016-12-1419-144/+802
| * Prepare for next development iterationTom2016-12-138-8/+8
| * release 6.26.2Tom2016-12-138-8/+8
| * Prepare for next development iterationTom2016-12-098-8/+8
| * release 6.2-RC36.2-RC3Tom2016-12-098-8/+8
| * Prepare for next development iterationTom2016-12-028-8/+8
| * Release 6.2-RC26.2-RC2Tom2016-12-028-8/+8
* | SONAR-8445 drop field DatabaseVersion.LAST_VERSIONSébastien Lesaint2016-12-1622-204/+276
* | SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-1619-19/+172
* | add constant for minimum number of components in ComponentContainerSébastien Lesaint2016-12-165-15/+11
* | SONAR-8445 move DatabaseVersion to level2Sébastien Lesaint2016-12-164-10/+13
* | SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-164-11/+4
* | improving stability of DatabaseMigrationImplConcurrentAccessTestSébastien Lesaint2016-12-161-17/+17
* | SONAR-8445 move DataChange subclasses from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1649-93/+744
* | SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-16125-242/+4811
* | SONAR-8445 move package charset from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1626-8/+1843
* | SONAR-8445 a bit of Ruby code cleaning + fix quality flawsSébastien Lesaint2016-12-163-11/+2
* | Fix quality flawsJulien HENRY2016-12-162-15/+3
* | SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-159-208/+292
* | SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-1512-168/+372
* | SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dtoJulien Lancelot2016-12-152-8/+8
* | SONAR-7292 Move IssueTesting to sonar-db for IssueDto and keep IssueDocTestin...Julien Lancelot2016-12-1523-250/+227
* | SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in IssueS...Julien Lancelot2016-12-1516-387/+427
* | SONAR-7292 Replace Ruby WS api/issues/add_commentJulien Lancelot2016-12-1511-355/+310
* | Fix quality flawsTeryk Bellahsene2016-12-144-14/+13