Skip to content
Extraits de code Groupes Projets
  1. nov. 22, 2021
    • Benjamin Neff's avatar
      Use old person private key if relayable author migrated away · eb977dc2
      Benjamin Neff a rédigé
      We only store signatures for relayables if the author is external, but
      if the author becomes external through a migration, the signature is
      missing. Lets just use the old persons private key to still be able to
      generate a signature for the export.
      
      closes #8310
      eb977dc2
  2. sept. 26, 2017
    • cmrd Senya's avatar
      Memory usage optimization for archive export · c6ed850a
      cmrd Senya a rédigé
      - Removed posts and non contacts from other's data
      - Collections are exported in batches to lower memory footprint
      - In base exporters create User object instead of keeping instance because it caches all associations
      
      closes #7627
      c6ed850a
  3. sept. 17, 2017
  4. août 10, 2017
    • cmrd Senya's avatar
      Update the user data export archive format. · 7374661e
      cmrd Senya a rédigé
      This commit introduces changes to the user data export archive format.
      This extends data set which is included in the archive. This data can be
      then imported to other pods when this feature is implemented.
      
      Also the commit adds the archive format json schema. ATM it is used in
      automatic tests only, but in future it will also be used to validate
      incoming archives.
      7374661e
Chargement en cours