-
Show
diff
Added a 404 handling for @json routes that return nil
-
Show
diff
add a test for preview
-
Show
diff
add api route /api/posts/post/:id
-
Show
diff
add a test that makes sure the postview opens
-
Show
diff
a shitton of api fixes. The playwright tests pass currently on lisp server.
-
Show
diff
make editing a post to sort of kind of works but not really
-
Show
diff
add a playwright test testing that editing a post results in an edited post
-
Show
diff
implement GET /api/pictures/:guid and the endpoint powering "referencing
posts" feature in the postmanager
-
Show
diff
make drag-and-dropping images to ace-editor work
-
Show
diff
add readme
-
Show
diff
add GET /api/posts/post and make editor able to create posts
-
Show
diff
add "GET /api/pictures/list/all" and make media manager load.
Can't test it yet as the post editor probably doesn't work
-
Show
diff
make post manager load
-
Show
diff
make session -route return the logged in user
-
Show
diff
murja frontend loads :D
-
Show
diff
add a rudimentary lisp project structure that's loadable by ql/asdf
-
Show
diff
write an initial e2e-test around the old murja app