Skip to content
Snippets Groups Projects
  1. Feb 16, 2018
    • Eugen Rochko's avatar
      Save video metadata and improve video OpenGraph tags (#6481) · 9dbae6e8
      Eugen Rochko authored
      * Save metadata from video attachments, put correct dimensions into OG tags
      
      * Add twitter:player for videos
      
      * Fix code style and test
    • Eugen Rochko's avatar
      Do not hide NSFW media/CW'd text in OpenGraph tags (#6479) · 11225792
      Eugen Rochko authored
      Reasoning: HTML title tag affects everyone. But OpenGraph only affects
      when somebody is deliberately sharing the content, usually in an
      environment where such content is expected. Hiding the content in
      OpenGraph tags results in deceitful previews which inhibit the
      shareability of the post.
      
      Example: Somebody writes a clever post about politics but kindly
      puts a "uspol" content warning on it. Mastodon users are thankful,
      but sharing this post on another platform results in non-Mastodon
      users believing the entire contents of the post is "uspol" and not
      clicking through/reading and re-sharing.
  2. Feb 15, 2018
  3. Feb 13, 2018
  4. Feb 11, 2018
  5. Feb 10, 2018
  6. 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
    • masarakki's avatar
      fix-indent (#6453) · 235c14c7
      masarakki authored
      235c14c7
  7. Feb 08, 2018
  8. Feb 07, 2018
  9. 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
  10. Feb 04, 2018
  11. Feb 03, 2018
  12. Feb 02, 2018
Loading