Lightweight Mattermost frontend with multi-server support. Core functionality present.
Find a file
Midgard 596cd63fb5
Make Client remember its token, add ID form checks
Refactor MattermostClient, deduplicating code and making it remember its token.

Make functions that ask for a Mattermost ID check that they get
something of the correct form.
2020-03-31 18:13:02 +02:00
assets Use form for login to enable enter 2020-03-31 16:55:25 +02:00
etc Fix mitmproxy script to deal with multiple origins 2020-03-31 13:27:08 +02:00
js Make Client remember its token, add ID form checks 2020-03-31 18:13:02 +02:00
.gitignore Put URL in separate config to avoid Git change 2020-03-26 17:55:40 +01:00
index.html Make Client remember its token, add ID form checks 2020-03-31 18:13:02 +02:00
README.md Fix logo path in README 2020-03-29 00:46:53 +01:00
rundev.sh Put URL in separate config to avoid Git change 2020-03-26 17:55:40 +01:00

Feathermost

To run in development mode, execute rundev.sh. This will start a web server, and mitmproxy to avoid CORS problems. Dependencies for that: Bash, Python and mitmproxy.

Then open http://localhost:8000/ in your browser.