aboutsummaryrefslogtreecommitdiff
path: root/views
Commit message (Collapse)AuthorAgeFilesLines
* Returning validation errors and old values to `post` form.Mateja2021-05-091-1/+5
| | | | Made custom middleware for that purpose.
* Fix: `Remove` button visibilityMateja2021-05-071-1/+1
| | | | Variable `auth` was not accessible inside `each` helper.
* Change page layout if user is logged in.Mateja2021-05-072-25/+30
|
* Adding new users without validation.Mateja2021-05-062-1/+7
| | | | Also set input type to password in `login.handlebars`.
* Boilerplate for login system.Mateja2021-05-065-2/+65
|
* Add delete option on every post.Mateja2021-05-031-1/+2
|
* Use MongoDB (with Mongoose) to store posts.Mateja2021-05-031-3/+5
|
* Setting up html for pages and form body parser.Mateja2021-05-022-2/+25
|
* Add `public` directory for static files.Mateja2021-05-021-1/+4
|
* Started using `express-handlebars`.Mateja2021-05-023-0/+47