discourse/lib
Robin Ward 8c2d6118ff Remove some of the last few `fa-icon` helpers 2017-09-14 11:20:36 -04:00
..
active_record/connection_adapters Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
auth GH#retrieve_avatar: simplify conditional and restructured testing 2017-08-22 23:46:50 -04:00
autospec Remove Spork dependency. 2017-08-10 22:54:52 +01:00
backup_restore Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
common_passwords fix build & add migration to clear common passwords cache 2016-03-03 19:39:22 +01:00
demon Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
email FIX: Handle incoming emails without email address in From header (#5177) 2017-09-12 22:35:24 +02:00
emoji FIX: Pull last emoji-db revision 2017-07-29 13:12:45 +02:00
es6_module_transpiler FEATURE: Use Glimmer compiler for widget templates 2017-09-01 09:28:16 -04:00
file_store Maintain backwards compatibility before `Jobs::MigrateUploadExtensions` runs. 2017-08-03 11:56:55 +09:00
freedom_patches Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
guardian PERF: Avoid calling expensive `PostGuardian#can_see_post?` multiple times. 2017-09-08 14:07:24 +08:00
highlight_js update highlight.js to 9.12.0 2017-07-05 11:12:10 +02:00
i18n Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
import Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
import_export Split alias levels in mentionable and messageable levels. (#5065) 2017-08-28 12:32:08 -04:00
javascripts Remove some of the last few `fa-icon` helpers 2017-09-14 11:20:36 -04:00
middleware Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
onebox FIX: stop using inline quote for local onebox 2017-06-27 10:57:38 -04:00
plugin Add reloadable support for patching in an avatar lookup 2017-08-30 14:24:03 -04:00
pretty_text FEATURE: server side support for upload:// markdown 2017-08-22 11:46:23 -04:00
rate_limiter Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
scheduler Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
search FEATURE: show tags in search results 2017-08-25 11:52:59 -04:00
sidekiq FIX: disable scheduled jobs when in readonly mode 2016-01-11 18:31:28 +01:00
site_settings FIX: Use a distrbuted cache for site locale. 2017-09-12 19:36:17 +08:00
stylesheet FIX: output css for category backgrounds only if uploads have a url 2017-09-11 17:10:30 -04:00
tasks new rake task to bake uncooked posts 2017-09-12 12:40:18 +05:30
validators Support for sending PMs to email addresses (#4988) 2017-08-28 12:07:30 -04:00
wizard FIX: staff count on invites step of wizard should only include real users 2017-08-14 22:17:41 -04:00
admin_confirmation.rb SECURITY: Confirm new administrator accounts via email 2017-04-04 15:59:01 -04:00
admin_constraint.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
admin_user_index_query.rb FIX: Don't allow staff to approve users with unverified emails 2017-09-04 12:55:39 -04:00
age_words.rb reused value of Time.now in a method 2015-12-01 21:06:37 +00:00
archetype.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
auth.rb Added Instagram login method 2016-02-25 12:13:59 +10:00
avatar_lookup.rb Remove irrelevant comment. 2017-09-08 14:07:24 +08:00
badge_queries.rb FIX: consecutive_visits query wasn't properly setting 'granted_at' (3rd time's a charm) 2017-09-07 18:41:56 +02:00
base62.rb FEATURE: server side support for upload:// markdown 2017-08-22 11:46:23 -04:00
cache.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
canonical_url.rb FIX: absolute canonical link on topic pages 2013-12-12 17:24:00 +01:00
category_badge.rb FIX: Category badge style of none was causing errors when rendering 2017-08-24 13:45:32 -04:00
column_dropper.rb FIX: Use `CASCADE` when dropping function. 2017-08-30 15:54:27 +08:00
comment_migration.rb FEATURE: Add CommentMigration for db column comments 2015-07-28 13:14:07 -07:00
composer_messages_finder.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
configurable_urls.rb Don't blow up if Redis switches to READONLY 2015-04-24 14:37:16 -04:00
content_buffer.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
cooked_post_processor.rb Merge branch 'master' into search_posts_with_images 2017-07-31 10:44:41 -04:00
crawler_detection.rb Update crawler_detection.rb 2017-05-16 11:17:05 -04:00
current_user.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
custom_renderer.rb
custom_setting_providers.rb Plugins can register providers for global settings 2017-01-09 17:18:58 -05:00
db_helper.rb FEATURE: move migrate_to_new_scheme into a background job 2015-06-12 12:07:57 +02:00
directory_helper.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
discourse.rb Add warning when plugins changed by `tmp` was not removed 2017-09-08 13:38:46 -04:00
discourse_cookie_store.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
discourse_diff.rb FIX: Don't diplay character reference in HTML diffs (#4204) 2016-05-09 08:44:21 +02:00
discourse_event.rb Remove stubs on DiscourseEvent in tests. 2017-06-01 16:21:00 +09:00
discourse_hub.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
discourse_iife.rb Allow the loader to understand when files are moved 2016-11-15 11:41:16 -05:00
discourse_plugin.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
discourse_plugin_registry.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
discourse_redis.rb correct erratically failing spec 2017-08-18 15:10:37 -04:00
discourse_tagging.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
discourse_updates.rb Extend config/version.rb with more informations (#5061) 2017-08-28 12:24:56 -04:00
disk_space.rb FIX: Allow for large free disk space 2016-01-25 13:22:36 +11:00
distributed_cache.rb Correct flaky distributed cache test 2017-08-01 16:11:48 -04:00
distributed_memoizer.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
distributed_mutex.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
edit_rate_limiter.rb Add better error messages for rate limits. 2015-09-24 13:52:46 -04:00
email.rb UX: display text & html parts alongside raw email in incoming email modal 2017-03-08 23:15:42 +01:00
email_backup_token.rb FEATURE: further restrict downloading of backups 2017-03-01 08:28:34 -07:00
email_cook.rb Email Cooker can onebox posts too 2016-07-18 15:00:12 -04:00
email_updater.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
enum.rb Enums that are used in tables need to be stable 2016-01-08 20:43:11 +05:30
enum_site_setting.rb Enum site settings can have translatable names in dropdown. Add setting for how often users get digest emails by default: default_digest_email_frequency. 2013-08-23 17:36:25 -04:00
excerpt_parser.rb FIX: exception in excerpt parser for null nodes 2017-08-17 16:13:30 -04:00
file_helper.rb FEATURE: new 'strip image metadata' site setting 2017-07-25 11:48:39 +02:00
filter_best_posts.rb PERF: Remove `Object#present?` check introduced in e0d5d9670a. 2017-09-07 21:36:27 +08:00
final_destination.rb FIX: allows onebox to force GET hosts returning wrong headers on HEAD 2017-08-08 11:44:27 +02:00
flag_query.rb UX: keep emojis in excerpts in flag queue 2017-08-14 15:16:47 +02:00
gaps.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
git_importer.rb FEATURE: support uploads for themes 2017-05-10 15:47:11 -04:00
global_path.rb Allow theme field object model to support uploads 2017-05-10 15:46:42 -04:00
guardian.rb FIX: Don't allow staff to approve users with unverified emails 2017-09-04 12:55:39 -04:00
has_errors.rb Add `PostCreator#create!`. 2016-07-15 11:36:06 +08:00
headless-ember.js JSHint headless-ember 2014-03-11 03:18:57 -04:00
homepage_constraint.rb FIX: Suppress error when acccess is invalid. 2017-01-06 13:18:04 +08:00
html_normalize.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
html_prettify.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
html_to_markdown.rb Some more HTML to Markdown fixes (#5046) 2017-08-14 22:13:24 +02:00
image_sizer.rb FIX: cropping GIF wasn't working 2016-07-27 18:48:02 +02:00
inline_oneboxer.rb FEATURE: option to enable inline oneboxes for all domains 2017-08-02 14:27:31 -04:00
introduction_updater.rb Add new welcome message step 2016-09-22 09:52:19 -04:00
ip_addr.rb Replace certain uses of 'gsub' with 'tr' or 'chomp' for a speed 2016-06-10 22:08:37 -05:00
js_locale_helper.rb FIX: You can't cache the files here, plugin translations won't work 2017-08-09 17:28:11 -04:00
json_error.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
letter_avatar.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
markdown_linker.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
mem_info.rb do not pull hotlinked images when max_image_size_kb == 0 2013-11-13 17:30:48 +01:00
memory_diagnostics.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
message_bus_diags.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
mobile_detection.rb radically simplify our mobile user agent detection 2016-03-26 02:02:23 -07:00
new_post_manager.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
new_post_result.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
notification_levels.rb Server side code for Watching First Post Only 2016-07-07 11:21:50 -04:00
oneboxer.rb FIX: allows onebox to force GET hosts returning wrong headers on HEAD 2017-08-08 11:44:27 +02:00
onpdiff.rb add onpdiff tests 2013-12-16 18:39:49 +01:00
pbkdf2.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
permalink_constraint.rb FIX: permalink normalization not applied at constraint 2015-07-22 13:40:45 +10:00
pinned_check.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
plugin_gem.rb Add some more debugging information when a plugin can't find a gem 2017-08-02 14:00:18 -04:00
post_action_creator.rb PERF: Avoid calling expensive `PostGuardian#can_see_post?` multiple times. 2017-09-08 14:07:24 +08:00
post_creator.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
post_destroyer.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
post_enqueuer.rb FIX: When approving/rejecting a post it should delete the user action 2015-04-24 15:25:47 -04:00
post_jobs_enqueuer.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
post_merger.rb FIX: Revised post not updated correctly when merging posts. 2016-08-11 09:01:54 +08:00
post_revisor.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
pretty_text.rb FEATURE: server side support for upload:// markdown 2017-08-22 11:46:23 -04:00
primary_group_lookup.rb PERF: Remove N+1 query when generating posters summary. 2017-09-14 12:07:35 +08:00
promotion.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
rate_limiter.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
retrieve_title.rb FEATURE: option to enable inline oneboxes for all domains 2017-08-02 14:27:31 -04:00
rtl.rb DEV: Move RTL into lib where it belongs 2017-07-03 15:26:57 -04:00
s3_helper.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
score_calculator.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
screening_model.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
search.rb FEATURE: show tags in search results 2017-08-25 11:52:59 -04:00
secure_session.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
single_sign_on.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
site_setting_extension.rb FIX: SiteSettings defaults cache leaking across multisite. 2017-08-07 15:16:57 +09:00
slug.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
socket_server.rb Merge pull request #4870 from tgxworld/fix_cleanup_sockets_servers 2017-05-24 12:33:34 -04:00
source_url.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
spam_handler.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
sql_builder.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
staff_constraint.rb FIX: Return 404 if API access is invalid. 2017-08-10 18:27:01 +09:00
stats_socket.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
suggested_topics_builder.rb Avoid allocating an extra array. 2017-09-08 14:07:24 +08:00
system_message.rb Convert server side paths to use `/u/` 2017-03-30 10:23:24 -04:00
table_migration_helper.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
text_cleaner.rb FIX: Title prettify shoundn't downcase all non-ascii titles 2017-08-08 14:03:24 -03:00
text_sentinel.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
timeline_lookup.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
topic_creator.rb Support for sending PMs to email addresses (#4988) 2017-08-28 12:07:30 -04:00
topic_list_responder.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
topic_query.rb Remove comment that is no longer relevant. 2017-09-14 19:57:50 +08:00
topic_query_sql.rb FEATURE: digests choose topics you're watching or tracking first 2016-08-18 17:16:52 -04:00
topic_retriever.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
topic_subtype.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
topic_view.rb FIX: only show participants the user can see 2017-09-13 17:14:03 +02:00
topics_bulk_action.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
trust_level.rb FIX: admin trust level user list URL should be consistent with new naming 2015-11-23 14:28:56 +05:30
twitter_api.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
unread.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
upload_creator.rb Merge branch 'master' into search_posts_by_filetype 2017-07-25 14:41:20 -04:00
url_helper.rb FIX: absolute URL for CDN should always be rooted with a protocol 2016-09-05 15:57:46 +10:00
user_name_suggester.rb FIX: suggested username should not be more than setting max_username_length 2017-03-29 18:19:28 +05:30
version.rb Version bump to v1.9.0.beta9 2017-09-14 11:08:22 -04:00
wizard.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00