Skip to content
Extraits de code Groupes Projets
  1. sept. 29, 2016
  2. sept. 28, 2016
  3. sept. 25, 2016
  4. sept. 20, 2016
  5. sept. 04, 2016
    • Benjamin Neff's avatar
      Only update interacted_at on new comments · 4fea9260
      Benjamin Neff a rédigé
      I got feedback from many users, that they don't understand how the "my
      activity" stream is sorted, because they have posts on the top, but
      don't see why. The user doesn't see if a like was added, and it is also
      not imported for the user to see the post again then. And we have
      notifications if someone likes a users own posts, so no need to move it on
      top of the "my activity" stream here too.
      
      closes #7030
      Non vérifiée
      4fea9260
  6. août 21, 2016
  7. août 20, 2016
  8. août 15, 2016
  9. août 14, 2016
    • Benjamin Neff's avatar
      Cleanup old rake tasks · 80d1352b
      Benjamin Neff a rédigé
      * accounts:run_deletions: was added with 0.4.0.0 two years ago for one-time usage.
      * db:rebuild: db:reset does basically the same
      * db:integration:preprare: the integration environments are not used.
      * db:reset: there is a default db:reset, no need to write our own.
      * db:drop_integration: the integration environments are not used.
      * db:fix_diaspora_handle: really old migration from 2010
      * db:move_private_key: also old migration from 2010
      * maintenance:clear_carrierwave_temp_uploads: tmp/uploads doesn't exist anymore. And we have CleanCachedFiles as cronjob.
      * maintenance:install_logrotate_config: diaspora has built-in logrotate support now, and people who want to use logrotate instead can write their own configs with the values they want.
      * migrations:copy_hidden_share_visibilities_to_users: old migration from 2012
      * migrations:invitations: legacy invitations were removed with #6976
      * migrations:absolutify_image_references: old migration from 2010
      * migrations:rewire_uppercase_hashtags: old migration from 2012
      * migrations:remove_uppercase_hashtags: old migration from 2012
      80d1352b
  10. août 13, 2016
  11. août 12, 2016
  12. août 11, 2016
  13. août 10, 2016
  14. août 08, 2016
  15. août 07, 2016
  16. juil. 18, 2016
  17. juil. 16, 2016
    • Benjamin Neff's avatar
      also validate remote posts · 2cd831f9
      Benjamin Neff a rédigé
      all data is included in the federated status_message, so we can validate
      on receive. add the photos to the status_message before save.
      2cd831f9
    • Benjamin Neff's avatar
      remove raw_message · df9874b7
      Benjamin Neff a rédigé
      This was only an alias for "text", and "raw_message" is also not used
      for federation anymore, so we can drop it.
      df9874b7
  18. juil. 15, 2016
  19. juil. 07, 2016
  20. juin 27, 2016
  21. juin 26, 2016
Chargement en cours