aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5540 Dashboard links are broken if apache does not allow to encode ↵Julien Lancelot2014-08-271-8/+20
| | | | slash in URL
* SONAR-4963 Return description in /permission_templates/search_groupsJulien Lancelot2014-08-261-4/+8
|
* SONAR-4407 Refactor the libraries page in order to drop GWTStas Vilchik2014-08-265-8/+9
| | | | Feedback applied
* SONAR-5484 Add detailed search information per nodeJean-Baptiste Lievremont2014-08-262-12/+43
|
* SONAR-4963 Display group description in User windowStas Vilchik2014-08-262-2/+14
|
* SONAR-4963 Return description in /permissions/search_groupsJulien Lancelot2014-08-261-4/+8
|
* SONAR-5036 When drilling down on a measure, return all projects (even the ↵Julien Lancelot2014-08-253-24/+28
| | | | projects the user don't have access to), but display a message when user click on a project he's not authorized to see
* SONAR-4593 Display group description in User windowStas Vilchik2014-08-251-1/+7
| | | | Fix the issue with the empty group description
* SONAR-4407 Refactor the libraries page in order to drop GWTStas Vilchik2014-08-252-0/+12
| | | | Add libraries' versions
* DSM & Libraries: drop entry points for old pagesStas Vilchik2014-08-251-17/+9
|
* Remove console.logStas Vilchik2014-08-251-2/+1
|
* SONAR-4406 Rework design pageStas Vilchik2014-08-224-0/+213
| | | | Add MT
* SONAR-4407 Refactor the libraries page in order to drop GWTStas Vilchik2014-08-221-60/+0
| | | | Break old pages
* SONAR-4407 Refactor the libraries page in order to drop GWTStas Vilchik2014-08-221-2/+2
| | | | Update dependencies page
* SONAR-4407 Refactor the libraries page in order to drop GWTStas Vilchik2014-08-214-20/+38
| | | | Clean up
* SONAR-4407 Refactor the libraries page in order to drop GWTStas Vilchik2014-08-213-7/+119
|
* SONAR-4407 Refactor the libraries page in order to drop GWTStas Vilchik2014-08-209-2/+237
| | | | List the component's libraries
* SONAR-5498 Make all links consistentStas Vilchik2014-08-183-4/+4
|
* SONAR-4406 Some minor improvementsStas Vilchik2014-08-182-7/+8
|
* SONAR-4406 Slight ui improvementsStas Vilchik2014-08-145-8/+47
|
* SONAR-4406 Rework design pageStas Vilchik2014-08-141-1/+2
| | | | Fix the sidebar
* SONAR-4406 Rework design pageStas Vilchik2014-08-147-62/+167
|
* SONAR-5036 When coming from a view, a user should not be able to drilldown ↵Julien Lancelot2014-08-134-17/+30
| | | | in a project he doesn't have access to
* SONAR-3806 Secure "dependencies" pageJulien Lancelot2014-08-121-10/+13
|
* SONAR-4406 The first shot of a new design pageStas Vilchik2014-08-128-0/+307
|
* SONAR-5343 Replace "Branch coverage" by "Condition coverage"Julien Lancelot2014-08-122-2/+2
|
* SONAR-5175 When deleting a group, rows related to this group in ↵Julien Lancelot2014-08-111-2/+5
| | | | perm_templates_groups table should be deleted
* SONAR-3679 Make the password checking consistent between the "My Profile" ↵Julien Lancelot2014-08-112-11/+6
| | | | and "Users" pages
* SONAR-5504 Make "Close" link focusable and focus on it on bulk successJean-Baptiste Lievremont2014-08-082-1/+3
|
* SONAR-5413 Use configuration to handle conversion of work durationsJean-Baptiste Lievremont2014-08-082-4/+9
|
* SONAR-4907 Change id of search info block for better testabilityJean-Baptiste Lievremont2014-08-081-1/+1
|
* SONAR-4907 Enhance readability of search related info in system pageJean-Baptiste Lievremont2014-08-081-3/+3
|
* SONAR-5516 Add medium testJean-Baptiste Lievremont2014-08-082-0/+15
|
* Fix regression of issues barchartStas Vilchik2014-08-081-5/+1
|
* SONAR-4963 Display group description in User windowStas Vilchik2014-08-081-1/+1
|
* SONAR-5498 Make all links consistentStas Vilchik2014-08-088-42/+30
|
* SONAR-5516 Sort repositories by name, then language in the "Repositories" ↵Jean-Baptiste Lievremont2014-08-071-1/+2
| | | | criterion
* SONAR-4907 Add search index related info to system info pageJean-Baptiste Lievremont2014-08-071-2/+9
|
* SONAR-5522 Fail to add or remove users from groups that do not have ↵Simon Brandhof2014-08-071-1/+1
| | | | description (Oracle DB only)
* SONAR-5499 Do not allow to change the distributed JDBC driversSimon Brandhof2014-08-071-1/+0
|
* SONAR-4907 Display search cluster and node information in system info pageJean-Baptiste Lievremont2014-08-062-1/+30
|
* Bump frontend medium test dependencies to recent versionsJean-Baptiste Lievremont2014-08-062-3/+7
|
* SONAR-4963 Return group description in /user_groups/searchJulien Lancelot2014-08-051-5/+9
|
* SONAR-4769 Add JDBC connection pool configuration and status infoJean-Baptiste Lievremont2014-08-051-0/+3
|
* Fix quality flawsJean-Baptiste Lievremont2014-08-053-9/+15
|
* SONAR-4627 Fix message to displayJulien Lancelot2014-08-041-1/+1
|
* SONAR-5004 Do not display bubble chart when all values for one axis are ↵Jean-Baptiste Lievremont2014-08-041-3/+9
| | | | null/non available
* SONAR-4627 When the metric name is wrong, display a message containing ↵Julien Lancelot2014-08-011-1/+1
| | | | allowed characters
* Restore previous human attribute ofr key and nameJulien Lancelot2014-08-011-2/+2
|
* SONAR-4627 Improve error message when creating a manual metricJulien Lancelot2014-08-012-2/+8
|