about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2017-01-05Revert to Roboto for allEugen Rochko
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-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-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
2017-01-04Improve quality of life for 4-inch phonesJessica Stokes
Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop.
2017-01-04Fix #391 - relative timestamps now contain an exact datetime in titleEugen Rochko
2017-01-04Fix #390 - fix redirect after sign-up (to login page instead of homepage)Eugen Rochko
2017-01-03Reduce height of media query to hide avatar/bioAnthony Bellew
An additional selector was provided to make the bio only hide on the timeline and not on the user page itself.
2017-01-03On file-drag, show a border around textareaMitchell Hentges
2017-01-03Add "back" button on column headers of public and hashtag timelines. The "back"Eugen Rochko
button takes you back to getting started page
2017-01-03Fix accidental distribution of hidden stream entries to PuSH subscribersEugen Rochko
2017-01-02Fix admin UI not loading JS, make sure to strip "acct:" out of remote ↵Eugen Rochko
account's usernames when authorizing follow
2017-01-02Unblocks also federateEugen Rochko
2017-01-02See #244 - Added notifications column settings to filter what's displayedEugen Rochko
in the column and what appears as desktop notifications. Settings do not persist yet
2017-01-02Fix uri expansion during remote followEugen Rochko
2017-01-02Federate blocks with the http://mastodon.social/schema/1.0 verb namespaceEugen Rochko
2017-01-01Update screenshot on about pageEugen Rochko
2017-01-01Adding remote follow buttonEugen Rochko
2016-12-31Set in_reply_to_account on statuses to non-self value when possible, thusEugen Rochko
resolving the confusion from self-chain replies ultimately linking to a non-self status. Adjust filters
2016-12-29Add API for retrieving favouritesEugen Rochko
2016-12-29Add API for retrieving blocked accountsEugen Rochko
2016-12-29Support remote follow request providing URL instead of acctEugen Rochko
2016-12-29Add ability to use remote follow function on other sitesEugen Rochko
2016-12-28Fix wrong person being notified after nested reblog call, fix favourites ↵Eugen Rochko
leaking private toots in Atom feeds
2016-12-27Add illustration to getting started columnEugen Rochko
2016-12-27Add getting started illustrationEugen