- 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
-
- Jul 15, 2016
-
-
Markus Grigull authored
Add rows and columns to plot
-
- Jul 11, 2016
-
-
Markus Grigull authored
Post routes create needed relationships when creating new entries. The associated entires are deleted on deleting an entry (e.g. deleting a project leads to deleting all visualizations and plots belonging to this project.
-
- Jun 28, 2016
-
-
Markus Grigull authored
Change response on delete routes.
-
- 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
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)
-