discourse/app/models
Vinoth Kannan 3252cb847c FIX: : trigger `user_updated` event only if email changed after user creation.
Follow-up to 1460d7957c
2020-07-16 18:21:30 +05:30
..
concerns FIX: Improve category hashtag lookup (#10133) 2020-07-07 10:19:01 +10:00
reports FIX: Use include-subcategories filter in report export (#10007) 2020-06-10 18:57:39 +03:00
about.rb
admin_dashboard_data.rb
admin_dashboard_general_data.rb
admin_dashboard_index_data.rb
anonymous_user.rb
api_key.rb
application_request.rb Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
auto_track_duration_site_setting.rb
backup_draft_post.rb
backup_draft_topic.rb
backup_file.rb
backup_location_site_setting.rb
backup_metadata.rb
badge.rb FIX: Unassign user titles when a badge is deleted (#9573) 2020-05-02 18:02:28 -07:00
badge_grouping.rb
badge_type.rb
bookmark.rb FIX: Cap bookmark name at 100 chars and truncate existing names (#10189) 2020-07-08 17:19:01 +10:00
category.rb FEATURE: Allow group moderators to close/archive topics 2020-07-14 12:36:19 -04:00
category_and_topic_lists.rb
category_custom_field.rb
category_featured_topic.rb FIX: Use Discourse.system_user when we need a placeholder admin (#9781) 2020-06-24 15:51:30 +10:00
category_group.rb
category_list.rb DEV: stop freezing frozen strings 2020-04-30 16:48:53 +10:00
category_page_style.rb
category_search_data.rb
category_tag.rb
category_tag_group.rb
category_tag_stat.rb
category_user.rb
child_theme.rb
color_scheme.rb
color_scheme_color.rb
custom_emoji.rb DEV: annotate models 2020-04-28 15:59:39 +05:30
developer.rb
digest_email_site_setting.rb
directory_item.rb FEATURE: Display "Last Updated At" on user directory 2020-03-30 14:34:48 -04:00
discourse_single_sign_on.rb FEATURE: support SSO website and location overrides 2020-04-28 16:06:35 +10:00
discourse_version_check.rb
draft.rb FIX: properly ban non human users from draft system 2020-05-26 10:07:09 +10:00
draft_sequence.rb FIX: properly ban non human users from draft system 2020-05-26 10:07:09 +10:00
email_change_request.rb FEATURE: Improve UX support for multiple email addresses (#9691) 2020-06-10 19:11:49 +03:00
email_level_site_setting.rb
email_log.rb FIX: Allow users to add emails which were deleted before 2020-06-11 14:54:11 +03:00
email_style.rb
email_token.rb
embeddable_host.rb FIX: Allow multiple hyphens in host (#10078) 2020-06-18 13:58:47 -04:00
embedding.rb FEATURE: New site setting `embed_unlisted` (#9391) 2020-04-13 15:17:02 -04:00
emoji.rb FIX: allows to have custom emoji translation without static file (#9893) 2020-05-27 20:11:52 +02:00
emoji_set_site_setting.rb
github_user_info.rb
given_daily_like.rb
global_setting.rb DEV: Make rails_failover compatible with `SKIP_DB_AND_REDIS` env. 2020-06-15 16:23:24 +08:00
group.rb DEV: use group_ids instead of group_names in invite params 2020-07-13 17:37:04 +05:30
group_archived_message.rb FEATURE: Implement support for IMAP and SMTP email protocols. (#8301) 2020-07-10 12:05:55 +03:00
group_custom_field.rb
group_history.rb
group_manager.rb
group_mention.rb
group_request.rb
group_user.rb FIX: Destroying a user failed when it had title 2020-05-24 22:14:50 +02:00
ignored_user.rb
incoming_domain.rb
incoming_email.rb FEATURE: Implement support for IMAP and SMTP email protocols. (#8301) 2020-07-10 12:05:55 +03:00
incoming_link.rb
incoming_links_report.rb FEATURE: Make report filters reusable (#9444) 2020-04-22 11:52:50 +03:00
incoming_referer.rb
invite.rb FIX: 'resend all invite' button was not working as expected 2020-07-08 15:52:44 +05:30
invite_redeemer.rb FIX: check for inviter group permissions at the time of redeeming invite 2020-06-15 14:44:35 +05:30
invited_group.rb
invited_user.rb FEATURE: multiple use invite links (#9813) 2020-06-09 20:49:32 +05:30
javascript_cache.rb FIX: theme-javascripts using incorrect subfolder setting 2020-03-17 19:09:06 -07:00
like_notification_frequency_site_setting.rb
locale_site_setting.rb
mailing_list_mode_site_setting.rb
muted_user.rb
new_topic_duration_site_setting.rb
notification.rb DEV: Allow specifying if a notification is high_priority on create (#9660) 2020-05-07 14:35:32 +10:00
notification_level_when_replying_site_setting.rb
oauth2_user_info.rb
onceoff_log.rb
optimized_image.rb DEV: Add timestamp columns to optimized_images table (#10199) 2020-07-14 11:50:33 +01:00
permalink.rb DEV: Deprecate Category#url_with_id in favor of Category#url (#9972) 2020-06-18 11:32:14 +03:00
plugin_store.rb
plugin_store_row.rb
post.rb Revert "FIX: Delete related search data when record has been deleted." 2020-07-09 10:08:35 +08:00
post_action.rb FIX: Stop updating bookmarked column from TopicUser.update_post_action_cache (#10188) 2020-07-08 15:27:42 +10:00
post_action_type.rb
post_analyzer.rb FIX: properly invalidate inline oneboxes when rebaking 2020-06-24 11:54:54 +02:00
post_custom_field.rb
post_detail.rb
post_mover.rb FIX: when a post is moved copy notifications level (#9311) 2020-03-31 16:19:47 +11:00
post_reply.rb DEV: Standardize ignored_columns removal comments (#9771) 2020-05-13 13:08:15 -07:00
post_reply_key.rb
post_revision.rb
post_search_data.rb
post_stat.rb
post_timing.rb
post_upload.rb
previous_replies_site_setting.rb
published_page.rb FEATURE: allows published pages to be public (#10053) 2020-06-17 12:42:20 +02:00
push_subscription.rb
quoted_post.rb FEATURE: Nokogumbo (#9577) 2020-05-05 13:46:57 +10:00
remote_theme.rb FEATURE: option to update child theme components via theme CLI. 2020-03-27 03:41:56 +05:30
remove_muted_tags_from_latest_site_setting.rb
report.rb FIX: Use include-subcategories filter in report export (#10007) 2020-06-10 18:57:39 +03:00
reviewable.rb FEATURE: Allow group moderators to close/archive topics 2020-07-14 12:36:19 -04:00
reviewable_claimed_topic.rb
reviewable_flagged_post.rb FEATURE: Allow group moderators to close/archive topics 2020-07-14 12:36:19 -04:00
reviewable_history.rb
reviewable_priority_setting.rb
reviewable_queued_post.rb
reviewable_score.rb DEV: Plugins can extend ReviewableScore types. (#10156) 2020-07-02 11:47:43 -03:00
reviewable_sensitivity_setting.rb
reviewable_user.rb
s3_region_site_setting.rb
screened_email.rb FEATURE: when blocking emails prefer blocking canonical 2020-04-24 14:09:51 +10:00
screened_ip_address.rb
screened_url.rb
search_log.rb
shared_draft.rb
single_sign_on_record.rb
site.rb
site_setting.rb FEATURE: Filter settings by plugin (#9692) 2020-05-10 14:07:45 +03:00
skipped_email_log.rb FIX: don't send digests to users with no primary email 2020-05-27 17:09:40 +02:00
slug_setting.rb
stylesheet_cache.rb
tag.rb Revert "FIX: Delete related search data when record has been deleted." 2020-07-09 10:08:35 +08:00
tag_group.rb FIX: remove parent tag from tag group 2020-03-13 12:25:58 -04:00
tag_group_membership.rb
tag_group_permission.rb
tag_search_data.rb
tag_user.rb
theme.rb FIX: Invalidate database theme cache when hostname changes (#9908) 2020-05-29 13:04:51 +01:00
theme_field.rb FIX: Invalidate database theme cache when hostname changes (#9908) 2020-05-29 13:04:51 +01:00
theme_modifier_set.rb DEV: annotate models 2020-05-27 19:05:24 +05:30
theme_setting.rb FEATURE: add support for `upload` format in theme settings. 2020-04-15 18:34:02 +05:30
theme_translation_override.rb
top_lists.rb
top_menu_item.rb
top_topic.rb
topic.rb FIX: Prevent thumbnail gen if image too large (#10247) 2020-07-16 11:15:53 +10:00
topic_allowed_group.rb
topic_allowed_user.rb
topic_converter.rb FIX: Limit personal message participants when converting from topic (#9343) 2020-04-03 16:42:01 +01:00
topic_custom_field.rb DEV: annotate models 2020-05-27 19:05:24 +05:30
topic_embed.rb FIX: Don't raise an exception if a topic cannot be retrieved (#9906) 2020-05-28 11:59:20 -03:00
topic_featured_users.rb
topic_group.rb
topic_invite.rb
topic_link.rb FIX: identify slug-less topic urls everywhere 2020-06-29 12:31:20 +02:00
topic_link_click.rb
topic_list.rb DEV: Deprecate Category#url_with_id in favor of Category#url (#9972) 2020-06-18 11:32:14 +03:00
topic_notifier.rb
topic_participants_summary.rb
topic_poster.rb
topic_posters_summary.rb
topic_search_data.rb
topic_tag.rb
topic_thumbnail.rb DEV: followup to prev commit 2020-05-26 16:19:05 +10:00
topic_timer.rb DEV: annotate models 2020-04-28 15:59:39 +05:30
topic_tracking_state.rb FEATURE: include tags in unread/new messages 2020-06-12 16:20:30 +10:00
topic_user.rb FIX: Stop updating bookmarked column from TopicUser.update_post_action_cache (#10188) 2020-07-08 15:27:42 +10:00
topic_view_item.rb FIX: exclude private messages from TL3 requirements 2020-04-07 17:36:07 -04:00
translation_override.rb FIX: Restoring backup didn't clear cached translation overrides 2020-05-18 18:51:51 +02:00
trust_level3_requirements.rb PERF: Dematerialize topic_reply_count (#9769) 2020-05-14 15:42:00 -07:00
trust_level_and_staff_setting.rb
trust_level_setting.rb
unsubscribe_key.rb
upload.rb FIX: uploading an existing image as a site setting 2020-07-03 19:16:54 +02:00
user.rb Revert "FIX: Delete related search data when record has been deleted." 2020-07-09 10:08:35 +08:00
user_action.rb
user_api_key.rb DEV: Drop 'key' column from user_api_keys (#9388) 2020-04-22 12:13:19 +03:00
user_archived_message.rb
user_associated_account.rb
user_auth_token.rb
user_auth_token_log.rb
user_avatar.rb Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
user_badge.rb DEV: annotate models 2020-04-28 15:59:39 +05:30
user_badges.rb
user_bookmark_list.rb Get rid of named param double reference in UserBookmarkList 2020-04-01 15:04:04 +10:00
user_custom_field.rb DEV: annotate models 2020-04-28 15:59:39 +05:30
user_email.rb FIX: : trigger `user_updated` event only if email changed after user creation. 2020-07-16 18:21:30 +05:30
user_export.rb
user_field.rb
user_field_option.rb
user_history.rb FEATURE: Improve UX support for multiple email addresses (#9691) 2020-06-10 19:11:49 +03:00
user_open_id.rb
user_option.rb FEATURE: Add "smallest" option to user text size preferences 2020-07-07 13:08:19 -04:00
user_profile.rb
user_profile_view.rb
user_search.rb
user_search_data.rb
user_second_factor.rb
user_security_key.rb
user_stat.rb PERF: Dematerialize topic_reply_count (#9769) 2020-05-14 15:42:00 -07:00
user_summary.rb PERF: Add user_id condition so we can use another index in the query 2020-07-13 15:26:56 -03:00
user_upload.rb
user_visit.rb
user_warning.rb
username_validator.rb
watched_word.rb
web_crawler_request.rb
web_hook.rb
web_hook_event.rb
web_hook_event_type.rb Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00