Skip to content
Snippets Groups Projects
  1. Mar 28, 2018
    • Yuto Tokunaga's avatar
      Add double-tap zoom functionary to `ZoomableImage` (#6944) · 5021c4e9
      Yuto Tokunaga authored
      add <div.zoomable-image__margin/> to keep margin of the image on zooming
      move setting `scrollLeft` and `scrollTop` of container from callback of
      `setState` to `componentDidUpdate`
      add 'hammerjs' package for touch gesture detection
      rewrite `ZoomableImage` using 'hammerjs'
      5021c4e9
  2. Mar 27, 2018
  3. Mar 26, 2018
    • Akihiko Odaki's avatar
      Validate HTTP response length while receiving (#6891) · 40e5d230
      Akihiko Odaki authored
      to_s method of HTTP::Response keeps blocking while it receives the whole
      content, no matter how it is big. This means it may waste time to receive
      unacceptably large files. It may also consume memory and disk in the
      process. This solves the inefficency by checking response length while
      receiving.
      40e5d230
    • Stephen Burgess's avatar
    • Yuto Tokunaga's avatar
      Refactor scss (#6913) · f691afaa
      Yuto Tokunaga authored
      * Refactoring scss
      
      introduce scss variables for the media modal
      fix css block structure corresponding to react components
      fix flex layouts
      remove background image of the loaded image on the media modal
      
      * Fix typo
      f691afaa
    • unarist's avatar
      Fix moved account handling in IndexedDB feature (#6915) · 605a92b4
      unarist authored
      * Fix stack overflow on importFetchedAccounts
      
        When the account has moved property, it should process destination
        account instead of source account itself.
      
      * Set account id instead of account object for moved property
      
        This restores "foo has moved to" indication on account view, and
        fixes `reblog` index on `accounts` object store.
      605a92b4
  4. Mar 25, 2018
  5. Mar 24, 2018
  6. Mar 23, 2018
    • Quentí's avatar
      [i18n] Occitan update (#6869) · ecdc5957
      Quentí authored
      * Update oc.yml
      
      * Update simple_form.oc.yml
      
      * Update oc.json
      
      * Update oc.yml
      
      * bundle exec i18n-tasks normalize
      ecdc5957
  7. Mar 22, 2018
  8. Mar 21, 2018
  9. Mar 20, 2018
  10. Mar 19, 2018
  11. Mar 18, 2018
    • Eugen Rochko's avatar
      Revert #6479, hide sensitive text/images from OpenGraph previews (#6818) · a568e3ca
      Eugen Rochko authored
      Display summary of attachments in description, and mark up content
      warning if present, e.g.:
      
          Attached: 3 images · Content warning: Dota 2
      
      When text is not supposed to be hidden, it looks more like:
      
          Attached: 3 images
      
          Here is the text of the toot
      
      With #6817, multilinguagility should be assured...
      a568e3ca
Loading