- Oct 04, 2017
-
-
Ryo Kajiwara authored
-
- Sep 24, 2017
-
-
ThibG authored
* Thread toot notification mails by conversation * Make codeclimate happy and avoid potential mis-threading
-
- Jul 06, 2017
-
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
The old implementation sets default From address in mailers. It sets the address from SMTP_FROM_ADDRESS, or notifications@localhost. The behavior is occasionally undesired results. In production environment, notifications@localhost is likely to be incorrect. In testing environment, the email address should not be varied by a environment variable. After appling this change, In production environment, it will throw an exception when launching Mastodon. In testing environment, the address will be fixed with notifications@localhost.
-
- Jun 30, 2017
-
-
Yamagishi Kazutoshi authored
-
- Jun 26, 2017
-
-
Eugen Rochko authored
-
- May 10, 2017
-
-
Yamagishi Kazutoshi authored
Follow up #2902
-
- May 08, 2017
-
-
Matt Jankowski authored
-
- May 05, 2017
-
-
Matt Jankowski authored
* Dont use raise_error by itself (avoids warning) * Add coverage for AccountFilter * Improve coverage and refactor for Subscription#lease_seconds * Improve coverage and refactor for NotificationMailer * Simplify assignment of min/max threshold on subscription
-
- May 01, 2017
-
-
yhirano authored
* disable Bundler/OrderedGems * fix rubocop Lint/UselessAssignment * fix rubocop Style/BlockDelimiters * fix rubocop Style/AlignHash * fix rubocop Style/AlignParameters, Style/EachWithObject * fix rubocop Style/SpaceInLambdaLiteral
-
- Apr 17, 2017
-
-
Matt Jankowski authored
* Move site title helper to instance helper (name change only) * Remove newline in <title> tag * Add site_hostname helper method to wrap up local_domain value * Use site_hostname helper in places that need local_domain value
-
- Apr 16, 2017
-
-
Matt Jankowski authored
* Rename admin.domain_block to admin.domain_blocks in prep for i18n improvement * Use implicit controller/action path for i18n in admin/domain_blocks * Add DomainBlock#accounts has_many * Avoid i18n health warning for `en` locale by using symbol scope with :count * Remove unused i18n key: plaintext_secret_html * Remove unused i18n key two_factor_auth.warning * Remove final will_paginate i18n keys * Remove unused key two_factor_auth.recovery_codes * Remove unused key: admin.reports.comment.none * Remove unused reports. i18n namespace (moved to admin.reports) * Ignore keys from locales which override activemodel and activerecord errors * Revert "Remove unused key: admin.reports.comment.none" This reverts commit 350ef2685fadc069e619bb6d1066190de195d942. * Update i18n key reference to match moved location * Add missing `en` keys to i18n * Tell i18n-tasks to ignore missing attributes that dont need overwriting * Add i18n-tasks unused to travis
-
- Apr 12, 2017
-
-
Thomas Citharel authored
* Make Reporting admin section translatable And translate it into english and french Signed-off-by:
Thomas Citharel <tcit@tcit.fr> * Make subject of emails translatable and improve french translation Signed-off-by:
Thomas Citharel <tcit@tcit.fr> * Make error pages translatable and translate them in english and french Signed-off-by:
Thomas Citharel <tcit@tcit.fr> * Translate site setting section * Insert instance in registration emails and improve them a bit Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Mar 03, 2017
-
-
Eugen Rochko authored
-
- Dec 26, 2016
-
-
Eugen Rochko authored
Better initial state for unlisted/nsfw toggles
-
- Dec 22, 2016
-
-
Eugen Rochko authored
-
- Nov 20, 2016
-
-
Eugen Rochko authored
-
- Nov 17, 2016
-
-
Eugen Rochko authored
-
- Nov 16, 2016
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Nov 15, 2016
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Oct 07, 2016
-
-
Eugen Rochko authored
-
- Mar 19, 2016
-
-
Eugen Rochko authored
Adding e-mail notifications about mentions, follows, favourites and reblogs. Fixing another mention recording bug
-
- Feb 20, 2016
-
-
Eugen Rochko authored
-