Commit Graph

1411 Commits (173adb04e29faac56258f4b21730ae45aafafb6d)

Author SHA1 Message Date
Renaud Chaput 672c9f5f05
Change the `theme-color` value automatically when using a built-in theme ()
Matt Jankowski e85f24174e
Simplify checklist step loop in welcome mailer ()
Matt Jankowski c4feba4347
Use existing `MascotHelper#instance_presenter` instead of local var in `welcome` email template ()
Claire 7508472d84
Fix admin interface repeating rule title instead of showing hint text ()
Claire cfea9cc172
Add list of pending releases directly in mail notifications for version updates ()
Renaud Chaput 02ea161506
Support "system" theme setting (light/dark theme depending on user system preference) ()
Co-authored-by: Nishiki Liu <hello@nshki.com>
Claire 37ca59815c
Remove setting for unfollow confirmation modal, and make it unconditional ()
Claire dfa43707eb
Change `AccountRelationshipSeveranceEvent` model to store lost followers and following counts separately ()
Matt Jankowski 77897cd24c
Use existing `SeveredRelationship.about_local_account` scope in more places ()
Claire 44bf7b8128
Add notifications of severed relationships ()
Claire 8a1423a474
Allow unblocking email addresses from any matching account ()
Matt Jankowski 0a33be39c1
Reduce `LineLength` for `react_admin_component` helpers ()
Matt Jankowski 4c84891453
Pull out full `li` element into admin/status_edits/status_edit partial ()
Matt Jankowski d7ab5655ef
Replace `render_symbol` method with `inline_svg_tag` usage ()
Claire cf08a438e7
Add badge on account card in report moderation interface when account is already suspended ()
Claire 82c2af0356
Fix `user_mailer.welcome.hashtags_recent_count` not having plural form ()
Matt Jankowski f445d33fd6
Fix haml-lint `LineLength` cops in app/views/admin ()
Eugen Rochko 5b3a8737d6
Add hints for rules ()
Eugen Rochko 50b17f7e10
Add notification policies and notification requests ()
Claire 1d721b21e1
Add attribution to Tabler.io icons used in the new mailer designs ()
HTeuMeuLeu 934cab7508
New welcome email ()
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Jeong Arm deffb8ecb6
Show comments in the admin/instances page ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Jason Punyon 1ad3cffaea
Missed a .to_date ()
Claire b71904816a
Change registrations to be disabled by default for new servers ()
Claire 2751acb6cd
Automatically switch from open to approved registrations in absence of moderators ()
Matt Jankowski 69e61fff38
Move direct serializer usage out of admin view partial ()
Eugen Rochko 1666b19559
Fix confirmation e-mails when signing up through an app ()
Eugen Rochko b19ae521b7
Add confirmation when redirecting logged-out requests to permalink ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Claire e2d9635074
Add notification email on invalid second authenticator ()
HTeuMeuLeu 1a3859d8e2
Update follow and follow_request emails ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Renaud Chaput cb5ac15923
Use a helper to avoid using `media/` asset prefixes ()
HTeuMeuLeu 7f471e70c0
Update new email templates ()
Co-authored-by: Matt Jankowski <matt@jankowski.online>
Renaud Chaput c6684aa1e3
Use the assets pipeline to load `inert.css` ()
Matt Jankowski a90696011e
Add coverage/bugfix for invalid appeal submission ()
Matt Jankowski 7801db7ba4
Spec coverage for custom css endpoint ()
Matt Jankowski b68f185573
Reduce `LineLength` for `react_component` helper in views/admin ()
Matt Jankowski 87097a227c
Clean up `settings/featured_tags/index` view ()
Matt Jankowski 55802242ce
Refactor login activity partial (remove inline ruby) ()
Matt Jankowski 6daa69327b
Fix `LineLength` haml-lint in `t` usage ()
Matt Jankowski a71e918e95
Fix `LineLength` haml-lint in `media/player` view ()
Matt Jankowski eed4eef39a
Fix `LineLength` haml-lint in `app/views/auth` area ()
Matt Jankowski 09ab073f0c
Fix `LineLength` haml-lint in `app/views/settings` area ()
Matt Jankowski 68f06f1fd4
Fix haml-lint `LineLength` cop for `settings/preferences/notifications/show` ()
Claire dfdadb92e8
Add ability to require approval when users sign up using specific email domains ()
Eugen Rochko b5ac61b2c5
Change algorithm of follow recommendations ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Matt Jankowski 2bd8d343cf
Fix `Style/SoleNestedConditional` and `Style/IfInsideElse` cops, regenerate haml todo ()
Claire a2bcfeb887
Fix `Style/HashEachMethods` cop in HAML files ()
Matt Jankowski 440b80b2e7
Model concerns organization into module namespaces ()
Claire 963354978a
Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases ()
Matt Jankowski 72b7cd349c
Extract helper methods for form label in admin/ area views ()