Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-06 | Clean up h-card mess of divs | Eugen Rochko | |
2017-01-06 | Fix h-card classes and remote follow button appearing when it shouldn't | Eugen Rochko | |
2017-01-06 | Merge branch 'myfreeweb-master' | Eugen Rochko | |
2017-01-06 | Add Microformats2 markup | Greg V | |
h-feed, h-card and h-entry | |||
2017-01-06 | Merge pull request #417 from ineffyble/twitter-card-metadata | Eugen | |
Twitter Cards support | |||
2017-01-06 | Merge pull request #418 from ticky/upgrade-emojione | Eugen | |
Upgrade EmojiOne to 2.2.7 | |||
2017-01-06 | Fix #416 - Generate random unique 14-byte (19 characters) shortcodes | Eugen Rochko | |
for local attachments, use them in URLs. Check status privacy before redirecting to actual file. | |||
2017-01-05 | Upgrade EmojiOne to 2.2.7 | Jessica Stokes | |
Adds support for, among other things, 🏳️🌈 | |||
2017-01-06 | Add twitter:card metatag to enable Twitter Cards support | Effy Elden | |
2017-01-05 | Merge pull request #415 from ineffyble/master | Eugen | |
Prevent duplicate desktop notifications | |||
2017-01-06 | Add tag property to desktop notifications, preventing duplicates (i.e. when ↵ | Effy Elden | |
multiple Mastodon tabs are open) | |||
2017-01-05 | Fixed unexpected error | Eugen Rochko | |
2017-01-05 | Fix compose form bug | Eugen Rochko | |
2017-01-05 | Fix selection resetting in compose form after unrelated data updates | Eugen Rochko | |
2017-01-05 | Revert to Roboto for all | Eugen Rochko | |
2017-01-05 | Merge pull request #406 from Gargron/revert-404-emoji | Eugen | |
Revert "Display native emoji on browsers which support it" | |||
2017-01-05 | Revert "Display native emoji on browsers which support it" | Eugen | |
2017-01-05 | Merge pull request #403 from ticky/use-system-fonts | Eugen | |
Use system fonts on more platforms | |||
2017-01-05 | Merge pull request #404 from mistydemeo/emoji | Eugen | |
Display native emoji on browsers which support it | |||
2017-01-05 | Merge pull request #399 from ticky/public-timeline-de-hoist | Eugen | |
Public timeline de-hoist | |||
2017-01-05 | Merge pull request #400 from ticky/differentiate-settings-links | Eugen | |
Differentiate settings links | |||
2017-01-05 | Merge pull request #401 from mistydemeo/new_toot_cursor_position | Eugen | |
Automatically position cursor when writing a reply toot | |||
2017-01-04 | Bump emoji requirement to Unicode 9 | Misty De Meo | |
2017-01-04 | Display native emoji on browsers which support it | Misty De Meo | |
2017-01-04 | Use system fonts on more platforms | Jessica 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-04 | Automatically position cursor when writing a reply toot | Misty De Meo | |
2017-01-04 | Differentiate settings links | Jessica 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-04 | Remove hamburger from "getting started" | Jessica Stokes | |
2017-01-04 | Replace "Public" in tab bar with "More" hamburger | Jessica Stokes | |
2017-01-04 | Move "getting started" to its own route | Jessica Stokes | |
2017-01-05 | Merge pull request #394 from ticky/email-reblog-to-boost | Eugen | |
"Reblog" -> "boost" in more places | |||
2017-01-05 | Merge pull request #395 from ticky/hide-media-list-if-no-media | Eugen | |
Don't render the media list when there's no media | |||
2017-01-05 | Merge pull request #397 from ticky/friendlier-unknown-errors | Eugen | |
Friendlier unknown errors | |||
2017-01-05 | Merge pull request #396 from ticky/fix-cmd-enter | Eugen | |
Fix Command-enter tooting | |||
2017-01-04 | Friendlier unknown errors | Jessica Stokes | |
Don't ask users to check the console - if they're on mobile, they probably can't anyway ;) | |||
2017-01-04 | Fix Command-enter tooting | Jessica Stokes | |
metaKey is only set correctly on keyDown, not keyUp, so this swaps to using that | |||
2017-01-05 | Improve background jobs params and error handling | Eugen Rochko | |
2017-01-05 | Fix undesired delivering of private toot to remote accounts that follow author | Eugen Rochko | |
2017-01-05 | Make shortcode emojis work, make getting started area scrollable | Eugen Rochko | |
2017-01-04 | Don't render the media list when there's no media | Jessica Stokes | |
This stops the empty compose view from scrolling on 4-inch devices. | |||
2017-01-04 | "Reblog" -> "boost" in more places | Jessica Stokes | |
A couple of places were using "reblog" rather than "boost" - this updates them to match the web UI | |||
2017-01-05 | Merge pull request #393 from ticky/qol-for-four-inch-phones | Eugen | |
Improve experience on 4-inch phones | |||
2017-01-04 | Disallow compose navbar from being shrunk | Jessica Stokes | |
2017-01-04 | Stop Mastodon friend from overlapping text 🐘 | Jessica Stokes | |
2017-01-04 | Make tabs bar take up less room on 4-inch phones | Jessica Stokes | |
2017-01-04 | Improve quality of life for 4-inch phones | Jessica Stokes | |
Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop. | |||
2017-01-04 | Fix #391 - relative timestamps now contain an exact datetime in title | Eugen Rochko | |
2017-01-04 | Fix #385 - /web now loads a page | Eugen Rochko | |
2017-01-04 | Fix #390 - fix redirect after sign-up (to login page instead of homepage) | Eugen Rochko | |
2017-01-03 | Merge pull request #389 from TrevInc/master | Eugen | |
Reduce height of media query to hide avatar/bio |