docbrown/app
Anna Buianova 51316c747f
Comments count according to display rules in feed (#20753)
* Move calculating comments score from worker to a service

* Display displayed comments count in feed

* Recalculating displayed comments counts on article show (if needed)

* Rubocop fixes

* Fixed lambda
2024-03-28 12:12:05 +00:00
..
assets Add classes to content wrapper for articles and pages (#20731) 2024-03-06 12:44:47 -05:00
controllers Comments count according to display rules in feed (#20753) 2024-03-28 12:12:05 +00:00
decorators Changed logic for hiding and displaying low-quality marker for comments based on their score (#20581) 2024-02-05 09:27:24 -05:00
errors Favoring re-use of authorization error (#16992) 2022-03-24 08:16:28 -04:00
forms Refactor CreatorSettingsForm & spec (#19011) 2023-01-27 08:39:07 -05:00
helpers Admin access to spam comments by url (#20775) 2024-03-22 08:40:36 -04:00
javascript skip unnecessary history pushes and preserve intuitive forward/back (#20762) 2024-03-27 17:54:50 +00:00
lib Optimize and simplify onboarding recommendations (#20682) 2024-02-29 15:57:52 -05:00
liquid_tags Fix code block rendering not working inside details (#20229) 2023-10-16 14:14:04 -04:00
mailers Finish Digest subject test and start count test (#20773) 2024-03-19 16:10:41 -04:00
models Prioritize spam label over suspended, add to async profile check (#20790) 2024-03-25 10:15:35 -04:00
policies Add mark as spam button on user profile for admins (#20794) 2024-03-25 10:30:16 -04:00
queries Comments count according to display rules in feed (#20753) 2024-03-28 12:12:05 +00:00
refinements Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
sanitizers Don't sanitize anchor elements with no href (#16667) 2022-02-22 11:27:38 -06:00
serializers Comments count according to display rules in feed (#20753) 2024-03-28 12:12:05 +00:00
services Comments count according to display rules in feed (#20753) 2024-03-28 12:12:05 +00:00
uploaders Change profile image max size to 8 MB (#20183) 2023-09-28 17:05:35 -04:00
validators Allow pages to have subdirectories (#20549) 2024-01-24 16:09:29 -05:00
view_objects Allow admins to set cover image height configs (#19936) 2023-08-21 13:25:16 -04:00
views Add mark as spam button on user profile for admins (#20794) 2024-03-25 10:30:16 -04:00
workers Comments count according to display rules in feed (#20753) 2024-03-28 12:12:05 +00:00