aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Drop unused exceptions in org.sonar.server.authenticationSimon Brandhof2017-01-252-72/+0
* SONAR-8700 Missing redirect of codingrules to coding_rulesStas Vilchik2017-01-251-0/+3
* SONAR-8684 Add missing ServerSide annotationsJulien Lancelot2017-01-241-0/+2
* SONAR-8684 Remove RailsHandlerJulien Lancelot2017-01-242-11/+5
* SONAR-7305 Deprecate api/timemachine WSJulien Lancelot2017-01-242-36/+8
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-2417-124/+473
* SONAR-7299 Move code related to project creation to ComponentUpdaterJulien Lancelot2017-01-2414-456/+563
* SONAR-7299 Remove UserSession dependency from FavoriteUpdaterJulien Lancelot2017-01-2412-45/+43
* SONAR-7299 Replace Ruby WS api/projects/create by javaJulien Lancelot2017-01-2411-55/+497
* SONAR-7299 Remove ComponentFinder from ComponentServiceJulien Lancelot2017-01-2410-53/+28
* SONAR-8684 Redirect /api to /api/webservices/listJulien Lancelot2017-01-242-1/+31
* SONAR-8684 Remove Java classes related to railsJulien Lancelot2017-01-2437-1588/+21
* SONAR-8684 Remove Rails filesJulien Lancelot2017-01-24990-138757/+0
* SONAR-7298 replace usage of /api/projects/index by /api/components/searchStas Vilchik2017-01-242-10/+3
* SONAR-7303 replace usage of /api/resources/search by /api/components/searchStas Vilchik2017-01-241-1/+18
* SONAR-6506 Delete internal WS api/updatecenter/installed_pluginsJulien Lancelot2017-01-243-104/+4
* SONAR-6309 Delete WS api/profiles/listJulien Lancelot2017-01-243-178/+8
* SONAR-6310 Delete WS api/profiles/indexJulien Lancelot2017-01-243-39/+8
* SONAR-7303 Delete WS api/resources/searchJulien Lancelot2017-01-244-155/+2
* SONAR-5270 Delete WS api/user_propertiesJulien Lancelot2017-01-243-128/+6
* SONAR-7277 Create a route to redirect profiles/export to api/qualityprofiles/...Julien Lancelot2017-01-243-3/+30
* SONAR-8609 Set api/components/search as publicJulien Lancelot2017-01-243-119/+148
* SONAR-8643 Make the color palette consistentStas Vilchik2017-01-2411-39/+46
* SONAR-8692 Replace calls to api/timemachine/index WS by api/measures/search_h...Stas Vilchik2017-01-243-38/+42
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-248-2/+899
* SONAR-8236 Returned secured and license settings when user has only 'Execute ...Julien Lancelot2017-01-242-30/+104
* SONAR-7300 Replace key parameter by idJulien Lancelot2017-01-244-10/+10
* fix measures-testStas Vilchik2017-01-241-1/+1
* SONAR-8393 Rating indicators are not consistentStas Vilchik2017-01-249-56/+74
* SONAR-8679 Quality Profiles page never finishes loading when there is no pluginsStas Vilchik2017-01-242-5/+4
* SONAR-8645 Unexpected text wrapping on the Projects pageStas Vilchik2017-01-241-1/+1
* SONAR-8678 allow search for components by multiple, independent wordsDaniel Schwarz2017-01-241-0/+48
* SONAR-8451 fix problem with settingsStas Vilchik2017-01-241-2/+1
* SONAR-8568 change elasticsearch ngram filter to ngram tokenizerDaniel Schwarz2017-01-241-9/+9
* SONAR-8568 allow fuzzy search of component namesDaniel Schwarz2017-01-242-18/+45
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-2411-154/+18
* Drop unused ResourceDao#findProvisionedProjects()Simon Brandhof2017-01-244-366/+2
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-246-38/+15
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-244-88/+36
* Delete unused test filesSimon Brandhof2017-01-245-949/+0
* SONAR-8661 Display organization in the searchStas Vilchik2017-01-244-4/+28
* SONAR-8629 Display organization on the Background Tasks pageStas Vilchik2017-01-243-26/+48
* SONAR-8628 Display organizations on the Issues pageStas Vilchik2017-01-243-3/+47
* SONAR-8627 Display organization on the project dashboardStas Vilchik2017-01-248-26/+118
* SONAR-8626 Display organization on the Projects pageStas Vilchik2017-01-2412-15/+377
* Support all qualifiers in ComponentDao#xxxProvisioned()Simon Brandhof2017-01-232-21/+11
* Drop unused DefaultComponentFinder and related classesSimon Brandhof2017-01-236-525/+0
* Remove unused methods from ComponentFinderSimon Brandhof2017-01-232-91/+15
* Refactor WS about association of Q profiles and projectsSimon Brandhof2017-01-238-272/+55
* Fix Quality flawsSimon Brandhof2017-01-231-9/+2