Commit Graph

15 Commits (e8ea9669c98328cee7b989d1080cd95ee83b1b9f)

Author SHA1 Message Date
Eugen f3ce9322b0 Fix - Docker-deployed streaming API wasn't launched with the right environment
Eugen Rochko 8efa081f21 Remove Neo4J
Eugen Rochko 492a682e34 Add custom neo4j dockerfile with graphaware and noderank plugins
Eugen Rochko 5e511acb82 Adjusting Dockerfile to use Yarn for faster npm installs
Eugen Rochko b0168c8f3c Install npm 3 in docker (v3 warns on invalid peer dependencies instead of failing)
Eugen Rochko bf4ee145f9 Fix typo in dockerfile
Eugen Rochko 18d21f1a39 Update doorkeeper dependency and replace libav with backported ffmpeg in docker
Eugen Rochko 4f0e3b1b19 ffmpeg is not a package on debian, fix dockerfile
Eugen Rochko ce29624c6d Fixing image upload limits, allowing webm, merge/unmerge events trigger
timeline reload in UI, other small fixes
Eugen Rochko 92afd29650 The frontend will now be an OAuth app, auto-authorized. The frontend will use an access token for API requests
Adding better errors for the API controllers, posting a simple status works from the frontend now
Eugen Rochko 03f5ffcd06 Dockerfile adjustments
Eugen Rochko 48d66a2055 Fixing the docker container setup (with assets compilation &co)
Eugen Rochko 8767a98fbb Adding CSS for form errors, adding missing indices
Eugen Rochko a9db42a956 Validations for local profiles
Eugen Rochko b17202ca0f Adding a docker-compose template for running Mastodon easily