This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/models/concerns/reports
Gerhard Schlager 41ee5b7c86
FIX: Don't store translated trust level names in anonymous cache (#13224)
Refactors `TrustLevel` and moves translations from server to client

Additional changes:
  * "staff" and "admin" wasn't translatable in site settings
  * it replaces a concatenated string with a translation
  * uses translation for trust levels in users_by_trust_level report
  * adds a DB migration to rename keys of translation overrides affected by this commit
2021-06-01 22:11:48 +02:00
..
bookmarks.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
consolidated_page_views.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
daily_engaged_users.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
dau_by_mau.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
emails.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
flags_status.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
flags.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
likes.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
mobile_visits.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
moderator_warning_private_messages.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
moderators_activity.rb DEV: Update rubocop-discourse from 2.3.2 to 2.4.0 (#11079) 2020-10-30 15:04:29 +01:00
new_contributors.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
notify_moderators_private_messages.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
notify_user_private_messages.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
post_edits.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
posts.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
profile_views.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
signups.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
staff_logins.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
storage_stats.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
suspicious_logins.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
system_private_messages.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
time_to_first_response.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
top_ignored_users.rb DEV: Update rubocop-discourse from 2.3.2 to 2.4.0 (#11079) 2020-10-30 15:04:29 +01:00
top_referred_topics.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
top_referrers.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
top_traffic_sources.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
top_uploads.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
topics_with_no_response.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
topics.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
trending_search.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
trust_level_growth.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
user_flagging_ratio.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
user_to_user_private_messages_with_replies.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
user_to_user_private_messages.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
users_by_trust_level.rb FIX: Don't store translated trust level names in anonymous cache (#13224) 2021-06-01 22:11:48 +02:00
users_by_type.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
visits.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00
web_crawlers.rb DEV: Move reports to concerns for autoloading (#11066) 2020-10-29 11:49:09 -05:00