Tiger Oakes
92e107e82e
Use maskable icons for PWA ( #3875 ) [ci skip]
2019-08-29 18:44:26 -04:00
Jean-Michel Fayard
4af02c8a48
Support for runnable kotlin snippets #3776 ( #3801 )
2019-08-29 16:06:17 -04:00
Anna Buianova
bfdf636dcf
Implement webhook & API endpoints #3715 ( #3783 )
2019-08-29 10:23:41 -04:00
Ben Halpern
917bc14eae
Update mod internal backend to be safer and more intuitive ( #3869 )
2019-08-28 23:26:32 -04:00
Mac Siri
c9e1f1fcf3
Add listings to DEV digests ( #3854 )
...
* Add listings to digest emailers
* Update app/views/mailers/digest_mailer/digest_email.html.erb
Co-Authored-By: Ben Halpern <bendhalpern@gmail.com>
* Remove margins
2019-08-28 21:28:46 -04:00
AJ Johnson
00ed11fca7
Fix page scroll bug on /connect page ( #3856 ) [ci skip]
2019-08-28 15:05:27 -04:00
Ben Halpern
67a8dbcd04
Add hashtags to linkedin body ( #3866 )
2019-08-28 14:49:31 -04:00
Ben Halpern
9259a70ab8
Modify onboarding slides ( #3864 )
2019-08-28 11:05:57 -04:00
Andrew Bone
2969e3d091
Mod page "suggest a tweet" width ( #3863 )
...
* Fix tweet box width
* Fix tweet box width
* Moved rule to right selector
2019-08-28 11:04:44 -04:00
Ben Halpern
abfdb8787b
List badges count instead of reactions (more relevant) ( #3862 )
2019-08-28 08:39:13 -04:00
Ben Halpern
b09fa26efa
Fix up a couple mods backend things ( #3861 )
2019-08-28 08:09:29 -04:00
Ben Halpern
9ad383c00e
Fix commenter issue for roundrobin notification ( #3857 )
2019-08-27 23:01:30 -04:00
Feruz Oripov
560e171fd8
Refactoring chat_channels_controller.rb. ( #3823 )
2019-08-27 22:13:01 -04:00
Ben Halpern
208bbb3757
Improve mod roundrobin notification and internal tooling ( #3855 )
...
* Improve mod roundrobin notification and internal tooling
* Fix tests
2019-08-27 21:54:09 -04:00
cyrillefr
369aeb9130
Fix comment deletion bug ( #3732 )
...
Fix bug where deleted comment still appears on user's profile
2019-08-27 17:07:09 -04:00
Feruz Oripov
0ccc62ffa3
Refactoring possible unprotected redirect. ( #3825 )
...
* Refactoring possible unprotected redirect.
* Security refactoring tag_adjustments_controller.rb.
* Security refactoring tag_adjustments_controller.rb.
* Security refactoring articles_controller.rb.
* Security refactoring internal/welcome_controller.rb
* Security refactoring tags_controller.rb.
* Security refactoring comments_controller.rb.
* Security refactoring stories_controller.rb.
2019-08-27 10:13:38 -04:00
Feruz Oripov
ee498ad9ef
Refactor VideosController ( #3806 ) [ci skip]
2019-08-26 18:59:31 -04:00
Nick Taylor
45368132b0
Fix JS Lints ( #3815 )
2019-08-26 18:01:12 -04:00
Ben Halpern
cbe599e2eb
Adjust internal page logic and add credits copy to notifications ( #3843 )
...
* Adjust internal page logic and add credits copy to notifications
* Adjust badge email copy
2019-08-26 13:41:13 -04:00
Feruz Oripov
4cc517d1c2
Refactoring models/article.rb. ( #3835 )
2019-08-26 13:32:28 -04:00
Feruz Oripov
c9d91e1552
Refactoring social_previews_controller.rb. ( #3818 )
2019-08-24 16:24:20 -04:00
John Curcio
c81ff56d13
Fix encoding of special characters in org ( #3779 ) ( #3817 )
2019-08-24 15:08:31 -04:00
Ben Halpern
3443fdf2bd
Create endpoint for liquid tag embed ( #3813 )
2019-08-23 17:42:04 -04:00
Mario See
47c2885810
Listings set custom expiry date ( #3770 )
...
* add expire_on column to classified_listings
* add expire_on to valid listing params
* add expire_on to model
* add expire date to new listing form
* add field in edit form
* add expiry dates to dashboard
* update expiry date in listing toolkit
* WIP unpublish job and test
test still has to run properly
* add job to class name
* change job to rake task
* revert snap change
* delete migration file
will add new one and revert schema changes to rename column
* reset schema
* add new migration to schema 'expires_at'
* change expire_on to expires_at
2019-08-23 17:33:50 -04:00
Feruz Oripov
352a09e82f
Refactoring chat_channels_controller.rb. ( #3808 )
...
* Refactoring chat_channels_controller.rb.
* Use %i or %I for an array of symbols
2019-08-23 17:16:35 -04:00
Anna Buianova
9b04654e3b
Refactor articles creation ( #3797 )
...
* Refactor articles creation
* Create article from /admin via a service for consistency
* Move articles destroy logic into Articles::Destroyer
2019-08-23 14:43:29 -04:00
Ben Halpern
76bedc6b23
Add onboarding variants and update variant display ratio ( #3812 )
2019-08-23 12:48:29 -04:00
Nick Taylor
39618f66a2
Fixed some more Frontend Lint Issues ( #3792 )
...
* Removed a file that is not used.
* Fixed some lint issues
* Fixed some more lint issues
2019-08-23 10:21:28 -04:00
not-a-patch
c6fc92b63c
Replace magic number for reading speed with symbolic constant ( #3809 )
2019-08-23 10:04:17 -04:00
Andy Zhao
5754b4a169
Add comment markdown to warned_user_ping ( #3750 )
...
* Add comment markdown to warned_user_ping
* Add missing argument
2019-08-22 22:04:45 -04:00
John Curcio
6dbb588d37
Add android and ios apps download page ( #3736 ) ( #3798 )
...
* Add android and ios apps download page (#3736 )
* Adhere to Rubocob's style guide
2019-08-22 21:04:58 -04:00
Feruz Oripov
c0e1ad0e46
Refactoring organizations_controller.rb. Adding set_organization method ( #3793 )
...
for not repeating query code.
2019-08-22 20:54:53 -04:00
Feruz Oripov
8acd1dc638
Refactoring dashboards_controller.rb. ( #3794 )
2019-08-22 20:54:21 -04:00
Yash Dave
773982e210
Fixes some lint issues ( #3786 )
...
Fixes lint issues in /home/yash/GitHub/dev.to/app/assets/javascripts/utilities/
- browserStoreCache.js
- checkUserLoggedIn.js
- createAjaxReq.js
- getCurrentPage.js
- getImageForLink.js
- insertAfter.js
- localDateTime.js
- localStorageTest.js
- preventDefaultAction.js
Signed-off-by: Amorpheuz <mail2ypd@gmail.com>
2019-08-22 15:59:13 -04:00
Jess Lee
d093667198
show single pinned article ( #3803 )
2019-08-22 15:57:31 -04:00
Mladen Ilić
50fe104ee7
Fix typo ( #3789 )
...
Fix a typo in flash message
2019-08-22 12:51:05 -04:00
Feruz Oripov
c9b40326ac
Refactoring chat_channels_controller.rb. Adding set_channel private ( #3787 )
...
method for not repeating query code.
2019-08-21 19:08:16 -04:00
Ben Halpern
a287263875
Remove listings privileges from banned users ( #3784 )
2019-08-21 16:44:27 -04:00
Ben Halpern
a934968190
Add dropdown and report-abuse for users ( #3788 )
...
* Add dropdown and report-abuse for users
* Move script to JS area
2019-08-21 16:43:52 -04:00
Nick Taylor
0147d8bd26
Fixed some lint issues ( #3782 )
2019-08-21 10:44:23 -04:00
Ben Halpern
fe2d67eedc
Remove channel_users from chat_channel index ( #3780 )
2019-08-20 17:11:50 -04:00
Ben Halpern
04a810d739
Fix video image redirect issue ( #3778 )
2019-08-20 13:18:38 -04:00
Anna Buianova
5deb668ecd
Rubocop fixes ( #3774 )
2019-08-20 10:32:26 -04:00
Andy Zhao
e0da0ac955
Fix for multi-image upload to handle single imgs for comments ( #3771 )
...
* Fix for multi-image upload to handle single imgs for comments
* Remove additional multiple oops
2019-08-19 18:15:35 -04:00
Ben Halpern
dd41f7ddf5
Redesign series style ( #3768 )
2019-08-19 15:26:21 -04:00
Ben Halpern
8b4dc85ee4
Add internal dashboard for growth ( #3749 )
2019-08-19 09:41:04 -04:00
Ben Halpern
9dd474d12e
Remove unnecessary imports from css ( #3743 )
...
* Remove unnecessary imports
* Remove unneeded shared.scss code and mixins
* Add kbd to top
2019-08-18 19:39:03 -04:00
Ben Halpern
40559a0457
Add random variants to onboarding for a/b testing ( #3742 )
...
* Add random variants to onboarding for a/b testing
* revert listings dashboard snapshot
2019-08-18 18:30:22 -04:00
Bolarinwa Balogun
41aff162cc
Allow upload of multiple images at a time ( #3599 )
...
* Allow upload of multiple images at a time
* Update schema.rb
2019-08-18 15:03:14 -04:00
Yash Dave
0932d300a0
Adds border-right to the menu for displays with min-width 1250 or higher ( #3738 )
...
Modifies top-bar.scss to add 'border-right' and 'border-bottom-right-raidus' property
for '.menu' in media query 'mind-width: 1250px' to get even menu appearance on desktop
screens.
Signed-off-by: Yash Dave <mail2ypd@gmail.com>
2019-08-18 14:27:10 -04:00