aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/account
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9736 Build UI for long-living branches (#2390)Stas Vilchik2017-09-121-0/+1
* SONAR-9747 Make components and global settings independant from each others i...Grégoire Aubert2017-08-251-2/+2
* Use date parsing function from date-fns instead of new Date()Grégoire Aubert2017-08-252-6/+6
* SONAR-9385 SONAR-9436 Replace moment with react-intlGrégoire Aubert2017-08-252-15/+17
* remove I prefix from interfacesStas Vilchik2017-08-213-5/+5
* translate all routes files to ts (#2378)Stas Vilchik2017-08-187-202/+200
* comment flow annotations (#2335)Stas Vilchik2017-08-1413-43/+61
* update react (#2288)Stas Vilchik2017-07-256-9/+14
* SONAR-9583 Use fixed width layout for navigationStas Vilchik2017-07-212-13/+4
* replace require.ensure with dymamic import (#2187)Stas Vilchik2017-07-181-17/+7
* upgrade prettier and remove prettier-eslint (#2254)Stas Vilchik2017-07-1715-37/+65
* UI: SONAR-9355 Create onboarding tutorial (#2137)Stas Vilchik2017-06-201-10/+6
* Fix new flow typed issuesGrégoire Aubert2017-06-131-1/+1
* SONAR-8822 Show the administration menu only to authorized usersGrégoire Aubert2017-05-121-6/+4
* SONAR-8369 SONAR-8722 Sanitize page titlesGrégoire Aubert2017-05-106-16/+13
* MMF-661 rework search (#2030)Stas Vilchik2017-05-091-1/+1
* sort my organizations by nameStas Vilchik2017-05-041-1/+4
* SONAR-9119 Fix organization creation spinnerGrégoire Aubert2017-05-011-8/+9
* upgrade jest (#1981)Stas Vilchik2017-04-275-52/+106
* upgrade prettier (#1954)Stas Vilchik2017-04-206-58/+61
* improve react usage (#1936)Stas Vilchik2017-04-1920-179/+169
* Add format rule : order react component lifecycle methods (#1882)Grégoire Aubert2017-03-313-25/+25
* re-format js code (#1877)Stas Vilchik2017-03-314-7/+5
* optimize js bundles (#1855)Stas Vilchik2017-03-274-33/+55
* format code using prettier (#1774)Stas Vilchik2017-03-1733-784/+799
* fix indentationStas Vilchik2017-02-2311-25/+25
* change wording in organization formStas Vilchik2017-02-201-0/+2
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1034-68/+68
* SONAR-8669 apply feedbackStas Vilchik2017-02-081-9/+11
* SONAR-8666 fix display of button to create organizationStas Vilchik2017-02-081-5/+5
* SONAR-8666 apply feedbackStas Vilchik2017-02-071-16/+16
* SONAR-8665 Create the "Organizations" page in the "My Account" spaceStas Vilchik2017-02-074-7/+221
* SONAR-8666 Make it possible to create a new organizationStas Vilchik2017-02-075-13/+321
* SONAR-8669 Display organizations on the "Notifications" page (#1633)Stas Vilchik2017-02-075-35/+88
* SONAR-8667 Hide groups on the "Profile" page when in "Cloud" modeStas Vilchik2017-02-071-8/+27
* SONAR-7298 replace usage of /api/projects/index by /api/components/searchStas Vilchik2017-01-241-2/+3
* SONAR-8548 Workaround Edge bug when copying tokenStas Vilchik2017-01-111-1/+1
* SONAR-8563 Rewrite notifications pageStas Vilchik2016-12-2920-282/+1009
* remove explicit _ and $ dependecies (#1487)Stas Vilchik2016-12-291-4/+4
* require authentication when open "My Account" spaceStas Vilchik2016-12-281-0/+11
* upgrade eslint and its plugins, tune rules (#1481)Stas Vilchik2016-12-2210-17/+7
* reorganize store directoriesStas Vilchik2016-12-093-3/+3
* SONAR-8505 Implement smooth transition between pages (#1440)Stas Vilchik2016-12-082-4/+5
* SONAR-8451 hide notifications linkStas Vilchik2016-12-082-7/+0
* SONAR-8451 Run js app outside of ruby containerStas Vilchik2016-12-071-10/+0
* SONAR-8426 Redirect account/issues/xxx links to the global Issues page (#1409)Stas Vilchik2016-11-251-0/+4
* open projects page by default (#1358)Stas Vilchik2016-11-0410-426/+9
* improve projects search on the notifications pageStas Vilchik2016-10-271-2/+4
* SONAR-8170 SONAR-8171 Reorganize My Account spaceStas Vilchik2016-09-3034-997/+885
* use jest (#1202)Stas Vilchik2016-09-022-111/+88