Skip to content
Snippets Groups Projects
  1. Apr 04, 2018
    • Eugen Rochko's avatar
      Adjust privacy policy (#6666) · f1867a73
      Eugen Rochko authored
      * Adjust privacy policy to be more specific to Mastodon
      
      Fix #6613
      
      * Change data retention of IP addresses from 5 years to 1 year
      
      * Add even more information
      
      * Remove all (now invalid) translations of the privacy policy
      
      * Add information about archive takeout, remove pointless consent section
      
      * Emphasis on DM privacy
      
      * Improve wording
      
      * Add line about data use for moderation purposes
    • Emelia Smith's avatar
      Revert "Add double-tap zoom functionary to `ZoomableImage` (#6944)" (#7035) · 7a810827
      Emelia Smith authored
      Unfortunately the new hammer.js functionality wasn't correctly tested and didn't work across devices and browsers, as such, it's best to revert PR #6944 until we can revisit this functionality and make it work across all devices and browsers that are supported by Mastodon.
      
      This reverts commit 5021c4e9.
      7a810827
  2. Apr 03, 2018
  3. Apr 02, 2018
  4. Apr 01, 2018
  5. Mar 31, 2018
  6. Mar 30, 2018
  7. Mar 29, 2018
  8. Mar 28, 2018
  9. Mar 27, 2018
  10. 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
  11. Mar 25, 2018
  12. Mar 24, 2018
Loading