aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix quality flawsStas Vilchik2017-02-0711-17/+19
* SONAR-8735 add WS api/organizations/search_my_organizationsSébastien Lesaint2017-02-079-11/+435
* SONAR-8608 fix name of constant PARAM_ORGANIZATION_KEYSébastien Lesaint2017-02-0725-53/+53
* SONAR-8608 use the component's org when creating a component user permSébastien Lesaint2017-02-079-16/+41
* SONAR-8608 bulk apply template only on projects of template's orgSébastien Lesaint2017-02-0723-219/+230
* SONAR-8646 Embed SonarPHP and SonarPythonJulien Lancelot2017-02-062-2/+64
* SONAR-7852 Remove routing of api/source without any actionJulien Lancelot2017-02-062-25/+0
* SONAR-8077 Remove dbunit from UserUpdaterTestJulien Lancelot2017-02-0613-340/+129
* SONAR-8077 Do not update user when no changeJulien Lancelot2017-02-062-31/+141
* SONAR-8077 Move checkCurrentPassword to ChangePasswordActionJulien Lancelot2017-02-066-137/+88
* SONAR-8208 Remove property "sonar.authenticator.createUser"Julien Lancelot2017-02-068-85/+15
* SONAR-8438 New web service api/system/pingSimon Brandhof2017-02-066-0/+143
* SONAR-8703 Remove internal setting "sonar.web.dev.sources"Simon Brandhof2017-02-062-16/+2
* fix ui glitch when focusing react-selectStas Vilchik2017-02-061-0/+1
* Remove no more used classesJulien Lancelot2017-02-062-114/+0
* Improve doc and usages of JsonWriterSimon Brandhof2017-02-0513-108/+108
* Fix Quality flawsSimon Brandhof2017-02-051-2/+2
* SONAR-8742 Don't show stack in debug when project repository is not availableDuarte Meneses2017-02-031-1/+1
* Fix Project missing in containerDuarte Meneses2017-02-031-0/+3
* fix web api page when unchecking internalStas Vilchik2017-02-031-1/+1
* automatically select assignee checkbox when unassigning issues through bulk c...Stas Vilchik2017-02-031-2/+3
* Fix quality flawTeryk Bellahsene2017-02-031-2/+2
* increase width of leak section on project pageStas Vilchik2017-02-031-2/+3
* SONAR-8736 add missing createdAt in example response ws/rules/searchDaniel Schwarz2017-02-031-0/+3
* improve code qualityStas Vilchik2017-02-031-6/+5
* Fix quality flawsTeryk Bellahsene2017-02-034-10/+11
* SONAR-8715 Allow provisioning of non-local usersJulien Lancelot2017-02-0316-25/+302
* SONAR-8715 User builder for NewUserJulien Lancelot2017-02-036-92/+175
* SONAR-8715 Handle api/users/create response as protobufJulien Lancelot2017-02-0311-188/+156
* SONAR-8625 Return 404 on unknown WS controllerJulien Lancelot2017-02-032-31/+59
* SONAR-7762 Remove remaing property definitionJulien Lancelot2017-02-036-32/+3
* SONAR-8653 hide organization name on organization's projects pageStas Vilchik2017-02-033-5/+13
* 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