aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* fix display of favorite measure filtersStas Vilchik2016-02-021-1/+2
|
* SONAR-5582 drop jfreechartSimon Brandhof2016-02-0227-2389/+0
|
* SONAR-7122 Drop the ability to customize the web app contextSimon Brandhof2016-02-0280-199/+152
|
* Merge pull request #748 from SonarSource/feature/stas/issues-notificationsStas Vilchik2016-02-023-4/+3
|\ | | | | SONAR-7246 Link of "My New Issues" notification should go the User's Issues page
| * SONAR-7246 Link of "My New Issues" notification should go the User's Issues pageStas Vilchik2016-02-013-4/+3
| |
* | SONAR-7250 use api/users/current on "My Account" pageStas Vilchik2016-02-028-24/+73
| |
* | SONAR-6226 update login form for oauth providersStas Vilchik2016-02-023-33/+58
| |
* | SONAR-7134 WS api/measures/* return empy measures array when there is no measureTeryk Bellahsene2016-02-022-5/+5
| |
* | SONAR-7257 Fix expected time to persist sourcesJulien Lancelot2016-02-021-1/+1
| |
* | Use INFO level by default in unit testsSimon Brandhof2016-02-022-2/+2
| |
* | improve rendering of quality gates conditionsStas Vilchik2016-02-012-3/+7
| |
* | Fix quality flawsTeryk Bellahsene2016-02-019-39/+92
| |
* | do not open global search or help modal when another modal is openStas Vilchik2016-02-012-7/+11
| |
* | highlight current row in background tasks tableStas Vilchik2016-02-012-1/+5
| |
* | SONAR-7257 make SymbolsLineReader instantaneousSébastien Lesaint2016-02-011-37/+40
| |
* | SONAR-7115 Retrieve system status when forced authentication is enabled5.4-M11Teryk Bellahsene2016-02-011-1/+4
| |
* | SONAR-7020 forbid login with a space when creating a userTeryk Bellahsene2016-02-012-1/+15
|/
* SONAR-7252 display widgets to my issues on "My Account" pageStas Vilchik2016-02-015-6/+245
|
* SONAR-7011 For admin, it is impossible to change its own password in the ↵Stas Vilchik2016-02-013-6/+25
| | | | "Users" page
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-014-12/+13
|
* SONAR-7233 Migrate disabled users to only keep login and nameJulien Lancelot2016-02-011-0/+31
|
* SONAR-7249 Identity provider must provide user loginJulien Lancelot2016-02-0111-105/+222
|
* SONAR-7231 add tokens help textStas Vilchik2016-02-011-0/+4
|
* squid:UselessPrenthesesCheck Useless parentheses around expression should be ↵Zeeshan Asghar2016-01-294-6/+6
| | | | removed to prevent any misunderstanging
* SONAR-7168 add CeQueue.massSubmitSébastien Lesaint2016-01-293-44/+263
|
* SONAR-7183 add CeQueueStatus.addReceived(long)Sébastien Lesaint2016-01-294-3/+84
|
* SONAR-7070 Enforced leak period in quality gates - migration scriptTeryk Bellahsene2016-01-291-0/+29
|
* SONAR-7070 WS qualitygates/* leak period enforced when creating/updating a ↵Teryk Bellahsene2016-01-296-17/+19
| | | | quality gate condition
* SONAR-7070 WS qualitygates/app returns solely the leak periodTeryk Bellahsene2016-01-292-13/+7
|
* Fix quality flawsJulien Lancelot2016-01-2911-87/+87
|
* SONAR-7168 don't query Components of CETasks 1 by 1 in TaskFormatterSébastien Lesaint2016-01-292-39/+91
|
* SONAR-7135 SONAR-7129 base component is returned in the responseTeryk Bellahsene2016-01-292-2/+2
|
* SONAR-7135 WS api/measures/component_tree fix leaves strategy and qualifiers ↵Teryk Bellahsene2016-01-295-6/+26
| | | | together
* SONAR-7129 SONAR-7131 SONAR-7134 SONAR-7135 add language in responseTeryk Bellahsene2016-01-2912-47/+87
|
* SONAR-7129 WS api/components/tree leaves strategy with qualifiers fixedTeryk Bellahsene2016-01-292-6/+9
|
* SONAR-7013 fail in CE for bad line count in file sourceSébastien Lesaint2016-01-292-15/+46
|
* SONAR-7228 Create new "My Issues" page5.4-M10Stas Vilchik2016-01-288-2/+181
|
* SONAR-7227 SONAR-7230 SONAR-7231 apply ui feedbackStas Vilchik2016-01-2812-23/+58
|
* SONAR-7230 improve rendering of notifications pageStas Vilchik2016-01-286-53/+109
|
* SONAR-7231 improve rendering of password formStas Vilchik2016-01-287-109/+127
|
* SONAR-7227 improve overall renderingStas Vilchik2016-01-2810-61/+91
|
* SONAR-7231 Create new "Security" page in "My Space"Stas Vilchik2016-01-287-0/+171
|
* SONAR-7230 Move user notifications into separate page of "My Account" spaceStas Vilchik2016-01-2815-23/+519
|
* SONAR-7227 Convert "My Profile" page to the new "My Account" pageStas Vilchik2016-01-2816-130/+542
|
* SONAR-7250 WS users/current - add detailsTeryk Bellahsene2016-01-286-31/+138
|
* SONAR-7166 fix check of projectKey for branches analysesSébastien Lesaint2016-01-282-5/+21
|
* SONAR-7166 fail when projectKey in report is not the component keySébastien Lesaint2016-01-282-10/+52
| | | | failure implemented as early as possible
* SONAR-7164 WS api/users/search is not sensitive to special charactersTeryk Bellahsene2016-01-282-10/+22
|
* SONAR-6584 WS api/resources/index document known bug regarding paginationTeryk Bellahsene2016-01-281-1/+8
|
* Fix display of web homepage without ending slashSimon Brandhof2016-01-271-0/+4
|