Skip to content
Extraits de code Groupes Projets
  1. juil. 10, 2018
  2. juin 19, 2018
  3. juin 18, 2018
  4. juin 16, 2018
  5. mai 15, 2018
  6. mai 03, 2018
  7. avr. 30, 2018
  8. avr. 23, 2018
  9. avr. 15, 2018
  10. avr. 12, 2018
  11. avr. 11, 2018
  12. avr. 09, 2018
  13. mars 25, 2018
  14. mars 22, 2018
  15. mars 09, 2018
  16. mars 06, 2018
  17. fév. 26, 2018
  18. fév. 25, 2018
    • Benjamin Neff's avatar
      Fix followed tags posts in stream for posts with multiple tags · beeb073d
      Benjamin Neff a rédigé
      When there were posts with many followed tags they were returned
      multiple times, resulting in less than 15 unique posts. That resulted in
      some posts to be missed in the stream.
      
      Fixes #4503
      
      closes #7715
      Non vérifiée
      beeb073d
    • Benjamin Neff's avatar
      Don't retry for PublicKeyNotFound · f0aca56c
      Benjamin Neff a rédigé
      We only return `nil` when we know the person, but don't know the key or
      the key is invalid, so it doesn't make sense to retry in this case. When
      the person isn't known and can't be fetched we raise a DiscoveryError
      which will be retried.
      
      Also the errors were moved to the `Signable` module in the last release.
      
      closes #7717
      Non vérifiée
      f0aca56c
  19. fév. 21, 2018
  20. fév. 17, 2018
  21. fév. 01, 2018
  22. jan. 21, 2018
  23. 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
  24. jan. 08, 2018
Chargement en cours