aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/lib
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4843 Ability to restart server in development modeSimon Brandhof2014-03-151-1/+1
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-119-9/+9
* Redirect to Issues page from email notification does not work anymore if it g...Simon Brandhof2014-02-281-0/+2
* Fix some quality flawsSimon Brandhof2014-02-011-1/+1
* SONAR-5010 allow Java web services to use an existing ruby controllerSimon Brandhof2014-01-201-2/+4
* SONAR-5010 New Java API for implementing Web ServicesSimon Brandhof2014-01-172-14/+18
* SONAR-4543 Make it possible to flag local/technical accountsJulien HENRY2013-12-181-33/+39
* Update copyright header of ruby sourcesSimon Brandhof2013-12-049-12/+12
* SONAR-4694 Refactor GlobalPermission definitions by replacing object by strin...Julien Lancelot2013-09-201-2/+1
* Rename Permisson by GlobalPermission in ruby filesJulien Lancelot2013-09-191-2/+2
* Remove unused Ruby filesSimon Brandhof2013-09-132-666/+0
* SONAR-4487 the "remember me" cookie must also be flagged HttpOnlySimon Brandhof2013-08-141-1/+2
* SONAR-4573 Remove the hack which leads do display the 'Project Permissions' p...Julien Lancelot2013-08-131-0/+2
* SONAR-4487 Fix web vulnerabilitiesSimon Brandhof2013-08-081-1/+8
* SONAR-3868 Notify user creation handlers on user automatic creation triggered...Jean-Baptiste Vilain2013-08-071-0/+1
* Updated reference to Java Permission class in Ruby codeJean-Baptiste Vilain2013-07-141-2/+2
* SONAR-4470 Performance issue when migrating DB from 3.5 to 3.6 (mainly with O...Simon Brandhof2013-07-041-1/+1
* Refator permissions to share same constants between Ruby and JavaJulien HENRY2013-07-031-3/+4
* SONAR-4397 Rename permission dryrun => dryRunScanJulien HENRY2013-07-021-1/+1
* SONAR-4099 Changed dashboard sharing permission name to lowerCamelCase (i.e. ...Jean-Baptiste Vilain2013-07-011-1/+1
* SONAR-4397 Add new permissions "scan" and "dryrun"Julien HENRY2013-06-251-1/+1
* SONAR-4099 Added new global permission to enable dashboard sharing for non-ad...Jean-Baptiste Vilain2013-06-191-1/+1
* Fix authentication during db upgradeSimon Brandhof2013-05-061-4/+8
* Allow to get user locale from java componentsSimon Brandhof2013-05-031-1/+0
* SONAR-3755 fix loading of Java UserSession on Basic authSimon Brandhof2013-04-281-194/+187
* Improve interactions between JRuby and Java componentsSimon Brandhof2013-04-271-4/+17
* SONAR-4210 Add a new "Quality Profile Administrator" roleJulien HENRY2013-04-241-1/+1
* Update copyright headersSimon Brandhof2013-04-229-37/+37
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-219-18/+18
* SONAR-4034 Support a new property sonar.security.updateUserAttributesJulien HENRY2013-04-181-4/+10
* Replace deprecated find(:all) by all()Julien Lancelot2013-04-031-2/+2
* SONAR-4045 upgrade to jruby 1.7.3 and jruby-rack 1.1.13.1Simon Brandhof2013-03-252-3/+0
* SONAR-4078 fix performance issue on oracle when verifying user permissionsSimon Brandhof2013-01-181-9/+17
* Fix previous change on need_authentication.rbSimon Brandhof2012-11-301-1/+1
* SONAR-3825 improve migrationSimon Brandhof2012-11-301-6/+5
* Revert "SONAR-3968 Sonar should not allow any login with a blank password eve...Julien Lancelot2012-11-301-19/+17
* SONAR-3968 Sonar should not allow any login with a blank password even when t...Julien Lancelot2012-11-271-17/+19
* SONAR-3895 emulate global role "user"Simon Brandhof2012-11-071-4/+14
* Fix evaluation warningDavid Gageot2012-10-101-1/+1
* Fix the error message when widget can not be displayedSimon Brandhof2012-10-091-3/+3
* SONAR-3590 Centralize backtrace logging in the Slf4jLogger classFabrice Bellingard2012-07-061-0/+6
* Forgot these files during H2 migrationDavid Gageot2012-07-041-1/+1
* Fix redirection to login form from urls /plugins/*Simon Brandhof2012-05-141-1/+1
* Replace urls starting with /session by /sessionsSimon Brandhof2012-05-091-1/+1
* SONAR-2950 Single Sign On with external authentication mechanismSimon Brandhof2012-05-083-39/+45
* Improve message when database must be upgradedSimon Brandhof2012-03-271-1/+1
* SONAR-3172 It should not be possible to create a manual violation on a unit t...Simon Brandhof2012-03-071-0/+3
* Remove unused ruby method Resourceable#qualifier_nameSimon Brandhof2012-02-221-16/+0
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-221-16/+30
* Add ResourceDefinition#hasSourceCodeSimon Brandhof2012-02-212-5/+11