Skip to content
Snippets Groups Projects
  1. Apr 09, 2018
  2. Apr 07, 2018
  3. Apr 04, 2018
  4. Apr 03, 2018
  5. Apr 02, 2018
  6. Apr 01, 2018
  7. Mar 25, 2018
  8. Mar 24, 2018
  9. 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
  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
  12. Mar 13, 2018
  13. Mar 11, 2018
  14. Mar 09, 2018
  15. Mar 08, 2018
  16. Mar 07, 2018
    • Sylvhem's avatar
      Add headings to the security settings page (#6661) · cb74c0cf
      Sylvhem authored
      * Changes the headings' rank of the security settings section
      
      This commit changes the existing headings' rank of the security settings section from level 6 to level 4.
      
      * Renames the auth.change_password string into auth.security
      
      The "Security" preferences' section used to be called "Change password". When it was renamed, the string name wasn't changed.
      This commits changes auth.change_password to auth.security.
      
      * Adds a heading to the password change form
      
      There was previously no heading for the part of the "Security" page that contain the password change form.
      This commit adds a rank 4 heading to this section and reintroduces an "auth.change_password" string to be used inside it.
      
      * Removes useless HR elements
      
      The various sections of the "Security" settings page were previously separated by HR elements.
      Now that there is proper headings, they're not required anymore.
      
      * Updates CSS
      
      This commit updates CSS in such a way that the same style is applied to all the H4 elements of the settings.
      
      * Correct a mistake
      
      A character went missing on one of the previous commits, broking the CSS.
      This new commit fixes it.
      cb74c0cf
  17. Mar 05, 2018
  18. Mar 03, 2018
  19. Mar 02, 2018
  20. Mar 01, 2018
  21. Feb 28, 2018
  22. Feb 26, 2018
    • Ian McCowan's avatar
      Fix prev/next links on public profile page (#6497) · c33931b6
      Ian McCowan authored
      * Fix prev/next links on public profile page
      
      * Don't make pagination urls if no available statuses
      
      * Fix empty check method
      
      * Put left chevron before prev page link
      
      * Add scope for pagination "starting at" a given id
      
      * Status pagination try 2:
      
      s/prev/older and s/next/newer
      "older" on left, "newer" on right
      Use new scope for "newer" link
      Extract magic 20 page size to constant
      Remove max_id from feed pagination as it's not respected
      
      * Reinstate max_id for accounts atom stream
      
      * normalize
      c33931b6
  23. Feb 24, 2018
  24. Feb 22, 2018
  25. Feb 21, 2018
    • Eugen Rochko's avatar
      Account archive download (#6460) · 61ed133f
      Eugen Rochko authored
      * Fix #201: Account archive download
      
      * Export actor and private key in the archive
      
      * Optimize BackupService
      
      - Add conversation to cached associations of status, because
        somehow it was forgotten and is source of N+1 queries
      - Explicitly call GC between batches of records being fetched
        (Model class allocations are the worst offender)
      - Stream media files into the tar in 1MB chunks
        (Do not allocate media file (up to 8MB) as string into memory)
      - Use #bytesize instead of #size to calculate file size for JSON
        (Fix FileOverflow error)
      - Segment media into subfolders by status ID because apparently
        GIF-to-MP4 media are all named "media.mp4" for some reason
      
      * Keep uniquely generated filename in Paperclip::GifTranscoder
      
      * Ensure dumped files do not overwrite each other by maintaing directory partitions
      
      * Give tar archives a good name
      
      * Add scheduler to remove week-old backups
      
      * Fix code style issue
      61ed133f
Loading