Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-04Send notification mails on CSRF failsSteffen van Bergerem
2016-08-22bump diaspora_federationBenjamin Neff
2016-08-13Cleanup legacy invitations from codeBenjamin Neff
2016-08-10Consolidate amount of sidekiq queues from 13 to 5Jason Robinson
2016-06-26remove participation parent author checkBenjamin Neff
2016-06-26remove more unused code and cleanupBenjamin Neff
2016-06-26refactoring delete from servicesBenjamin Neff
2016-06-26create ShareVisibilities with batch importBenjamin Neff
2016-06-26remove HttpMulti and HydraWrapperBenjamin Neff
2016-06-26add DeferredRetraction workerBenjamin Neff
2016-06-26first structure of Diaspora::Federation::DispatcherBenjamin Neff
2016-06-26remove NotifyLocalUsers workerBenjamin Neff
2016-06-26remove old Private and Public ReceiverBenjamin Neff
2016-06-26receive localBenjamin Neff
2016-06-26handle existing guids on receiveBenjamin Neff
2016-06-26cleanup notifications and fix testsBenjamin Neff
2016-06-26create NotificationService: send notifications after receiveBenjamin Neff
2016-06-26handle ignored author on receiveBenjamin Neff
2016-06-26add ReceiveLocal workerBenjamin Neff
2016-06-26create new receive workersBenjamin Neff
2016-06-26add new send workersBenjamin Neff
2016-02-07Add reason for post report to email sent to adminsSteffen van Bergerem
2016-01-24Replace sidetiq with sidekiq-croncmrd Senya
2016-01-24Merge branch 'stable' into developDennis Schubert
2016-01-24fix suppress_annoying_errorsBenjamin Neff
2015-09-07Merge branch 'stable' into developJonne Haß
2015-09-07add moderators to report email recieversrealtin
2015-08-24Add connection test for pods in the networkFlorian Staudacher
2015-08-21Merge branch 'stable' into developJonne Haß
2015-08-21use discovery from diaspora_federation gemBenjamin Neff
2015-07-18Implement social relay functionalityJason Robinson
2015-07-05change public_url to atom_url and profile_urlBenjamin Neff
2015-07-03Add new daily job to clean cache in public/tmp (as suggested in #5946).cmrd Senya
2015-06-04add logging mixin and replace federation-loggerBenjamin Neff
2015-05-28handle when the diaspora xml parser returns nilBenjamin Neff
2015-05-26Do not mute ActiveRecord::RecordNotUnique for now see #5971, regression from ...Dennis Schubert
2015-05-25wrap the sidekiq logger to add the context info againBenjamin Neff
2015-05-24gracefully handle when a like is already deleted againBenjamin Neff
2015-05-22use logging-logger for sidekiqBenjamin Neff
2015-05-18remove some hardcoded diasporahq haxBenjamin Neff
2015-05-16fetch public posts when someone starts sharing with youBenjamin Neff
2015-05-16Fix inactive user removal not respecting configuration for daily limitsJason Robinson
2015-05-10Mute ActiveRecord::RecordInvalid due to ignoresDennis Schubert
2015-05-10We don't always have invalid record messages ... so log the exception message...Dennis Schubert
2015-05-10Rescue from private objects sent to the public apiDennis Schubert
2015-05-10Mute some ActiveRecord::RecordNotUnique exceptionsDennis Schubert
2015-04-01Rescue correct constant in Workers::ReceiveLocalBatchJonne Haß
2015-03-06Replace export_photos and export_users by export queueJonne Haß
2015-03-04Exports user photos as zip fileMarcelo Briones
2015-02-27deliver needs to be called on the return value of the mailer callJonne Haß