aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-8721 Redirect links should be using httpsStas Vilchik2017-02-0920-34/+34
|
* SONAR-8470 Add favicon and apple touch icons (#1644)Stas Vilchik2017-02-0918-3/+26
|
* SONAR-8662 Wrong entries in "Administration" menu of a project dashboard ↵Stas Vilchik2017-02-095-4/+37
| | | | when not enough permission (#1642)
* Fix Quality flawsSimon Brandhof2017-02-083-6/+6
|
* Rename tests of ProvisioningPermissionTestSimon Brandhof2017-02-081-5/+5
|
* fixup! SONAR-8716 api/users/current must return permissions on default ↵Simon Brandhof2017-02-081-4/+4
| | | | organization
* SONAR-8716 improve javadoc of UserSessionSimon Brandhof2017-02-081-24/+50
|
* SONAR-8716 apply project to org permission fallback in api/ce/taskSimon Brandhof2017-02-082-57/+112
|
* SONAR-8716 analysis needs at least scan permission on organizationSimon Brandhof2017-02-083-16/+71
| | | | even if the scan permission is not directly granted on the project.
* Remove some instantiations of ComponentDbTesterSimon Brandhof2017-02-089-109/+89
|
* SONAR-8716 drop fallback project -> org permissions in ServerUserSessionSimon Brandhof2017-02-081-4/+0
|
* SONAR-8716 drop global permissions from UserSessionSimon Brandhof2017-02-088-65/+0
|
* SONAR-8716 api/users/current must return permissions on default organizationSimon Brandhof2017-02-084-19/+37
|
* SONAR-8716 manage root permissions in UserSessionRuleSimon Brandhof2017-02-081-4/+7
|
* SONAR-8716 global search is restricted to rootsSimon Brandhof2017-02-084-32/+11
| | | | | | | The WS api/permissions/search_project_permissions is cross-organizations if the project parameter is not set. For this reason the root status is required as long as the WS does not support an organization parameter to restrict the scope of search.
* SONAR-8716 drop UserSession#hasPermission()Simon Brandhof2017-02-088-88/+0
| | | | because it does not support organizations.
* SONAR-8716 fallback on organization permission in api/ce/submitSimon Brandhof2017-02-082-9/+19
| | | | | | | For "legacy" reasons, the permission "scan" is available on both project and organization scopes. If the user who submits analysis report does not have the project permission, then it must have the organization permission.
* Fix Quality flawsSimon Brandhof2017-02-084-8/+4
|
* SONAR-8716 drop usages of UserSessionRule#setGlobalPermissions()Simon Brandhof2017-02-089-117/+68
|
* SONAR-8716 Simplify CeUserSessionSimon Brandhof2017-02-081-21/+17
|
* SONAR-8716 drop unused methods in UserSessionRuleSimon Brandhof2017-02-082-33/+0
| | | | | No more need to define permission on projects referenced by their keys.
* Adjust test timing after change on indexingDuarte Meneses2017-02-081-1/+1
|
* SONAR-8750 Display a branding landing pageStas Vilchik2017-02-0816-234/+651
|
* SONAR-8749 Update landing pageStas Vilchik2017-02-0812-173/+292
|
* SONAR-8750 Return sonar.lf.sonarqube.com.enabled in api/navigation/globalJulien Lancelot2017-02-085-1/+7
|
* SONAR-8669 apply feedbackStas Vilchik2017-02-081-9/+11
|
* SONAR-8666 change description of organization keyStas Vilchik2017-02-081-1/+1
|
* SONAR-8666 fix display of button to create organizationStas Vilchik2017-02-081-5/+5
|
* SONAR-8659 display only projects for custom organizationsStas Vilchik2017-02-081-1/+5
|
* SONAR-8658 display only projects for custom organizationsStas Vilchik2017-02-086-7/+87
|
* SONAR-8501 fix threadlocal leak if task finalization failsSébastien Lesaint2017-02-081-1/+12
|
* Fix description of background tasks pageSimon Brandhof2017-02-071-1/+1
|
* SONAR-8716 fix fallback of component to organization permissionSimon Brandhof2017-02-074-18/+76
|
* Add param "organization" to ws-client PermissionsServiceSimon Brandhof2017-02-073-3/+14
|
* SONAR-8716 fix check of permissions in api/settingsSimon Brandhof2017-02-078-96/+111
| | | | | * api/settings/list * api/settings/values
* SONAR-8716 fix check of permissions in api/ce/taskSimon Brandhof2017-02-073-18/+38
|
* Drop unused classes DebtModelBackup and RuleOperationsSimon Brandhof2017-02-075-1181/+0
|
* SONAR-8734 Add "organization" parameter to WS api/projects/bulk_deleteSimon Brandhof2017-02-073-44/+139
|
* Drop unused method ComponentService#componentUuids()Simon Brandhof2017-02-071-9/+0
|
* SONAR-8716 remove usages of UserSessionRule#setGlobalPermissions()Simon Brandhof2017-02-0732-197/+159
|
* SONAR-8716 api/projectanalysis/create_event requires authenticationSimon Brandhof2017-02-071-23/+51
|
* SONAR-8716 fix check of permissions in api/users/searchSimon Brandhof2017-02-072-9/+7
|
* SONAR-8716 fix check of permissions in SettingsActionSimon Brandhof2017-02-072-9/+8
|
* SONAR-8716 drop UserSession#checkPermission(String)Simon Brandhof2017-02-076-66/+0
|
* SONAR-8716 fix check of permissions in api/projects/bulk_deleteSimon Brandhof2017-02-072-7/+16
|
* SONAR-8716 remove useless check of permissions in RuleOperationsSimon Brandhof2017-02-072-31/+9
| | | | | Permission has to be verified by the web service calling RuleOperations#updateRule()
* SONAR-8716 fix check of permissions in api/rulesSimon Brandhof2017-02-078-74/+111
|
* SONAR-8716 fix check of permissions in SearchProjectPermissionsActionSimon Brandhof2017-02-073-5/+7
|
* SONAR-8716 fix check of permissions in api/quality_profilesSimon Brandhof2017-02-0725-283/+459
|
* SONAR-8716 fix check of permissions in api/usersSimon Brandhof2017-02-0715-91/+65
|