aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8713 apply feedbackStas Vilchik2017-01-316-11/+23
* SONAR-8649 add UT on wrong org in api/projects/provisionedSébastien Lesaint2017-01-311-0/+13
* fix quality flaw: remove unused field and methodSébastien Lesaint2017-01-312-9/+2
* SONAR-8650 add organization parameter to api/projects/ghostsSébastien Lesaint2017-01-314-79/+168
* SONAR-8523 Test WS api/users/search allows search on email case insensitiveTeryk Bellahsene2017-01-311-0/+2
* SONAR-8523 Add search on email for users' indexTeryk Bellahsene2017-01-313-25/+29
* SONAR-8694 boost prefix and case sensitive prefix matches in searchDaniel Schwarz2017-01-316-16/+160
* SONAR-8704 replace group names by ids in authorization indicesSimon Brandhof2017-01-3120-690/+719
* SONAR-8704 add UserSession#getGroups()Simon Brandhof2017-01-3111-14/+127
* SONAR-8704 rename field "users" to "userIds"Simon Brandhof2017-01-312-6/+6
* SONAR-8704 create and populate field authorization/groupIdsSimon Brandhof2017-01-319-36/+47
* SONAR-8704 new boolean field authorization/allowAnyoneSimon Brandhof2017-01-3112-70/+143
* SONAR-8704 do not index projects without any access permissionSimon Brandhof2017-01-313-29/+22
* SONAR-8704 Refactor Elasticsearch types "authorization"Simon Brandhof2017-01-3171-2409/+1548
* SONAR-8538 Improve UX when navigating on projects for which I don't have the ...Stas Vilchik2017-01-312-12/+32
* SONAR-8370 Display ratings on new code on a project dashbordStas Vilchik2017-01-315-10/+24
* SONAR-8515 Align boxes on the About pageStas Vilchik2017-01-312-6/+15
* SONAR-7305 Fix documentation of WS api/timemachine/indexTeryk Bellahsene2017-01-311-2/+2
* SONAR-7298 Correctly return modules when using 'search' paramJulien Lancelot2017-01-314-13/+44
* SONAR-7299 Fail when project name is emptyJulien Lancelot2017-01-313-15/+55
* SONAR-8694 sort search results by Elasticsearch relevancy scoreDaniel Schwarz2017-01-305-4/+36
* SONAR-8568 drop fuzzy search, to increase search result relevancyDaniel Schwarz2017-01-306-146/+1
* SONAR-8678 in global search, all entered terms are mandatoryDaniel Schwarz2017-01-305-14/+156
* SONAR-8675 drop unused param "q" in api/project/search_my_projectsSimon Brandhof2017-01-301-11/+1
* improve search on update center pageStas Vilchik2017-01-301-1/+1
* SONAR-8713 change bug tracker iconStas Vilchik2017-01-303-0/+48
* SONAR-8713 Add issue type icons to SQ interfaceStas Vilchik2017-01-3021-19/+297
* scroll to top on route changeStas Vilchik2017-01-301-1/+9
* fix rating's letter positionStas Vilchik2017-01-301-10/+11
* SONAR-8366 drop test on WS description of api/components/searchTeryk Bellahsene2017-01-301-1/+0
* SONAR-8366 Make a consistent permission documentation and checks for api/meas...Teryk Bellahsene2017-01-308-48/+26
* SONAR-8366 Make a consistent permission documentation and checks for api/comp...Teryk Bellahsene2017-01-308-73/+47
* SONAR-8347 Make a consistent permission documentation for api/user_groups WSTeryk Bellahsene2017-01-307-39/+44
* SONAR-8346 Make a consistent permission documentation for api/permissions WSTeryk Bellahsene2017-01-3023-243/+271
* SONAR-8388 HTTP POST request parameters are handled as UTF-8 by defaultTeryk Bellahsene2017-01-304-1/+33
* SONAR-8090 WS ce/component documentation on permission updatedTeryk Bellahsene2017-01-301-5/+1
* SONAR-8648 add organization parameter to api/components/searchSébastien Lesaint2017-01-303-79/+103
* SONAR-8649 add organization parameter to api/projects/provisionedSébastien Lesaint2017-01-304-64/+118
* SONAR-7286 Add docs on removed api/favourites WSJulien Lancelot2017-01-303-1/+44
* SONAR-8684 Update response examples for removed WSJulien Lancelot2017-01-3012-187/+26
* Remove UserSession#localeJulien Lancelot2017-01-3020-127/+56
* Remove useless TODOJulien Lancelot2017-01-301-1/+0
* SONAR-7300 Display a proper message when id is missingJulien Lancelot2017-01-303-12/+48
* SONAR-8644 Do not fail with error 500 on unknown componentJulien Lancelot2017-01-302-18/+35
* SONAR-8644 Refactor UTJulien Lancelot2017-01-302-212/+205
* SONAR-8574 Fix typoJulien Lancelot2017-01-302-2/+2
* SONAR-8413 Take into account context path during authentication errorJulien Lancelot2017-01-308-8/+70
* SONAR-8684 Clean up rails filesJulien Lancelot2017-01-301-1/+0
* Remove error-prone params Organization in UserDbTesterSimon Brandhof2017-01-2914-83/+77
* SONAR-8694 use only one component search request for all qualifiersDaniel Schwarz2017-01-278-61/+148