about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2018-01-18Style fixes to make eslint happier, hopefullyDavid Yip
2018-01-17Merge remote-tracking branch 'tootsuite/master' into glitchsoc/masterJenkins
2018-01-17implement web share target (#6278)りんすき
* web share target * fix * fix
2018-01-17Upgrade ESLint to version 4.x (#6276)Yamagishi Kazutoshi
2018-01-17Update Simplified Chinese translations (#6280)SerCom_KC
* i18n: (zh-CN) Update translation for #6252 * e-mail -> email * i18n: (zh-CN) Update translations for #6256 * i18n: (zh-CN) Minor Improvements * i18n: (zh-CN) Update translations for #6263 * i18n: (zh-CN) Update translations for #6279
2018-01-17Use better reblog icon and improve contrast in HTML e-mails (#6272)Eugen Rochko
2018-01-17Change mailer image url (#6279)mayaeh
* Change image URL in mailer to full path * Add application_mailer.view_profile localization.
2018-01-16HTML e-mails for NotificationMailer (#6263)Eugen Rochko
* HTML e-mails for NotificationMailer (except digest) * Add HTML template for digest * Fix build
2018-01-16Change image URL in mailer to full path (#6264)Yamagishi Kazutoshi
2018-01-15Fixed improper mailer importkibi!
2018-01-15Fix mailer to use webpack corekibi!
2018-01-15Merge remote-tracking branch 'origin/master' into gs-masterDavid Yip
Conflicts: Gemfile.lock
2018-01-16HTML e-mails for UserMailer (#6256)Eugen Rochko
- premailer gem to turn CSS into inline styles automatically - rework UserMailer templates - reword UserMailer templates
2018-01-15Surround mid-text display names with bdi tags (#6257)Eugen Rochko
* Fix #1095 - Surround mid-text display names with bdi tags * Update jest snapshot
2018-01-15Fix #6128 - Display unfollow button even if account moved (#6258)Eugen Rochko
2018-01-15Merge remote-tracking branch 'tootsuite/master' into glitchsoc/masterJenkins
2018-01-15Allow attributedTo in a status to be an embedded object (#6238)puckipedia
2018-01-15Suppress CSRF token warnings (#6240)Patrick Figel
CSRF token checking was enabled for API controllers in #6223, producing "Can't verify CSRF token authenticity" log spam. This disables logging of failed CSRF checks. This also changes the protection strategy for PushSubscriptionsController to use exceptions, making it consistent with other controllers that use sessions.
2018-01-15 Make columns-area unscrollable when modal opened (#6241)neetshin
* Add aria-autocomplete='list' in Textaria ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete * Make detect empty string brefore assign upload description * Change code elements in keyboard-shortcuts component to kbd * Add validation for onMuteNotifications * Make columns-area unscrollable when modal opend * Make columns-area unscrollable when modal opened
2018-01-15Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252)Eugen Rochko
2018-01-15Fix column headers accessibility (#6199)Gô Shoemake
* Fix accessibility of column headers As a screen reader user new to Mastodon, I encountered the following issues with the column headers as designed: * Jumping between them was difficult. FOr instance, passing my home timeline to reach notification settings was difficult to impossible, especially considering infinite scrolling. * There doesn't appear to be any means for triggering the control via the keyboard. the `titleClick` handler only responds to mouse clicks. * I didn't even realize there was a Settings toggle until I made this change. Thanks for using ARIA in your designs. It's a huge help. But adding a `button` role doesn't add keyboard handling and other button behavior. Also, because the role was on the heading container, it obscured the controls within the container itself. This fix resolve that. It also exposes the headings as headings rather than buttons, enabling skipping columns by using screen readers' heading navigation commands. Since I myself am blind, if this fix requires additional visual styling, I'd like help applying that so it can be merged. I'd consider it an essential accessibility fix for my and other blind users' existence on the platform. Thanks! * Styling fixes * Fixed overflow issue
2018-01-14Increase priority of favstar goldkibi!
2018-01-14Fixes to notification stylingkibi!
2018-01-14Fixes to drawer and CWskibi!
2018-01-14Merge pull request #329 from KnzkDev/scss-refactorbeatrix
SCSS Refactor
2018-01-14Merge pull request #328 from glitch-soc/feature/glitchy-elephant-friendbeatrix
Add glitchy elephant friend
2018-01-14Oops this should have been a part of last commitkibi!
2018-01-14Fixes onboarding modal (#318)kibi!
2018-01-14Fixed autocollapse detectionkibi!
2018-01-14Fix eslint errors. #294.David Yip
2018-01-14Run slightly less afoul of accessibility checks. #294.David Yip
This makes the clickable element an interactive element, but doesn't add alt text and makes it not-obvious that you can click the elefriend. On one hand, this goes against good practice; on the other hand, it's not *supposed* to be obvious that you can click the elefriend.
2018-01-14Introduce a bit of luck into the elefriend selection. #294.David Yip
2018-01-14Add wave background; blend elefriend in a bit more. #294.David Yip
2018-01-14Bind click event to elefriend cycling. #294.David Yip
2018-01-14Set glitchy elephant friend variant in initial state. #294.David Yip
Also lay some groundwork needed to interactively change the glitchfriend. The codebase uses "elefriend" because it's shorter and didn't require me to realign the actions in actions/compose.js. Same idea, though.
2018-01-13Add the shrinking glitchy elefriend. #294.David Yip
2018-01-13Prototype out glitchy elephant friend. #294.David Yip
Glitched elephant friends kindly provided by @ncls7615.
2018-01-14Fix collapsed toot stylencls7615
2018-01-14Fix un-fullwidth media stylencls7615
2018-01-14Fix media detailed stylencls7615
2018-01-14Fix confirmation modal bugncls7615
2018-01-14Fix letterbox bugncls7615
2018-01-14Improve scss refactor 5ncls7615
2018-01-14Improve scss refactor 4ncls7615
2018-01-14Improve scss refactor 3ncls7615
2018-01-14Improve scss refactor 2ncls7615
2018-01-14Improve scss refactor 1ncls7615
2018-01-14Fix padded-blocks errorncls7615
2018-01-14Initial scss refactorncls7615
2018-01-12load public.js on vanilla#adminGô Shoemake