aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8653 improve organization headerStas Vilchik2017-02-038-9/+97
* refactor and add type annonations around permissions domainStas Vilchik2017-02-0310-173/+272
* SONAR-8729 Create organization's permissions pageStas Vilchik2017-02-039-35/+135
* fix little ui glitch with navigation in organization spaceStas Vilchik2017-02-021-0/+1
* display organization when searching for viewsStas Vilchik2017-02-021-1/+4
* SONAR-8460 WS errors does not return bundled messagesJulien Lancelot2017-02-0232-519/+316
* SONAR-8719 Do not hide original exception when failing to write JSON errorsJulien Lancelot2017-02-023-72/+64
* SONAR-8719 batch/file WS return 404 instead of 400 on unknown fileJulien Lancelot2017-02-0213-143/+323
* SONAR-7300 Do not generate IllegalArgumentException when id is missingJulien Lancelot2017-02-023-43/+11
* SONAR-8610 Remove setting sonar.technicalDebt.hoursInDayJulien Lancelot2017-02-0220-193/+69
* Fix Quality flawsSimon Brandhof2017-02-023-3/+1
* SONAR-8676 add response field "canProvisionProjects" to api/navigation/organi...Simon Brandhof2017-02-023-14/+29
* SONAR-8664 add organization to response of api/notifications/listSébastien Lesaint2017-02-024-27/+63
* SONAR-8651 add organization parameter to api/projects/createSébastien Lesaint2017-02-027-34/+108
* SONAR-8651 factor organization related in projects actionsSébastien Lesaint2017-02-026-30/+62
* SONAR-8651 add and use OrganizationDbTester.setDefaultTemplates with dtosSébastien Lesaint2017-02-027-95/+130
* rename UserSessionRule.login() to logIn() for claritySébastien Lesaint2017-02-02161-1251/+1248
* SONAR-8059 WS api/user_groups/users searches users by name, login and emailTeryk Bellahsene2017-02-028-70/+82
* SONAR-8060 WS api/permissions/users searchs users users by name, login and emailTeryk Bellahsene2017-02-027-26/+70
* Add aria labels to issue rule and filter buttons in issue list. This is requi...U-DESKTOP-GN2POE0\jared2017-02-023-2/+5
* fix display of "My Issues" buttonStas Vilchik2017-02-021-1/+1
* SONAR-8586 fix wrong query plan by injecting fake data on H2Sébastien Lesaint2017-02-024-3/+88
* fix quality flawsStas Vilchik2017-02-022-4/+5
* SONAR-8457 upgrade sonarsource-brandingStas Vilchik2017-02-021-14/+20
* display organizations in projects facet on issues pageStas Vilchik2017-02-022-0/+24
* support organizations on project permissions pageStas Vilchik2017-02-025-49/+61
* display organization key on project dashboardStas Vilchik2017-02-023-2/+55
* improve display of component paths on issues pageStas Vilchik2017-02-025-32/+66
* fix display of organizationsStas Vilchik2017-02-0211-91/+121
* SONAR-8457 prepare for new branding processStas Vilchik2017-02-012-10/+39
* SONAR-8704 drop unused UserSession#getUserGroups()Simon Brandhof2017-02-0110-87/+0
* SONAR-8716 drop UserSession#hasComponentPermission(permission, componentKey)Simon Brandhof2017-02-0113-169/+33
* SONAR-8716 drop UserSession#checkComponentPermission(String,String)Simon Brandhof2017-02-019-116/+18
* Drop class ComponentDtoFunctionsSimon Brandhof2017-02-018-86/+7
* Fix Quality flawsSimon Brandhof2017-02-012-7/+4
* SONAR-8716 Use UserSession#hasComponentPermission(String,ComponentDto)Simon Brandhof2017-02-0115-40/+32
* SONAR-8716 Use UserSession#checkComponentPermission(String,ComponentDto)Simon Brandhof2017-02-0134-196/+165
* SONAR-8716 Add methods in UserSession with ComponentDto parameters.Simon Brandhof2017-02-017-2/+83
* SONAR-8716 Deprecate UserSession#globalPermissions()Simon Brandhof2017-02-012-0/+8
* SONAR-8716 Remove unused method UserSession#hasGlobalPermission(String)Simon Brandhof2017-02-016-37/+0
* SONAR-8716 Remove unused method UserSession#checkAnyPermissions(Collection)Simon Brandhof2017-02-015-41/+8
* SONAR-8716 Deprecate UserSession#checkPermission(String)Simon Brandhof2017-02-011-0/+7
* SONAR-8716 Remove unused method UserSession#checkGlobalPermission(String)Simon Brandhof2017-02-017-37/+1
* fix QualityGateCondition-testStas Vilchik2017-02-011-8/+8
* SONAR-8713 update issue type icons, add new placesStas Vilchik2017-02-019-34/+28
* avoid command line message if trying to stop without having unzippedDaniel Schwarz2017-02-011-1/+4
* SONAR-6395 Remove measure filter extension pointJulien Lancelot2017-02-0111-661/+0
* SONAR-7762 Remove allow to signup featureJulien Lancelot2017-02-016-9/+11
* SONAR-8087 Deprecate no more used types in PropertyType APIJulien Lancelot2017-02-011-1/+10
* Fix quality flawsJulien Lancelot2017-02-012-2/+2