* Add meta to sidebar and adjust ranking algo
* Update home feed to show more recent posts from folks you follow
* Only show recent posts on home feed if user signed in
* Remove extraneous string conversion
* Add slack message for new notes
* Move status and minimize buttons to the bottom
* Add note model spec
* Remove extraneous param for reported links
* Fixed the overflowing user name in the top bar under profile thumbnail
* Fixed by adding hidden and ellipsis
* Added the share to linkedin for sharing articles on LinkedIn
* Changed the summary param to article.description
* Fix weird breakpoint top-nav issue
* Fix error handling when submitting blank note
* Change status closed to invalid
* Add ability to sort between status
* WIP
* Add working views for new report page
* Add mailer WIP
* Add MVP of new reports system
* Move collapse to the right & add show page link
* Fix buttons for index page
* Change collapse to collapse/expand
* Remove email functionality from new report
* Update copy of report abuse responses
* WIP of showing emails in reports
* Fix notes for user_role_service.rb
* Remove unused scripts from internal.html.erb
* Update tests for reports dashboard
* Add missing migration file
* Add finishing touches to reports dashboard
* Remove deprecated methods
* Update view with better timestamps
* Update and write new tests
* Add .codeclimate.yml
* Remove commented out editor thing
* Undo commented out code for recaptcha method
* Undo comment out code for development
* Use new comment path instead of old comment path
* Comment liquid tag - https
Replaced `http` for `https` in twitter and github links
* User tag - Https
Replaced `http` with `https` in github and twitter links.
* Comments - Https
Replaced http with https for github and twitter links
* Article index
Article - Update twitter and github link from http to https
* Article markdown - Http to Https
Article markdown - replaced http with https
* Comment view: Closed `a` tag
An `a` tag was not correctly closed, before injecting an image. This commit closed it.
* Renamed pack file from chat.jsx to Chat.jsx.
* refactor
* Missed a js pack where chat.js -> Chat.jsx
* 👷Refactor
* 👷Refactor
* 👷Refactor
* 👷Refactor
* ✅Tests
* Fixed some wording in a test description.