aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13999 remove orgs from issue WSMichal Duda2020-12-2232-302/+115
* SONAR-13999 drop organization from Notification WSJacek2020-12-224-122/+93
* SONAR-13999 remove orgs from hotspots WSMichal Duda2020-12-2213-324/+79
* SONAR-13999 drop organization from Components WSJacek2020-12-2243-1345/+718
* SONAR-13999 remove orgs webhook WSMichal Duda2020-12-2210-525/+198
* SONAR-13999 drop organization from CE WSJacek2020-12-2219-476/+312
* SONAR-13999 remove orgs from favorite WSMichal Duda2020-12-225-106/+63
* SONAR-14256 Create events not working for branchesDuarte Meneses2020-12-142-40/+61
* fix code smellsPierre2020-12-1426-47/+47
* Code smell fix: remove unused codeZipeng WU2020-12-114-7/+0
* Code smells test fixesJacek2020-12-0924-110/+128
* Assertions should not compare an object to itselfPhilippe Perrin2020-12-091-23/+30
* remove use of Stream.peek()Pierre2020-12-096-79/+59
* fix floating point equalityZipeng WU2020-12-091-1/+1
* should not assign null when using OptionalZipeng WU2020-12-091-3/+3
* simplify email validationZipeng WU2020-12-092-7/+12
* fix assertions on incompatible types on overall codePierre2020-12-093-13/+5
* SONAR-8427 Add a timeZone param to api/issues/searchJulien HENRY2020-12-034-13/+23
* SONAR-13793 improve ncloc count performance by using projects instead of comp...Pierre Guillot2020-12-022-5/+2
* SONAR-14175 SONAR-14176 Detect usage of admin account with default credentialJulien Lancelot2020-12-021-3/+3
* SONAR-14175 Prevent using same password as before in api/users/change_passwordJulien Lancelot2020-12-022-77/+108
* Speed up unit tests by improving indexing in unit testsDuarte Meneses2020-11-3017-96/+137
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-287-27/+82
* SONAR-14113 Make hotspot show WS public, add line hash of primary locationJean-Baptiste Lievremont2020-11-263-4/+7
* clean code smells (unused import)Pierre Guillot2020-11-261-3/+0
* SONAR-14159 enforce user authentication by defaultJacek2020-11-262-1/+13
* Fix tag filtering docs for the WS api/components/search_projectsAntoine Vigneau2020-11-091-3/+3
* SONAR-12686 upgrade es client to 7.9.3 and move to HTTPJacek2020-11-057-19/+30
* SONAR-13941 Move and adapt application CE processorZipeng WU2020-10-234-8/+40
* SONAR-13941 move api/views/app endpoint to DE and rename to api/metrics/user_...Duarte Meneses2020-10-236-1/+150
* SONAR-13941 Make applications WS available in developer editionDuarte Meneses2020-10-232-3/+3
* SONAR-13936 Fix quality flaws after merge to masterJulien Lancelot2020-10-1933-114/+46
* SONAR-13936 cleanupMichal Duda2020-10-1625-192/+193
* SONAR-13936 Rename OrganizationPermission to GlobalPermissionJulien Lancelot2020-10-16133-303/+293
* SONAR-13936 Move default permission templates to internal propertiesJulien Lancelot2020-10-1617-505/+246
* SONAR-13936 Remove use of organizations in GroupsMichal Duda2020-10-1622-283/+191
* SONAR-13936 Remove use of organizations in Permissions WS and DBJulien Lancelot2020-10-1646-351/+179
* SONAR-13936 Remove organization parameter from UsersJulien Lancelot2020-10-163-31/+2
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-16210-6568/+1746
* SONAR-13566 Add security standards filters to hotspot search WSMichal Duda2020-10-072-60/+189
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-05121-3184/+950
* SONAR-13861 Remove column 'key_type" from the table 'project_branches'Duarte Meneses2020-09-301-0/+2
* SONAR-13862 Do not display dismissed warnings in api/ce/analysis_statusMichal Duda2020-09-292-17/+39
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-2911-24/+377
* SONAR-13862 Add dismiss information to 'api/ce/analysis_status' WSJulien Lancelot2020-09-293-70/+111
* SONAR-13592 add facet to filter by file pathsJacek2020-09-244-38/+38
* SONAR-13450 Deprecate 'id' parameter in `api/user_groups/update`Duarte Meneses2020-09-222-26/+106
* Use protobuf instead JsonWriter for plugins apisJacek2020-09-188-571/+239
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-1822-281/+260
* SONAR-13825 Make 'branch' and 'pullRequest' parameters public in 'measures/co...Duarte Meneses2020-09-112-5/+3