Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impl console v2 #3936

Closed
wants to merge 206 commits into from
Closed

Impl console v2 #3936

wants to merge 206 commits into from

Conversation

Coduz
Copy link
Contributor

@Coduz Coduz commented Jan 11, 2024

This PR is just a "save point" of the impl-consoleV2 branch.

The branch will be deleted to cleanup active branches on Kapua and this PR can be immediately closed

Claudio Mezzasalma and others added 30 commits November 9, 2016 14:00
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Changed Welcome icon in sidedar

Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
Signed-off-by: Claudio Mezzasalma <[email protected]>
…ch extension on authentication API definition to extend authentication support

Signed-off-by: coduz <[email protected]>
ct-mtomic and others added 26 commits April 11, 2017 10:13
Signed-off-by: mtomic <[email protected]>
Signed-off-by: mtomic <[email protected]>
Also excluded .spec.ts files from tsconfig.json; probably we will need to use a different tsconfig.json specific for testing to include them only in test npm goal.

Signed-off-by: Claudio Mezzasalma <[email protected]>
…Breadcrumbs

Revert "Device Modals and Breadcrumbs"
Signed-off-by: Claudio Mezzasalma <[email protected]>
@Coduz Coduz added the Enhancement This PR/Issue improves an part of Kapua label Jan 11, 2024
@Coduz Coduz closed this Jan 11, 2024
@Coduz Coduz deleted the impl-consoleV2 branch January 11, 2024 08:37
router.post("/oauth/authenticate", oauthLogin.oauthLogin);

let api = new routes.Api();
router.all("/api/*", api.api);

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
router.all("/api/*", api.api);

let index: routes.Index = new routes.Index();
router.get("*", index.index);

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a file system access
, but is not rate-limited.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This PR/Issue improves an part of Kapua
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants