Commit graph

234 commits

Author SHA1 Message Date
Paul Kirby
16856008fe Updated 'address_list' to accomadate pagination 2020-01-27 16:42:20 -06:00
Thomas Zarebczan
3e4409e39e
Update README.md 2019-05-02 21:34:12 -04:00
Paul Kirby
f32dc8884d
Merge pull request #11 from lbryio/speech-image-publishing
Speech image publishing
2019-01-28 16:39:30 -06:00
Paul Kirby
063478a825 Removed debugging comments 2019-01-28 16:36:34 -06:00
Paul Kirby
b78cd0a2fc Removed error_logs from debugging 2019-01-28 16:35:04 -06:00
Paul Kirby
27a9487374 Updated parser and speech upload single images and add necessary query params for spee.ch side cropping 2019-01-28 16:32:15 -06:00
Paul Kirby
639bad2d4b
Merge pull request #10 from lbryio/speech-backend-settings
Speech backend settings
2019-01-28 14:18:42 -06:00
Paul Kirby
3f0ae920ec fixed pw value on options page 2019-01-24 14:05:46 -06:00
Paul Kirby
066900ec08 Allowing for Speech Channel credentials in options page 2019-01-24 13:26:30 -06:00
Paul Kirby
b07c9d23e3 Only publish on published posts, not drafts 2018-11-14 15:01:44 -06:00
Paul Kirby
51309c6876 Stylized widget. Minor tweaks on spee.ch publisher 2018-11-12 14:38:16 -06:00
Paul Kirby
b0e7215427 Changed publish call to array of args. Fixed channel sort issue. Fixed anoymous name. LBRY Banner is now in blockquote. Save post perm_url from lbry 2018-11-09 12:34:12 -06:00
Paul Kirby
a35f857d05 Chaned main class capitalization 2018-11-09 11:13:35 -06:00
Paul Kirby
7c24cf3fb5 Changning main class capitalization 2018-11-09 11:13:01 -06:00
Paul Kirby
a7daa1aa27 Fixed but with replace_attachement_image_src missing base image 2018-11-08 19:02:36 -06:00
Paul Kirby
4dbf6b7f23 Fixed bug with srcset parser missing base images 2018-11-08 18:29:08 -06:00
Paul Kirby
334af6183a Merged in daemon_upgrade (pull request #10)
Updated to v 0.3.0 dameon api
2018-11-06 21:05:48 +00:00
Paul Kirby
66ee5aedf6 Updated to v 0.3.0 dameon api 2018-11-03 18:37:32 -05:00
Paul Kirby
9051cb1781 Merged in lbry_publish (pull request #9)
Lbry publish
2018-11-02 23:45:30 +00:00
Paul Kirby
56a6443b6d placeholder lbry published banner 2018-11-01 12:33:18 -05:00
Paul Kirby
42c4c36bb2 Using description from Yoast or Excerpt for LBRY Description 2018-11-01 12:13:55 -05:00
Paul Kirby
77cd4c2c96 Changed balance notifican min value, updated licenses 2018-10-31 19:29:49 -05:00
Paul Kirby
ab50c3c6a6 Minor tweaks 2018-10-31 15:07:21 -05:00
Paul Kirby
bb7c80a25c Uploading thumbnails 2018-10-31 14:48:58 -05:00
Paul Kirby
71809eabaa Merged in speech (pull request #8)
Speech Upload and Replacement
2018-10-31 18:31:03 +00:00
Paul Kirby
b0e51bb291 Testing timing on various hooks 2018-10-31 13:29:14 -05:00
Paul Kirby
b2b16bb129 Filtering in all speech URLS for images and videos 2018-10-31 13:17:42 -05:00
Paul Kirby
b758242410 Working on rewriting image source urls via wp_get_attachment_image_src filter 2018-10-31 01:26:19 -05:00
Paul Kirby
ed118f0857 Moved to multi CURL as its much, much quicker 2018-10-29 17:51:18 -05:00
Paul Kirby
a448921a8c Implemented Daemon Logger 2018-10-29 16:55:26 -05:00
Paul Kirby
f884a7b674 Working on rewriting base image sources 2018-10-29 12:10:43 -05:00
Paul Kirby
24efeecef8 Replacing srcsets with Speech URLS 2018-10-28 13:21:22 -05:00
Paul Kirby
3f94ec02dd Error handling for Speech Requests 2018-10-28 12:09:22 -05:00
Paul Kirby
69cf777c33 Pushing all image size assets to spee.ch server and updating attachment metadata 2018-10-27 16:49:44 -05:00
Paul Kirby
34620a4edb scraping images and videos with regex, similar to the way wp core does 2018-10-27 14:28:20 -05:00
Paul Kirby
65c404fa3e Began work on image srcset, uploading all image sizes 2018-10-26 13:56:56 -05:00
Paul Kirby
9f62d244ab Publishing to Spee.ch Succesfully 2018-10-26 11:46:28 -05:00
Paul Kirby
b0d35d98ee Succesfully creating Speech Media Object 2018-10-26 11:13:24 -05:00
Paul Kirby
dcc4513f89 Media object in working order 2018-10-26 02:43:34 -05:00
Paul Kirby
b82ab89d59 Pulling media from the_content instead of attachments 2018-10-26 01:34:13 -05:00
Paul Kirby
b643f1c50f Added extension into file name 2018-10-25 19:59:34 -05:00
Paul Kirby
54639a7f55 Successfully publishing to speech. 2018-10-25 19:44:08 -05:00
Paul Kirby
c88e927794 Working on pinging the SPEECH api using PHP's cURL 2018-10-25 18:30:24 -05:00
Paul Kirby
cfd4eb5361 Began work on the speech upload 2018-10-24 13:49:46 -05:00
Paul Kirby
2f3110bf4c Merged in balance_notification (pull request #7)
Balance notification
2018-10-24 16:36:35 +00:00
Paul Kirby
76f4cfe4ce Only send email, as per plugin spec 2018-10-24 11:34:44 -05:00
Paul Kirby
3eb7d43d74 Send email warning once a day. Check and post admin warning once an hour 2018-10-24 11:30:47 -05:00
Paul Kirby
0bf3fd82a5 Moved balance notification to a transient based check. Working on sending email 2018-10-23 18:07:55 -05:00
Paul Kirby
baae43e318 Minor tweak 2018-10-15 13:20:46 -05:00
Paul Kirby
c528a10037 Working on WP-Cron implementation 2018-10-15 13:20:29 -05:00