Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2016-11-24 | Add some OpenGraph tags to public statuses | Eugen Rochko | |
2016-11-24 | Only 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-24 | Merge pull request #242 from TazeTSchnitzel/media_uri_obfuscation | Eugen | |
Rename media to avoid exposing filename (fixes #207) | |||
2016-11-24 | Extract filename obfuscation into module | Alyssa Ross | |
2016-11-23 | Follow/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-23 | Fix 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-23 | Rename media to avoid exposing filename (fixes #207) | Andrea Faulds | |
2016-11-23 | Merge branch 'development' | Eugen Rochko | |
2016-11-23 | Cache accounts/:id/statuses and single statuses too | Eugen Rochko | |
2016-11-23 | Adding content sensitivity toggle, spoilers for media | Eugen Rochko | |
2016-11-23 | Improve contrast for settings pages (fixes #173) | Andrea Faulds | |
2016-11-23 | Merge pull request #227 from nclm/french-translation | Eugen | |
Missing lines in the French translation | |||
2016-11-23 | Rename ‘Publier’ to ‘Pouet’ in French locale. | nicolas | |
🎺 https://mastodon.social/users/Pierrec/updates/100589 | |||
2016-11-23 | Merge branch 'master' into french-translation | nicolas | |
2016-11-23 | Update doorkeeper.fr.yml | nicolas | |
e | |||
2016-11-23 | Update doorkeeper.fr.yml | nicolas | |
2016-11-23 | Add content spoilers for media in sensitive-content statuses | Eugen Rochko | |
2016-11-23 | Adding sensitive marker to statuses in API | Eugen Rochko | |
2016-11-23 | Explain application secrets (#217) | Andrea Faulds | |
2016-11-23 | Rename "publish" to "toot" in english locale, fix lightbox showing old image | Eugen Rochko | |
before loading new one, cache notifications API, fix missing follow button on public profiles | |||
2016-11-23 | Fix #168 - Turn off e-mail notifications by default | Eugen Rochko | |
2016-11-23 | Implement includes caching for timelines APIs | Eugen Rochko | |
2016-11-22 | More query optimizations | Eugen Rochko | |
2016-11-22 | Moving some counter queries out of subqueries in the API | Eugen Rochko | |
2016-11-22 | Upgrade to latest Rails, which apparently improves ActionCable performance | Eugen Rochko | |
2016-11-22 | Remove unneeded indices, improve error handling in background workers, don't ↵ | Eugen Rochko | |
needlessly reload reblogged status, send Devise e-mails asynchronously | |||
2016-11-22 | Merge pull request #2 from Gargron/master | nicolas | |
Merge | |||
2016-11-22 | Merge branch 'nclm-french-translation' | Eugen Rochko | |
2016-11-22 | Fix broken locales | Eugen Rochko | |
2016-11-22 | Update fr.jsx | nicolas | |
2016-11-22 | Update fr.yml | nicolas | |
2016-11-22 | Update simple_form.fr.yml | nicolas | |
silenced mode + edits | |||
2016-11-22 | Merging code updates (Unlisted Mode) | nicolas | |
2016-11-22 | Adding French locale to mastodon.jsx | nicolas | |
2016-11-22 | Adding French locale to settings_helper.rb | nicolas | |
2016-11-21 | Local accounts can control "silenced" attribute which removes them from ↵ | Eugen Rochko | |
public timeline | |||
2016-11-21 | Adding French locale | nicolas | |
2016-11-21 | Importing doorkeeper.fr.yml | nicolas | |
From https://github.com/doorkeeper-gem/doorkeeper-i18n/blob/master/rails/locales/fr.yml | |||
2016-11-21 | Importing devise.fr.yml | nicolas | |
From https://gist.github.com/qsypoq/4cf3b858ff8242ffb013 |