summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8091 "All" option of "New Issues" facet works wrongStas Vilchik2016-09-161-1/+2
|
* fix SSF-50Stas Vilchik2016-09-151-1/+2
|
* fix SSF-49Stas Vilchik2016-09-151-3/+2
|
* SONAR-8036 Code page does not expand root directory properly (#1239)Stas Vilchik2016-09-131-3/+18
|
* SONAR-8000 Redirect to login page if WS returns 401 (#1240)Stas Vilchik2016-09-136-21/+32
|
* SONAR-7897 Update measures on the Projects page (#1237)Stas Vilchik2016-09-135-109/+116
|
* SONAR-7941 When l10n bundle is corrupted or missing UI fails to renderStas Vilchik2016-09-121-5/+25
|
* SONAR-8033 Gravatar now works with non-lowercase email addresses. (#1218)Hendrik M Halkow2016-09-091-1/+1
|
* SONAR-7996 Rounding of technical debt is not accurate (#1154)Stas Vilchik2016-08-221-24/+22
|
* SONAR-7912 Highlight releasability rating in measure page of a viewStas Vilchik2016-07-211-1/+2
|
* SONAR-7894 Document the "Anyone" group on the "Groups" page (#1108)Stas Vilchik2016-07-182-2/+26
|
* SONAR-7686 Add migration to fix null external identityJulien Lancelot2016-07-181-0/+31
|
* SONAR-7809 fix bad rendering when there is no new coverage on the Overview pageStas Vilchik2016-07-141-5/+10
|
* SONAR-7868 Fix SSF-46Stas Vilchik2016-07-141-1/+1
|
* change wording on the Setup pageStas Vilchik2016-05-301-2/+1
|
* fix unwanted WS call when QG is greenStas Vilchik2016-05-251-22/+25
|
* fix quality flawsStas Vilchik2016-05-202-4/+3
|
* SONAR-6964 Do not display administration sensitive data when opening browser ↵Teryk Bellahsene2016-05-201-1/+1
| | | | history
* fix display of links from QG failuresStas Vilchik2016-05-191-1/+1
|
* fix when sumit empty issue comment by keyboardStas Vilchik2016-05-191-0/+5
|
* SONAR-7484 WS restrict action key suffixes to protobuf, json and textTeryk Bellahsene2016-05-191-1/+1
|
* fix domain headers on the overview pageStas Vilchik2016-05-182-3/+3
|
* display complementary duplications measuresStas Vilchik2016-05-181-1/+4
|
* SONAR-7223 "Best Values" are not displayed properly (#994)Stas Vilchik2016-05-182-95/+99
|
* SONAR-7639 pass BCP47 language tagStas Vilchik2016-05-181-4/+1
|
* SONAR-6613 remove useless indexes on table GROUP_ROLESSimon Brandhof2016-05-181-0/+32
|
* SONAR-7271 hide 2 sections from System Info pageSimon Brandhof2016-05-181-4/+6
| | | | | | | Sections "Settings" and "Plugins" are already available in other administration consoles so they should not be displayed in System Info page. Still they must be present in WS api/system/info.
* Remove useless JRuby property from web.xmlSimon Brandhof2016-05-181-4/+0
| | | | | As default value of "public.root" is "/", the property can be removed from web.xml.
* fix displaying of new technical debt on the overview pageStas Vilchik2016-05-181-1/+1
|
* move "Releasability" domain on the first place on the measures pageStas Vilchik2016-05-171-2/+2
|
* SONAR-7640 Return unauthenticated when login/password are badJulien Lancelot2016-05-173-15/+30
|
* display number of new lines to cover on overview pageStas Vilchik2016-05-163-12/+48
|
* SONAR-7530 Add pagination on the Project Measures page (#977)Stas Vilchik2016-05-166-22/+72
|
* SONAR-6336 display warning only for saved conditionsStas Vilchik2016-05-161-2/+3
|
* improve project deletion pageStas Vilchik2016-05-131-27/+31
|
* SONAR-7545 limit the input max length when bulk change the project keyStas Vilchik2016-05-131-3/+3
|
* refactor project overview page (#908)Stas Vilchik2016-05-1347-2142/+1996
|
* update eslintStas Vilchik2016-05-132-347/+347
|
* SONAR-7327 Display a warning when no components selected on the Measures pageStas Vilchik2016-05-131-0/+24
|
* SONAR-7634 Metric names should be localized (#967)Stas Vilchik2016-05-1332-45/+75
|
* SONAR-7431 Keep filters state in url on background page (#965)Stas Vilchik2016-05-1326-661/+480
|
* SONAR-7493 fix size of ISSUES.MESSAGE col on OraleSimon Brandhof2016-05-131-0/+31
| | | | | | The length of this VARCHAR(4000) depends on runtime (4000 bytes or 4000 chars) as unit is not enforced during creation of column
* SONAR-6696 Replace event description by name in history pageJulien Lancelot2016-05-131-1/+1
| | | | Event description is no more computed since 5.2, so the name is used instead (even if it contains less information about the change)
* fix display of UTS paths on measures pageStas Vilchik2016-05-131-1/+1
|
* SONAR-7539 WS api/properties should return licenses if user is authenticated ↵Simon Brandhof2016-05-121-1/+1
| | | | (#963)
* SONAR-6336 show WS errorsStas Vilchik2016-05-122-61/+98
|
* SONAR-7094 Correct, expand update center summary (#941)Stas Vilchik2016-05-125-14/+35
|
* SONAR-7630 Do not use MySQL TINYINT(1) for non-boolean columnsSimon Brandhof2016-05-121-0/+31
|
* Automatic merge from branch-5.5Jenkins CI2016-05-112-36/+1
|\ | | | | | | | | * origin/branch-5.5: SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1
| * SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1Simon Brandhof2016-05-102-36/+1
| |