aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4470 Performance issue when migrating DB from 3.5 to 3.6 (mainly with O...Simon Brandhof2013-07-048-215/+81
* SONAR-4463 Renamed permission column and added DAO methodsJean-Baptiste Vilain2013-07-043-0/+34
* SONAR-4463 Updated the permission tables and the permission template select q...Jean-Baptiste Vilain2013-07-045-6/+86
* SONAR-1718 Use simple quotes for SQL stringsJulien HENRY2013-07-031-1/+1
* Refator permissions to share same constants between Ruby and JavaJulien HENRY2013-07-032-36/+64
* SONAR-4463 Added permission DAO and associated unit testsJean-Baptiste Vilain2013-07-036-1/+408
* SONAR-4463 Rollbacked unwanted partial commitJean-Baptiste Vilain2013-07-031-2/+1
* SONAR-4463 Changed join columns in permission template tablesJean-Baptiste Vilain2013-07-031-4/+5
* SONAR-4463 Renamed permissions tables to comply with the max length constrain...Jean-Baptiste Vilain2013-07-021-2/+2
* SONAR-4469 Favourite issue filters still visible even if unsharedJulien Lancelot2013-07-024-45/+19
* SONAR-4463 Added the new db tables related to permission templatesJean-Baptiste Vilain2013-07-022-1/+4
* SONAR-4397 Rename permission dryrun => dryRunScanJulien HENRY2013-07-021-2/+2
* SONAR-4461 Displaying more than 2000 issues in the Issues code viewer fail on...Julien Lancelot2013-07-017-13/+29
* SONAR-4099 Changed dashboard sharing permission name to lowerCamelCase (i.e. ...Jean-Baptiste Vilain2013-07-011-1/+1
* SONAR-4449 Fix SQL returning issues with all columnsJulien Lancelot2013-07-012-9/+13
* SONAR-4412 revert check of last remaining admin userSimon Brandhof2013-06-292-11/+1
* SONAR-4449 Issue display should not fail on deleted action planJulien Lancelot2013-06-282-7/+30
* SONAR-4412 Added checks to prevent last system admin permission removalJean-Baptiste Vilain2013-06-283-5/+21
* SONAR-1718 No way to define a criteria on 'Alert' in a Measure filterJulien HENRY2013-06-274-7/+58
* SONAR-4412 Completed users and groups roles management WS backendJean-Baptiste Vilain2013-06-273-0/+104
* Improve authorization mechanism in Java codeSimon Brandhof2013-06-271-2/+2
* Improve select global permission in authorization DAO to take into account us...Julien Lancelot2013-06-271-1/+1
* SONAR-4412 Added DAO injection in picoJean-Baptiste Vilain2013-06-261-0/+2
* SONAR-4412 Extracted Role DAO to make it available to the upcoming ruby role ...Jean-Baptiste Vilain2013-06-263-40/+121
* SONAR-4411 Java implementation of user deactivationSimon Brandhof2013-06-263-11/+43
* SONAR-4397 Add new permissions "scan" and "dryrun"Julien HENRY2013-06-251-1/+1
* SONAR-3714 Add check in plan action that all issues are related to the action...Julien Lancelot2013-06-251-0/+1
* SONAR-4278 SQL Injection in measure filtersSimon Brandhof2013-06-241-3/+10
* Fi quality flawJulien Lancelot2013-06-201-3/+3
* SONAR-4099 Added new global permission to enable dashboard sharing for non-ad...Jean-Baptiste Vilain2013-06-191-1/+1
* SONAR-4178 Add triggers on Oracle to emulate identity columnJulien HENRY2013-06-191-1/+1
* SONAR-4394 shared issue filters name must be uniqueJulien Lancelot2013-06-194-98/+122
* Fix quality flawJulien Lancelot2013-06-191-2/+2
* SONAR-4394 Provide ability to share issue filtersJulien Lancelot2013-06-186-8/+39
* SONAR-4393 Manage favourite issue filtersJulien Lancelot2013-06-188-7/+208
* SONAR-3755 Revert usage of "or" in favour of "in" in SQL used to get issues b...Julien Lancelot2013-06-182-3/+9
* SONAR-4392 List and edit existing issues filterJulien Lancelot2013-06-173-4/+24
* Fix quality flawsJulien Lancelot2013-06-171-2/+2
* Fix quality flawsJulien Lancelot2013-06-171-3/+3
* Fix some quality flawsJulien HENRY2013-06-171-2/+4
* SONAR-4321 Fix performance issue on Issues search SQLJulien Lancelot2013-06-145-18/+16
* SONAR-4383 Save issue filterJulien Lancelot2013-06-131-33/+52
* Fix some quality flawsSimon Brandhof2013-06-131-1/+1
* SONAR-4383 Replace user by userLogin in IssueFilters tableJulien Lancelot2013-06-132-7/+82
* SONAR-3755 Delete limitation of max number of issues when loading issue changesJulien Lancelot2013-06-122-5/+8
* SONAR-4368 Highly improve performance of the project deletion operationJulien HENRY2013-06-123-103/+113
* SONAR-4383 Replace userId by user in FilterDtoJulien Lancelot2013-06-114-12/+157
* SONAR-4383 Add IssueFilters db creation script and DAOJulien Lancelot2013-06-117-6/+260
* Fix quality flawSimon Brandhof2013-06-091-4/+4
* SONAR-3755 Closed issues should be reopened only if manual issuesJulien Lancelot2013-06-071-0/+1