Skip to content
Snippets Groups Projects
  1. Feb 19, 2018
    • Eugen Rochko's avatar
      Fix media spoiler design (#6507) · cbb69d41
      Eugen Rochko authored
      - 4px rounded corners on media attachments
      - Better colors/contrast for CW/media spoiler on public pages
      - Fix vertical alignment of "Show more" button
      - Fix layout jump when unhiding standalone media
  2. Feb 18, 2018
  3. Feb 15, 2018
  4. Feb 13, 2018
  5. Feb 09, 2018
    • Eugen Rochko's avatar
      Full-text search for authorized statuses (#6423) · 3ebc0ad4
      Eugen Rochko authored
      * Add full-text search for authorized statuses
      
      - Search API will return statuses that match the query
      - Only for logged in users
      - Only if you are author of the status,
      - Or you were mentioned in it
      - Or you favourited or reblogged it
      - Configuration over `ES_ENABLED`, `ES_HOST`, `ES_PORT`, `ES_PREFIX`
      - Run `rails chewy:deploy` to create & populate index
      
      Fix #5880
      Fix #4293
      Fix #1152
      
      * Add commented out docker-compose configuration for ES container
      
      * Optimize index import, filter search results
      
      * Add basic normalization to the index
      
      * Add better stemming and normalization to the index
      
      * Skip webfinger request if search query includes both @ and a space
      
      * Fix code style
      
      * Visually separate search result sections
      
      * Fix code style issues
  6. Feb 08, 2018
  7. Feb 05, 2018
    • Daniel King's avatar
      match hashtag regex in js client with server (#6431) · 95c82321
      Daniel King authored
      the slight mismatch in hashtag regex between js and ruby was causing
      hashtag warning to be displayed for unlisted tweets when an invalid
      hashtag was entered
      
      exact version of ruby regex not possible in js as POSIX bracket
      expressions are not supported, this version approximates and doesn't
      give same unicode support
      95c82321
  8. Feb 04, 2018
    • Renato "Lond" Cerqueira's avatar
      Add option to show only local toots in timeline preview (#6292) · 4e4f1b0d
      Renato "Lond" Cerqueira authored
      * Add option to show only local toots in timeline preview
      Right know, toots from all the known fediverse are shown in the main
      page of an instance. That however doesn't reflect the instance itself.
      With this option the admin may choose to display only local toots so
      that users checking the instance get a better idea of internal
      conversations.
      
      * Fix issues pointed by codeclimate and eslint
      
      * Add default message for community timeline
      
      * Update pl.yml
      4e4f1b0d
  9. Feb 03, 2018
  10. Feb 02, 2018
  11. Feb 01, 2018
  12. Jan 31, 2018
  13. Jan 28, 2018
  14. Jan 26, 2018
  15. Jan 24, 2018
  16. Jan 22, 2018
  17. Jan 21, 2018
  18. Jan 20, 2018
    • SerCom_KC's avatar
      Update Simplified Chinese translations (#6306) · 80b3ca0f
      SerCom_KC authored
      * i18n: (zh-CN) Add translations of #6251
      
      * i18n: (zh-CN) Improve translations for #6291
      
      * Fix en.json
      
      * i18n: (zh-CN) Update translations for #6303
      
      * i18n: (zh-CN) Add translations of #6273
      with minor adjustment
      
      * Minor fix
      
      * Minor fix
      80b3ca0f
    • Eugen Rochko's avatar
      Restore onboarding modal (#6303) · 79b34a0f
      Eugen Rochko authored
      * Restore onboarding modal
      Revert 5ba8b3a396895ecec083c5258aaf9084d584a7c4
      
      * Change greeting elephant graphic, fix up some design issues
      
      * Fix wrong link color in onboarding modal
  19. Jan 19, 2018
  20. Jan 18, 2018
  21. Jan 17, 2018
  22. Jan 15, 2018
    • Eugen Rochko's avatar
      Surround mid-text display names with bdi tags (#6257) · 7861c5f1
      Eugen Rochko authored
      * Fix #1095 - Surround mid-text display names with bdi tags
      
      * Update jest snapshot
    • Eugen Rochko's avatar
    • neetshin's avatar
      Make columns-area unscrollable when modal opened (#6241) · 2091ae92
      neetshin authored
      * 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
      2091ae92
    • Gô Shoemake's avatar
      Fix column headers accessibility (#6199) · 08e4c78e
      Gô Shoemake authored
      * 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
      08e4c78e
  23. Jan 09, 2018
  24. Jan 08, 2018
Loading