discourse/app/models
Sam 2791852bd8 FEATURE: ability to regenerate system avatars as needed
BUGFIX: made system letter avatar more thinner for less block look
2014-05-28 12:30:57 +10:00
..
concerns Add fixed_category_positions site setting to handle whether categories are ordered by specified positions or by activity. 2014-05-16 11:33:52 -04:00
admin_dashboard_data.rb Add link to google config instructions. Fix dashboard warning for google oauth2. 2014-05-21 19:11:10 -04:00
api_key.rb Annotate models 2014-05-28 12:30:57 +10:00
backup.rb
badge.rb There is this thing called SQL and it is about 1000x faster 2014-05-16 10:34:06 +10:00
badge_type.rb
category.rb Annotate models 2014-05-28 12:30:57 +10:00
category_custom_field.rb FEATURE: backend for inviting a user to a group 2014-05-09 18:22:35 +10:00
category_featured_topic.rb Annotate models 2014-05-28 12:30:57 +10:00
category_featured_user.rb Annotate models 2014-05-28 12:30:57 +10:00
category_group.rb Annotate models 2014-05-28 12:30:57 +10:00
category_list.rb FIX: category_list_spec would sometimes fail. It was passing only by luck. 2014-05-21 10:37:37 -04:00
category_search_data.rb
category_user.rb
color_scheme.rb Fix failing spec. Stubbing intermittently does not stub... 2014-05-22 11:06:19 -04:00
color_scheme_color.rb Annotate models 2014-05-22 09:00:38 +10:00
digest_email_site_setting.rb
discourse_single_sign_on.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
discourse_version_check.rb
draft.rb Annotate models 2014-05-28 12:30:57 +10:00
draft_sequence.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
email_log.rb Annotate models 2014-05-28 12:30:57 +10:00
email_token.rb Annotate models 2014-05-28 12:30:57 +10:00
error_log.rb
facebook_user_info.rb Annotate models 2014-05-28 12:30:57 +10:00
github_user_info.rb Annotate models 2014-05-28 12:30:57 +10:00
global_setting.rb
google_user_info.rb Annotate models 2014-05-28 12:30:57 +10:00
group.rb Annotate models 2014-05-28 12:30:57 +10:00
group_custom_field.rb FEATURE: backend for inviting a user to a group 2014-05-09 18:22:35 +10:00
group_user.rb Annotate models 2014-05-28 12:30:57 +10:00
incoming_link.rb Annotate models 2014-05-28 12:30:57 +10:00
incoming_links_report.rb
invite.rb Annotate models 2014-05-28 12:30:57 +10:00
invite_redeemer.rb FEATURE: backend for inviting a user to a group 2014-05-09 18:22:35 +10:00
invited_group.rb FEATURE: backend for inviting a user to a group 2014-05-09 18:22:35 +10:00
leader_requirements.rb
locale_site_setting.rb
min_trust_to_create_topic_setting.rb
notification.rb Annotate models 2014-05-28 12:30:57 +10:00
oauth2_user_info.rb Annotate models 2014-05-28 12:30:57 +10:00
optimized_image.rb use bicubic so we support earlier image magicks like the one in docker 2014-05-27 15:38:11 +10:00
plugin_store.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
plugin_store_row.rb
post.rb Annotate models 2014-05-28 12:30:57 +10:00
post_action.rb Annotate models 2014-05-28 12:30:57 +10:00
post_action_type.rb Annotate models 2014-05-28 12:30:57 +10:00
post_alert_observer.rb
post_analyzer.rb
post_custom_field.rb FEATURE: backend for inviting a user to a group 2014-05-09 18:22:35 +10:00
post_detail.rb Annotate models 2014-05-28 12:30:57 +10:00
post_mover.rb
post_reply.rb Annotate models 2014-05-28 12:30:57 +10:00
post_revision.rb Wiki Post 2014-05-13 08:53:11 -04:00
post_search_data.rb
post_timing.rb
post_upload.rb
report.rb
s3_region_site_setting.rb
screened_email.rb Annotate models 2014-05-28 12:30:57 +10:00
screened_ip_address.rb Annotate models 2014-05-28 12:30:57 +10:00
screened_url.rb Annotate models 2014-05-28 12:30:57 +10:00
search_observer.rb Merge pull request #2316 from mutiny/refactor-where-first 2014-05-08 09:10:45 +10:00
single_sign_on_record.rb
site.rb
site_content.rb Annotate models 2014-05-28 12:30:57 +10:00
site_content_type.rb
site_customization.rb Annotate models 2014-05-28 12:30:57 +10:00
site_setting.rb Annotate models 2014-05-28 12:30:57 +10:00
top_lists.rb
top_menu_item.rb
top_topic.rb BUGFIX: improved top ranking formula (+ filter topics based on their creation date) 2014-05-05 23:05:35 +02:00
topic.rb Annotate models 2014-05-28 12:30:57 +10:00
topic_allowed_group.rb
topic_allowed_user.rb Annotate models 2014-05-28 12:30:57 +10:00
topic_custom_field.rb FEATURE: backend for inviting a user to a group 2014-05-09 18:22:35 +10:00
topic_embed.rb FIX: Robin is fired for the typo 2014-05-08 16:44:32 -04:00
topic_featured_users.rb
topic_invite.rb Annotate models 2014-05-28 12:30:57 +10:00
topic_link.rb Annotate models 2014-05-28 12:30:57 +10:00
topic_link_click.rb Annotate models 2014-05-28 12:30:57 +10:00
topic_list.rb BUGFIX: remove N+1 on topic lists 2014-05-12 10:11:05 +02:00
topic_notifier.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
topic_participants_summary.rb FEATURE: add the first 3 participants in a private message 2014-05-12 09:32:49 +02:00
topic_poster.rb
topic_posters_summary.rb FEATURE: add the first 3 participants in a private message 2014-05-12 09:32:49 +02:00
topic_status_update.rb
topic_tracking_state.rb
topic_user.rb Annotate models 2014-05-28 12:30:57 +10:00
twitter_user_info.rb Annotate models 2014-05-28 12:30:57 +10:00
upload.rb Annotate models 2014-05-28 12:30:57 +10:00
user.rb Annotate models 2014-05-28 12:30:57 +10:00
user_action.rb Annotate models 2014-05-28 12:30:57 +10:00
user_action_observer.rb
user_avatar.rb FEATURE: ability to regenerate system avatars as needed 2014-05-28 12:30:57 +10:00
user_badge.rb
user_custom_field.rb
user_email_observer.rb
user_history.rb Annotate models 2014-05-28 12:30:57 +10:00
user_open_id.rb Annotate models 2014-05-28 12:30:57 +10:00
user_profile.rb FEATURE: Add a location field to a user's profile 2014-05-27 13:54:04 -04:00
user_search.rb BUGFIX: exact username match not correctly prioritized on search 2014-05-15 12:22:35 +10:00
user_search_data.rb
user_stat.rb Work in progress, keeping avatars locally 2014-05-27 10:08:03 +10:00
user_visit.rb
username_validator.rb
view.rb