Commit graph

263 commits

Author SHA1 Message Date
Scrxtchy 8c5fd8e875 Add Content-Type headers to Azure Blobs 2017-03-10 00:38:16 +11:00
Jaex d7dba60a14 Removed CaptureTaskHelpers and instead added capture classes 2017-02-28 11:34:08 +03:00
Max Schmitt b7dd73c370 - fixed naming convention
- optimized dictionary getFirstElement
2017-02-27 00:45:07 +01:00
Max Schmitt b139c0650c - improved variable names
- fixed favicon issue
- removed regex config checking
2017-02-26 21:44:47 +01:00
Max Schmitt 54bbae58ee Added PlikSettings class 2017-02-26 20:27:40 +01:00
Max Schmitt bcac721a25 Added Plik file uploader 2017-02-26 17:17:02 +01:00
Austin 8a7b15b9e9 change cuntflaps to safe.moe, remove fluntcaps 2017-02-10 23:13:30 -06:00
Niklas Mollenhauer a7d0664b67 Remove RapidShare 2017-02-10 22:54:08 +01:00
Jaex 9cc59a1f8f Renamed ShareX.Chrome to ShareX.NativeMessagingHost because all browsers which support web extensions can use same host 2017-02-10 13:49:49 +03:00
Austin dd63e29e1e add lolisafe host 2017-02-07 22:14:03 -06:00
Jaex a35beedc1e Removed unused media crush uploader 2017-02-03 09:04:39 +03:00
Austin 275959e5e1 update cuntflaps API end points for file uploads 2017-01-31 21:21:56 -06:00
Ninn0x4F 12711fc68c Update Pomf.cs
pomf.gocataclysm.com switched to pomf.space
2017-01-29 01:59:02 +01:00
Tomasz Wisniewski f031da88ef Added using for hashalgorithm 2017-01-27 11:32:04 +01:00
Tomasz Wisniewski 27b6d1c9a3 Code refactoring - minor issues 2017-01-27 11:21:46 +01:00
Tomasz Wisniewski 5680fa30fc Modified calling infrastructure to work based on internal ShareX implementation 2017-01-27 10:27:33 +01:00
Tomasz Wisniewski a64a8258c4 Added Azure Storage functionality for uploading images 2017-01-26 15:35:49 +01:00
Tomasz Wisniewski 0e61fb954c Added infrastructure for Azure Storage 2017-01-26 12:41:49 +01:00
Jaex 8ebf9aed1c Added DeleteFile method to Puush class 2017-01-21 10:52:33 +03:00
Jaex 4d7006b359 Update year 2017-01-11 11:39:40 +03:00
aStonedPenguin b00ca3ee75 Fixed missing header for dev version of Nextcloud
Overlooked this in my last commit since it worked fine without it at in the non dev version.
2016-12-29 15:53:53 -09:00
Jaex a912197056 Make sure to dispose stuffs 2016-12-26 20:23:29 +03:00
Jaex 8161d1440a Rename UploadData method to SendRequestFile for consistency with other methods 2016-12-26 19:47:46 +03:00
Jaex d3a075ffec Added SendRequestMultiPart method instead of using SendRequest for it 2016-12-26 19:30:17 +03:00
aStonedPenguin 23f9f1bdcf Fixed #2160 2016-12-23 12:34:07 -09:00
Jaex 8a350f04e8 Added pomf uploader 2016-12-23 15:02:47 +03:00
Jaex e7d99c6dba More Uploader.cs refactoring 2016-12-23 11:51:13 +03:00
Jaex 09c5c06eab More Uploader.cs refactoring 2016-12-23 11:21:37 +03:00
Jaex 90dd7443f1 fixed #2167: Use url arguments instead of header for json args 2016-12-23 10:56:37 +03:00
Jaex 10b57f05e3 Removed SendRequestJSON method 2016-12-23 10:55:16 +03:00
Jaex a0434e8c91 Removed SendRequestStream method 2016-12-23 10:24:38 +03:00
Jaex 420734415f Merge pull request #2044 from gpailler/master
#1737 Updated MegaApiClient to 1.3.0. Fixed upload progression reset issue
2016-11-09 08:49:19 +02:00
Jaex e1cd6d9064 Update Pomf uploaders 2016-11-08 09:38:44 +03:00
Gregoire Pailler 0596e09523 #1737 Updated MegaApiClient to 1.3.1 (without HttpClient dependency). Customized ChunksPackSize value to upload all chunks in a single fragment (instead 1MB fragments) 2016-11-07 20:35:37 +08:00
Neko dbc9722a34 added nya.is 2016-11-07 16:29:29 +10:30
Gregoire Pailler 230aa94f97 #1737 Updated MegaApiClient to 1.3.0. Customized ChunksPackSize value to upload files in 512MB fragments (instead 1MB fragments) 2016-11-06 21:30:37 +08:00
Ninn0x4F 3bc34b1fbd Update Pomf.cs 2016-11-05 22:44:23 +01:00
Ninn0x4F 0ccfc08910 Update Pomf.cs 2016-11-05 21:55:52 +01:00
Ninn0x4F fbc15cdb37 Update Pomf.cs
http://kyaa.sg/ went private, uploading trough sharex isnt working anymore.
2016-11-04 01:06:35 +01:00
Jaex 76b4612d58 Removed Lithiio unsupported upload urls 2016-10-16 02:02:11 +03:00
Jaex 1aa169fb6a Remove unused resx fields 2016-09-17 11:33:27 +03:00
Jaex 17566b3b82 Code refactoring 2016-09-17 10:07:02 +03:00
osfancy 64cc6f39ec Closes #1466 - Uplea Integration (#1899)
* Initial check-in to address feature enhancement request #1466.

* Checking in missing constructor parameter so fork is stable.

* Wrapping up Uplea integration support for #1466.

* Reverted Uploader.cs to earlier version as those changes weren't actually needed.

* Removed use of DataContractJsonSerializer, using JSON .NET instead. Updated the Uplea class to not store the configuration object internally, but to only pull out the API key when the config is passed through its constructor.

* Incorporating recent round of refactoring changes suggested by Jaex.

* Addressing issue with user workflow on the Uplea destination configuration tab.

* Attempt to reconcile UploadersConfigForm.resx.

* Fixing the name for an unnamed label. Updating resx formatting for base64 encoded pbDropboxLogo.Image value; since the diff on GitHub was showing a material change although VS diff ignores the formatting difference. Removed unneeded string.Format from Upload() in Uplea along with the set for IsURLExpected (since it is already true by default).

* Removed extra whitespace next to the end of the value tag since GitHub diff was still showing a difference.

* Removing references to label4 from resx which weren't removed by VS automatically when the control was renamed. The new entries for the renamed control lblUpleaEmailAddress already exist in the file.
2016-09-13 02:13:34 +03:00
Jaex a0dfa16ea3 fixed #1904: Update DreamObjects endpoint 2016-09-12 23:49:01 +03:00
Jaex 85752b1193 fixed #1870: Remove hijacked pomf uploader 2016-09-03 09:42:15 +03:00
Jaex c7b38b59f6 Removed up1.ca because service was down for long time 2016-08-25 20:54:19 +03:00
Jaex fa027d8298 fixed #1755: Added transfer.sh file uploader 2016-07-31 09:59:17 +03:00
Jaex 0a78019274 CodeMaid cleanup 2016-07-30 04:21:18 +03:00
lithium720 10f04cd5c1 Lithiio - Updated CheckConfig 2016-07-22 22:15:46 -07:00
lithium720 3e07501f06 Lithiio - Removed anonymous upload support 2016-07-22 20:45:03 -07:00