Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-26 | Fix #537 - opengraph description should display spoiler text when present | 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-26 | Merge pull request #536 from blackle/leftclick | Eugen | |
Only open status on left mouse press | |||
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 | Use <summary> to encode content warnings instead | Eugen Rochko | |
2017-01-25 | Fix spoiler_text not having "not null" constraint | Eugen Rochko | |
2017-01-25 | Fix order of migrations | Eugen Rochko | |
2017-01-25 | Add content warning example to docs | Eugen Rochko | |
2017-01-25 | Add description of Mastodon's current protocol extensions | Eugen Rochko | |
2017-01-25 | Merge pull request #524 from blackle/master | Eugen | |
fix up spoilers | |||
2017-01-24 | fix up spoilers | blackle | |
2017-01-25 | Fix #522 - prevent blocked users from reblogging | Eugen Rochko | |
2017-01-25 | Merge branch 'blackle-master' | Eugen Rochko | |
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 | Make blocks create entries and unfollows instantly, but do the clean up | Eugen 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-24 | Merge pull request #521 from mistydemeo/fix_invisible_css | Eugen | |
Fix `invisible` CSS class | |||
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 'blackle-boostspin' | Eugen Rochko | |
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 | API now respects ?limit param as long as it's within 2x default limit | 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 | Domains with reject_media? set to true won't download avatars either | Eugen Rochko | |
2017-01-23 | Less re-rendering | Eugen Rochko | |
2017-01-23 | Optional domain block attribute that prevents media attachments from being ↵ | Eugen Rochko | |
downloaded | |||
2017-01-23 | Move merging/unmerging of timelines into background. Move blocking into | Eugen Rochko | |
background as well since it's a computationally expensive | |||
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 | Remove unneeded block check | Eugen Rochko | |
2017-01-23 | Domain blocks now have varying severity - auto-suspend vs auto-silence | Eugen Rochko | |
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-23 | Fix #365, 1/2 of #408 - replace rails_autolink with URI.regexp, run ↵ | Eugen Rochko | |
link_hashtags on simplified_format | |||
2017-01-23 | Fix a couple unhandled exceptions | Eugen Rochko | |
2017-01-23 | Potentially fix notifications issue | Eugen Rochko | |
2017-01-23 | Fix oembed controller test | Eugen Rochko | |
2017-01-23 | Merge pull request #513 from mistydemeo/fix_textarea_selection_clicking | Eugen | |
Textarea: fix clicking on name suggestions | |||
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-22 | Fix inflection | Eugen | |
2017-01-22 | Fix error | Eugen | |