about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-01-26Merge pull request #549 from ↵Eugen
ineffyble/docs/add-default-account-to-dev-documentation Add default account details to developer documentation.
2017-01-26Merge pull request #548 from PurpleBooth/make-fonts-localEugen
Move the fonts from Google Fonts to local assets
2017-01-26Move the fonts from Google Fonts to local assetsBillie Thompson
Currently we have two problems that are resolved by this change. The first is that we have a dependency on Google Fonts, which means that should it ever go down, or it have issues we would also have issues. This will resolve this by moving the dependencies we load from there to the local server. The second issue is that Google Fonts is currently returning the `local()` css font source. This causes a problem where the users browser fails to fallback to a missing glyph, resulting in many unusual characters displaying the failure glyph. This will resolve this by creating a font-family definition that does not use the `local()` source. I did not update the error pages with local fonts, they still use the remote google fonts api, so they're a self contained page that does not use the asset pipeline. This resolves tootsuite/mastodon#531 and tootsuite/mastodon#12
2017-01-26Merge pull request #550 from wchristian/oauth_docs2Eugen
document that /oauth/token does not always return json
2017-01-26Fix key names in statsdEugen Rochko
2017-01-26Improve StatsD instrumentationEugen Rochko
2017-01-26Fix up timeout, improve contrast on "show more", add responsive styleEugen Rochko
for extremely wide monitors
2017-01-26document that /oauth/token does not always return jsonChristian Walde
2017-01-27Add default account details to developer documentation.Effy Elden
2017-01-26Removed accidental n+1 query from notifications, updated some deps,Eugen Rochko
improved how "show more" link looks
2017-01-26Merge pull request #526 from wchristian/oauth_docsEugen
clarify the intended use of the oauth api call
2017-01-26Merge pull request #543 from ↵Eugen
ineffyble/tweak/seed-default-admin-account-on-dev-environments Seed a default, confirmed, admin account on development environments
2017-01-26Merge pull request #541 from TrevInc/masterEugen
Add brackets to visually distinguish show more / show less text
2017-01-26Removed line break before spoiler link, changed color of bg for spoiler linkAnthony Bellew
2017-01-26Add Padding to inline styles for spoilerAnthony Bellew
2017-01-26Added inline spoiler button stylesAnthony Bellew
2017-01-26Merge pull request #542 from ↵Eugen
ineffyble/tweak/redirect-admin-path-to-admin-settings Add redirect for /admin => /admin/settings
2017-01-26Merge pull request #544 from ↵Eugen
ineffyble/tweak/add-default-local-domain-for-vagrant-environments Add a default LOCAL_DOMAIN=mastodon.dev to .env.vagrant
2017-01-26Add a default LOCAL_DOMAIN=mastodon.dev to .env.vagrantEffy Elden
2017-01-26Seed a default, confirmed, admin account on development environmentsEffy Elden
2017-01-26Add redirect for /admin => /admin/settingsEffy Elden
2017-01-26Moved brackets outside of localized strings at Gargron's suggestionAnthony Bellew
2017-01-25Add brackets to visually distinguish show more / show less textAnthony Bellew
2017-01-25Merge pull request #3 from tootsuite/masterAnthony Bellew
Updating to current
2017-01-26Improve infinite scroll on notificationsEugen Rochko
2017-01-26Follow request authorizations fasterEugen Rochko
2017-01-26Fix #537 - opengraph description should display spoiler text when presentEugen Rochko
2017-01-26Fix #538 - Darken buttons to increase contrastEugen Rochko
2017-01-26Fix CSS mistakeEugen Rochko
2017-01-26Merge pull request #534 from yiskah/patch-2Eugen
Increase color contrast on getting started text
2017-01-26Merge pull request #536 from blackle/leftclickEugen
Only open status on left mouse press
2017-01-25Only open status on left mouse pressblackle
2017-01-25Increase color contrast on getting started textshel
Currently, the getting started text fails WCAG standards for color contrast by a lot. Especially on the part overlapping with the elephant graphic which is nearly unreadable even for users with 20|20 vision. This change doesn't fix the elephant overlap but at least makes the text meet AAA WCAG Small Text color contrast standards, making it easier to read.
2017-01-25clarify the intended use of the oauth api call as per this issue:Christian Walde
https://github.com/alin-rautoiu/mastodroid/issues/23
2017-01-25Fix loading of avatars before drawing them to canvasEugen Rochko
2017-01-25Fix #187, address #441 - <Avatar> component now plays gifs only while hoveredEugen Rochko
2017-01-25Use <summary> to encode content warnings insteadEugen Rochko
2017-01-25Fix spoiler_text not having "not null" constraintEugen Rochko
2017-01-25Fix order of migrationsEugen Rochko
2017-01-25Add content warning example to docsEugen Rochko
2017-01-25Add description of Mastodon's current protocol extensionsEugen Rochko
2017-01-25Merge pull request #524 from blackle/masterEugen
fix up spoilers
2017-01-24fix up spoilersblackle
2017-01-25Fix #522 - prevent blocked users from rebloggingEugen Rochko
2017-01-25Merge branch 'blackle-master'Eugen Rochko
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for ↵Eugen Rochko
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations
2017-01-24Merge branch 'master' into masterEugen
2017-01-24Make blocks create entries and unfollows instantly, but do the clean upEugen Rochko
in the background instead. Should fix delay where blocked person can interact with blocker for a short time before background job gets processed
2017-01-24Merge pull request #521 from mistydemeo/fix_invisible_cssEugen
Fix `invisible` CSS class
2017-01-24Fix `invisible` CSS classMisty De Meo