Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-29 | Add 2-FA instructions for non-technical users (#580) | James | |
2017-01-29 | Update some API docs | Eugen | |
2017-01-29 | Fix avatar scaling on high-DPI displays (#573) | Misty De Meo | |
2017-01-29 | Update sample .env | Eugen Rochko | |
2017-01-29 | Add more links to main docs page | Eugen Rochko | |
2017-01-29 | Fix JSON formatting in docs | Eugen Rochko | |
2017-01-29 | Update docs with information about push notifications | Eugen Rochko | |
2017-01-29 | Add tests for new API | Eugen Rochko | |
2017-01-29 | Fix tests | Eugen Rochko | |
2017-01-29 | API for apps to register for push notifications | Eugen Rochko | |
2017-01-29 | Fix #569 - seeds.rb | Eugen Rochko | |
2017-01-28 | Fix settings design on mobile | Eugen Rochko | |
2017-01-28 | Split 2FA login into two prompts | Eugen Rochko | |
2017-01-28 | Add pixel background to modal images | Eugen Rochko | |
2017-01-28 | Update settings to re-use admin layout, one big navigation tree, improve ↵ | Eugen Rochko | |
settings forms | |||
2017-01-27 | Clean up | Eugen Rochko | |
2017-01-27 | Do not automatically login after password reset, as it would circumvent ↵ | Eugen Rochko | |
two-factor auth (if enabled) Do not require e-mail address changes to be re-confirmed, it's only trouble for no real benefit | |||
2017-01-27 | Added optional two-factor authentication | Eugen Rochko | |
2017-01-27 | Less ambiguous sensitive content toggle label (#556) | Zachary Spector | |
2017-01-27 | Merge pull request #557 from hoodiek/master | Eugen | |
fix button outline showing on clicks for prettiness | |||
2017-01-27 | fix button outline showing on clicks for prettiness | hoodie | |
remove button outlines on-click for retweet, boost, favourite, and reply buttons | |||
2017-01-27 | Update broken links, add new sponsor | Eugen Rochko | |
2017-01-27 | Do not run FetchLinkCardService on local URLs, increase file size limit to 8MB, | Eugen Rochko | |
fix ProcessFeedService pushing status into distribution if called a second time while the first is still running (i.e. when a PuSH comes after a Salmon slap), fix not running escape on spoiler text before emojify | |||
2017-01-27 | Updated translation doc to get working links | nicolas | |
2017-01-26 | Fix font weight | Eugen Rochko | |
2017-01-26 | Merge pull request #549 from ↵ | Eugen | |
ineffyble/docs/add-default-account-to-dev-documentation Add default account details to developer documentation. | |||
2017-01-26 | Merge pull request #548 from PurpleBooth/make-fonts-local | Eugen | |
Move the fonts from Google Fonts to local assets | |||
2017-01-26 | Move the fonts from Google Fonts to local assets | Billie 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-26 | Merge pull request #550 from wchristian/oauth_docs2 | Eugen | |
document that /oauth/token does not always return json | |||
2017-01-26 | Fix key names in statsd | Eugen Rochko | |
2017-01-26 | Improve StatsD instrumentation | Eugen Rochko | |
2017-01-26 | Fix up timeout, improve contrast on "show more", add responsive style | Eugen Rochko | |
for extremely wide monitors | |||
2017-01-26 | document that /oauth/token does not always return json | Christian Walde | |
2017-01-27 | Add default account details to developer documentation. | Effy Elden | |
2017-01-26 | Removed accidental n+1 query from notifications, updated some deps, | Eugen Rochko | |
improved how "show more" link looks | |||
2017-01-26 | Merge pull request #526 from wchristian/oauth_docs | Eugen | |
clarify the intended use of the oauth api call | |||
2017-01-26 | Merge 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-26 | Merge pull request #541 from TrevInc/master | Eugen | |
Add brackets to visually distinguish show more / show less text | |||
2017-01-26 | Removed line break before spoiler link, changed color of bg for spoiler link | Anthony Bellew | |
2017-01-26 | Add Padding to inline styles for spoiler | Anthony Bellew | |
2017-01-26 | Added inline spoiler button styles | Anthony Bellew | |
2017-01-26 | Merge pull request #542 from ↵ | Eugen | |
ineffyble/tweak/redirect-admin-path-to-admin-settings Add redirect for /admin => /admin/settings | |||
2017-01-26 | Merge 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-26 | Add a default LOCAL_DOMAIN=mastodon.dev to .env.vagrant | Effy Elden | |
2017-01-26 | Seed a default, confirmed, admin account on development environments | Effy Elden | |
2017-01-26 | Add redirect for /admin => /admin/settings | Effy Elden | |
2017-01-26 | Moved brackets outside of localized strings at Gargron's suggestion | Anthony Bellew | |
2017-01-25 | Add brackets to visually distinguish show more / show less text | Anthony Bellew | |
2017-01-25 | Merge pull request #3 from tootsuite/master | Anthony Bellew | |
Updating to current | |||
2017-01-26 | Improve infinite scroll on notifications | Eugen Rochko | |