Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-28 | Enabling portuguese and hungarian translations, which are awfully incomplete | Eugen Rochko | |
2016-11-28 | Merge pull request #304 from unsmell/patch-1 | Eugen | |
activate portuguese translation | |||
2016-11-28 | Fix order of attachments (see #269) | Eugen Rochko | |
2016-11-28 | Add IRC channel to readme | Eugen Rochko | |
2016-11-28 | Adding embedded PuSH server | Eugen Rochko | |
2016-11-27 | activate portuguese translation | unsmell | |
2016-11-26 | Merge pull request #275 from kodacs/master | Eugen | |
Hungarian translation for Mastodon. | |||
2016-11-26 | Merge pull request #282 from nclm/misc | Eugen | |
Allow vertical resizing of the toot textarea | |||
2016-11-26 | Merge pull request #296 from TazeTSchnitzel/purge_neo4j | Eugen | |
Remove another lingering Neo4J item | |||
2016-11-26 | Remove another lingering Neo4J item | Andrea Faulds | |
2016-11-26 | Public and hashtag timelines now exclude reblogs and replies | Eugen Rochko | |
Fix #289 - don't download avatar unless the URL is http/https Fix #293 - reblog/reblogged is now boost/boosted | |||
2016-11-26 | Fix #288 - Strip first @ from search query, don't search accounts if it ↵ | Eugen Rochko | |
begins with # | |||
2016-11-26 | Fix CDN_HOST variable requirement | Eugen Rochko | |
2016-11-26 | Fix #278 - Use mb_chars.downcase on hashtags | Eugen Rochko | |
2016-11-26 | Update hub URL and re-subscribe if hub URL changes | Eugen Rochko | |
2016-11-25 | Merge pull request #280 from TazeTSchnitzel/purge_neo4j | Eugen | |
Remove remnants of Neo4J | |||
2016-11-25 | Fix reset date format when rate limited | Eugen Rochko | |
2016-11-25 | Allow vertical resizing of the toot textarea | nicolas | |
2016-11-25 | Merge pull request #6 from Gargron/master | nicolas | |
Merge | |||
2016-11-25 | Remove remnants of Neo4J | Andrea Faulds | |
2016-11-25 | X-RateLimit-Reset formatted with iso8601 | Eugen Rochko | |
2016-11-25 | #275 fix missing i18n item | kodacs | |
2016-11-25 | Fix checkbox spacing | Eugen Rochko | |
2016-11-25 | Checkboxes label adjustement | nicolas | |
When the label of a checkbox is more than one line long, avoid unalignment. | |||
2016-11-25 | fixing yamls for #275 | kodacs | |
2016-11-25 | Merge pull request #276 from nclm/french-translation | Eugen | |
French translation update | |||
2016-11-25 | fix #275 | kodacs | |
2016-11-25 | Merge branch 'master' into french-translation | nicolas | |
2016-11-25 | Update fr.jsx | nicolas | |
2016-11-25 | Update simple_form.fr.yml | nicolas | |
2016-11-25 | Remove stale entries from cache results | Eugen Rochko | |
2016-11-25 | Normalized locale files | Eugen Rochko | |
2016-11-25 | Merge pull request #273 from nclm/french-translation | Eugen | |
French localisation update | |||
2016-11-25 | Fix #65 - Options to block notifications from people you don't follow/who ↵ | Eugen Rochko | |
don't follow you | |||
2016-11-25 | Server side HU translation + Toot fix. | kodacs | |
2016-11-25 | Filter statuses that mention blocked users | Eugen Rochko | |
2016-11-25 | Hungarian translation | kodacs | |
2016-11-25 | Update simple_form.fr.yml | nicolas | |
2016-11-25 | Update fr.yml | nicolas | |
2016-11-25 | Update fr.jsx | nicolas | |
2016-11-25 | Merge pull request #3 from Gargron/master | nicolas | |
Merge | |||
2016-11-24 | Fix bad reference | Eugen Rochko | |
2016-11-24 | Fix forgotten reference | Eugen Rochko | |
2016-11-24 | Remove Neo4J | Eugen Rochko | |
2016-11-24 | Center header in account column, hide media in "muted" status components ↵ | Eugen Rochko | |
(notifications) | |||
2016-11-24 | Merge pull request #265 from nclm/french-translation | Eugen | |
Forgot to add one `fr` to make the French locale (hopefully) work | |||
2016-11-24 | Merge branch 'master' into french-translation | nicolas | |
2016-11-24 | Update index.jsx | nicolas | |
Forgot to add `fr` here. | |||
2016-11-24 | Mini Profiler not working well, remove it | Eugen Rochko | |
2016-11-24 | Add .env.test | Alyssa 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. |