- août 24, 2015
-
-
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
-
- août 21, 2015
-
-
Benjamin Neff a rédigé
-
- juil. 18, 2015
-
-
Jason Robinson a rédigé
* .well-known/social-relay - to serve subscription preferences to relays * Workers.deferred_dispatch relay carbon copy functionality for outbound sending See discussion here: https://www.loomio.org/d/9vpoe0UR/public-post-federation#comment-730911 and spec here: https://wiki.diasporafoundation.org/Relay_servers_for_public_posts
-
- juil. 05, 2015
-
-
Benjamin Neff a rédigé
closes #6168
-
Benjamin Neff a rédigé
-
- mai 24, 2015
-
-
Benjamin Neff a rédigé
closes #5983
-
- mai 16, 2015
-
-
Benjamin Neff a rédigé
closes #5960
-
Jason Robinson a rédigé
It seems ActiveRecord ignores .limit() if .find_each() is used to iterate the query (http://stackoverflow.com/a/6680541/1489738). Using .each() instead. Added a test. closes #5953
-
- mai 04, 2015
-
-
Jonne Haß a rédigé
-
- avr. 01, 2015
-
-
Jonne Haß a rédigé
Fixes #5834
-
- mars 03, 2015
-
-
Marcelo Briones a rédigé
-
- fév. 27, 2015
- jan. 14, 2015
-
-
James Kiesel a rédigé
-
- déc. 08, 2014
-
-
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.
-
- oct. 16, 2014
-
-
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.
-
- sept. 20, 2014
- sept. 08, 2014
-
-
jaideng123 a rédigé
-
- août 28, 2014
-
-
Jonne Haß a rédigé
-
- août 27, 2014
- août 23, 2014
-
-
Jonne Haß a rédigé
-
- jan. 27, 2014
-
-
Raphael Sofaer a rédigé
Refactor HydraWrapper so the when-to-retry logic is in the worker
-
- jan. 15, 2014
-
-
Jonne Haß a rédigé
-
- jan. 13, 2014
- août 04, 2013
-
-
Fábián Tamás László a rédigé
Added rspec test for og in status_message model Added rspec test for og_html helper Improved tests for opengraph embedding
-
- juil. 02, 2013
-
-
David Thompson a rédigé
-
- mai 25, 2013
-
-
Jonne Haß a rédigé
-
- mars 21, 2013
-
-
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
-