docbrown/spec/system/articles
Andy Zhao b953f17d0c New Feature: Subscribe to posts! (#3149)
* Add MVP of notification subscriptions

* Add rate limiting for notification subscriptions

* Show modal for logged out users on subscribe click

* Add enter key functionality for checkbox

* Add relationships for notification subscriptions

* Add model test for notification subscription

* Deprecated article mutes in favor of notification subscriptions

* Deprecated comment mutes in favor of notification subscriptions

* Move comment muting tests and logic over

* Merge comment and article muting into subscriptions

* Remove redundant check

* Use database to check for rate limit instead of cache

* Test for subscriptions handling notifications properly

* Fix notification model spec for subscriptions

* Fix tests for subscriptions

* Remove rate limiting

* Properly handle logged out users getting subscription status

* Fix test for new pattern

* Update reserved words

* Add config column to notification subscriptions

* Add logic for top level config and move tests

* Test for top level subscribers getting notified

* Fix logic mistake oops

* Add index and refactor comment_user_ids
2019-06-14 12:03:43 -04:00
..
user_creates_an_article_spec.rb Articles API: create and update (#2844) 2019-05-16 12:26:24 -04:00
user_deletes_an_article_spec.rb Add page for users to "manage" their posts after publication (distribution, etc.) (#2627) 2019-05-01 09:00:09 -04:00
user_edits_an_article_spec.rb Fix inconsistent spec (#3113) [ci skip] 2019-06-10 17:33:44 -04:00
user_visits_an_article_spec.rb New Feature: Subscribe to posts! (#3149) 2019-06-14 12:03:43 -04:00
user_visits_article_stats.rb Pro Analytics: stats for a single article (#3120) 2019-06-13 19:02:09 -04:00
user_visits_articles_by_tag_spec.rb Rubocop fixes (#3058) 2019-06-06 09:48:14 -04:00