discourse/app/models
Sam e91ed83586 the private message stream is different to normal streams, improving the ui a bit and collapsing conversations 2013-05-20 16:44:06 +10:00
..
admin_dashboard_data.rb Don't cache the problems list with the rest of the dashboard data 2013-05-15 11:09:12 -04:00
admin_log.rb Add ability to destroy a user with 0 posts 2013-04-12 16:53:00 -04:00
category.rb fix crash caused by incorrect query in scope 2013-05-15 22:26:52 +01:00
category_featured_topic.rb Include pinned on Categories page 2013-04-03 11:45:53 -04:00
category_featured_user.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
category_group.rb backend for secure categories mostly done (todo pm groups) 2013-04-29 16:33:43 +10:00
category_list.rb better add some tests here tomorrow 2013-05-13 18:47:32 +10:00
discourse_version_check.rb Version check gets how many versions behind you are, and shows judgemental faces on the dashboard 2013-03-05 18:15:33 -05:00
draft.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
draft_sequence.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
email_log.rb Dashboard: split out private messages from topic and post counts; re-enable report_spec because I think I fixed it... 2013-04-03 13:26:09 -04:00
email_token.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
error_log.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
facebook_user_info.rb Initial release of Discourse 2013-02-05 14:16:51 -05:00
github_user_info.rb Added Github authentication option, disabled by default with enable options in settings. 2013-02-26 05:00:21 +00:00
group.rb refactor 2013-05-17 09:03:52 +10:00
group_user.rb work in progress ... groups 2013-05-08 15:20:38 +10:00
hot_topic.rb Debugging Tool for Hot Topics 2013-04-02 18:00:53 -04:00
incoming_link.rb Add reports for IncomingLinks on admin dashboard 2013-05-01 18:12:02 -04:00
incoming_links_report.rb Change the title Visits to Clicks in referral tables on admin dashboard 2013-05-06 11:56:35 -04:00
invite.rb remove acts_as_paranoid, use .trash! , .recover! and .with_deleted as needed 2013-05-07 14:39:01 +10:00
invited_list.rb Fix all the trailing whitespace 2013-02-07 16:45:24 +01:00
notification.rb consistency check, need to also ensure delete cleans stuff up, maybe make notifications trashable 2013-05-16 17:50:14 +10:00
post.rb Fix for topic excerpt being from the wrong post 2013-05-18 13:35:21 -04:00
post_action.rb Support for a new site setting: `newuser_spam_host_threshold`. If a new user posts a link 2013-05-16 12:19:50 -04:00
post_action_type.rb don't treat notify user as a flag 2013-04-15 13:09:52 +10:00
post_alert_observer.rb moderators now have teeth, more at http://meta.discourse.org/t/moderator-permission-set/6307/5 2013-05-02 15:15:53 +10:00
post_reply.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
post_timing.rb correct logic for tracking the highest seen post number so its always consistent 2013-04-08 11:12:52 +10:00
report.rb Fix bookmarks admin dashboard counts to include bookmarks that were deleted 2013-04-30 12:52:12 -04:00
search_observer.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
site.rb speed up startup (avoid loading some gems on startup) 2013-05-13 18:04:03 +10:00
site_content.rb Replace MultisiteI18n hack with SiteContent and admin editing. 2013-04-05 16:48:15 -04:00
site_content_type.rb Replace MultisiteI18n hack with SiteContent and admin editing. 2013-04-05 16:48:15 -04:00
site_customization.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
site_setting.rb Support for a new site setting: `newuser_spam_host_threshold`. If a new user posts a link 2013-05-16 12:19:50 -04:00
stripped_length_validator.rb FIX: setting min_topic_title_length is ignored 2013-04-10 14:54:10 +02:00
topic.rb Add tabs to category create/edit modal. Categories can have a default auto-close setting that applies to all new topics created in the category. Add rspec-given and write some integration tests. Tests for topic auto-close with category default 2013-05-17 11:05:35 -04:00
topic_allowed_group.rb moderators now have teeth, more at http://meta.discourse.org/t/moderator-permission-set/6307/5 2013-05-02 15:15:53 +10:00
topic_allowed_user.rb Initial release of Discourse 2013-02-05 14:16:51 -05:00
topic_invite.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
topic_link.rb Support for a new site setting: `newuser_spam_host_threshold`. If a new user posts a link 2013-05-16 12:19:50 -04:00
topic_link_click.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
topic_list.rb moderators now have teeth, more at http://meta.discourse.org/t/moderator-permission-set/6307/5 2013-05-02 15:15:53 +10:00
topic_poster.rb topic_poster.rb: Fix formatting of the attributes return value 2013-03-23 19:09:01 +05:30
topic_user.rb better consistency check 2013-04-08 13:02:20 +10:00
twitter_user_info.rb Initial release of Discourse 2013-02-05 14:16:51 -05:00
upload.rb add meaningful error message on upload [fixes #773] 2013-04-27 20:26:17 +02:00
user.rb Clean up update_visit_record! 2013-05-18 16:02:06 +10:00
user_action.rb the private message stream is different to normal streams, improving the ui a bit and collapsing conversations 2013-05-20 16:44:06 +10:00
user_action_observer.rb :s/POST/REPLY/g 2013-05-01 10:52:31 +10:00
user_email_observer.rb introduce Enum 2013-03-01 21:16:36 +03:00
user_open_id.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
user_search.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
user_visit.rb some minimal site settings diags 2013-04-05 17:47:54 +11:00
username_validator.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00
view.rb minor cleanup, using AR querying DSL over raw SQL in some places 2013-02-28 21:54:12 +03:00