- Apr 05, 2017
-
-
Angristan authored
In some VPS templates, they are not installed by default.
-
Angristan authored
Disable DHE ciphers. We don't loose any compatibility as we already use TLS 1.2, and ECDH is faster and safer. Also, it's better so specify the curve. This is the conf I use here : https://tls.imirhil.fr/https/mstdn.io
-
Jason Snell authored
-
- Apr 04, 2017
-
-
Udo Kramer authored
-
Angristan authored
If the file package is not installed, we get "Validation failed: File has contents that are not what they are reported to be" when upload media.
-
Angristan authored
Missing -u parameter to specify the mastodon user.
-
Angristan authored
-
- Apr 03, 2017
-
-
Eugen Rochko authored
must be added to the Sidekiq invokation in your systemd file The pull queue will handle link crawling, thread resolving, and OStatus processing. Such tasks are more likely to hang for a longer time (due to network requests) so it is more sensible to not make the "in-house" tasks wait for them.
-
- Apr 02, 2017
-
-
Valentin Lorentz authored
-
Valentin Lorentz authored
Closes GH-745.
-
- Feb 07, 2017
-
-
Eugen Rochko authored
-
- Feb 03, 2017
-
-
Eugen Rochko authored
Make the streaming API also handle websockets (because trying to get the browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
-
- Jan 21, 2017
-
-
Eugen Rochko authored
-