- Feb 04, 2017
-
-
Markus Grigull authored
Allow empty widget name
-
- Nov 02, 2016
-
-
Markus Grigull authored
Add owner validation
-
- Oct 21, 2016
-
-
Markus Grigull authored
Removed adminLevel from users
-
- Oct 02, 2016
-
-
Markus Grigull authored
-
- Jul 26, 2016
-
-
Markus Grigull authored
Simulations are the container for simulation models
-
- Jul 20, 2016
-
-
Markus Grigull authored
Rename app.js back to server.js.
-
Markus Grigull authored
Rename server.js to app.js. Add 404 and error handling middleware.
-
- Jul 19, 2016
-
-
Markus Grigull authored
-
- Jun 28, 2016
-
-
Markus Grigull authored
-
- Jun 27, 2016
-
-
Markus Grigull authored
Add cors package. Add /users/me route to identify from auth token.
-
- Jun 26, 2016
-
-
Markus Grigull authored
Add UML class and use-case diagram (StarUML application). Add admin user from config if no admin user found.
-
Markus Grigull authored
The higher the level, the more rights a user has Fix error not checking password in authenication
-
Markus Grigull authored
User passwords are stored with bcrypt hash & salt. The authentication token is stored in the 'x-access-token' header.
-
Markus Grigull authored
For tests open mongodb port and access directly (without docker)
-
Markus Grigull authored
-