about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-04-05Only render public payload once in FanOutOnWriteEugen Rochko
2017-04-05Update List-of-Mastodon-instances.mdwxcafé
2017-04-05Add git and curl as dependenciesAngristan
In some VPS templates, they are not installed by default.
2017-04-05Install nodejs before rubyJonathan Hurter
2017-04-05Merge branch 'master' into patch-1nicobz25
2017-04-05Add scalingo supportJonathan Hurter
2017-04-05Add index on mentions status_idEugen Rochko
2017-04-05Replace ActionCable broadcast call with simple redis publishEugen Rochko
2017-04-05Typography on partYCédric Levieux
2017-04-05Update List-of-Mastodon-instances.mdnicobz25
Add our mastodon instance :) Thanks !
2017-04-05Merge pull request #923 from jguerder/patch-1Eugen
Added mastodon.cx
2017-04-05Merge pull request #925 from Angristan/patch-6Eugen
Add mstdn.io
2017-04-05Merge pull request #926 from farlistener/patch-2Eugen
Add mastodon.partipirate.org
2017-04-05Merge pull request #922 from Angristan/patch-5Eugen
ECDH only
2017-04-05Add mastodon.partipirate.orgCédric Levieux
2017-04-05Add mstdn.ioAngristan
2017-04-05Added mastodon.cxJordan Guerder
2017-04-05ECDH onlyAngristan
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-05Merge pull request #909 from scriptjunkie/masterEugen
Add https://securitymastod.one/
2017-04-05Merge branch 'master' into masterEugen
2017-04-05Merge pull request #901 from ashfurrow/patch-3Eugen
Adds mastodon.technology instance
2017-04-05Merge pull request #911 from IMcD23/patch-1Eugen
Added mastodon.network instance.
2017-04-05Merge pull request #919 from JantsoP/masterEugen
More updates to Finnish language
2017-04-05Merge pull request #902 from asm/ssl_best_practicesEugen
SSL best practices for nginx
2017-04-05Fix API method URL typoEugen
2017-04-05Merge pull request #903 from yiskah/patch-6Eugen
Corrected misinformation regarding Direct Posts
2017-04-05Merge pull request #908 from krainboltgreene/application-worker-for-shared-logicEugen
ApplicationWorker for shared worker behavior
2017-04-05Merge pull request #910 from krainboltgreene/masterEugen
Mastodon isn't using jbuilder or sdoc, and it prevents an upgrade to 2.4.0
2017-04-05Merge pull request #914 from bradurani/bu/query_cleanupEugen
Eliminate unnecessary queries and query clauses with none and all
2017-04-05Merge branch 'master' into masterJantsoP
2017-04-05updated reblog to boost translationJantsoP
Since it is that :D
2017-04-05updated translationJantsoP
Updated some translations after seeing them in service. Should be better now
2017-04-05udpdated display_name translationJantsoP
2017-04-05updated reblog translationJantsoP
2017-04-05Eliminate unnecessary queries and query clauses with none and allBrad Urani
2017-04-04Update List-of-Mastodon-instances.mdIan McDowell
Added mastodon.network.
2017-04-04Mastodon isn't using jbuilder or sdoc, and it prevents an upgrade to 2.4.0Kurtis Rainbolt-Greene
2017-04-04Add https://securitymastod.one/scriptjunkie
2017-04-04We're going to want these nice helper methods, lets share them with a parent ↵Kurtis Rainbolt-Greene
class that matches Rails 5 practices (application level abstraction)
2017-04-04Moved to the workerKurtis Rainbolt-Greene
2017-04-04Moving in the inline renderKurtis Rainbolt-Greene
2017-04-04I don't actually think we need that.Kurtis Rainbolt-Greene
2017-04-04Moving the queue_at into the workerKurtis Rainbolt-Greene
2017-04-04This method isn't used anymoreKurtis Rainbolt-Greene
2017-04-04Replacing the broadcast method with the one defined in the feed managerKurtis Rainbolt-Greene
2017-04-04By pushing this into a worker we can reduce the amount of time the feed ↵Kurtis Rainbolt-Greene
manager using workers eat up a connection
2017-04-04Corrected misinformation regarding Direct Postsshel
Unless something changed recently I have no clue why this said that direct posts do not federate because they do.
2017-04-04SSL best practices for nginxJason Snell
2017-04-04Adds mastodon.technologyAsh Furrow
2017-04-05Merge branch 'fakenine-add_more_tests_to_models'Eugen Rochko