docbrown/app/controllers
rhymes 915e2d77b6 Export articles/posts (#576)
* Add EditorConfig file for all editors

* Add article export service

* Add setting to request an export of all articles

* On the outside they are called posts

* Add articles exported email to mailer and service

* Refactor to one public method and test flags

* Trigger the export if it was requested and send the email

* Recreated migration file with generic export fields

* Rename fields and switch to a whitelist

* Refactor ArticleExportService into a more generic structure

* Rename articles_exported_email to export_email

* Fix notify mailer spec

* Rename Exporter::Exporter to Exporter::Service

* Remove commented out line

* Removed body_html, coordinates and updated_at from export

* Invert DJ config

* Update spec
2018-11-21 11:13:36 -05:00
..
admin Add HTML variants for cta optimization and other nav bar adjustments (#970) 2018-10-22 17:03:57 -04:00
api/v0 Move follow and reaction aggregation into Notification model to avoid… (#1164) 2018-11-20 15:00:21 -05:00
concerns Edem/improvements/pundit coverage (#498) 2018-06-28 09:38:20 -04:00
internal Add reaction confirm/invalidate workflow for admins (#1134) 2018-11-16 18:53:36 -05:00
notifications Code cleanups (#659) 2018-08-07 11:00:13 -04:00
additional_content_boxes_controller.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
application_controller.rb Apply rubocop some rule (#295) 2018-08-13 16:32:11 -04:00
articles_controller.rb Notifications part 2 (#1156) 2018-11-19 18:14:24 -05:00
async_info_controller.rb Adjust dashboard analytics to be more reliable (#1115) 2018-11-13 20:37:29 -05:00
badges_controller.rb [Done] Add BDEFGI Policies and Specs (#487) 2018-06-26 09:23:07 -04:00
blocks_controller.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
buffered_articles_controller.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
chat_channel_memberships_controller.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
chat_channels_controller.rb Fix Layout/EndAlignment lint (#349) [skip ci] 2018-08-15 15:49:38 -04:00
comments_controller.rb Fix small details in notification results and add filtering (#1166) 2018-11-20 18:00:11 -05:00
dashboards_controller.rb Make analytics show on all posts and add other details (#1118) 2018-11-14 13:30:29 -05:00
email_subscriptions_controller.rb Use timezone aware methods (#893) 2018-10-18 16:26:29 -04:00
events_controller.rb [Done] Add BDEFGI Policies and Specs (#487) 2018-06-26 09:23:07 -04:00
feedback_messages_controller.rb Add slack notifications to notes for reports (#660) 2018-09-25 14:36:54 -04:00
followed_articles_controller.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
follows_controller.rb Move follow and reaction aggregation into Notification model to avoid… (#1164) 2018-11-20 15:00:21 -05:00
ga_events_controller.rb Migrate to Travis CI (part 2) (#591) 2018-07-20 20:17:18 -04:00
github_repos_controller.rb Performance: replace ruby methods with their faster alternatives (#949) 2018-10-19 13:21:18 -04:00
giveaways_controller.rb Use timezone aware methods (#893) 2018-10-18 16:26:29 -04:00
html_variant_successes_controller.rb Add HTML variants for cta optimization and other nav bar adjustments (#970) 2018-10-22 17:03:57 -04:00
html_variant_trials_controller.rb Add HTML variants for cta optimization and other nav bar adjustments (#970) 2018-10-22 17:03:57 -04:00
html_variants_controller.rb Add usability features to html_variants (#991) 2018-10-23 16:23:48 -04:00
image_uploads_controller.rb Fix Layout/EndAlignment lint (#349) [skip ci] 2018-08-15 15:49:38 -04:00
live_articles_controller.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
messages_controller.rb Use timezone aware methods (#893) 2018-10-18 16:26:29 -04:00
moderations_controller.rb Edem/improvements/pundit coverage (#498) 2018-06-28 09:38:20 -04:00
notifications_controller.rb Small notification update (#1169) 2018-11-20 20:03:55 -05:00
omniauth_callbacks_controller.rb Improve Sign In/Up Error Handling (#832) 2018-10-11 13:31:37 -04:00
organizations_controller.rb Fix issue where only approved orgs could make CTAs (#1017) 2018-10-27 13:03:56 -04:00
pages_controller.rb Reduce member's page cache size (#764) 2018-09-29 22:20:37 -04:00
podcast_episodes_controller.rb Fix Lint/AmbiguousBlockAssociation (#454) 2018-08-30 12:51:21 -04:00
push_notification_subscriptions_controller.rb Add browser push notifications (attempt) (#412) 2018-06-09 17:33:58 -04:00
pusher_controller.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
reactions_controller.rb Move follow and reaction aggregation into Notification model to avoid… (#1164) 2018-11-20 15:00:21 -05:00
reading_list_items_controller.rb Add more request specs (#460) 2018-06-20 17:46:23 -04:00
registrations_controller.rb Use timezone aware methods (#893) 2018-10-18 16:26:29 -04:00
social_previews_controller.rb Edem/improvements/pundit coverage (#498) 2018-06-28 09:38:20 -04:00
stories_controller.rb Add score minimum to a couple missing places (#1133) 2018-11-16 18:16:33 -05:00
stripe_active_cards_controller.rb Add stripe policies and specs (#529) 2018-07-02 17:19:25 -04:00
stripe_subscriptions_controller.rb Add stripe policies and specs (#529) 2018-07-02 17:19:25 -04:00
tags_controller.rb Add pundit policy for several controllers (#476) 2018-06-21 18:26:35 -04:00
twilio_tokens_controller.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
users_controller.rb Export articles/posts (#576) 2018-11-21 11:13:36 -05:00
video_states_controller.rb Add pundit policy for several controllers (#476) 2018-06-21 18:26:35 -04:00
videos_controller.rb Added ArticleWithVideoCreationService (#344) 2018-08-15 17:19:54 -04:00