Skip to content
Extraits de code Groupes Projets
  1. fév. 21, 2018
  2. fév. 17, 2018
  3. fév. 01, 2018
  4. jan. 21, 2018
  5. jan. 12, 2018
    • Benjamin Neff's avatar
      Fix notifications when people remove their birthday date · 5bc4473e
      Benjamin Neff a rédigé
      Some people may remove their birthday date after the notification was
      sent, which then breaks the notification page for other users. Let's
      just display the date when the notification was created, and not display
      the users updated birthday date. When users update from date A to B it
      always looks weird anyway, when we display the same new date B twice on
      different days, or display two different dates for the same user.
      
      We could remove notifications when users change or remove their
      birthday, but that would be way more complex and also we usually don't
      remove notifications (not even for deleted posts).
      
      Fixes #7689
      
      closes #7691
      Non vérifiée
      5bc4473e
  6. jan. 08, 2018
  7. jan. 05, 2018
    • Janakas's avatar
      Fix invite link on /contacts · d150a6b2
      Janakas a rédigé
      closes #7690
      Non vérifiée
      d150a6b2
    • Benjamin Neff's avatar
      Fix notifications when people remove their birthday date · c135ace4
      Benjamin Neff a rédigé
      Some people may remove their birthday date after the notification was
      sent, which then breaks the notification page for other users. Let's
      just display the date when the notification was created, and not display
      the users updated birthday date. When users update from date A to B it
      always looks weird anyway, when we display the same new date B twice on
      different days, or display two different dates for the same user.
      
      We could remove notifications when users change or remove their
      birthday, but that would be way more complex and also we usually don't
      remove notifications (not even for deleted posts).
      
      Fixes #7689
      
      closes #7691
      Non vérifiée
      c135ace4
  8. déc. 25, 2017
  9. déc. 24, 2017
  10. déc. 18, 2017
  11. oct. 27, 2017
  12. oct. 20, 2017
    • Benjamin Neff's avatar
      Group notifications by updated_at · 0f688b9d
      Benjamin Neff a rédigé
      The notifications need to be grouped by the same date as they are
      sorted, otherwise the date used for the group doesn't match all
      timestamps in the group and also the groups are sorted by the wrong
      date.
      
      This fixes #7647, a regression of #7568.
      
      closes #7648
      Non vérifiée
      0f688b9d
  13. oct. 16, 2017
  14. sept. 28, 2017
  15. 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
      Non vérifiée
      c6ed850a
    • cmrd Senya's avatar
      Fix local migration run without old private key · 9ee9dbe9
      cmrd Senya a rédigé
      It was possible to run migration locally without providing old private
      key. This way migration was performed but not dispatched, which obviously
      leads to desynchronization of the federation state so let's validate sender
      before performing any actual actions.
      
      closes #7558
      Non vérifiée
      9ee9dbe9
Chargement en cours