stable
Clone or download
Read-only
Merge commit 'refs/changes/07/4707/17' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: request #8612 Kanban real time Tuleap generate JWT and client subscribe on NodeJS server with this JWT
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/bower.json | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/build.config.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +74 | −72 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app.js | +3 | −1 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/jwt/jwt-service.js | +31 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/jwt/jwt.js | +3 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/socket/socket-factory.js | +31 | −15 | Go to diff View file |
A | src/common/JWT/REST/JWTRepresentation.class.php | +33 | −0 | Go to diff View file |
A | src/common/JWT/REST/v1/JWTResource.class.php | +60 | −0 | Go to diff View file |
A | src/common/JWT/generators/JWTGenerator.php | +59 | −0 | Go to diff View file |
M | src/common/REST/ResourcesInjector.class.php | +2 | −0 | Go to diff View file |
M | src/common/autoload.php | +5 | −2 | Go to diff View file |
M | src/common/autoload_libs.php | +20 | −0 | Go to diff View file |
M | src/etc/local.inc.dist | +6 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +2 | −0 | Go to diff View file |
M | tools/rpm/tuleap.spec | +2 | −0 | Go to diff View file |