Skip to content
Snippets Groups Projects
  1. Jun 14, 2017
  2. Jun 12, 2017
  3. Jun 11, 2017
  4. Jun 10, 2017
  5. Jun 09, 2017
    • Matt Jankowski's avatar
      Move reblogged_by and favourited_by actions out of api/v1/statuses and into... · 5282ba86
      Matt Jankowski authored
      Move reblogged_by and favourited_by actions out of api/v1/statuses and into unique controllers (#3646)
      
      * Add specs for api statuses routes
      
      * Update favourited_by and reblogged_by api routes
      
      * Move methods into new controllers
      
      * Use load_accounts methods to simplify index actions
      
      * Clean up load_accounts methods
      
      * Clean up link header generation
      
      * Check for link headers in specs
      
      * Remove unused actions from api/v1/statuses controller
      
      * Remove specs for moved actions
      5282ba86
    • Matt Jankowski's avatar
      Language detection defaults to nil (#3666) · 022008a2
      Matt Jankowski authored
      * Default to nil for statuses.language
      
      * Language detection defaults to nil instead of instance UI default
      022008a2
  6. Jun 08, 2017
  7. Jun 07, 2017
  8. Jun 06, 2017
    • unarist's avatar
      e34c5a35
    • unarist's avatar
      Fix tag search order and not to use tsvector (#3611) · 004672aa
      unarist authored
      * Sort results by the name
      * Switch search method to simple `LIKE` matching instead of tsvector/tsquery
      
      Previously we used scores from ts_rank_cd() to sort results, but it didn't work
      because the function returns same score for all results. It's not for calculate
      similarity of single words. Sometimes this bug even push out exact matching tag
      from results.
      
      Additionally, PostgreSQL supports prefix searching with standard btree index.
      Using it offers simpler code, but also less index size and some speed.
      004672aa
    • Yamagishi Kazutoshi's avatar
      Add quotes ESLint rules (#3602) · 7a7bfa51
      Yamagishi Kazutoshi authored
      * Add quotes ESLint rule
      
      * Add jsx-quotes ESlint rule
      
      * Sort ESLint rules
      7a7bfa51
  9. Jun 05, 2017
  10. Jun 04, 2017
  11. Jun 03, 2017
  12. Jun 01, 2017
  13. May 31, 2017
Loading