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 (Collapse)Author
2022-07-20Fix deprecation warnings for rails 6.0Benjamin Neff
2020-09-04Migrate configuration to TOMLJonne Haß
YAML is just too easy to get wrong closes #8132
2017-09-17Add `# frozen_string_literal: true` to all filesBenjamin Neff
2017-08-13Disable rendering logging in productionBenjamin Neff
2017-07-30Use config.assets.quiet instead of quiet_assets gemBenjamin Neff
The quiet_assets gem doesn't support rails 5, but sprockets 3 now has a config.assets.quiet option, which deprecates the quiet_assets gem. But the logging gem has a no-op silence method, that's why the quiet option doesn't work out-of-the-box. I added a little hack to use the silence method from ActiveSupport, which is also used from the original rails logger.
2016-06-26use DiasporaFederation::Salmon::MagicEnvelope for federation debug loggingBenjamin Neff
2015-06-09make sql and federation debug-logging configurableBenjamin Neff
by default both are disabled now, you can enable them in the diaspora.yml if you need them. closes #6090
2015-05-28make the logrotation configurableBenjamin Neff
closes #5994
2015-05-25wrap the sidekiq logger to add the context info againBenjamin Neff
closes #5988
2015-05-22use logging gem for better logging with class name and log-levelBenjamin Neff