Skip to content
Extraits de code Groupes Projets
  1. avr. 22, 2015
  2. mars 27, 2015
    • Jonne Haß's avatar
      Generate error pages on assets:precompile · e7d0a978
      Jonne Haß a rédigé
      This allows us to reuse any CSS we have, unify
      their look and unify their look with the regular
      page design.
      
      This works by instantiating ActionView and rendering
      templates in a rake task.
      
      Inspired by the errgent gem.
      e7d0a978
  3. mars 18, 2015
  4. mars 15, 2015
  5. mars 11, 2015
  6. mars 06, 2015
  7. mars 04, 2015
  8. mars 03, 2015
  9. mars 02, 2015
  10. fév. 28, 2015
  11. fév. 27, 2015
  12. fév. 17, 2015
  13. fév. 08, 2015
  14. jan. 19, 2015
  15. jan. 10, 2015
  16. déc. 18, 2014
  17. déc. 15, 2014
  18. déc. 11, 2014
  19. déc. 09, 2014
  20. déc. 08, 2014
    • Jonne Haß's avatar
      Correctly implement OpenGraph tags · 6836af89
      Jonne Haß a rédigé
      Just defining og:site_name indicates that we support the
      OpenGraph protocol, but then we didn't set the required
      properties.
      6836af89
    • 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
  21. déc. 01, 2014
  22. nov. 30, 2014
  23. nov. 22, 2014
  24. nov. 10, 2014
  25. nov. 09, 2014
  26. nov. 08, 2014
  27. nov. 07, 2014
  28. oct. 21, 2014
  29. oct. 16, 2014
    • Augier's avatar
      Fix issue #4416 · 2ce98b49
      Augier a rédigé
      Conflicts:
      	spec/helpers/notifier_helper_spec.rb
      2ce98b49
    • 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
  30. oct. 03, 2014
  31. sept. 20, 2014
Chargement en cours