Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-30 | Resolve confusion between ColumnBackButton and the slim version that | Eugen Rochko | |
the public timeline has been using | |||
2017-01-29 | Add missing back button to "Follow Requests" | Billie Thompson | |
Currently we have the problem where the follow request button is missing from the Follow request tab. This means that when you visit that tab you either have to press the back button in the browser or re-enter the home page, which breaks the app flow. This will resolve that issue by adding a new back button to that tab, in the same way that the public timeline, and favourites have. | |||
2017-01-29 | Fix avatar scaling on high-DPI displays (#573) | Misty De Meo | |
2017-01-28 | Fix settings design on mobile | 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 | Added optional two-factor authentication | Eugen Rochko | |
2017-01-27 | Less ambiguous sensitive content toggle label (#556) | Zachary Spector | |
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 | 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-26 | Fix font weight | Eugen Rochko | |
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 | Fix up timeout, improve contrast on "show more", add responsive style | Eugen Rochko | |
for extremely wide monitors | |||
2017-01-26 | Removed accidental n+1 query from notifications, updated some deps, | Eugen Rochko | |
improved how "show more" link looks | |||
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 | 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-26 | Improve infinite scroll on notifications | Eugen Rochko | |
2017-01-26 | Fix #538 - Darken buttons to increase contrast | Eugen Rochko | |
2017-01-26 | Fix CSS mistake | Eugen Rochko | |
2017-01-26 | Merge pull request #534 from yiskah/patch-2 | Eugen | |
Increase color contrast on getting started text | |||
2017-01-25 | Only open status on left mouse press | blackle | |
2017-01-25 | Increase color contrast on getting started text | shel | |
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-25 | Fix loading of avatars before drawing them to canvas | Eugen Rochko | |
2017-01-25 | Fix #187, address #441 - <Avatar> component now plays gifs only while hovered | Eugen Rochko | |
2017-01-25 | Fix order of migrations | Eugen Rochko | |
2017-01-24 | fix up spoilers | blackle | |
2017-01-25 | Instead 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-24 | Merge branch 'master' into master | Eugen | |
2017-01-24 | Fix `invisible` CSS class | Misty De Meo | |
2017-01-24 | Fix links in toots opening the toot at first | Eugen Rochko | |
2017-01-24 | Fix #204, fix #515 - URL truncating is now a style so copypasting is not | Eugen Rochko | |
affected, replaced onClick handler with onMouseUp/Down to detect text selection not trigger onClick handler then | |||
2017-01-24 | Merge branch 'master' into boostspin | Eugen | |
2017-01-24 | Make boost animation an SVG that uses SCSS colours | blackle | |
2017-01-24 | Set isLoading false on timelines when request fails | Eugen Rochko | |
2017-01-24 | Smarter infinite scroll | Eugen Rochko | |
2017-01-23 | Implement a click-to-view spoiler system | blackle | |
2017-01-23 | Fix mistake | Eugen Rochko | |
2017-01-23 | Less re-rendering | Eugen Rochko | |
2017-01-23 | Add /api/v1/notifications/clear, non-existing link cards for statuses will | Eugen Rochko | |
now return empty hash instead of throwing a 404 error. When following, merge into timeline will filter statuses | |||
2017-01-23 | Forgot to commit | Eugen Rochko | |
2017-01-23 | Move all hex colors in SASS to variables and all variations to darken/lighten | Eugen Rochko | |
2017-01-22 | Textarea: fix clicking on name suggestions | Misty De Meo | |
This was broken in c3e9ba6a, which added an onBlur to hide the suggestions when the textarea loses focus. Unfortunately, this fired even when the textarea lost focus to its own suggestions box, and that meant that onSuggestionClick is never called. Setting a short window in which onSuggestionClick can still happen before hiding the suggestion area ensures that clicking still works, while still hiding the suggestions if the user clicks on something else. | |||
2017-01-20 | Fix #475 - add space after autocomplete | Eugen Rochko | |
2017-01-20 | Instead of refusing to create accounts, domain blocks auto-suspend new ↵ | Eugen Rochko | |
accounts from that domain | |||
2017-01-20 | Fix preview cards layout, do preview card crawling for remote statuses | Eugen Rochko | |
2017-01-19 | Show visibility toggle on videos, show regardless of sensitivity | blackle | |