dependabot-preview[bot]
5bf9c48abd
Bump autoprefixer-rails from 9.6.0 to 9.6.1 ( #3474 ) [ci skip]
...
Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails ) from 9.6.0 to 9.6.1.
- [Release notes](https://github.com/ai/autoprefixer-rails/releases )
- [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ai/autoprefixer-rails/compare/9.6.0...9.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-15 14:54:15 -04:00
Mac Siri
e28aaecca4
Make xhr request's method dynamic for archiving. ( #3335 )
2019-07-15 14:40:01 -04:00
andrewrod33
bbc83da539
Fix ampersand not being escaped in Twitter share from the hamburger menu ( #3466 )
2019-07-15 11:27:32 -04:00
dependabot-preview[bot]
0bbdb3cc21
Bump lint-staged from 9.1.0 to 9.2.0 ( #3482 ) [ci skip]
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 9.1.0 to 9.2.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v9.1.0...v9.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-15 10:59:49 -04:00
dependabot-preview[bot]
f8ebe7659d
Bump webdrivers from 4.0.1 to 4.1.0 ( #3478 ) [ci skip]
...
Bumps webdrivers from 4.0.1 to 4.1.0.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-15 10:55:02 -04:00
Ben Halpern
47eaa9ece1
Adjust listings social image and add "About Listings" button to show page. ( #3468 )
...
* Adjust size and contrast for listings social preview
* Add about listings button and modify listings css
2019-07-12 16:40:39 -04:00
Alexander Sandberg
32ff90d4fe
Add missing "dev-badge" class for proper night mode styling ( #3467 ) [ci skip]
2019-07-12 15:32:29 -04:00
Ben Halpern
966f48f9b6
Add watercooler as sidebar tag and watercooler flare ( #3465 )
...
* Add watercooler as sidebar tag and watercooler flare
* Fix black box cached_tag_list_array check
* Adjust blackbox spec
2019-07-12 14:24:33 -04:00
Mario See
1fcd6bb77b
Fix location link in listing ( #3464 )
2019-07-12 13:02:12 -04:00
Anna Buianova
135d1ddf2b
Don't check url and create podcast episode when there's no enclosure url ( #3460 )
...
* Don't check url and create podcast episode when there's no enclosure url
* Keep a couple of records of podcast's rss for test
2019-07-12 12:54:14 -04:00
Anna Buianova
567579daf3
Podcast episodes statuses #2952 ( #3386 )
2019-07-12 10:03:57 -04:00
Ben Halpern
49eb9c00cb
Fix chat channel details profile pic issue ( #3458 )
2019-07-12 09:33:40 -04:00
Alexander Sandberg
eea2ec2d21
Add inverted styling for social links in night mode ( #3459 )
2019-07-12 09:33:26 -04:00
Ben Halpern
f3fc121053
Fix copy on sponsorship page ( #3452 )
2019-07-11 17:32:46 -04:00
rhymes
d5057f7958
Show sponsorships in ledger ( #3447 )
2019-07-11 16:06:31 -04:00
rhymes
611f4b8675
Sponsorship: remove old columns (step 3) ( #3446 )
...
* Remove old sponsorship columns
* Rename redundant param names
2019-07-11 15:35:24 -04:00
Phạm Huy Hoàng
d13712f2a2
Add cursor:pointer in Offline Page ( #3445 ) [ci skip]
2019-07-11 09:27:54 -04:00
dependabot-preview[bot]
366f6a6914
[Security] Bump lodash.template from 4.4.0 to 4.5.0 ( #3444 )
...
Bumps [lodash.template](https://github.com/lodash/lodash ) from 4.4.0 to 4.5.0. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-10 20:55:46 -04:00
Sushant Bajracharya
01d1d1bcea
Make the Preview button dynamic ( #3317 )
2019-07-10 19:14:14 -04:00
Mario See
699d8703c9
Make listing dashboard sortable ( #3421 )
2019-07-10 18:24:53 -04:00
dependabot-preview[bot]
31cdbcb2cf
[Security] Bump lodash-es from 4.17.11 to 4.17.14 ( #3443 )
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-10 18:08:20 -04:00
Brandon Benefield
d4ff1f39f9
Fix long text code block preview ( #3390 ) [ci skip]
2019-07-10 18:03:41 -04:00
rhymes
cecd1db070
Sponsorship: business logic (step 2) ( #3440 )
...
* Add Sponsorship model
* Add Sponsorship to admin
* Add correct relationships between models
* Add temporary script to migrate sponsorship data
* Use constants for enums
* Use Sponsorship model in PartnershipsController
* Use Sponsorship in the views
* Validate sponsorship levels and tag combos
* Replace the rest of the sponsorship code to use Sponsorship
2019-07-10 16:40:56 -04:00
rhymes
ad79116366
Sponsorship: add model (step 1) ( #3438 )
...
* Add Sponsorship model
* Add Sponsorship to admin
* Add correct relationships between models
* Add temporary script to migrate sponsorship data
2019-07-10 15:58:37 -04:00
Mario See
11be56f38c
Add location to listings ( #3370 )
...
* add location to classified_listings
create rails migration and ran rake db:migrate
* add faker city to seed
* add location to index json
* add location as searchable attribute in algolia
* add form text field for adding location to new listing
* add location to dashboard json
* add location field for editing listings
* add location to listing_params in controller
* add location to single listing view
* add location to listing row in dashboard
* add location to dashboard test
* adjust listing dashboard row spacing
* reduce character limit
* reduce lines of conditional html elements
* compress listing card const
* fix form call for location in edit page
* update snapshot in dashboard
* add location length validation in listing model
* shorten limit and update location in edit page
2019-07-10 12:45:41 -04:00
Ben Halpern
b45a55662f
Fix slackbot ping issue and tag copy ( #3434 )
2019-07-09 23:06:28 -04:00
Ben Halpern
091a0d1087
Add basic pro accounts lander test ( #3433 )
2019-07-09 22:10:50 -04:00
Ben Halpern
5545246a6a
Update self-serve sponsorship copy/functionality ( #3416 )
...
* Transform GET sign in links into POST
* Ignore CVE-2015-9284 for now
* Update app/views/layouts/_signup_modal.html.erb
Co-Authored-By: Mac Siri <krairit.siri@gmail.com>
* Modify sponsorship copy
* Update sponsorship stuff
* Fix spec and add tag sponsorship
2019-07-09 17:49:14 -04:00
Mac Siri
28e5ef1d12
Make RSS's self-referential link an option ( #3428 )
...
* Create migration
* Run migration
* Update validations
* Add additional form
* Update RssReader::Assembler#thorough_parsing
* Add spec for referential
2019-07-09 17:34:21 -04:00
Mac Siri
90f54773dc
Fix GistTag & RunkitTag preview issue ( #3388 )
2019-07-09 15:58:08 -04:00
Ben Halpern
87002e5786
Fix profile pin display limit ( #3427 )
2019-07-09 15:42:46 -04:00
rhymes
97b288330e
Remove temp page's views referrers rake task ( #3426 ) [ci skip]
2019-07-09 15:05:08 -04:00
Ben Halpern
a8ef9663a4
Add internal page for spinning up group chats (and make jokes flare tag) ( #3384 )
2019-07-09 13:04:58 -04:00
rhymes
1f97669e66
Credits ledger ( #3395 )
...
* Add #purchase to Credit
* Assigns spent credits to the listing
* Add Credits::Ledger and use it
* Localize ledger datetimes
* Add organization to the ledger
* Add tests for ledger
* Remove unused class
* Fix scope error
* Compare UTC times
* Fix broken specs
* Wrap listing create in a transaction
* Wrap listings bump into a transaction
* Avoid microseconds issue with datetimes in tests
* Use .detect instead of .select.first
* Fix spec description
2019-07-09 10:11:18 -04:00
Zak Henry
a9acb8642e
Add markdown to article api response ( #3394 )
...
* Add failing test asserting markdown is returned
* Add markdown to the get article api response
2019-07-09 10:09:20 -04:00
rhymes
5db8b7e1e5
Fix Rubocop lint ( #3423 ) [ci skip]
2019-07-09 09:06:38 -04:00
rhymes
19e59c1545
Ignore CVE-2015-9284 for now
2019-07-08 20:10:54 -04:00
Mac Siri
1afb572485
Revert "Mitigate CVE 2015-9284 ( #3413 )"
...
This reverts commit 002998adc5 .
2019-07-08 20:10:12 -04:00
Mario See
42cb72d185
Listing Liquid Tag ( #3250 )
...
* init wip
still needs html, styling, and specs
* add more html
similar to singleListing.jsx
* add generate_new_liquid method to spec
* remove unexpected period
* add error handling for invalid slugs and expired listings
* initial styling
* styling for author and tags
* import variables to sass
* more styling and swithc tags and author info
* add specs
* handle error for slug with no category
* add listing tag to editor guide
* reduce complexity
* render expired listing rather than raise error
* update expired listing spec
* import mixins to classified listing tag styling
2019-07-08 18:19:01 -04:00
cyrillefr
3c1d51b836
Move RssReader fetch_user to Active Jobs ( #3387 )
...
- add job + spec job
- refactor call
2019-07-08 18:17:35 -04:00
Ben Halpern
a5ccfb2b32
Add history to sidebar for pro users ( #3417 )
...
* Add history to sidebar for pro users
* Add filmstrip image
2019-07-08 18:10:01 -04:00
cyrillefr
5146532c82
Move messages send_push delay calls to ActiveJob ( #3314 )
2019-07-08 18:00:19 -04:00
Edison Yap
8ffe0f3de3
Bust cache for articles in series ( #3052 )
2019-07-08 17:28:27 -04:00
Mac Siri
d997ffee4f
Run yarn upgrade ( #3419 )
2019-07-08 17:03:19 -04:00
dependabot-preview[bot]
74bfc99f9b
Bump faker from 1.9.4 to 1.9.6 ( #3400 ) [ci skip]
...
Bumps [faker](https://github.com/stympy/faker ) from 1.9.4 to 1.9.6.
- [Release notes](https://github.com/stympy/faker/releases )
- [Changelog](https://github.com/stympy/faker/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stympy/faker/compare/1.9.4...1.9.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-08 15:21:02 -04:00
dependabot-preview[bot]
f6e8474359
Bump aws-sdk-lambda from 1.27.0 to 1.28.0 ( #3398 ) [ci skip]
...
Bumps [aws-sdk-lambda](https://github.com/aws/aws-sdk-ruby ) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases )
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-lambda/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-ruby/compare/1.27.0...1.28.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-08 14:43:56 -04:00
dependabot-preview[bot]
bff571c106
Bump skylight from 4.1.0 to 4.1.2 ( #3397 )
...
Bumps [skylight](https://github.com/skylightio/skylight-ruby ) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/skylightio/skylight-ruby/releases )
- [Changelog](https://github.com/skylightio/skylight-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/skylightio/skylight-ruby/compare/v4.1.0...v4.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-08 14:42:49 -04:00
dependabot-preview[bot]
9bdd1b0a1e
Bump airbrake from 9.2.2 to 9.3.0 ( #3403 )
...
Bumps [airbrake](https://github.com/airbrake/airbrake ) from 9.2.2 to 9.3.0.
- [Release notes](https://github.com/airbrake/airbrake/releases )
- [Changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md )
- [Commits](https://github.com/airbrake/airbrake/compare/v9.2.2...v9.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-08 14:39:23 -04:00
dependabot-preview[bot]
c07b7e77c0
Bump capybara from 3.24.0 to 3.25.0 ( #3399 ) [ci skip]
...
Bumps [capybara](https://github.com/teamcapybara/capybara ) from 3.24.0 to 3.25.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases )
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md )
- [Commits](https://github.com/teamcapybara/capybara/compare/3.24.0...3.25.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-08 14:32:23 -04:00
dependabot-preview[bot]
30bc844ab4
Bump twilio-video from 1.18.1 to 1.18.2 ( #3406 ) [ci skip]
...
Bumps [twilio-video](https://github.com/twilio/twilio-video.js ) from 1.18.1 to 1.18.2.
- [Release notes](https://github.com/twilio/twilio-video.js/releases )
- [Changelog](https://github.com/twilio/twilio-video.js/blob/1.18.2/CHANGELOG.md )
- [Commits](https://github.com/twilio/twilio-video.js/compare/1.18.1...1.18.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-08 14:30:30 -04:00