mirror of
https://github.com/plausible/analytics.git
synced 2024-11-27 17:23:00 +03:00
686ffa6ef3
* remove unused functionality We can now safely delete all the logic around users who are on trial and signed up *before* the business tiers release, since that's no longer possible * add monthly_pageview_limit fn clause that takes a user * make Quota.site_limit return enterprise site limit ...not `:unlimited`, as we still need to display it in the account settings. * make `team_member_limit/1` return :unlimited on small_build * improve team_member_usage/1 function doc * stop displaying unlimited symbol in usage section These unlimited limits include: * `monthly_pageview_limit` for trials * `team_member_limit` for old enterprise plans * `site limit` for old accounts (before 2021-05-05) * format * small refactor case clause + move mod vars * review suggestions |
||
---|---|---|
.. | ||
check_usage.ex | ||
clean_invitations.ex | ||
expire_domain_change_transitions.ex | ||
import_google_analytics.ex | ||
lock_sites.ex | ||
notify_annual_renewal.ex | ||
rotate_salts.ex | ||
schedule_email_reports.ex | ||
send_check_stats_emails.ex | ||
send_email_report.ex | ||
send_site_setup_emails.ex | ||
send_trial_notifications.ex | ||
spike_notifier.ex |