* Add spec for org reaction notification
* Add organization_id to notifications
* Add validations for user and org IDs
* Move comment json_data out of loop
* Use actual column names instead
* Add organization filters
* Remove extra text-align
* Add organization filtering
* Refactor to reduce complexity
* Add receiver argument to handle orgs
* Add has_many notifications for orgs
* Add follow notifications for orgs
* Add comment notifications for orgs
* Rename some tests for specificity
* Add mark org notifications as read functionality
* Add radix to parseInt
* Define json_data outside of loop
* Notify org followers of a new post as well
* Move test to proper location
* Add test for aggregated method
* Make send org reaction notification more readable
* Test the rest of the notification model
* Refactor tag adjustment spec
* Fix extra html
* Added <kbd> tag support to markdown editors in article posts and comments.
* Fixed typo in test.
* Fixed test - now compares against inner html.
* Removed .showpage-signi-cta as dead code was reinstated accidentally via git merge.
* Use sass placeholder as no need to output the .kbd class in the css.
* Reinstated original css as accidentally changed with merge.
* Remove harsh video restriction and add video duration
* Fix video meta data and tests
* Modify video tests
* Rescue video duration fetch error
* Change log to puts in test
* The issue 'Styling of Edit Post button on your own post' fixed. Closed#1740
* I changed margin top to 4 and media screens's max-width value change as 376px
* add myself to the core contributors
* add comment template
* merge upstream
* make sure the template re-appears for top level comments after submission
* make interface admin only
* Adjust comment template form
* Fix merge conflicts
* Remove unnecessary comment template from json
* remove max-width cap on .home
* remove max-width cap on .home
* Revert "Merge branch 'master' into article-css-extra-wide"
This reverts commit 3eff6e456e11f5fc74e30d25d6e01c237c3b0d83, reversing
changes made to 5e064676029f9ce630b5580e46b9d64c6f43e838.
* revert max-width and add max-width to article-show
based on andrew bone's suggestion. looks good thus far both on home and article page in various screen sizes
* Removed a modified file from pull request
* Removed a modified file from pull request
* Removed a modified file from pull request
* Removed a modified file from pull request
* Removed a modified file from pull request
* Update article-show.scss
* Use a slightly faster call for user_id
* Remove unused file
* Test receive notifications functionality
* Notify when receive_notifications is true
* Test receiving reaction notifications
* Do not notify if receive_notifications is false
* Fix test for parent comment notification
* Add article mute notifications feature
* Remove deprecated specs
* Prevent email when receive_notification is false
* Update button messaging
* Use RESTful /article_mutes patch request
* Use parent or root article instead
* add comment template
* merge upstream
* Initial work
* make sure the template re-appears for top level comments after submission
* Small fix
* Fix git issues
* Account for missing reading times
* Add minimal score on sidebar
* Test for page to include min read
* rubocop cleanup
* Mess with test
* Add .to_i after score
* Modify search_score var
* remove inline markdown rule
* broaden evaluate_inline_markdown
basically same as evaluate_markdown but without class attributes
* remove inline markdown parser
* change code block color and background
* even out code padding top/bottom
* Add details to toggles and modify some styling
* Add details to child comments
* Finalize comment collapse in nested comments
* Modify styling on comment <details>
* Add ApiSecret model scaffold
* Add relationships between ApiSecret, User, Organization
* Add placeholder template to account tab
* Add description column to ApiSecrets
* Add very basic access token generation
* Add basic access token deletion
* Show access token on success flash
* Add placeholder message when user has no secrets
* Use cta style on token generation button
* Add presence validation for ApiSecret description
* Add ApiSecrets factory
* Add pundit policy for ApiSecret
* Nest form field within api_secret hash to allow rails strong params
* Use pundit to authorize ApiSecretController actions
* Add error message flash for ApiSecretsController actions
* Add specs for ApiSecretsController
* Add length validation to api secret description
* Flash model error instead of generic message on save failure
* Truncate ApiSecret factory objects descriptions to prevent validation error
* Remove length restriction on ApiSecret.description
* Use darker font color for token creation date
* Consolidate ApiSecret migrations
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Missed --theme-container-border
Adding --theme-container-border for missed elements
* Missed --theme-container-border
Adding --theme-container-border for missed elements
* Missed --theme-container-border
Adding --theme-container-border for missed elements
* Add --theme-container-box-shadow to footer
Add the --theme-container-box-shadow variable to the footer box shadow
* Add --theme-container-box-shadow to dashboard-analytics-header-wrapper
Add the --theme-container-box-shadow variable to the dashboard-analytics-header-wrapper
* Add --theme-container-box-shadow to query
Add the --theme-container-box-shadow variables to the no results query page
* Add --theme-container-box-shadow to widgets
Add the --theme-container-box-shadow variables to widgets
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Added --theme-top-bar-write-*
Adding both --theme-top-bar-write-color and --theme-top-bar-write-background to change the text/border colour and background colour of the write a post button.
* add --theme-top-bar-write-color to border
Added --theme-top-bar-write-color to border
* Revert theme changes
* Limit changes to write button
Styles were leaking but are now contained
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Fix wrong cursor pointer on hover
This commit changes the cursor to a pointer when the mouse hovers over one of the search query filter buttons.
* Moved rule outside the hover block to be consistent with the coding style