Skip to content
Snippets Groups Projects
  1. Feb 17, 2018
    • Akihiko Odaki's avatar
      Limit the languages used for notification mailer test (#6487) · a7c50c7a
      Akihiko Odaki authored
      Some available languages lack translations for notification mails. Now it
      tests for two languages which is certain to have required translations:
      German and English.
      
      German is the language the current project owner, Eugen Rochko speaks, and
      providing English translations for new messages is de facto mandatory.
      a7c50c7a
  2. Feb 16, 2018
  3. Feb 15, 2018
  4. Feb 13, 2018
  5. Feb 11, 2018
  6. Feb 10, 2018
  7. 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
      Unverified
      3ebc0ad4
    • masarakki's avatar
      fix-indent (#6453) · 235c14c7
      masarakki authored
      235c14c7
  8. Feb 08, 2018
  9. Feb 07, 2018
  10. 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
  11. Feb 04, 2018
  12. Feb 03, 2018
  13. Feb 02, 2018
Loading