Skip to content
Extraits de code Groupes Projets
  1. août 21, 2016
  2. août 20, 2016
  3. août 18, 2016
  4. août 17, 2016
  5. août 16, 2016
  6. août 15, 2016
  7. août 14, 2016
    • Benjamin Neff's avatar
      Allow hovercards of remote people when not logged in · 23541546
      Benjamin Neff a rédigé
      In #6603 hovercards were activated for logged out users, but they only
      worked for local people. Hovercards on remote-people are important to
      get the diaspora-id to search the person on the local pod, if you don't
      know who it is.
      23541546
    • Jonne Haß's avatar
      Merge pull request #6986 from SuperTux88/cleanup-rake-tasks · e712e4c9
      Jonne Haß a rédigé
      Cleanup old rake tasks
      e712e4c9
    • 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
    • Jonne Haß's avatar
      Merge pull request #6984 from SuperTux88/6294-ignore-notifications · 200486b6
      Jonne Haß a rédigé
      Don't create notifications from ignored people
      Non vérifiée
      200486b6
    • Benjamin Neff's avatar
      don't create notifications if the notification-actor is ignored · 0d338b6f
      Benjamin Neff a rédigé
      Also move "shareable hidden"-logic to AlsoCommented, because it is the
      only one that needs it. And write some specs for mentioned and started
      sharing notifications.
      
      Fixes #6294
      0d338b6f
Chargement en cours