aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/about
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-15297 Move sonar-ui-common code to sonar-webWouter Admiraal2021-08-2013-27/+27
|
* SONAR-14670 Wrap calls to dompurifyWouter Admiraal2021-04-271-2/+2
|
* SONAR-14715 Avoid calling issue search when indexingMathieu Suen2021-04-203-144/+230
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0817-19/+17
|
* SONAR-13999 Drop frontend organizations leftoversJeremy Davis2020-12-222-3/+1
|
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-053-27/+8
|
* SONAR-13806 Move target of documentation links to the embedded doc when possiblePhilippe Perrin2020-08-278-14/+160
|
* SONAR-11914 Fix SSF-76Wouter Admiraal2020-06-301-2/+3
|
* SONAR-13481 About page should not display issues statistics as long as ↵Philippe Perrin2020-06-262-9/+26
| | | | issues indexation is in progress
* SONAR-13023 About page doesn't display the security hotspot's countPhilippe Perrin2020-06-265-28/+158
|
* SONAR-13147 lazyloadingJeremy Davis2020-03-061-2/+4
|
* Drop SonarCloud about pagesWouter Admiraal2020-01-0841-5936/+1
|
* SONAR-12429 Fix 404 when opening embedded documentation in new tabGrégoire Aubert2020-01-089-10/+10
| | | | Cherry-pick of SC-1304
* Format all headers for 2020Wouter Admiraal2020-01-0750-50/+50
|
* Fix formatting issues due to the new version of prettierPhilippe Perrin2019-12-301-4/+1
|
* SONAR-12605 About page's documentation link should redirect to the embedded ↵Philippe Perrin2019-10-242-11/+7
| | | | documentation
* Fix login buttons style on IE11Grégoire Aubert2019-10-211-0/+1
|
* Sort import in sonar-webphilippe-perrin-sonarsource2019-07-1924-54/+54
|
* SC-704 Extract more components (#1921)Grégoire Aubert2019-07-161-1/+1
| | | | | | | | | | * Extract BoxedGroupAccordion * Extract Select and SearchSelect * Extract Validation controls * Update sonar-ui-common
* SC-704 Extract components into sonar-ui-common (#1714)Grégoire Aubert2019-07-1135-1054/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * SC-704 Extract icons components to sonar-ui-common * Better typings for theme * Use sonar-ui-common in extensions * Extract some helpers * Extract l10n helper to sonar-ui-common * Extract requests helper to sonar-ui-common * Extract part of urls helper * Move buttons, Tooltips and ScreenPositionFixers * Move modal related components * Move IdentityProviderLink * Move GenericAvatar * Move SizeRating * Move charts and move deps to peerDeps * Move nav * Move formatMeasure * Move Rating * Move PageActions * Move the rest of ui components * Move more controls components * Include theme inside extension build * Add missing theme context provider in extensions * Update react to same version everywhere * Update sonar-ui-common * Update eslint configuration
* SONAR-12196 Fix SSF-79Jeremy Davis2019-06-281-1/+5
|
* SONAR-12219 Fix formatting of rounded short numbersGrégoire Aubert2019-06-283-10/+45
|
* SC-734 - Link documentation in Marketing content footer (#1732)n-b-sonar2019-06-131-0/+5
|
* Rename icon mocks for easier auto import of iconsGrégoire Aubert2019-05-071-13/+13
|
* SONAR-11893 Add hotspots to the SQ about pageWouter Admiraal2019-04-236-335/+153
| | | | * Mock Icon components to avoid having SVG data in snapshots
* SONARCLOUD-593 Display correctly when coverage is missing in homepage dataGrégoire Aubert2019-04-164-19/+46
|
* SONARCLOUD-520 change location of homepage data fileSimon Brandhof2019-04-114-11/+104
|
* Update prettier to last versionGrégoire Aubert2019-03-291-2/+2
| | | | * Prettier format all modules
* Update jest and enzymeGrégoire Aubert2019-03-291-1/+3
| | | | * Update jest snapshots
* Update React, Typescript and Eslint dependenciesGrégoire Aubert2019-03-292-4/+2
| | | | | | * Fix ts and eslint issues * Drop forSingleOrganization * Update Typscript on extensions
* Introduce new T.Dict<T> type constructorWouter Admiraal2019-03-291-1/+1
|
* Add tests for untested componentsWouter Admiraal2019-03-263-1/+1341
|
* SONAR-11749 Add Jump to content links for assistive technology usersWouter Admiraal2019-03-261-0/+3
|
* SONARCLOUD-456 Update screenshot for marketing pageJeremy Davis2019-03-183-1/+45
|
* SONARCLOUD-472 Escape HTML entityWouter Admiraal2019-03-081-2/+3
|
* SONARCLOUD-472 - Rephrase pricing question (#1302)n-b-sonar2019-03-081-3/+3
|
* Feature/jay/hardening feb 19 (#1297)Jeremy2019-03-063-16/+13
| | | | | | | * SONARCLOUD-441 Add COBOL to languages * SONARCLOUD-435 Validate fields immediately * SONARCLOUD-367 Add pricing to footer * SONARCLOUD-169 Fix image size issue
* SONARCLOUD-359 Update links to sonarcloud pricing pageGrégoire Aubert2019-01-181-1/+1
|
* SONARCLOUD-335 Update about page languages linkGrégoire Aubert2019-01-185-14/+46
|
* SONARCLOUD-335 Make SC about page language section clearerGrégoire Aubert2019-01-167-394/+273
|
* Fix minor code smellWouter Admiraal2019-01-161-1/+1
|
* Update missing license headers for 2019Grégoire Aubert2019-01-161-1/+1
|
* Fix two typos in Marketing content (#1123)n-b-sonar2019-01-042-2/+2
|
* Fix license headers for 2019Duarte Meneses2019-01-0247-51/+47
|
* SONARCLOUD-209 Fix missing navigation when navigating back from SC homepageWouter Admiraal2018-12-211-13/+13
|
* SONARCLOUD-264 Add pages helper with function manage page classesGrégoire Aubert2018-12-204-38/+18
|
* SONAR-11204 use alerts in place of bannersStas Vilchik2018-12-202-3/+3
|
* SONARCLOUD-260 Update contact formWouter Admiraal2018-12-111-3/+2
|
* SONARCLOUD-268 Add Apex language icon to /about and /about/sqWouter Admiraal2018-12-102-1/+5
|
* SONARCLOUD-200 Adjust color of the languages block on the Home PageWouter Admiraal2018-12-106-75/+98
|