Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-08 | Merge pull request #1115 from vmincev/patch-1 | Eugen | |
Update Production-guide.md | |||
2017-04-07 | Merge branch 'master' into patch-1 | Shel R | |
2017-04-07 | Merge branch 'master' into patch-1 | David Huerta | |
2017-04-08 | Merge pull request #1204 from benklop/patch-1 | Eugen | |
Update Administration-guide.md | |||
2017-04-07 | Update Administration-guide.md | benklop | |
the syntax for running the rake task wasn't correct. | |||
2017-04-07 | Update Heroku-guide.md | David Huerta | |
Cleaning up the heroku admin command bit to match the form used in Administration-guide.md and clarify the wording a bit. | |||
2017-04-07 | Update Heroku-guide.md | David Huerta | |
Removing some of the confusion around what format S3 bucket names and regions should be entered as well as providing an example of an S3 policy that follows best security practices for this sort of thing. | |||
2017-04-07 | Merge pull request #1191 from d3vgru/master | Eugen | |
change suggested cipher for nginx | |||
2017-04-07 | Merge pull request #1172 from mjankowski/mj-heroku-docs | Eugen | |
Update heroku instructions | |||
2017-04-07 | typo | seekr | |
2017-04-07 | change suggested cipher for nginx | Ed Knutson | |
2017-04-07 | Update heroku instructions | Matt Jankowski | |
2017-04-07 | Update Production-guide.md | Vladimir Mincev | |
Under ## General dependencies: apt-get needs sudo and install was typed wrongly. | |||
2017-04-06 | Merge pull request #1042 from johnsudaar/feature/scalingo_one_click | Eugen | |
Cosmetic changes to the scalingo deployment | |||
2017-04-06 | Linux users must enable NFS for Vagrant | Alex Gleason | |
2017-04-05 | Make scalingo doc clearer | Jonathan Hurter | |
2017-04-05 | Merge pull request #947 from johnsudaar/feature/scalingo_one_click | Eugen | |
Add Scalingo deployment support | |||
2017-04-05 | Add doc | Jonathan Hurter | |
2017-04-05 | Add git and curl as dependencies | Angristan | |
In some VPS templates, they are not installed by default. | |||
2017-04-05 | ECDH only | Angristan | |
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 | |||
2017-04-04 | SSL best practices for nginx | Jason Snell | |
2017-04-05 | Merge pull request #885 from optikfluffel/patch-1 | Eugen | |
Update Production-guide.md | |||
2017-04-05 | Merge pull request #842 from Angristan/patch-2 | Eugen | |
Missing quotes | |||
2017-04-05 | Merge pull request #854 from Angristan/patch-3 | Eugen | |
Fix crontab edit | |||
2017-04-05 | Merge pull request #891 from ashfurrow/patch-1 | Eugen | |
Adds instructions for adding admin users for Heroku installs | |||
2017-04-04 | Updates instructions. | Ash Furrow | |
2017-04-05 | Merge pull request #872 from kwaio/patch-1 | Eugen | |
typo in admin doc | |||
2017-04-04 | Adds instructions for adding admin users. | Ash Furrow | |
2017-04-04 | Update Production-guide.md | Udo Kramer | |
2017-04-04 | typo in admin doc | Nope Nope | |
s/rails/rake/ | |||
2017-04-04 | Add file package | Angristan | |
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. | |||
2017-04-04 | Fix crontab edit | Angristan | |
Missing -u parameter to specify the mastodon user. | |||
2017-04-04 | Missing quotes | Angristan | |
2017-04-04 | Fix typo in Heroku guide | walfie | |
2017-04-04 | Separate background jobs into different queues. ATTENTION: new queue "pull" | Eugen Rochko | |
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. | |||
2017-04-03 | Also fix the start command. | Valentin Lorentz | |
2017-04-03 | Fix install instructions. | Valentin Lorentz | |
Closes GH-745. | |||
2017-02-25 | Add tuning documentation, add <content> tags back to most salmons, | Eugen Rochko | |
make status pagination headers generation more lax about next page existing | |||
2017-02-14 | Fixed the URL | Tom McAtee | |
Heroku uses the referrer URL to point at the repo that should be deployed; from this page that includes part of a path that breaks the deployment (specifically /blob/master/docs/Running-Mastodon/Heroku-guide.md). I've replaced the vanilla address with one that includes a specific reference to the root of the repo | |||
2017-02-13 | Add rake task for making someone into an admin | Eugen Rochko | |
2017-02-07 | Add postgres setup instructions to docs | Eugen Rochko | |
2017-02-04 | Make the streaming API also handle websockets (because trying to get the ↵ | Eugen Rochko | |
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. | |||
2017-01-27 | Add default account details to developer documentation. | Effy Elden | |
2017-01-22 | Add separate sections for Heroku and Vagrant deployments. Add guide for ↵ | Effy Elden | |
instance administration. Move 'Contribution guide' to 'Development guide'. | |||
2017-01-21 | Add wiki contents to docs/ instead | Eugen Rochko | |