about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
2016-11-23Follow/unfollow button outside of dropdown, also make favs/reblogs update ↵Eugen Rochko
indicator instantly and then adjust to failure later if the request fails
2016-11-23Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and ↵Eugen Rochko
notifications, skip ActionCable for follow/unfollow/block events, instead clear UI from blocked account's posts instantly if block request succeeds. Add forgotten i18n for sensitive content
2016-11-23Rename media to avoid exposing filename (fixes #207)Andrea Faulds
2016-11-23Merge branch 'development'Eugen Rochko
2016-11-23Cache accounts/:id/statuses and single statuses tooEugen Rochko
2016-11-23Adding content sensitivity toggle, spoilers for mediaEugen Rochko
2016-11-23Improve contrast for settings pages (fixes #173)Andrea Faulds
2016-11-23Merge pull request #227 from nclm/french-translationEugen
Missing lines in the French translation
2016-11-23Rename ‘Publier’ to ‘Pouet’ in French locale.nicolas
🎺 https://mastodon.social/users/Pierrec/updates/100589
2016-11-23Merge branch 'master' into french-translationnicolas
2016-11-23Update doorkeeper.fr.ymlnicolas
e
2016-11-23Update doorkeeper.fr.ymlnicolas
2016-11-23Add content spoilers for media in sensitive-content statusesEugen Rochko
2016-11-23Adding sensitive marker to statuses in APIEugen Rochko
2016-11-23Explain application secrets (#217)Andrea Faulds
2016-11-23Rename "publish" to "toot" in english locale, fix lightbox showing old imageEugen Rochko
before loading new one, cache notifications API, fix missing follow button on public profiles
2016-11-23Fix #168 - Turn off e-mail notifications by defaultEugen Rochko
2016-11-23Implement includes caching for timelines APIsEugen Rochko
2016-11-22More query optimizationsEugen Rochko
2016-11-22Moving some counter queries out of subqueries in the APIEugen Rochko
2016-11-22Upgrade to latest Rails, which apparently improves ActionCable performanceEugen Rochko
2016-11-22Remove unneeded indices, improve error handling in background workers, don't ↵Eugen Rochko
needlessly reload reblogged status, send Devise e-mails asynchronously
2016-11-22Merge pull request #2 from Gargron/masternicolas
Merge
2016-11-22Merge branch 'nclm-french-translation'Eugen Rochko
2016-11-22Fix broken localesEugen Rochko
2016-11-22Update fr.jsxnicolas
2016-11-22Update fr.ymlnicolas