| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-4563 Use strict comparison for createdAfter in the Issues search engine | Simon Brandhof | 2013-08-12 | 1 | -2/+2 |
* | SONAR-4563 Use strict comparison for createdAfter in the Issues search engine | Simon Brandhof | 2013-08-12 | 1 | -0/+3 |
* | SONAR-4564 SONAR-4563 fix detection of new issues since previous analysis | Simon Brandhof | 2013-08-08 | 1 | -1/+1 |
* | SONAR-4419 Replace SQL in by or | Julien Lancelot | 2013-07-18 | 1 | -2/+2 |
* | SONAR-4419 when searching for projects, the technical projects should not be ... | Julien Lancelot | 2013-07-17 | 1 | -0/+12 |
* | SONAR-4466 Provision the logical key in the model objects used by the views | Jean-Baptiste Vilain | 2013-07-15 | 1 | -2/+2 |
* | SONAR-4463 Re-added schema migration to cover existing permission settings co... | Jean-Baptiste Vilain | 2013-07-15 | 1 | -0/+1 |
* | SONAR-4463 Removed obsolete migration | Jean-Baptiste Vilain | 2013-07-15 | 1 | -1/+0 |
* | SONAR-4463 Added LoadedTemplate entry to cover default permission template in... | Jean-Baptiste Vilain | 2013-07-15 | 1 | -15/+0 |
* | SONAR-4453 Fixed permissions setup data insertion for h2 | Jean-Baptiste Vilain | 2013-07-15 | 1 | -1/+1 |
* | SONAR-4453 Fixed migration to support the newly added logical key in permissi... | Jean-Baptiste Vilain | 2013-07-12 | 1 | -3/+3 |
* | SONAR-4453 Added a logical key in the permission_templates table and rearrang... | Jean-Baptiste Vilain | 2013-07-12 | 3 | -4/+5 |
* | SONAR-4453 Added tests to cover permission template application | Jean-Baptiste Vilain | 2013-07-11 | 2 | -23/+25 |
* | SONAR-4361 Add index on columns plugin_rule_key and plugin_name of the Rules ... | Julien Lancelot | 2013-07-11 | 2 | -0/+3 |
* | SONAR-4464 Fixed default permissions on groups on H2 init script | Jean-Baptiste Vilain | 2013-07-10 | 1 | -2/+2 |
* | SONAR-4465 Reworked the ResourcePermission implementation to rely on the perm... | Jean-Baptiste Vilain | 2013-07-10 | 1 | -0/+7 |
* | SONAR-4464 Migrate and delete legacy settings defining default roles for each... | Jean-Baptiste Vilain | 2013-07-09 | 1 | -11/+16 |
* | SONAR-4466 Added modal windows and controller actions to support permissions ... | Jean-Baptiste Vilain | 2013-07-08 | 1 | -1/+7 |
* | SONAR-4466 Added controller and pages to handle CRUD operations on permission... | Jean-Baptiste Vilain | 2013-07-08 | 1 | -0/+6 |
* | SONAR-4449 Add migration to update issues that are still linked to removed ac... | Julien Lancelot | 2013-07-05 | 1 | -0/+1 |
* | Fix PermissionTemplateMapper.xml on Oracle | Simon Brandhof | 2013-07-04 | 1 | -6/+6 |
* | SONAR-4463 Renamed permission column and added DAO methods | Jean-Baptiste Vilain | 2013-07-04 | 2 | -7/+28 |
* | SONAR-4463 Updated the permission tables and the permission template select q... | Jean-Baptiste Vilain | 2013-07-04 | 2 | -6/+56 |
* | SONAR-4463 Added permission DAO and associated unit tests | Jean-Baptiste Vilain | 2013-07-03 | 1 | -0/+46 |
* | SONAR-4463 Changed join columns in permission template tables | Jean-Baptiste Vilain | 2013-07-03 | 1 | -3/+3 |
* | SONAR-4463 Renamed permissions tables to comply with the max length constrain... | Jean-Baptiste Vilain | 2013-07-02 | 1 | -2/+2 |
* | SONAR-4469 Favourite issue filters still visible even if unshared | Julien Lancelot | 2013-07-02 | 2 | -33/+6 |
* | SONAR-4463 Added the new db tables related to permission templates | Jean-Baptiste Vilain | 2013-07-02 | 2 | -0/+27 |
* | SONAR-4397 Rename permission dryrun => dryRunScan | Julien HENRY | 2013-07-01 | 1 | -1/+1 |
* | SONAR-4461 Displaying more than 2000 issues in the Issues code viewer fail on... | Julien Lancelot | 2013-07-01 | 4 | -20/+14 |
* | SONAR-4099 Changed dashboard sharing permission name to lowerCamelCase (i.e. ... | Jean-Baptiste Vilain | 2013-07-01 | 1 | -1/+1 |
* | Remove fetchSize in issues SQL and reactivate previously deactivated unit test | Julien Lancelot | 2013-07-01 | 2 | -5/+5 |
* | SONAR-4449 Fix SQL returning issues with all columns | Julien Lancelot | 2013-07-01 | 1 | -56/+20 |
* | SONAR-4412 revert check of last remaining admin user | Simon Brandhof | 2013-06-29 | 1 | -14/+0 |
* | Fix SQL requests on Oracle and SQLServer | Simon Brandhof | 2013-06-29 | 2 | -1/+2 |
* | SONAR-4412 Added support of group 'Anyone' in permission change | Jean-Baptiste Vilain | 2013-06-28 | 2 | -1/+9 |
* | SONAR-4449 Issue display should not fail on deleted action plan | Julien Lancelot | 2013-06-28 | 2 | -10/+56 |
* | SONAR-4412 Added checks to prevent last system admin permission removal | Jean-Baptiste Vilain | 2013-06-28 | 1 | -0/+14 |
* | SONAR-4412 Completed users and groups roles management WS backend | Jean-Baptiste Vilain | 2013-06-27 | 1 | -4/+42 |
* | SONAR-4397 Minor label changes and default groups for dryrun and scan | Julien HENRY | 2013-06-27 | 1 | -6/+3 |
* | Improve select global permission in authorization DAO to take into account us... | Julien Lancelot | 2013-06-27 | 1 | -8/+28 |
* | SONAR-4411 Java implementation of user deactivation | Simon Brandhof | 2013-06-26 | 1 | -0/+43 |
* | SONAR-4397 Add new permissions "scan" and "dryrun" | Julien HENRY | 2013-06-25 | 1 | -1/+7 |
* | SONAR-4399 Added support for issue filter ownership change (admins only) | Jean-Baptiste Vilain | 2013-06-25 | 1 | -0/+1 |
* | SONAR-4099 Added new global permission to enable dashboard sharing for non-ad... | Jean-Baptiste Vilain | 2013-06-19 | 1 | -1/+3 |
* | SONAR-4178 Add triggers on Oracle to emulate identity column | Julien HENRY | 2013-06-19 | 21 | -219/+14 |
* | Fix query on Oracle | Julien Lancelot | 2013-06-19 | 1 | -1/+1 |
* | SONAR-4394 shared issue filters name must be unique | Julien Lancelot | 2013-06-19 | 2 | -3/+16 |
* | SONAR-4394 Provide ability to share issue filters | Julien Lancelot | 2013-06-18 | 3 | -0/+24 |
* | SONAR-4393 Manage favourite issue filters | Julien Lancelot | 2013-06-18 | 2 | -0/+58 |