Skip to content
Extraits de code Groupes Projets
  1. août 12, 2017
  2. nov. 28, 2016
  3. nov. 27, 2016
  4. nov. 06, 2016
  5. sept. 04, 2016
  6. août 12, 2016
  7. juin 26, 2016
  8. mars 04, 2016
  9. août 30, 2015
    • Florian Staudacher's avatar
      fix some issues with pod-checking · 738413c6
      Florian Staudacher a rédigé
      add tooltips in the frontend
      fix a JS problem with empty hostname
      use `find_in_batches` correctly
      add a migration to clean up the pods table + unique index on hostname
      738413c6
  10. août 24, 2015
    • Florian Staudacher's avatar
      Add connection test for pods in the network · ea397ffd
      Florian Staudacher a rédigé
      * add a class for checking pod connectivity
      * extend pod model to handle new functionality
      * add an admin frontend to list pods and re-trigger checks manually
      * add a daily worker to run through all the pods
      * add unit tests for most of the new code
      ea397ffd
  11. août 21, 2015
  12. juil. 18, 2015
  13. juil. 05, 2015
  14. mai 24, 2015
  15. mai 16, 2015
  16. mai 04, 2015
  17. avr. 01, 2015
  18. mars 03, 2015
  19. fév. 27, 2015
  20. jan. 14, 2015
  21. déc. 08, 2014
    • Jonne Haß's avatar
      Bye opengraph_parser, hi open_graph_reader · 74a6f425
      Jonne Haß a rédigé
      opengraph_parser is basically unmainted, issues are ignored
      or deliberately closed without fixing. It pollutes the global
      namespace and has no verification of correctness.
      
      The opengraph gem has basically the same issues, not really maintained,
      unreleased patches on master since over a year, not really smart either.
      
      So I created my own version and while at it, why not strive try to be
      complete and robust, although it's still a work in progress.
      
      This also improves general URL detection by parsing them
      from the message after stripping markdown.
      
      An additional dependency was added to support
      fetching sites that require cookies to work at all.
      For the same reason Faraday's default redirect limit was
      bumped.
      74a6f425
  22. 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
  23. sept. 20, 2014
  24. sept. 08, 2014
  25. août 28, 2014
Chargement en cours