docbrown/app/models
Ridhwana 9da0049fc6
Add the 'approved' attribute to index articles so that we can filter by it later on. (#6032) [deploy]
* feat: add approved as an index or ordered articles and for the algolia search

* oops: added approved to the wrong place, should be on ordered_articles
2020-02-13 15:46:14 -05:00
..
concerns
webhook Define Doorkeeper::Application association (#4065) [ci skip] 2019-09-19 10:28:55 -04:00
api_secret.rb
application_record.rb Use .execute to avoid any possibility of prepared statements (#5509) [deploy] 2020-01-14 13:23:32 -05:00
article.rb Add the 'approved' attribute to index articles so that we can filter by it later on. (#6032) [deploy] 2020-02-13 15:46:14 -05:00
audit_log.rb Implement Moderators audit logs (#3449) 2019-10-23 10:30:45 -04:00
backup_data.rb
badge.rb CacheBuster refactoring (#4766) 2019-11-13 10:51:23 -05:00
badge_achievement.rb Move BadgeAchievements::SendEmailNotificationWorker to Sidekiq (#5779) [deploy] 2020-01-31 14:45:32 -05:00
banished_user.rb Introduce BanishedUser table (#5589) [deploy] 2020-01-21 17:15:58 -05:00
block.rb
broadcast.rb Allow dynamic authoring of welcome notifications (#6045) [deploy] 2020-02-12 13:50:37 -08:00
buffer_update.rb Adjust BufferUpdatesController's authorization (#4070) 2019-09-20 11:50:34 -07:00
chat_channel.rb Remove Unused ChatChannel Indexing (#5907) [deploy] 2020-02-07 12:39:59 -05:00
chat_channel_membership.rb Refactor ProfileImage (#5803) 2020-02-07 08:56:16 -05:00
classified_listing.rb Refactor ProfileImage (#5803) 2020-02-07 08:56:16 -05:00
collection.rb
comment.rb Enable bullet during tests to catch N+1 early (and some cleanups) (#5930) [deploy] 2020-02-07 09:02:22 -05:00
config.rb Add single resource admin concept (#5069) [deploy] 2019-12-11 13:17:55 -05:00
credit.rb
data_update_script.rb Set Up Framework For Running Data Update Scripts (#6025) [deploy] 2020-02-13 10:48:23 -05:00
display_ad.rb Improve speed of model tests by around 50/60 seconds (#5016) 2019-12-09 16:33:48 -05:00
display_ad_event.rb
email_message.rb
event.rb Move Events::BustCacheJob to Sidekiq and rename (#5379) 2020-01-06 15:51:46 -05:00
feedback_message.rb [deploy] Finalize deleting user associations (#5624) 2020-01-23 11:29:47 -05:00
follow.rb Add Follows::CreateChatChannelWorker for Sidekiq (#5458) 2020-01-20 08:23:44 -05:00
github_issue.rb
github_repo.rb CacheBuster refactoring (#4766) 2019-11-13 10:51:23 -05:00
growth.rb Add single resource admin concept (#5069) [deploy] 2019-12-11 13:17:55 -05:00
html_variant.rb Enable bullet during tests to catch N+1 early (and some cleanups) (#5930) [deploy] 2020-02-07 09:02:22 -05:00
html_variant_success.rb
html_variant_trial.rb
identity.rb
job_opportunity.rb Improve speed of model tests by around 50/60 seconds (#5016) 2019-12-09 16:33:48 -05:00
languages.rb
mention.rb Add mentions send email notifications worker (#5549) 2020-01-20 08:24:42 -05:00
message.rb Remove Unused ChatChannel Indexing (#5907) [deploy] 2020-02-07 12:39:59 -05:00
mod.rb Add single resource admin concept (#5069) [deploy] 2019-12-11 13:17:55 -05:00
note.rb
notification.rb Allow dynamic authoring of welcome notifications (#6045) [deploy] 2020-02-12 13:50:37 -08:00
notification_subscription.rb
organization.rb Refactor ProfileImage (#5803) 2020-02-07 08:56:16 -05:00
organization_membership.rb Add organizations to user profile (#5583) [deploy] 2020-01-27 13:31:27 -05:00
page.rb Remove full_page from the Page TEMPLATE_OPTIONS (#5981) 2020-02-10 17:04:59 -05:00
page_view.rb Move Search::RemoveFromIndexJob to Sidekiq (#5637) [deploy] 2020-01-23 11:27:28 -08:00
permission.rb Add single resource admin concept (#5069) [deploy] 2019-12-11 13:17:55 -05:00
podcast.rb Refactor ProfileImage (#5803) 2020-02-07 08:56:16 -05:00
podcast_episode.rb Refactor ProfileImage (#5803) 2020-02-07 08:56:16 -05:00
poll.rb
poll_option.rb
poll_skip.rb Improve speed of model tests by around 50/60 seconds (#5016) 2019-12-09 16:33:48 -05:00
poll_vote.rb
pro_membership.rb Move Users::ResaveArticlesJob to Sidekiq (#5398) 2020-01-10 13:56:39 -06:00
profile_pin.rb
rating_vote.rb Improve speed of model tests by around 50/60 seconds (#5016) 2019-12-09 16:33:48 -05:00
reaction.rb Change UpdateReactableJob to UpdateReactableWorker and move to sidekiq (#5551) [deploy] 2020-02-13 10:13:11 -05:00
role.rb Add mod channel automation to tags (#5731) [deploy] 2020-02-06 16:27:12 -05:00
site_config.rb Implement Mailchimp unsubscribe webhook (#5804) [deploy] 2020-02-11 14:25:48 -05:00
sponsorship.rb
tag.rb Index Tags to Elasticsearch after they are created (#5958) [deploy] 2020-02-11 11:58:58 -05:00
tag_adjustment.rb Mod tooling: add tags via /mod refactor (#5017) 2019-12-13 13:02:45 -05:00
tool.rb Add single resource admin concept (#5069) [deploy] 2019-12-11 13:17:55 -05:00
tweet.rb Enable bullet during tests to catch N+1 early (and some cleanups) (#5930) [deploy] 2020-02-07 09:02:22 -05:00
user.rb Allow dynamic authoring of welcome notifications (#6045) [deploy] 2020-02-12 13:50:37 -08:00
user_block.rb [deploy] Finalize deleting user associations (#5624) 2020-01-23 11:29:47 -05:00
user_counter.rb User counters using PostgreSQL JSON (#5373) [deploy] 2020-02-03 10:35:08 -05:00
webhook_endpoint.rb Add single resource admin concept (#5069) [deploy] 2019-12-11 13:17:55 -05:00
welcome.rb Add single resource admin concept (#5069) [deploy] 2019-12-11 13:17:55 -05:00