stable

Clone or download

Read-only

Merge commit 'refs/changes/19/4719/32' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: request #8703 Kanban real time security to NodeJs server diffuse messages

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +15 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +45 −15 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +6 −6 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +32 −25 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +12 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/socket/socket-factory.js +7 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionSerializerTest.php +2 −2 Go to diff View file
M src/common/JWT/REST/v1/JWTResource.class.php +10 −6 Go to diff View file
M src/common/JWT/generators/JWTGenerator.php +23 −13 Go to diff View file
M src/common/realTime/Client.php +2 −1 Go to diff View file
M src/common/realTime/NodeJSClient.php +3 −1 Go to diff View file
A tests/simpletest/common/JWT/generators/JWTGeneratorTest.php +55 −0 Go to diff View file