about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-01-07Add read timeout to paperclip when it's downloading remote imagesEugen Rochko
2017-01-08Tweak Vagrant info in READMEEffy Elden
2017-01-08Improve Vagrantfile, load environment variables from .env.vagrant, always ↵Effy Elden
forward localhost:3000
2017-01-07Add Vagrant development environment supportEffy Elden
2017-01-06Add tab bar alternative to desktop UI, upgrade react & react-reduxEugen Rochko
2017-01-06Clean up h-card mess of divsEugen Rochko
2017-01-06Fix h-card classes and remote follow button appearing when it shouldn'tEugen Rochko
2017-01-06Merge branch 'myfreeweb-master'Eugen Rochko
2017-01-06Add Microformats2 markupGreg V
h-feed, h-card and h-entry
2017-01-06Merge pull request #417 from ineffyble/twitter-card-metadataEugen
Twitter Cards support
2017-01-06Merge pull request #418 from ticky/upgrade-emojioneEugen
Upgrade EmojiOne to 2.2.7
2017-01-06Fix #416 - Generate random unique 14-byte (19 characters) shortcodesEugen Rochko
for local attachments, use them in URLs. Check status privacy before redirecting to actual file.
2017-01-05Upgrade EmojiOne to 2.2.7Jessica Stokes
Adds support for, among other things, 🏳️‍🌈
2017-01-06Add twitter:card metatag to enable Twitter Cards supportEffy Elden
2017-01-05Merge pull request #415 from ineffyble/masterEugen
Prevent duplicate desktop notifications
2017-01-06Add tag property to desktop notifications, preventing duplicates (i.e. when ↵Effy Elden
multiple Mastodon tabs are open)
2017-01-05Fixed unexpected errorEugen Rochko
2017-01-05Fix compose form bugEugen Rochko
2017-01-05Fix selection resetting in compose form after unrelated data updatesEugen Rochko
2017-01-05Revert to Roboto for allEugen Rochko
2017-01-05Merge pull request #406 from Gargron/revert-404-emojiEugen
Revert "Display native emoji on browsers which support it"
2017-01-05Revert "Display native emoji on browsers which support it"Eugen
2017-01-05Merge pull request #403 from ticky/use-system-fontsEugen
Use system fonts on more platforms
2017-01-05Merge pull request #404 from mistydemeo/emojiEugen
Display native emoji on browsers which support it
2017-01-05Merge pull request #399 from ticky/public-timeline-de-hoistEugen
Public timeline de-hoist
2017-01-05Merge pull request #400 from ticky/differentiate-settings-linksEugen
Differentiate settings links
2017-01-05Merge pull request #401 from mistydemeo/new_toot_cursor_positionEugen
Automatically position cursor when writing a reply toot
2017-01-04Bump emoji requirement to Unicode 9Misty De Meo
2017-01-04Display native emoji on browsers which support itMisty De Meo
2017-01-04Use system fonts on more platformsJessica Stokes
This allows other platforms such as Windows, macOS and iOS to use their system fonts rather than downloading a copy of Roboto. It also makes the app feel a little closer to native on those platforms!
2017-01-04Automatically position cursor when writing a reply tootMisty De Meo
2017-01-04Differentiate settings linksJessica Stokes
The "settings" links in the Getting Started section (or, if #399 were to happen, "more" menu) and compose sections are now different; the "compose" link is "Edit profile," while the one in the Getting Started section is now "Preferences." All languages have been updated to accommodate this, based on the existing usages of these phrases in language files in the Rails part of the app! addresses part of #384
2017-01-04Remove hamburger from "getting started"Jessica Stokes
2017-01-04Replace "Public" in tab bar with "More" hamburgerJessica Stokes
2017-01-04Move "getting started" to its own routeJessica Stokes
2017-01-05Merge pull request #394 from ticky/email-reblog-to-boostEugen
"Reblog" -> "boost" in more places
2017-01-05Merge pull request #395 from ticky/hide-media-list-if-no-mediaEugen
Don't render the media list when there's no media
2017-01-05Merge pull request #397 from ticky/friendlier-unknown-errorsEugen
Friendlier unknown errors
2017-01-05Merge pull request #396 from ticky/fix-cmd-enterEugen
Fix Command-enter tooting
2017-01-04Friendlier unknown errorsJessica Stokes
Don't ask users to check the console - if they're on mobile, they probably can't anyway ;)
2017-01-04Fix Command-enter tootingJessica Stokes
metaKey is only set correctly on keyDown, not keyUp, so this swaps to using that
2017-01-05Improve background jobs params and error handlingEugen Rochko
2017-01-05Fix undesired delivering of private toot to remote accounts that follow authorEugen Rochko
2017-01-05Make shortcode emojis work, make getting started area scrollableEugen Rochko
2017-01-04Don't render the media list when there's no mediaJessica Stokes
This stops the empty compose view from scrolling on 4-inch devices.
2017-01-04"Reblog" -> "boost" in more placesJessica Stokes
A couple of places were using "reblog" rather than "boost" - this updates them to match the web UI
2017-01-05Merge pull request #393 from ticky/qol-for-four-inch-phonesEugen
Improve experience on 4-inch phones
2017-01-04Disallow compose navbar from being shrunkJessica Stokes
2017-01-04Stop Mastodon friend from overlapping text 🐘Jessica Stokes
2017-01-04Make tabs bar take up less room on 4-inch phonesJessica Stokes