aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8721 Redirect links should be using httpsStas Vilchik2017-02-092-2/+2
* SONAR-8662 Wrong entries in "Administration" menu of a project dashboard when...Stas Vilchik2017-02-091-0/+4
* SONAR-8661 display organizations for favoritesStas Vilchik2017-02-071-3/+6
* display 404 when accessing on-prem admin pages being in cloud modeStas Vilchik2017-02-071-0/+1
* SONAR-8659 Create organization's projects management pageStas Vilchik2017-02-071-5/+7
* SONAR-8653 improve organization headerStas Vilchik2017-02-031-1/+1
* SONAR-8729 Create organization's permissions pageStas Vilchik2017-02-031-5/+7
* display organization when searching for viewsStas Vilchik2017-02-021-1/+4
* fix display of organizationsStas Vilchik2017-02-025-53/+53
* SONAR-8457 prepare for new branding processStas Vilchik2017-02-012-10/+39
* fix quality flowStas Vilchik2017-02-011-1/+0
* SONAR-8658 Create organization's permission templates pageStas Vilchik2017-02-011-8/+10
* SONAR-8723 Add links to organization spaceStas Vilchik2017-02-013-12/+17
* SONAR-8656 Create organization's groups pageStas Vilchik2017-02-012-8/+20
* SONAR-8654 Create page to edit organizationStas Vilchik2017-02-011-0/+2
* SONAR-8538 Improve UX when navigating on projects for which I don't have the ...Stas Vilchik2017-01-311-9/+31
* scroll to top on route changeStas Vilchik2017-01-301-1/+9
* SONAR-8700 Missing redirect of codingrules to coding_rulesStas Vilchik2017-01-251-0/+3
* SONAR-8679 Quality Profiles page never finishes loading when there is no pluginsStas Vilchik2017-01-241-4/+3
* SONAR-8661 Display organization in the searchStas Vilchik2017-01-244-4/+28
* SONAR-8627 Display organization on the project dashboardStas Vilchik2017-01-245-13/+104
* SONAR-8626 Display organization on the Projects pageStas Vilchik2017-01-241-3/+7
* SONAR-7674 display activity page only for projectsStas Vilchik2017-01-163-141/+164
* SONAR-8581 fix testsStas Vilchik2017-01-166-6/+9
* SONAR-8581 Add IT to test PageDefinition APITeryk Bellahsene2017-01-138-158/+159
* do not rely on "name" returned by /api/components/suggestionsStas Vilchik2017-01-111-6/+5
* avoid blinking on log outStas Vilchik2017-01-091-5/+5
* remove explicit _ and $ dependecies (#1487)Stas Vilchik2016-12-291-6/+6
* use enzyme-to-json serializer (#1483)Stas Vilchik2016-12-273-6/+3
* SONAR-8554 reorder project menu itemsStas Vilchik2016-12-271-8/+6
* SONAR-8554 Load and display page extensions (#1482)Stas Vilchik2016-12-2316-43/+598
* expose moment.js for web extensionsStas Vilchik2016-12-231-0/+2
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-2210-22/+22
* SONAR-7286 Fix api/favorites/search for files - the name of the file is displ...Teryk Bellahsene2016-12-221-3/+1
* SONAR-8552 fix settings navigationStas Vilchik2016-12-204-13/+243
* SONAR-8552 fix global navigationStas Vilchik2016-12-204-10/+123
* SONAR-8552 fix component navigationStas Vilchik2016-12-203-4/+180
* do not display "authentication required" error message (#1478)Stas Vilchik2016-12-201-6/+0
* SONAR-7286 Use api/favorites/search in the UITeryk Bellahsene2016-12-201-1/+1
* SONAR-7674 Add Activity Stream interface (#1459)Stas Vilchik2016-12-193-17/+15
* support old project permalinksStas Vilchik2016-12-121-0/+4
* reorganize store directoriesStas Vilchik2016-12-0926-859/+18
* display markdown helpStas Vilchik2016-12-092-0/+134
* refactor SearchView to remove $ and _ dependencies (#1449)Stas Vilchik2016-12-091-35/+42
* 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-091-3/+1
* remove $ and _ dependecies in ComponentNavStas Vilchik2016-12-091-23/+15
* do not use "canBeFavorite" from api/navigation/componentStas Vilchik2016-12-093-7/+14
* SONAR-8505 Implement smooth transition between pages (#1440)Stas Vilchik2016-12-0812-81/+243