Commit graph

397 commits

Author SHA1 Message Date
Ivan Bidolakh
d7d3ce4fc1 Remove unnecessary null check
Split function always return array. If you look at the source of it, it even guarantees it with code contracts
2018-04-29 01:54:42 +03:00
Jaex
f04efda0e3 Change Google Cloud Storage icon 2018-04-26 20:39:43 +03:00
Matthew Burnett
fb3ce039f0 Add live url preview 2018-04-26 00:41:11 -04:00
Matthew Burnett
28efed0d22 Create GenerateUrl method
It's a Surprise Tool That Will Help Us Later
2018-04-26 00:15:22 -04:00
Charles Milette
358d32f135
Percent-encode returned URLs in Google Cloud Storage uploader 2018-04-24 18:56:45 -04:00
Matthew Burnett
65c15e8035 Fix icon pt2 2018-04-21 18:31:03 -04:00
Matthew Burnett
0c14f09b64 Fix variable convention 2018-04-21 16:11:31 -04:00
Matthew Burnett
986c39bce7 Properly handle url prefix 2018-04-21 02:14:08 -04:00
Matthew Burnett
5a32493192 Args dict was breaking request 2018-04-21 01:24:11 -04:00
Matthew Burnett
e70858b90c Do it in one request :^) 2018-04-21 00:32:56 -04:00
Matthew Burnett
7ea80aeaa0 Finish form 2018-04-20 17:16:46 -04:00
Matthew Burnett
c215797c8a Encode URL Path for ACL 2018-04-20 16:47:30 -04:00
Matthew Burnett
7c3569a39d ACL Broken 2018-04-20 16:39:14 -04:00
Matthew Burnett
f2ab7f2f08 Add custom domain support in program
Form not done
2018-04-20 12:59:42 -04:00
Matthew Burnett
19fd8418d7 Add auth headers 2018-04-20 11:46:44 -04:00
Matthew Burnett
dd16e6eaf5 Change request method 2018-04-20 11:45:52 -04:00
Matthew Burnett
7624dd3b2f Add license 2018-04-20 11:24:08 -04:00
Matthew Burnett
4b85a47537 Create form 2018-04-20 11:20:12 -04:00
Matthew Burnett
d1c01ff207 Fix merge 2018-04-20 10:58:51 -04:00
Matthew Burnett
d8be3a041d Better request method 2018-04-20 10:51:39 -04:00
Matthew Burnett
d26b0eb4bc Add icon
Fix error
2018-04-20 01:33:58 -04:00
Matthew Burnett
debb4e5cce More progress
OAuth, public read, custom domain support
2018-04-20 00:26:00 -04:00
Matthew Burnett
d5bc81fc46 Upload test complete
Fix Uploader class missing arg
2018-04-19 23:03:28 -04:00
Jaex
a36c61431a Removed Google URL shortener (https://developers.googleblog.com/2018/03/transitioning-google-url-shortener.html) 2018-04-20 02:02:45 +03:00
Matthew Burnett
bfdede32eb Reorder enum
Some more work on gcs
2018-04-19 17:48:59 -04:00
Matthew Burnett
233d822c24 Begin GCS 2018-04-19 17:30:56 -04:00
SupSuper
0265b723bb Use segmented file upload to get past OneDrive limits
New helpers:
- SendRequestBytes - Sends a raw stream of bytes (unlike SendRequestFile which sends files as form-data) and supports segments via Content-Range
- TransferData - Now supports transferring only part of a stream
2018-04-16 21:55:21 +01:00
SupSuper
61b7dcd7cf Use upload sessions to get rid of file limit 2018-04-16 21:55:21 +01:00
SupSuper
080bce2126 Secure OneDrive auth per PCKE recommendations 2018-04-16 21:55:20 +01:00
SupSuper
5f77d55523 Make sure we reset old OneDrive config 2018-04-16 21:55:19 +01:00
SupSuper
0e632acdff Update OneDrive to use Microsoft Graph API 2018-04-16 21:55:19 +01:00
Ninn0x4F
c833fe7eee
Update Pomf.cs
changed upload link
2018-04-16 03:34:06 +01:00
Jaex
0d8bd4e908 Made YouTube shortened link optional 2018-04-12 13:09:35 +03:00
SupSuper
9ac952a4c3 Fix empty lines 2018-04-12 08:00:25 +01:00
SupSuper
1084054dd1 Update Google Drive to API v3 2018-04-12 01:55:35 +01:00
SupSuper
9bb156ac6b Update Google authentication to latest URLs 2018-04-11 05:28:01 +01:00
SupSuper
d6bc062bff Add Youtube to file uploaders 2018-04-10 01:49:40 +01:00
Jaex
89e2c32f67 Small UI fixes 2018-03-25 14:31:01 +03:00
Jaex
1df0b9a97b
Merge pull request #3205 from mltnhm/master
Return download link if the file is not an image
2018-03-25 13:30:29 +03:00
Dominik M. Kwiatek
3553b44252 Implement NextCloud direct link setting 2018-03-24 22:04:56 +00:00
Olle Kelderman
07e3bf3311 add call to GetReply after using OpenRead or OpenWrite according to FluentFTP documentation 2018-03-23 17:46:29 +01:00
Dominik Kwiatek
b1a41fc6a9 Return download link if the file is not an image 2018-03-19 23:07:51 +00:00
Jaex
c33bc4844f CodeMaid cleanup 2018-03-01 01:52:11 +03:00
Jaex
b115cb8cd6 Removed System.Net.FtpClient instead using FluentFTP library 2018-03-01 00:22:51 +03:00
Dominik Kwiatek
d52118928d Update OwnCloud/NextCloud direct link to link to preview instead of download 2018-02-07 22:44:37 +00:00
Jaex
d0c2275207 Support name patterns in custom uploader headers too 2018-02-03 22:21:24 +03:00
Jaex
a610b48135
Merge pull request #3114 from sylveon/master
Add option to remove file extensions on Amazon S3 uploads
2018-02-02 03:43:03 +03:00
Jaex
c7f9f3c4f7 Added $filename$ variable for custom uploader arguments 2018-02-02 02:36:55 +03:00
Charles Milette
051870383b
Add option to remove file extensions on Amazon S3 uploads 2018-02-01 14:55:23 -05:00
Jaex
d09edfae1d Fix 0 byte file Amazon S3 uploads 2018-01-29 20:45:31 +03:00