- août 12, 2017
-
-
Benjamin Neff a rédigé
-
- nov. 28, 2016
-
-
cmrd Senya a rédigé
-
cmrd Senya a rédigé
Introduce Workers::Mail::NotifierBase to be a base for all appropriate mail workers to reduce code duplication
-
- nov. 27, 2016
-
-
Justin Ramos a rédigé
closes #7223
-
- nov. 06, 2016
-
-
Benjamin Neff a rédigé
closes #7158
-
- sept. 04, 2016
-
-
Steffen van Bergerem a rédigé
closes #7050
-
- août 12, 2016
-
-
Benjamin Neff a rédigé
Fixes #5116
-
- juin 26, 2016
-
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
and delete old batch worker and receiver
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
- mars 04, 2016
-
-
Benjamin Neff a rédigé
* add port to pods * remove url from person and link people with pod-table
-
- août 30, 2015
-
-
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
-
- 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é
-