Skip to content
Extraits de code Groupes Projets
  1. mai 25, 2017
  2. mai 22, 2017
  3. mai 21, 2017
  4. mai 15, 2017
    • cmrd Senya's avatar
      Use guid instead of id at permalink and in SPV · 6abd0509
      cmrd Senya a rédigé
      This changes links from /posts/:id to /posts/:guid where the links are
      not clicked very often. ID search is faster than guid search so we can't
      change it everywhere, but these links are not very useful for clicking,
      but can be used for easier guid look up.
      
      closes #7453
      6abd0509
  5. mai 13, 2017
  6. mai 11, 2017
    • Benjamin Neff's avatar
      Don't raise when the public key of a person is "broken" · 02b4d3f3
      Benjamin Neff a rédigé
      Breaking a public key of a person can be used to "block" receiving posts
      from this person on the pod. So we should handle that case better and
      not just trigger many retries for something that will fail again.
      
      closes #7448
      02b4d3f3
    • Benjamin Neff's avatar
      Remove rails_admin · 7d9c6c85
      Benjamin Neff a rédigé
      This is now broken since more than half a year, so I think we can just
      remove it.
      
      Podmins shouldn't use this anyway, because it does bad things, like
      replacing NULL with an empty string when editing something. If we really
      need an admin interface for something, we should add it to our own admin
      panel at /admins/dashboard.
      
      Fixes #7027 and #6413
      
      closes #7440
      7d9c6c85
  7. mai 05, 2017
  8. mai 03, 2017
    • Benjamin Neff's avatar
      Bump diaspora_federation · e7cfaa7e
      Benjamin Neff a rédigé
      The previous version logged the encrypted private messages of the new
      protocol, which only makes the logfiles bigger without any benefit,
      because it's encrypted anyway ...
      
      closes #7435
      e7cfaa7e
    • Benjamin Neff's avatar
      Initialize timeago only after language is set · 9e36f020
      Benjamin Neff a rédigé
      closes #7419
      9e36f020
    • cmrd Senya's avatar
      bump rails-timeago · 87ed561d
      cmrd Senya a rédigé
      Here we also set autoDispose to false. This is an option that was introduced
      sometime after our last bump. Default is true and it disposes timeago object
      if it is not in DOM. But that is the way we initialize timeago objects, therefore
      if we have autoDispose=true then they will be disposed before they inserted in DOM.
      So by using autoDispose=false we enforce previous behavior that worked fine for us.
      87ed561d
    • cmrd Senya's avatar
      Add a cuke for mobile stream page post timestamps · a880de28
      cmrd Senya a rédigé
      a880de28
    • cmrd Senya's avatar
      fix a typo · 4621c544
      cmrd Senya a rédigé
      4621c544
  9. avr. 26, 2017
  10. avr. 18, 2017
  11. avr. 11, 2017
  12. avr. 07, 2017
  13. avr. 06, 2017
  14. avr. 05, 2017
  15. avr. 02, 2017
  16. mars 29, 2017
  17. mars 28, 2017
  18. mars 27, 2017
Chargement en cours