Skip to content
Snippets Groups Projects
  1. Mar 29, 2018
  2. Mar 28, 2018
  3. Mar 27, 2018
  4. 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
  5. Mar 25, 2018
  6. Mar 24, 2018
  7. 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
  8. Mar 22, 2018
  9. Mar 21, 2018
  10. Mar 20, 2018
  11. Mar 19, 2018
Loading