aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src
Commit message (Expand)AuthorAgeFilesLines
...
* | SONAR-7858 Stop support of XML response in web servicesSimon Brandhof2016-07-0420-444/+30
* | SONAR-7780 Stop using PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-049-81/+84
* | SONAR-6551 warn about deprecated rules on project overview (#1059)Stas Vilchik2016-07-012-25/+97
* | apply feedback for the quality profiles pageStas Vilchik2016-07-0114-86/+114
* | fix WS call on the update center pageStas Vilchik2016-06-301-3/+0
* | update wording on maintenance/setup pageStas Vilchik2016-06-303-3/+3
* | apply feedback for the quality profiles pageStas Vilchik2016-06-303-23/+19
* | apply feedback for the quality profiles pageStas Vilchik2016-06-309-104/+86
* | SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-294-0/+116
* | SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-291-0/+28
* | SONAR-7794 add column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-291-0/+28
* | SONAR-7824 Make DB column ACTIVITIES.PROFILE_KEY not nullTeryk Bellahsene2016-06-291-0/+28
* | SONAR-7824 Populate DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-291-0/+28
* | SONAR-7824 Add DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-291-0/+28
* | update js lintersStas Vilchik2016-06-2911-10/+10
* | SONAR-7781 Password of external providers should not be stored in databaseJulien Lancelot2016-06-291-0/+28
* | SONAR-7759 Java WS are not executed by RailsJulien Lancelot2016-06-294-51/+9
* | SONAR-7796 Rewrite /api/authentication/validate in JavaJulien Lancelot2016-06-291-70/+0
* | SONAR-7732 UserSession throws UnauthorizedException if nullJulien Lancelot2016-06-295-6/+23
* | SONAR-7761 Fix ITs as login page is now using AJAXJulien Lancelot2016-06-291-1/+1
* | SONAR-7763 Allow authentication using basic HTTP authentication in JavaJulien Lancelot2016-06-291-26/+1
* | SONAR-7761 improve submitting of login formStas Vilchik2016-06-292-11/+15
* | SONAR-7761 Login page is using /api/authentication/login WSJulien Lancelot2016-06-292-35/+31
* | SONAR-7732 Authentication is now done in JavaJulien Lancelot2016-06-293-16/+10
* | Revert "SONAR-7780 table PROJECT_MEASURES should use analysis UUID"Simon Brandhof2016-06-294-116/+0
* | SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-284-0/+116
* | SONAR-7719 remove version now remove it from snapshotSébastien Lesaint2016-06-282-2/+6
* | SONAR-7800 add column PROJECTS.UUID_PATHSimon Brandhof2016-06-273-0/+87
* | refactor quality profiles page (#1056)Stas Vilchik2016-06-2792-1711/+4336
* | SONAR-7690 support EVENTS.ANALYSIS_UUID in codeSébastien Lesaint2016-06-278-78/+59
* | SONAR-7690 add EVENTS.ANALYSIS_UUID in place of SNAPSHOT_IDSébastien Lesaint2016-06-277-0/+209
* | SONAR-7779 Event.already_exists can now use component uuidSébastien Lesaint2016-06-272-6/+5
* | SONAR-7803 creates events only on PROJECTSSébastien Lesaint2016-06-271-15/+10
* | SONAR-7789 Add and populate DB column RULES_PROFILES.LAST_USEDTeryk Bellahsene2016-06-242-0/+56
* | SONAR-7688 add index to PROJECT_MEASURES.COMPONENT_UUIDSimon Brandhof2016-06-221-0/+29
* | SONAR-7689 add column DUPLICATIONS_INDEX.ANALYSIS_UUIDSébastien Lesaint2016-06-226-0/+180
* | SONAR-7778 add DUPLICATIONS_INDEX.COMPONENT_UUIDSébastien Lesaint2016-06-214-0/+116
* | SONAR-7229 improve messagesStas Vilchik2016-06-211-1/+1
* | Fix infinite loop in project.r, method ancestor_projectsSimon Brandhof2016-06-201-1/+1
* | SONAR-7691 table CE_ACTIVITY should use analysis UUIDSimon Brandhof2016-06-173-0/+87
* | SONAR-7779 Add column UUID to table SNAPSHOTSSimon Brandhof2016-06-177-6/+122
* | SONAR-7720 apply feedbackStas Vilchik2016-06-172-10/+10
* | SONAR-7229 apply feedbackStas Vilchik2016-06-174-30/+39
* | fix display of My Projects page when web context is setStas Vilchik2016-06-172-2/+2
* | SONAR-7708 Reorganize "Code Smells" domain on project page (#1027)Stas Vilchik2016-06-161-11/+13
* | SONAR-7738 support in code use of *_UUID instead of PROJECTS._*IDSébastien Lesaint2016-06-169-68/+52
* | SONAR-7738 ensure remove_index is reentrantSébastien Lesaint2016-06-163-4/+20
* | SONAR-7738 update table PROJECTS to have self UUIDs insteaf of IDSébastien Lesaint2016-06-168-0/+240
* | fix double web context when request l10n messagesStas Vilchik2016-06-151-1/+1
* | SONAR-7713 Fix JWT usage with authentication pluginsJulien Lancelot2016-06-153-7/+15