diaspora/app
Jason Robinson aec2467e98 Fix inactive user removal not respecting configuration for daily limits
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
2015-05-16 03:36:25 +02:00
..
assets Mobile: manage followed tags 2015-05-12 04:00:07 +02:00
controllers Mobile: manage followed tags 2015-05-12 04:00:07 +02:00
helpers fix notification mails for limited posts 2015-04-22 19:59:08 +02:00
mailers Remove private post content of also commented mails 2015-05-07 04:10:21 +02:00
models Revert "Merge pull request #5852 from margori/3393-activity-stream-keeping-retracted-participations" 2015-05-04 00:36:27 +02:00
presenters Pass along current_user in ContactPresenter#full_hash_with_person 2015-05-09 23:48:59 +02:00
serializers/export Add created_at to json posts for #5585 2015-01-28 10:21:16 +13:00
uploaders Add a token the filename for exported user data 2015-04-22 20:19:17 +02:00
views Mobile: manage followed tags 2015-05-12 04:00:07 +02:00
workers Fix inactive user removal not respecting configuration for daily limits 2015-05-16 03:36:25 +02:00