Skip to content

Commit

Permalink
149 add user module from nedayi project (#236)
Browse files Browse the repository at this point in the history
* Remove roles, insert fresh copy of users

* Updated module

* Add user module completely

* Add navigation

* Fix issues

* Fix linting issues

* Merge master and fix issues

* Remove user auth

* Remove roles spec since it's moved to different package

* Update the routes
  • Loading branch information
torabian authored Aug 27, 2018
1 parent b22bc63 commit 0f6bc0c
Show file tree
Hide file tree
Showing 59 changed files with 2,013 additions and 921 deletions.
46 changes: 0 additions & 46 deletions cypress/integration/roles_spec.js

This file was deleted.

32 changes: 28 additions & 4 deletions dist/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1005,14 +1005,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

[email protected]
ISC
ISC

@angular/[email protected]
MIT
MIT

[email protected]
ISC
ISC

@angular/[email protected]
MIT
MIT
Expand Down Expand Up @@ -1130,6 +1130,30 @@ MIT License
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE

@ng-bootstrap/[email protected]
MIT
The MIT License (MIT)

Copyright (c) 2015-2018 Angular ng-bootstrap team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

[email protected]
MIT
The MIT License (MIT)
Expand Down
1 change: 1 addition & 0 deletions dist/assets/scss/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $secondary-text: #757575;
$divider: #BDBDBD;
$background: #FFFFFF;
$dialect: silver;
$hover: rgba(230, 230, 230, 0.7);
$shadow: rgba(0,0,0,0.3);

/// Navigation variables
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Iot Dashboard | Cloud-Hosted Realtime Dashboard | Angular 5 Monitoring Dashboard</title><meta name="description" content="Connect your IoT devices, temperature, humidity and other to your cloud based dashboard. Zero configuration"><!-- we have disabled html5 routing because of github pages. You can enable it
and remove useHash param in the routes --><!-- <base href="/"> --><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.9c2b95b3841237efe9ac.bundle.css" rel="stylesheet"/></head><body><app-root><div id="preloader" class="preloader"><div class="loader"><div class="bar1"></div><div class="bar2"></div><div class="bar3"></div><div class="bar4"></div><div class="bar5"></div><div class="bar6"></div></div></div></app-root><script type="text/javascript" src="inline.318b50c57b4eba3d437b.bundle.js"></script><script type="text/javascript" src="polyfills.08adf8592adf2f218662.bundle.js"></script><script type="text/javascript" src="scripts.e519ef3666a8a65c1b79.bundle.js"></script><script type="text/javascript" src="main.9730589ef5805535a95d.bundle.js"></script></body></html>
and remove useHash param in the routes --><!-- <base href="/"> --><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.9c2b95b3841237efe9ac.bundle.css" rel="stylesheet"/></head><body><app-root><div id="preloader" class="preloader"><div class="loader"><div class="bar1"></div><div class="bar2"></div><div class="bar3"></div><div class="bar4"></div><div class="bar5"></div><div class="bar6"></div></div></div></app-root><script type="text/javascript" src="inline.318b50c57b4eba3d437b.bundle.js"></script><script type="text/javascript" src="polyfills.08adf8592adf2f218662.bundle.js"></script><script type="text/javascript" src="scripts.e519ef3666a8a65c1b79.bundle.js"></script><script type="text/javascript" src="main.f031e332e2c124cb9e3f.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion dist/main.9730589ef5805535a95d.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/main.f031e332e2c124cb9e3f.bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0f6bc0c

Please sign in to comment.