discourse/lib
2014-05-27 12:39:15 +10:00
..
assets
auth BUGFIX: missed a key rename 2014-05-23 08:43:19 +10:00
autospec Theming: a UI to choose some base colors that are applied to all the site css. CSS compiled outside of asset pipeline. 2014-05-14 10:18:12 -04:00
common_passwords Use 10k most common passwords instead of 5k 2014-05-02 12:01:21 -04:00
demon PERF: reduce sidekiq worker count to 5 2014-05-14 10:21:11 +10:00
email FIX: Github commit oneboxing formatting in emails 2014-05-14 16:40:54 -04:00
es6_module_transpiler FIX: Plugin transpilation should work in workspaces that aren't called 2014-05-20 16:54:59 -04:00
export BUGFIX: better resiliency in the backup/restore processes 2014-05-13 16:18:22 +02:00
file_store BUGFIX: uploads to S3 2014-04-15 13:04:14 +02:00
freedom_patches Fix badge serialization issue. 2014-04-11 07:33:17 +05:30
guardian Wiki Post 2014-05-13 08:53:11 -04:00
import BUGFIX: better resiliency in the backup/restore processes 2014-05-13 16:18:22 +02:00
javascripts Add transifex config. Reconcile client.yml and server.yml translations in github and transifex. Transifex is now the source of all client.yml and server.yml files. 2014-04-10 15:42:38 -04:00
middleware BUGFIX: web crawlers messing with anon caching 2014-04-29 10:48:09 +10:00
onebox Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
plugin Allow registering ES6 modules from plugins. 2014-05-15 23:44:30 +05:30
rate_limiter
sass FIX: compare Time with nil error in dev env. Remove nils when looking for max mtime. 2014-05-22 18:46:29 -04:00
scheduler Refactor demonizer in prep for unicorn forking 2014-04-17 15:58:00 +10:00
search Add blurb of post to search results via API 2014-04-17 07:58:51 -05:00
sidekiq
site_settings BUGFIX: when RTT is short likes may not appear to work 2014-03-31 12:34:13 +11:00
tasks BUGFIX: rake task for creating an admin was not activating the account 2014-05-27 12:39:15 +10:00
validators FEATURE: support for enabling all upload file types 2014-04-29 19:12:35 +02:00
admin_constraint.rb
admin_user_index_query.rb BUGFIX: N+1 query when listing users in admin section 2014-04-08 19:12:53 +02:00
age_words.rb
archetype.rb
auth.rb Add Google Oauth2 authenticator. The current Google OpenID authentication has been deprecated by Google and will NOT work for any new websites. 2014-05-21 18:35:10 -04:00
avatar_lookup.rb Work in progress, keeping avatars locally 2014-05-27 10:08:03 +10:00
avatar_upload_service.rb FEATURE: support email attachments 2014-04-14 22:55:57 +02:00
backup_restore.rb BUGFIX: better resiliency in the backup/restore processes 2014-05-13 16:18:22 +02:00
boost_trust_level.rb Refactor BadgeGranter.update_trust_level_badges! -> update_badges. 2014-05-14 21:01:41 +05:30
cache.rb
canonical_url.rb
composer_messages_finder.rb Work in progress, keeping avatars locally 2014-05-27 10:08:03 +10:00
configurable_urls.rb
content_buffer.rb
cooked_post_processor.rb BUGFIX: do not lightbox oneboxed images 2014-05-12 12:07:05 +02:00
crawler_detection.rb Improved crawler detection: add Twitterbot, Facebook, curl, Bing, Baidu. 2014-03-16 19:30:20 +05:30
current_user.rb
custom_renderer.rb
directory_helper.rb
discourse.rb Merge pull request #2316 from mutiny/refactor-where-first 2014-05-08 09:10:45 +10:00
discourse_diff.rb
discourse_hub.rb Add more stats to version check 2014-05-12 09:06:43 +10:00
discourse_iife.rb Proof of concept: Load controller via ES6 module in Discourse 2014-05-08 11:35:33 -04:00
discourse_observer.rb
discourse_plugin_registry.rb Improved Plugins SCSS management 2014-04-25 18:25:45 +02:00
discourse_redis.rb
discourse_updates.rb
distributed_hash.rb
distributed_memoizer.rb
distributed_mutex.rb Tighten API, add spec for recovery, keep mutex semantics 2014-04-14 10:51:46 +10:00
edit_rate_limiter.rb
email.rb
enum.rb
enum_site_setting.rb
excerpt_parser.rb
file_helper.rb BUGFIX: sometimes we have stringio, it has no close 2014-05-27 10:08:03 +10:00
filter_best_posts.rb
flag_query.rb
gaps.rb
guardian.rb BUGFIX: could not see the revisions of a post in a deleted topic 2014-05-12 16:30:10 +02:00
headless-ember.js JSHint headless-ember 2014-03-11 03:18:57 -04:00
homepage_constraint.rb
image_sizer.rb
js_locale_helper.rb Merge pull request #2180 from tomciopp/master 2014-04-08 16:46:24 +10:00
json_error.rb Adds better reusable error message support. Added to fetching remote 2014-04-02 13:22:10 -04:00
letter_avatar.rb Work in progress, keeping avatars locally 2014-05-27 10:08:03 +10:00
markdown_linker.rb
mem_info.rb
message_bus_diags.rb
mobile_detection.rb
oneboxer.rb Adds a Site Setting to whitelist onebox domains 2014-04-09 16:57:45 -04:00
onpdiff.rb
pbkdf2.rb
pinned_check.rb FEATURE: display unpinned state, allow unpinning by clicking on pin 2014-04-10 10:59:02 +10:00
post_creator.rb raw bbpress import script 2014-05-18 11:33:59 +10:00
post_destroyer.rb
post_jobs_enqueuer.rb
post_revisor.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
pretty_text.rb FIX: Don't extract links from empty quotes 2014-05-20 17:20:52 -04:00
promotion.rb
rate_limiter.rb
remote_ip_improved.rb
score_calculator.rb
screening_model.rb
search.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
single_sign_on.rb Remove left overs 2014-04-24 09:41:03 +10:00
site_content_class_methods.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
site_setting_extension.rb Add UI for list site settings 2014-04-08 14:17:55 -07:00
slug.rb
sql_builder.rb
staff_constraint.rb
suggested_topics_builder.rb
summarize.rb
system_message.rb
text_cleaner.rb
text_sentinel.rb
topic_creator.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
topic_query.rb FEATURE: add the first 3 participants in a private message 2014-05-12 09:32:49 +02:00
topic_query_sql.rb Use "Top" logic for digest emails. Leave out muted categories. 2014-04-17 15:22:19 -04:00
topic_retriever.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
topic_subtype.rb
topic_view.rb FEATURE: A new site setting public_user_custom_fields which allows you 2014-05-14 14:39:01 -04:00
topics_bulk_action.rb
trust_level.rb
twitter_api.rb
unread.rb
url_helper.rb
user_name_suggester.rb Updated import for TypePad 2014-03-19 15:02:49 -04:00
version.rb Version bump to v0.9.9.5 2014-05-23 19:21:08 -04:00