Skip to content
Extraits de code Groupes Projets
  1. déc. 18, 2014
  2. déc. 15, 2014
  3. déc. 11, 2014
  4. déc. 09, 2014
  5. 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
  6. déc. 01, 2014
  7. nov. 30, 2014
  8. nov. 22, 2014
  9. nov. 10, 2014
  10. nov. 09, 2014
  11. nov. 08, 2014
  12. nov. 07, 2014
  13. oct. 21, 2014
  14. 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
  15. oct. 03, 2014
  16. sept. 20, 2014
  17. sept. 07, 2014
    • Jonne Haß's avatar
      Try fetching missing parent of relayables · 777e3123
      Jonne Haß a rédigé
      * Extract post fetching logic from Reshare into
        its own module
      * raise proper error message when fetching fails
      * raise proper error message when parent is still missing
      
      We can't skip fetch failures or missing parents and
      still need to retry them in case we're sent the parent
      later on
      777e3123
  18. sept. 06, 2014
  19. août 27, 2014
  20. août 25, 2014
  21. août 23, 2014
Chargement en cours