docbrown/spec
Andy Zhao 73caa9a864 New Feature: Block Users (#4411)
* Prevent need for eager loading

* Add initial implementation of user block

* Remove debugger oops

* Add index and foreign keys for user_block table

* Use private method instead of exists

* Move channel handling logic to service object

* Update styling a bit

* Use profileDropdown file for future proofing

* Remove commented out code

* Render json: { result } for all endpoints

* Add statuses for sad paths

* Add better sad path handling in the JS

* Remove accidentally committed spec file

* Don't wait for DOM to load block button

* Use equality for accuracy in slug query

* Add status code for unauthorized requests

* Add missing comma sigh
2019-10-23 17:14:28 -04:00
..
black_box Update feed to have popular post stick around less (#4413) 2019-10-14 12:34:11 -04:00
decorators Display comment published timestamp according to user's locale (#1970) 2019-03-08 15:19:37 -05:00
factories New Feature: Block Users (#4411) 2019-10-23 17:14:28 -04:00
fixtures Validates Article's published_at (#4140) 2019-10-01 15:57:36 -04:00
helpers Refactor ArticleHelper#get_host_without_www (#4558) [ci skip] 2019-10-23 14:36:32 -04:00
jobs Add ChatChannels::IndexingJob (#4317) [ci skip] 2019-10-15 16:13:10 -04:00
labor Prepend non-url paths with https://dev.to (#4306) 2019-10-11 12:34:42 -04:00
lib Fix Typos (#3510) 2019-07-22 12:56:48 -04:00
liquid_tags Add post as an alias to the link liquid tag (#4353) 2019-10-11 08:46:02 -04:00
mailers Pro: memberships (#3461) 2019-09-24 10:38:54 -07:00
models New Feature: Block Users (#4411) 2019-10-23 17:14:28 -04:00
observers Moved SlackBot.delay.ping calls to ActiveJob #3136 (#3139) 2019-06-12 09:23:37 -04:00
policies Create InternalPolicy (#4380) 2019-10-17 14:21:43 -04:00
requests New Feature: Block Users (#4411) 2019-10-23 17:14:28 -04:00
routing Enabled rubocop/lint (#2130) 2019-03-21 10:53:44 -04:00
services New Feature: Block Users (#4411) 2019-10-23 17:14:28 -04:00
support Remove Chrome version from Travis.yml (#4555) [ci skip] 2019-10-23 09:15:23 -04:00
system Fixed Leave organization not working (#4387) (#4420) 2019-10-15 18:04:16 -04:00
views Improve test speed (#3957) [ci skip] 2019-09-12 16:17:20 -04:00
rails_helper.rb Update core API endpoints to support access_token (#3644) 2019-08-08 15:55:23 -03:00
spec_helper.rb Temporarily comment out random (#2486) 2019-04-18 11:56:38 -04:00