Skip to content
Extraits de code Groupes Projets
  1. juil. 05, 2016
  2. juin 26, 2016
  3. mars 04, 2016
  4. août 21, 2015
  5. juin 21, 2015
  6. juin 07, 2015
  7. mai 28, 2015
  8. mai 19, 2015
  9. mars 03, 2015
  10. fév. 27, 2015
  11. fév. 20, 2015
    • zachrab's avatar
      Set disable_mail to true · f695b5d3
      zachrab a rédigé
      Add #clear_account! disable mail spec
      
      Add migration for disabling mail for all closed accounts
      
      Change migration to use #update_all for disable_mail attribute
      
      Add #clear_account! false fields spec
      f695b5d3
  12. fév. 08, 2015
  13. jan. 14, 2015
  14. oct. 16, 2014
    • Jason Robinson's avatar
      Maintenance feature to remove old users · 69c35669
      Jason Robinson a rédigé
      Add Sidetiq webview to the Sidekiq monitoring panel
      
      Add rake task maintenance:queue_users_for_removal
      This basically just triggers an immediate run of the normal maintenance remove old users functionality that is normally (if enabled) scheduled to run once a day via sidetiq
      
      Add extra safety when checking for user removal due to inactivity.
      Now also user.last_seen will also be checked to make sure a user will not be removed in the event that the Devise rememember me login functionality has stopped the users remove_after timestamp from being removed.
      
      Add initializer for maintenance job.
      Add warning about mail being disabled if remove_old_users maintenance is enabled.
      69c35669
  15. oct. 03, 2014
  16. août 27, 2014
  17. mai 24, 2014
  18. fév. 22, 2014
  19. jan. 15, 2014
  20. jan. 13, 2014
  21. jan. 06, 2014
  22. déc. 02, 2013
  23. sept. 29, 2013
  24. août 13, 2013
  25. août 12, 2013
  26. août 02, 2013
    • James Fleming's avatar
      Remove attributes protection. · 66a07bd9
      James Fleming a rédigé
      Use a blacklist approach instead of a blacklist approach in Profile#receive.
      
      Remove attr_accessible from models and make specs pass.
      66a07bd9
  27. juil. 06, 2013
  28. mars 21, 2013
    • Jonne Haß's avatar
      Bye Resque. Ohai Sidekiq. · 79a79d65
      Jonne Haß a rédigé
      * Dropped all references to Resque
      * Moved all jobs under app/workers since that's the Sidekiq convention
      * Renamed Jobs module to Worker to match new location
      * Adapted all jobs to Sidekiq
      * Replaced all enqueue calls with perform_async
      * Dropped Resque hacks from specs and features, replaced with
        sidekig/testing in RSpec and sidekig/testing/inline in Cucumber
      * Updated scripts to start a Sidekiq server
      * Inline Sidekiq sinatra app
      * Let Sidekiq create the actual Redis instance
      * Workaround already initialized constant warnings in service models
      * Resolved ToDo in one job definition by creating proper exception clases
        for some errors in receiving posts
      * Added sidekiq section to configuration to make it completly
        configurable to the user
      * Add Sidekiq middleware for clean backtraces
      * Delay HttpMulti retry to give offline pods a chance to come back up
      * Do not retry on GUID already taken and alike errors
      * Be graceful about deleted posts in GatherOEmbedData
      79a79d65
  29. fév. 18, 2013
  30. nov. 06, 2012
Chargement en cours