about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-11-28Adding embedded PuSH serverEugen Rochko
2016-11-27activate portuguese translationunsmell
2016-11-26Merge pull request #275 from kodacs/masterEugen
Hungarian translation for Mastodon.
2016-11-26Merge pull request #282 from nclm/miscEugen
Allow vertical resizing of the toot textarea
2016-11-26Merge pull request #296 from TazeTSchnitzel/purge_neo4jEugen
Remove another lingering Neo4J item
2016-11-26Remove another lingering Neo4J itemAndrea Faulds
2016-11-26Public and hashtag timelines now exclude reblogs and repliesEugen Rochko
Fix #289 - don't download avatar unless the URL is http/https Fix #293 - reblog/reblogged is now boost/boosted
2016-11-26Fix #288 - Strip first @ from search query, don't search accounts if it ↵Eugen Rochko
begins with #
2016-11-26Fix CDN_HOST variable requirementEugen Rochko
2016-11-26Fix #278 - Use mb_chars.downcase on hashtagsEugen Rochko
2016-11-26Update hub URL and re-subscribe if hub URL changesEugen Rochko
2016-11-25Merge pull request #280 from TazeTSchnitzel/purge_neo4jEugen
Remove remnants of Neo4J
2016-11-25Fix reset date format when rate limitedEugen Rochko
2016-11-25Allow vertical resizing of the toot textareanicolas
2016-11-25Merge pull request #6 from Gargron/masternicolas
Merge
2016-11-25Remove remnants of Neo4JAndrea Faulds
2016-11-25X-RateLimit-Reset formatted with iso8601Eugen Rochko
2016-11-25#275 fix missing i18n itemkodacs
2016-11-25Fix checkbox spacingEugen Rochko
2016-11-25Checkboxes label adjustementnicolas
When the label of a checkbox is more than one line long, avoid unalignment.
2016-11-25fixing yamls for #275kodacs
2016-11-25Merge pull request #276 from nclm/french-translationEugen
French translation update
2016-11-25fix #275kodacs
2016-11-25Merge branch 'master' into french-translationnicolas
2016-11-25Update fr.jsxnicolas
2016-11-25Update simple_form.fr.ymlnicolas
2016-11-25Remove stale entries from cache resultsEugen Rochko
2016-11-25Normalized locale filesEugen Rochko
2016-11-25Merge pull request #273 from nclm/french-translationEugen
French localisation update
2016-11-25Fix #65 - Options to block notifications from people you don't follow/who ↵Eugen Rochko
don't follow you
2016-11-25Server side HU translation + Toot fix.kodacs
2016-11-25Filter statuses that mention blocked usersEugen Rochko
2016-11-25Hungarian translationkodacs
2016-11-25Update simple_form.fr.ymlnicolas
2016-11-25Update fr.ymlnicolas
2016-11-25Update fr.jsxnicolas
2016-11-25Merge pull request #3 from Gargron/masternicolas
Merge
2016-11-24Fix bad referenceEugen Rochko
2016-11-24Fix forgotten referenceEugen Rochko
2016-11-24Remove Neo4JEugen Rochko
2016-11-24Center header in account column, hide media in "muted" status components ↵Eugen Rochko
(notifications)
2016-11-24Merge pull request #265 from nclm/french-translationEugen
Forgot to add one `fr` to make the French locale (hopefully) work
2016-11-24Merge branch 'master' into french-translationnicolas
2016-11-24Update index.jsxnicolas
Forgot to add `fr` here.
2016-11-24Mini Profiler not working well, remove itEugen Rochko
2016-11-24Add .env.testAlyssa Ross
It took me ages to get Mastodon set up with the tests passing because the environment variables I needed to define weren't documented and I had to work them out one at a time. This change adds a .env.test file, and makes it so it isn't ignored by git. I think it makes sense for the .env.test file to be in git, since there's nothing secret in it, but other approaches would be to have a .env.test.sample (like the corresponding one for production), or to set these values in a test helper, or to adapt the tests to work with environments other than this one. I'd be happy to make these changes if that would be preferred. Being able to get set up and run the tests is a pretty important part of being able to contribute to Mastodon (or your test coverage with suffer!), so having some sort of solution like this one is vital.
2016-11-24Add some OpenGraph tags to public statusesEugen Rochko
2016-11-24Only distribute statuses to followers who signed in in the last 2 weeks, add ↵Eugen Rochko
rake task for clearing feeds of inactive users
2016-11-24Merge pull request #242 from TazeTSchnitzel/media_uri_obfuscationEugen
Rename media to avoid exposing filename (fixes #207)
2016-11-24Extract filename obfuscation into moduleAlyssa Ross