Skip to content
Extraits de code Groupes Projets
  1. fév. 18, 2018
  2. fév. 17, 2018
  3. fév. 16, 2018
  4. fév. 15, 2018
  5. fév. 13, 2018
  6. fév. 11, 2018
  7. fév. 10, 2018
  8. fév. 09, 2018
    • Eugen Rochko's avatar
      Full-text search for authorized statuses (#6423) · 3ebc0ad4
      Eugen Rochko a rédigé
      * 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
      Non vérifiée
      3ebc0ad4
    • masarakki's avatar
      fix-indent (#6453) · 235c14c7
      masarakki a rédigé
      235c14c7
  9. fév. 08, 2018
  10. fév. 07, 2018
  11. fév. 05, 2018
    • Daniel King's avatar
      match hashtag regex in js client with server (#6431) · 95c82321
      Daniel King a rédigé
      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
  12. fév. 04, 2018
  13. fév. 03, 2018
Chargement en cours