Eugen Rochko
b5ad0eb4ea
Adding embedded PuSH server
8 years ago
unsmell
d4631d5479
activate portuguese translation
8 years ago
Eugen
313ebb4962
Merge pull request #275 from kodacs/master
...
Hungarian translation for Mastodon.
8 years ago
Eugen
3d86a74933
Merge pull request #282 from nclm/misc
...
Allow vertical resizing of the toot textarea
8 years ago
Eugen
6b812a6920
Merge pull request #296 from TazeTSchnitzel/purge_neo4j
...
Remove another lingering Neo4J item
8 years ago
Andrea Faulds
a36859ef7b
Remove another lingering Neo4J item
8 years ago
Eugen Rochko
31108d4659
Public and hashtag timelines now exclude reblogs and replies
...
Fix #289 - don't download avatar unless the URL is http/https
Fix #293 - reblog/reblogged is now boost/boosted
8 years ago
Eugen Rochko
1f62ffcc7a
Fix #288 - Strip first @ from search query, don't search accounts if it begins with #
8 years ago
Eugen Rochko
8b32b212de
Fix CDN_HOST variable requirement
8 years ago
Eugen Rochko
1997e331ce
Fix #278 - Use mb_chars.downcase on hashtags
8 years ago
Eugen Rochko
23162b2893
Update hub URL and re-subscribe if hub URL changes
8 years ago
Eugen
467709a424
Merge pull request #280 from TazeTSchnitzel/purge_neo4j
...
Remove remnants of Neo4J
8 years ago
Eugen Rochko
de5764c372
Fix reset date format when rate limited
8 years ago
nicolas
dfb0bace3c
Allow vertical resizing of the toot textarea
8 years ago
nicolas
edb6713849
Merge pull request #6 from Gargron/master
...
Merge
8 years ago
Andrea Faulds
6acc54b2b1
Remove remnants of Neo4J
8 years ago
Eugen Rochko
abeccf6eb2
X-RateLimit-Reset formatted with iso8601
8 years ago
kodacs
e737856f59
#275 fix missing i18n item
8 years ago
Eugen Rochko
62dc431e9d
Fix checkbox spacing
8 years ago
nicolas
c6d369c52b
Checkboxes label adjustement
...
When the label of a checkbox is more than one line long, avoid unalignment.
8 years ago
kodacs
2774adc6fe
fixing yamls for #275
8 years ago
Eugen
ff4d38ac85
Merge pull request #276 from nclm/french-translation
...
French translation update
8 years ago
kodacs
9849c564de
fix #275
8 years ago
nicolas
8cd2d6a174
Merge branch 'master' into french-translation
8 years ago
nicolas
12100797c4
Update fr.jsx
8 years ago
nicolas
3958b6c655
Update simple_form.fr.yml
8 years ago
Eugen Rochko
666eda7256
Remove stale entries from cache results
8 years ago
Eugen Rochko
9798cf624a
Normalized locale files
8 years ago
Eugen
8183330361
Merge pull request #273 from nclm/french-translation
...
French localisation update
8 years ago
Eugen Rochko
ea0846645a
Fix #65 - Options to block notifications from people you don't follow/who don't follow you
8 years ago
kodacs
6d952d6815
Server side HU translation + Toot fix.
8 years ago
Eugen Rochko
3b3bf2dd59
Filter statuses that mention blocked users
8 years ago
kodacs
c6353f6d39
Hungarian translation
8 years ago
nicolas
283623e3d4
Update simple_form.fr.yml
8 years ago
nicolas
ed8361b57a
Update fr.yml
8 years ago
nicolas
b70a12c0f3
Update fr.jsx
8 years ago
nicolas
1b2e66ecfe
Merge pull request #3 from Gargron/master
...
Merge
8 years ago
Eugen Rochko
ca342abbff
Fix bad reference
8 years ago
Eugen Rochko
45c68c76d0
Fix forgotten reference
8 years ago
Eugen Rochko
30f9e9e624
Remove Neo4J
8 years ago
Eugen Rochko
4bbec58034
Center header in account column, hide media in "muted" status components (notifications)
8 years ago
Eugen
a353fc5c4d
Merge pull request #265 from nclm/french-translation
...
Forgot to add one `fr` to make the French locale (hopefully) work
8 years ago
nicolas
f447649d25
Merge branch 'master' into french-translation
8 years ago
nicolas
d46c2e98ee
Update index.jsx
...
Forgot to add `fr` here.
8 years ago
Eugen Rochko
8ab2fcbb2c
Mini Profiler not working well, remove it
8 years ago
Alyssa Ross
ae142ab32a
Add .env.test
...
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.
8 years ago
Eugen Rochko
4af2805038
Add some OpenGraph tags to public statuses
8 years ago
Eugen Rochko
f613f2b84a
Only distribute statuses to followers who signed in in the last 2 weeks, add rake task for clearing feeds of inactive users
8 years ago
Eugen
2152dfef02
Merge pull request #242 from TazeTSchnitzel/media_uri_obfuscation
...
Rename media to avoid exposing filename (fixes #207 )
8 years ago
Alyssa Ross
cb06801b21
Extract filename obfuscation into module
8 years ago