Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-8721 Redirect links should be using https | Stas Vilchik | 2017-02-09 | 20 | -34/+34 | |
| | ||||||
* | SONAR-8470 Add favicon and apple touch icons (#1644) | Stas Vilchik | 2017-02-09 | 18 | -3/+26 | |
| | ||||||
* | SONAR-8662 Wrong entries in "Administration" menu of a project dashboard ↵ | Stas Vilchik | 2017-02-09 | 5 | -4/+37 | |
| | | | | when not enough permission (#1642) | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-02-08 | 3 | -6/+6 | |
| | ||||||
* | Rename tests of ProvisioningPermissionTest | Simon Brandhof | 2017-02-08 | 1 | -5/+5 | |
| | ||||||
* | fixup! SONAR-8716 api/users/current must return permissions on default ↵ | Simon Brandhof | 2017-02-08 | 1 | -4/+4 | |
| | | | | organization | |||||
* | SONAR-8716 improve javadoc of UserSession | Simon Brandhof | 2017-02-08 | 1 | -24/+50 | |
| | ||||||
* | SONAR-8716 apply project to org permission fallback in api/ce/task | Simon Brandhof | 2017-02-08 | 2 | -57/+112 | |
| | ||||||
* | SONAR-8716 analysis needs at least scan permission on organization | Simon Brandhof | 2017-02-08 | 3 | -16/+71 | |
| | | | | even if the scan permission is not directly granted on the project. | |||||
* | Remove some instantiations of ComponentDbTester | Simon Brandhof | 2017-02-08 | 9 | -109/+89 | |
| | ||||||
* | SONAR-8716 drop fallback project -> org permissions in ServerUserSession | Simon Brandhof | 2017-02-08 | 1 | -4/+0 | |
| | ||||||
* | SONAR-8716 drop global permissions from UserSession | Simon Brandhof | 2017-02-08 | 8 | -65/+0 | |
| | ||||||
* | SONAR-8716 api/users/current must return permissions on default organization | Simon Brandhof | 2017-02-08 | 4 | -19/+37 | |
| | ||||||
* | SONAR-8716 manage root permissions in UserSessionRule | Simon Brandhof | 2017-02-08 | 1 | -4/+7 | |
| | ||||||
* | SONAR-8716 global search is restricted to roots | Simon Brandhof | 2017-02-08 | 4 | -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 Brandhof | 2017-02-08 | 8 | -88/+0 | |
| | | | | because it does not support organizations. | |||||
* | SONAR-8716 fallback on organization permission in api/ce/submit | Simon Brandhof | 2017-02-08 | 2 | -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 flaws | Simon Brandhof | 2017-02-08 | 4 | -8/+4 | |
| | ||||||
* | SONAR-8716 drop usages of UserSessionRule#setGlobalPermissions() | Simon Brandhof | 2017-02-08 | 9 | -117/+68 | |
| | ||||||
* | SONAR-8716 Simplify CeUserSession | Simon Brandhof | 2017-02-08 | 1 | -21/+17 | |
| | ||||||
* | SONAR-8716 drop unused methods in UserSessionRule | Simon Brandhof | 2017-02-08 | 2 | -33/+0 | |
| | | | | | No more need to define permission on projects referenced by their keys. | |||||
* | Adjust test timing after change on indexing | Duarte Meneses | 2017-02-08 | 1 | -1/+1 | |
| | ||||||
* | SONAR-8750 Display a branding landing page | Stas Vilchik | 2017-02-08 | 16 | -234/+651 | |
| | ||||||
* | SONAR-8749 Update landing page | Stas Vilchik | 2017-02-08 | 12 | -173/+292 | |
| | ||||||
* | SONAR-8750 Return sonar.lf.sonarqube.com.enabled in api/navigation/global | Julien Lancelot | 2017-02-08 | 5 | -1/+7 | |
| | ||||||
* | SONAR-8669 apply feedback | Stas Vilchik | 2017-02-08 | 1 | -9/+11 | |
| | ||||||
* | SONAR-8666 change description of organization key | Stas Vilchik | 2017-02-08 | 1 | -1/+1 | |
| | ||||||
* | SONAR-8666 fix display of button to create organization | Stas Vilchik | 2017-02-08 | 1 | -5/+5 | |
| | ||||||
* | SONAR-8659 display only projects for custom organizations | Stas Vilchik | 2017-02-08 | 1 | -1/+5 | |
| | ||||||
* | SONAR-8658 display only projects for custom organizations | Stas Vilchik | 2017-02-08 | 6 | -7/+87 | |
| | ||||||
* | SONAR-8501 fix threadlocal leak if task finalization fails | Sébastien Lesaint | 2017-02-08 | 1 | -1/+12 | |
| | ||||||
* | Fix description of background tasks page | Simon Brandhof | 2017-02-07 | 1 | -1/+1 | |
| | ||||||
* | SONAR-8716 fix fallback of component to organization permission | Simon Brandhof | 2017-02-07 | 4 | -18/+76 | |
| | ||||||
* | Add param "organization" to ws-client PermissionsService | Simon Brandhof | 2017-02-07 | 3 | -3/+14 | |
| | ||||||
* | SONAR-8716 fix check of permissions in api/settings | Simon Brandhof | 2017-02-07 | 8 | -96/+111 | |
| | | | | | * api/settings/list * api/settings/values | |||||
* | SONAR-8716 fix check of permissions in api/ce/task | Simon Brandhof | 2017-02-07 | 3 | -18/+38 | |
| | ||||||
* | Drop unused classes DebtModelBackup and RuleOperations | Simon Brandhof | 2017-02-07 | 5 | -1181/+0 | |
| | ||||||
* | SONAR-8734 Add "organization" parameter to WS api/projects/bulk_delete | Simon Brandhof | 2017-02-07 | 3 | -44/+139 | |
| | ||||||
* | Drop unused method ComponentService#componentUuids() | Simon Brandhof | 2017-02-07 | 1 | -9/+0 | |
| | ||||||
* | SONAR-8716 remove usages of UserSessionRule#setGlobalPermissions() | Simon Brandhof | 2017-02-07 | 32 | -197/+159 | |
| | ||||||
* | SONAR-8716 api/projectanalysis/create_event requires authentication | Simon Brandhof | 2017-02-07 | 1 | -23/+51 | |
| | ||||||
* | SONAR-8716 fix check of permissions in api/users/search | Simon Brandhof | 2017-02-07 | 2 | -9/+7 | |
| | ||||||
* | SONAR-8716 fix check of permissions in SettingsAction | Simon Brandhof | 2017-02-07 | 2 | -9/+8 | |
| | ||||||
* | SONAR-8716 drop UserSession#checkPermission(String) | Simon Brandhof | 2017-02-07 | 6 | -66/+0 | |
| | ||||||
* | SONAR-8716 fix check of permissions in api/projects/bulk_delete | Simon Brandhof | 2017-02-07 | 2 | -7/+16 | |
| | ||||||
* | SONAR-8716 remove useless check of permissions in RuleOperations | Simon Brandhof | 2017-02-07 | 2 | -31/+9 | |
| | | | | | Permission has to be verified by the web service calling RuleOperations#updateRule() | |||||
* | SONAR-8716 fix check of permissions in api/rules | Simon Brandhof | 2017-02-07 | 8 | -74/+111 | |
| | ||||||
* | SONAR-8716 fix check of permissions in SearchProjectPermissionsAction | Simon Brandhof | 2017-02-07 | 3 | -5/+7 | |
| | ||||||
* | SONAR-8716 fix check of permissions in api/quality_profiles | Simon Brandhof | 2017-02-07 | 25 | -283/+459 | |
| | ||||||
* | SONAR-8716 fix check of permissions in api/users | Simon Brandhof | 2017-02-07 | 15 | -91/+65 | |
| |