.. |
.gitkeep
|
Initial release of Discourse
|
2013-02-05 14:16:51 -05:00 |
admin_dashboard_data.rb
|
Dashboard warning when host_names is localhost
|
2013-03-20 15:38:28 -04:00 |
category_featured_topic.rb
|
minor cleanup, using AR querying DSL over raw SQL in some places
|
2013-02-28 21:54:12 +03: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_list.rb
|
minor cleanup, using AR querying DSL over raw SQL in some places
|
2013-02-28 21:54:12 +03:00 |
category.rb
|
displays a message when a failure happen while creating a new category
|
2013-03-14 22:25:55 +01: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_sequence.rb
|
minor cleanup, using AR querying DSL over raw SQL in some places
|
2013-02-28 21:54:12 +03:00 |
draft.rb
|
minor cleanup, using AR querying DSL over raw SQL in some places
|
2013-02-28 21:54:12 +03:00 |
email_log.rb
|
Add email counts to admin dashboard
|
2013-03-18 10:08: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 |
incoming_link.rb
|
move IncomingLink callbacks into their own methods
|
2013-03-02 12:33:29 +03:00 |
invite.rb
|
introduce Enum
|
2013-03-01 21:16:36 +03:00 |
invited_list.rb
|
Fix all the trailing whitespace
|
2013-02-07 16:45:24 +01:00 |
message_bus_observer.rb
|
Move MessageBus observer into PostCreator
|
2013-03-18 17:54:39 -04:00 |
notification.rb
|
introduce Enum
|
2013-03-01 21:16:36 +03:00 |
onebox_render.rb
|
minor cleanup, using AR querying DSL over raw SQL in some places
|
2013-02-28 21:54:12 +03:00 |
post_action_type.rb
|
introduce Enum
|
2013-03-01 21:16:36 +03:00 |
post_action.rb
|
Converted flag threshold constants to enums
|
2013-03-18 17:54:43 -04:00 |
post_alert_observer.rb
|
Cleaned up TopicUserSpec, introduces clearing of pinned topics
|
2013-03-07 12:19:25 -05:00 |
post_onebox_render.rb
|
Initial release of Discourse
|
2013-02-05 14:16:51 -05: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
|
minor cleanup, using AR querying DSL over raw SQL in some places
|
2013-02-28 21:54:12 +03:00 |
post.rb
|
cache reply_to_user_id in post to eliminate a very nasty n+1 query
|
2013-03-19 16:54:23 -07:00 |
report.rb
|
Cache dashboard data in the controller, not the report model
|
2013-03-20 13:54:32 -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_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
|
A site setting for how many similar topics are returned
|
2013-03-19 13:51:25 -04:00 |
site.rb
|
remove N+1 queries
|
2013-03-08 05:34:19 -08:00 |
stripped_length_validator.rb
|
Using LengthValidator's localized messages for StrippedLengthValidator.
|
2013-02-18 21:57:46 -05: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_click.rb
|
minor cleanup, using AR querying DSL over raw SQL in some places
|
2013-02-28 21:54:12 +03:00 |
topic_link.rb
|
minor cleanup, using AR querying DSL over raw SQL in some places
|
2013-02-28 21:54:12 +03:00 |
topic_list.rb
|
minor cleanup, using AR querying DSL over raw SQL in some places
|
2013-02-28 21:54:12 +03:00 |
topic_poster.rb
|
minor cleanup, using AR querying DSL over raw SQL in some places
|
2013-02-28 21:54:12 +03:00 |
topic_user.rb
|
Cleaned up TopicUserSpec, introduces clearing of pinned topics
|
2013-03-07 12:19:25 -05:00 |
topic.rb
|
A site setting for how many similar topics are returned
|
2013-03-19 13:51:25 -04:00 |
twitter_user_info.rb
|
Initial release of Discourse
|
2013-02-05 14:16:51 -05:00 |
upload.rb
|
minor cleanup, using AR querying DSL over raw SQL in some places
|
2013-02-28 21:54:12 +03:00 |
user_action_observer.rb
|
introduce Enum
|
2013-03-01 21:16:36 +03:00 |
user_action.rb
|
added options to disable quoting and open links in new tabs
|
2013-03-12 20:06:58 -07: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
|
Add stats to the admin dashboard
|
2013-03-09 15:34:27 -05:00 |
user.rb
|
pull moderator into own column, rename trust levels
|
2013-03-19 21:06:11 -07: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 |