Commit graph

108 commits

Author SHA1 Message Date
Jaex dd7ba07c60 Custom uploader request format will be set explicitly 2018-11-30 14:03:45 +03:00
Jaex 0ede607a03 Added form URL encoded support to custom uploader 2018-11-22 20:58:40 +03:00
Jaex 484c7e78dc Added descriptions to request format, renamed few of them 2018-11-22 18:59:41 +03:00
Jaex a7560078ca fixed #3717: Added binary upload support to custom image/text/file uploader 2018-11-22 16:16:25 +03:00
Jaex 6df711949d JSON request format supported in all destinations except image and file uploaders 2018-11-21 21:15:34 +03:00
Jaex e56349ee54 Added request format option to custom uploaders 2018-11-21 17:16:14 +03:00
Jaex 015693290a Rename CustomUploaderRequestType to CustomUploaderRequestMethod 2018-11-11 10:33:17 +03:00
Jaex 8e059e2115 Removed response parse type enum 2018-10-08 09:34:29 +03:00
Jaex 9dede046d4 Added Kutt URL shortener support 2018-10-02 02:11:53 +03:00
tinybarks e0fb9373b8
Backblaze B2 support
Adds an uploader for Backblaze B2 Cloud Storage.
2018-10-01 14:18:39 +02:00
Jaex 9f1db5aae9 fixed #3408: Removed coinurl 2018-05-19 01:18:40 +03:00
Jaex eb4be74205 fixed #3407: Removed Pastee 2018-05-19 01:00:52 +03:00
Jaex c566501d08 fixed #3406: Removed Dropfile 2018-05-19 00:55:00 +03:00
Matthew Burnett d1c01ff207 Fix merge 2018-04-20 10:58:51 -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
Jaex 0d8bd4e908 Made YouTube shortened link optional 2018-04-12 13:09:35 +03:00
SupSuper d6bc062bff Add Youtube to file uploaders 2018-04-10 01:49:40 +01:00
Matthew Burnett e55a2f2c1c Add Firebase Dynamic Links URL Shortener 2018-04-01 03:31:12 -04:00
Jaex d52f2c66e0 Rename "ownCloud" to "ownCloud / Nextcloud" 2018-01-29 11:44:06 +03:00
Jaex b463a16567 Update year 2018-01-01 17:59:14 +03:00
Jaex 8e3d7d971e Removed dead uploader Uplea 2017-10-29 11:56:26 +03:00
Jaex 9a3f872575 #130: Removed shutdown minus.com uploader 2017-10-19 16:31:30 +03:00
Jaex 988a698a21 Added resx entries 2017-09-10 15:54:46 +03:00
Jaex 5c09859970 Custom URL sharing service implementation complete 2017-09-10 15:29:29 +03:00
Jaex a9b0982b4c Adding custom URL sharing service 2017-09-10 13:55:21 +03:00
Jaex 0fd87b61e0 Rename Picasa to Google Photos and use Google Photos icon 2017-09-05 22:43:36 +03:00
Jaex 88e6282b74 #2734: Removed Imgland 2017-08-26 13:11:50 +03:00
Jaex 128026f51d #2734: Removed SomeImage 2017-08-26 13:09:42 +03:00
Jaex 7db8fef939 Added $random:value1|value2$ syntax to custom uploader, which can be used to select random domain 2017-07-18 21:51:13 +03:00
L1Q 958aff82a5 Improving translation support
- added strings to resx
- made "Edit actions tollbar" form translatable
- marked windows store "Status" and AboutForm "Build" strings as @Invariant
2017-06-16 01:57:39 +03:00
Jaex 3700fc30d6 Added Gfycat icon 2017-03-28 03:46:05 +03:00
Jaex 4a2afc4d42 Also added Google image search as sharing service 2017-03-18 08:41:02 +03:00
Max Schmitt bcac721a25 Added Plik file uploader 2017-02-26 17:17:02 +01:00
Jaex bd39d4d827 fixed #2268: Removed sli.mg image uploader 2017-02-06 08:56:13 +03:00
Tomasz Wisniewski 0e61fb954c Added infrastructure for Azure Storage 2017-01-26 12:41:49 +01:00
Jaex 88b82ddeab Adding destination type setting to custom uploader tab 2017-01-15 00:28:01 +03:00
Jaex 4d7006b359 Update year 2017-01-11 11:39:40 +03:00
Jaex de83e1044c Added confirmation message box for custom uploader add 2017-01-10 09:38:30 +03:00
Jaex a07fc4f615 Adding custom uploader extension (.sxcu) support 2017-01-09 18:50:09 +03:00
QDT 9315a054ca Added support for text upload to pastie.org 2016-12-07 17:07:29 -08: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 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 21f53ce6b6 Adding puush file uploader 2016-06-11 21:54:14 +03:00
Jaex 99f2629e4e fixed #1584: Added sli.mg image uploader 2016-05-28 12:20:28 +03:00
Jaex 75d0be62f9 Little changes about lithiio 2016-05-15 15:22:13 +03:00
lithium_ 80e26e9bfe New File Uploader - lithi.io
Added a new file uploader.
2016-05-15 04:57:30 -07:00
Jaex a147cb2f34 fixed #1444: Removed Openload file uploader, check referenced issue for reason 2016-03-25 22:39:19 +02:00