about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-01-22Add a default missing.png header image - fixes #492Effy Elden
2017-01-21Merge pull request #505 from ineffyble/fix/issue-503Eugen
Call uniq on the string version of mb_chars tags - fixes #503
2017-01-21Call uniq on the string version of mb_chars tagsEffy Elden
2017-01-21Set remote dev environments to use letter_opener_web, add default ↵Effy Elden
.env.vagrant variables
2017-01-20Fix #475 - add space after autocompleteEugen Rochko
2017-01-20Instead of refusing to create accounts, domain blocks auto-suspend new ↵Eugen Rochko
accounts from that domain
2017-01-20Fix preview cards layout, do preview card crawling for remote statusesEugen Rochko
2017-01-20Merge pull request #502 from blackle/vistoggleEugen
Show visibility toggle on videos, show regardless of sensitivity
2017-01-19Show visibility toggle on videos, show regardless of sensitivityblackle
2017-01-20No loading bars for cards, no failure if it 404s (that's expected)Eugen Rochko
2017-01-20Fix #463 - Fetch and display previews of URLs using OpenGraph tagsEugen Rochko
2017-01-19Hide more non-essential loading barsEugen Rochko
2017-01-19Don't show loading bar when re-loading already loaded status. Don't even try ↵Eugen Rochko
to fetch ancestors from DB when in_reply_to_id is nil
2017-01-19Don't show loading bar when checking account timeline for newer stuffEugen Rochko
2017-01-19Fix #222 - Update followers count when following/unfollowingEugen Rochko
Also, since the root component connects to the stream that updates home/notification columns, there is pretty much no case for refreshing those columns beyond initial load. So, move the loading of those columns into the root component, to prevent unneccessary reloads when switching tabs on mobile or resizing desktop window between mobile/desktop layouts
2017-01-19Fix statsd null backend not being initialized properlyEugen Rochko
2017-01-19Try to avoid any potential loopsEugen
2017-01-18Add optional StatsD performance trackingEugen Rochko
2017-01-17Fix forgotten change of settingsEugen Rochko
2017-01-17Fix boops?Eugen Rochko
2017-01-17Fix #487Eugen Rochko
2017-01-17Add sounds for notifications. Boop by @jk@mastodon.socialEugen Rochko
2017-01-17Merge pull request #489 from ineffyble/masterEugen
Add Heroku deployment support
2017-01-17Add Heroku deployment supportEffy Elden
2017-01-16Improve how the list entry Account component looks when target is ↵Eugen Rochko
blocked/follow is requested
2017-01-16Merge pull request #486 from blackle/replytimelineEugen
Show 'do not display in public timeline' when replying to self
2017-01-16Show 'do not display in public timeline' when replying to selfblackle
2017-01-16Fix upload file input being re-rendered needlesslyEugen Rochko
2017-01-16Fix #238 - Add "favourites" columnEugen Rochko
2017-01-16Fix #414 - Improve lightbox, add loading indicatorEugen Rochko
2017-01-16Merge branch 'blackle-sensitive'Eugen Rochko
2017-01-16Merge branch 'sensitive' of https://github.com/blackle/mastodon into ↵Eugen Rochko
blackle-sensitive
2017-01-16Move follow requests link above logout link in getting started columnEugen Rochko
2017-01-15Show visibility toggle on media gallery for sensitive imagesblackle
2017-01-15Merge pull request #478 from blackle/backflipEugen
Change boost sprite to look like fa-retweet
2017-01-15Change boost sprite to look like fa-retweetblackle
2017-01-15Fix typo introduced in #470 which made unlisted toggle only fade in/out and ↵Eugen Rochko
not also collapse
2017-01-15Fix #427 - don't suggest hashtag if the search value contains a spaceEugen Rochko
2017-01-15Fix #449 - don't do relationships fetch for empty array of IDsEugen Rochko
2017-01-15Fix #466 - when logged in, make "get started" link to the frontpage instead ↵Eugen Rochko
of sign up
2017-01-15Merge pull request #476 from ineffyble/fix-paperclip-s3-aclEugen
Fix S3 default settings
2017-01-15Merge branch 'ineffyble-feature/toot-app-source'Eugen Rochko
2017-01-15Fix tests, add applications to eager loading/cache for statuses, fixEugen Rochko
application website validation, don't link to app website if website isn't set, also comment out animated boost icon from #464 until it's consistent with non-animated version
2017-01-15Merge branch 'feature/toot-app-source' of ↵Eugen Rochko
https://github.com/ineffyble/mastodon into ineffyble-feature/toot-app-source
2017-01-15Merge pull request #464 from blackle/backflipEugen
Make boost button spin around
2017-01-15Change default S3 ACL string used by Paperclip from 'public' (which is ↵Effy Elden
invalid) to 'public-read'
2017-01-15Merge pull request #474 from ineffyble/add-back-link-to-settingsEugen
Add a 'Back to Mastodon' link to footer of settings pages
2017-01-15Add a textual 'Back to Mastodon' link in footer of settings pagesEffy Elden
2017-01-15Add nice error page for CSRF errors/cookie issue, and fix error page ↵Effy Elden
handling altogether
2017-01-15Add nice error page for CSRF errors/cookie issue, and fix error page ↵Effy Elden
handling altogether