Peter Frank
d8333fa708
Add "ago" to article's timestamp ( #2613 )
2019-04-29 09:58:29 -04:00
dependabot[bot]
92222e6acc
Bump recaptcha from 4.13.2 to 4.14.0 ( #2604 ) [ci skip]
...
Bumps [recaptcha](https://github.com/ambethia/recaptcha ) from 4.13.2 to 4.14.0.
- [Release notes](https://github.com/ambethia/recaptcha/releases )
- [Changelog](https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ambethia/recaptcha/compare/v4.13.2...v4.14.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 09:56:34 -04:00
dependabot[bot]
3cfc3a5b43
Bump eslint-config-prettier from 4.1.0 to 4.2.0 ( #2605 ) [ci skip]
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v4.1.0...v4.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 09:54:52 -04:00
dependabot[bot]
e73a6aaef3
Bump ancestry from 3.0.5 to 3.0.6 ( #2609 ) [ci skip]
...
Bumps [ancestry](https://github.com/stefankroes/ancestry ) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/stefankroes/ancestry/releases )
- [Changelog](https://github.com/stefankroes/ancestry/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stefankroes/ancestry/compare/v3.0.5...v3.0.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 09:53:40 -04:00
dependabot[bot]
f31b6bf03c
Bump twilio-ruby from 5.22.0 to 5.22.2 ( #2602 )
...
Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby ) from 5.22.0 to 5.22.2.
- [Release notes](https://github.com/twilio/twilio-ruby/releases )
- [Changelog](https://github.com/twilio/twilio-ruby/blob/master/CHANGES.md )
- [Commits](https://github.com/twilio/twilio-ruby/compare/5.22.0...5.22.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 09:48:19 -04:00
Ben Halpern
076047e13b
Add proper filtering for inappropriate tags in listings ( #2611 )
2019-04-29 09:21:42 -04:00
cyrillefr
c3cb6d9b66
Move moderation notification to Active Jobs ( #2550 )
...
- send_moderation_notification in own job
- that calls a service
- specs for job + service
- minor refactoring
2019-04-29 09:21:15 -04:00
dependabot[bot]
d37c51b442
Bump twilio-video from 1.17.0 to 1.18.0 ( #2599 )
...
Bumps [twilio-video](https://github.com/twilio/twilio-video.js ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/twilio/twilio-video.js/releases )
- [Changelog](https://github.com/twilio/twilio-video.js/blob/1.18.0/CHANGELOG.md )
- [Commits](https://github.com/twilio/twilio-video.js/compare/1.17.0...1.18.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 09:03:33 -04:00
dependabot[bot]
8b770a205b
Bump codemirror from 5.45.0 to 5.46.0 ( #2600 )
...
Bumps [codemirror](https://github.com/codemirror/CodeMirror ) from 5.45.0 to 5.46.0.
- [Release notes](https://github.com/codemirror/CodeMirror/releases )
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.45.0...5.46.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 08:29:26 -04:00
dependabot[bot]
7fb568c548
Bump bootsnap from 1.4.2 to 1.4.4 ( #2606 )
...
Bumps [bootsnap](https://github.com/Shopify/bootsnap ) from 1.4.2 to 1.4.4.
- [Release notes](https://github.com/Shopify/bootsnap/releases )
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.4.2...v1.4.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 08:28:35 -04:00
Ben Halpern
398aa71ec3
Adjust cache settings and some styling ( #2588 )
2019-04-27 10:36:37 -04:00
Jess Lee
9bb409e818
Clear cache on sidebars on user merge ( #2562 )
...
* clears rails cache on sidebars
* update profile and sidebar in one line
2019-04-26 19:44:59 -04:00
Kobe Raypole
447b1eaa38
Add timestamp to comment and post notifications ( #2565 )
...
This commit adds timestamps to the comment and post notifications.
Instead of using `strftime` and ordinalizing the date I decided to use the
`time_ago_in_words` methods. I think that this looks better and is more
accurate when it comes to notifications recently received. The final say
is up to the main contributors though, if you would like me to change it
back let me know.
2019-04-26 19:43:21 -04:00
rhymes
04d2bb4190
Remove last remnants of Flipflop ( #2585 )
2019-04-26 19:26:45 -04:00
Ben Halpern
bfedee0561
Fix some listing/credit bugs ( #2584 )
...
* Fix some listing/credit bugs
* Tack on codepen team link fix
* Fix test
* Actually fix test
2019-04-26 19:01:35 -04:00
Jess Lee
0383873070
Add credit form to internal/users ( #2581 )
...
* add credit form to internal users
* add missing file whoooops
2019-04-26 12:48:00 -04:00
rhymes
158c398df4
Remove unused timeString statements ( #2568 ) [ci skip]
2019-04-26 12:42:49 -04:00
rhymes
2be61f826f
Upgrade draper to 3.1.0 ( #2572 ) [ci skip]
2019-04-26 12:39:35 -04:00
Anna Buianova
74d676c4c3
Remove unused code ( #2567 ) [ci skip]
2019-04-26 12:16:16 -04:00
rhymes
21ce3c3735
Upgrade counter_culture to 2.2.1 ( #2571 )
2019-04-26 11:54:10 -04:00
rhymes
189f9a0f98
Upgrade httparty to 0.17.0 ( #2574 ) [ci skip]
2019-04-26 11:36:53 -04:00
rhymes
c95a00ce19
Upgrade rubocop-performance to 1.1.0 ( #2575 ) [ci skip]
2019-04-26 11:34:24 -04:00
rhymes
4c0ace7689
Upgrade test-prof to 0.8.0 ( #2576 ) [ci skip]
2019-04-26 11:33:50 -04:00
rhymes
6e6189e1a1
Upgrade webdrivers to 3.8.0 ( #2577 ) [ci skip]
2019-04-26 11:32:48 -04:00
rhymes
2bf3e38a73
Fix double AWS_LAMBDA initialization ( #2570 )
2019-04-26 11:15:18 -04:00
rhymes
2d48a4404f
Upgrade dry-struct to 1.0 ( #2578 )
2019-04-26 11:13:14 -04:00
Ben Halpern
a711e2246e
Add proper twitch url migration ( #2561 )
...
* Add proper twitch url migration
* Change schema version
2019-04-25 17:38:21 -04:00
Bolarinwa Balogun
1578befdf1
Add Twitch to Profile Links ( #2557 )
2019-04-25 16:14:28 -04:00
Ben Halpern
3f92ac4919
Fix/improve edits for listings ( #2555 )
...
* Fix the edit process for listings
* Add category to listing
* Fix issue in listing update
2019-04-25 16:12:50 -04:00
Jess Lee
834b9423da
Unsub users only if they have an email ( #2556 )
2019-04-25 15:46:40 -04:00
Mario See
c1456ee9d6
Fix reading list comments reaction ( #2493 )
...
* just opening PR
* add comments-container id to comment-trees
- allows initializeCommentsPage() to attach event listeners to heart reaction buttons
- reactions are created now when clicked
- page still needs to properly render reactions in its "reacted" state and proper reaction count/tally
* reactions, counts, and reacted state are accurate
adds readinglist ids to comment container parent, initializeCommentsPage handles lists of ids now instead of just one id, /reactions?... get request is now synchronous to handle multiple ids
* catch styling for reading list comments
* make xmlhttprequest async
2019-04-25 14:33:19 -04:00
Glenn Carremans
bd9ed2c67a
Add organizations to total following count ( #2544 )
2019-04-25 13:55:49 -04:00
Anna Buianova
d57f8eec4a
BlackBox specs #2524 ( #2542 )
...
* Specs for FuctionCaller
* Fix accepting nil values from AWS lambda
* Specs for the black_box #2524
* Spec for BlackBox#comment_quality_score
* Remove vcr cassette usage from the CouponGenerator spec
2019-04-25 10:19:11 -04:00
Ben Halpern
012b2a482c
Fix video image on scroll ( #2551 )
2019-04-25 10:17:44 -04:00
Mac Siri
4b5622f47b
Config Gitpod's prebuilds [ci skip]
2019-04-25 08:35:38 -04:00
Mac Siri
05b7208871
Update .gitpod.yml [ci skip]
2019-04-25 08:11:27 -04:00
Anna Buianova
46b1b1d28a
Fix lints ( #2553 ) [ci skip]
2019-04-25 07:56:15 -04:00
rhymes
33a0fe05ed
Upgrade dry-struct to 0.7.0 ( #2530 ) [ci skip]
2019-04-25 07:52:43 -04:00
Mohammadjavad Raadi
c4f177c72f
Fixes Dashboard UI Positioning Bug #2506 ( #2522 )
...
* Removed clear fix div
* Removed floating properties
* Added Flexbox properties to parent container
* Added media queries for screens smaller than 426px and adjusting styles accordingly
* Stretched and centered `upload a video` & `sort` select. Tested on Chrome and Firefox.
* Adjust `sort` select box's font-family according to other elements.
2019-04-24 18:16:14 -04:00
Ben Halpern
1aef84b193
A couple small /listings fixes ( #2548 )
...
* Fix number of credits for org on form
* Fix broken username for org listings
2019-04-24 17:47:11 -04:00
Ben Halpern
78138532c8
Classified Listings ( #2545 )
...
* Initial classified listings work
* More work on tags
* Additional work finalizing stripe and getting the listings page along
* Finalize-ish listings 🤞
2019-04-24 16:17:01 -04:00
Kobe Raypole
7d33645d6d
Apply theme color to sidebar widget links ( #2538 )
...
* Apply theme color to sidebar widget links
This commit updates the sidebar widget links to apply the appropriate
theme color. This will prevent the links from being hard to read due to
a low contrast in night theme.
* Leave fallback for browsers that dont support css variables
2019-04-24 15:59:38 -04:00
rhymes
8f00c4b883
Upgrade aws-sdk-lambda to 1.21 ( #2528 ) [ci skip]
2019-04-24 14:56:48 -04:00
rhymes
75741715e5
Upgrade brakeman to 4.5 ( #2527 ) [ci skip]
2019-04-24 14:28:15 -04:00
rhymes
d2fbd243c3
Upgrade airbrake to 9.1.0 ( #2526 )
2019-04-24 11:41:16 -04:00
Mac Siri
8b7abcfb6a
Update assetlinks.json
2019-04-24 11:01:50 -04:00
Mac Siri
c0a5bfd1a6
Create assetlinks.json ( #2543 )
2019-04-24 10:54:21 -04:00
rhymes
5057584458
Upgrade ahoy_email to 1.0.3 ( #2534 )
2019-04-23 16:32:14 -04:00
rhymes
27a3970f12
Upgrade emoji_regex to 2.0 ( #2531 ) [ci skip]
2019-04-23 13:22:07 -04:00
rhymes
9d2c89fd2f
Upgrade factory_bot_rails to 5.2.0 ( #2532 ) [ci skip]
2019-04-23 13:21:22 -04:00