Commit graph

90 commits

Author SHA1 Message Date
Jaex 082d089c78 Improve error message of custom uploader parse response 2021-07-03 16:10:10 +03:00
Jaex 6ea75c60ce Added custom URL and auth support to Zero Width Shortener 2021-03-10 19:20:50 +03:00
L1Q df90adf874 Improve localization support
Move lines to resx
2020-10-22 05:18:00 +01:00
SupSuper be9a529af5 Add shared drive support to Google Drive uploader 2020-06-09 23:11:54 +01:00
Jaex 9b02aadf8d Added header node image 2020-02-04 15:26:42 +03:00
lithium720 fcc3897090 Update Lithiio icon 2019-09-13 14:22:48 -07:00
Jaex e6ed90c09f Removed TinyPic 2019-08-25 05:10:25 +03:00
L1Q c62d8556c6 Improve tranlsation support
Move lines to resx
2019-04-04 22:22:16 +03:00
Jaex e9978f61d2 Also use DataGridView for Headers and Arguments 2019-02-02 11:03:16 +03:00
Jaex 0fe9c87fac Removed FTP client tool 2019-02-01 09:37:23 +03:00
Uncled1023 e3305b3398 Added Teknik Uploader support w/ Oauth 2019-01-17 23:57:11 -08:00
Luke Anderson 109911b995 Update Uploader Service Icons 2018-11-18 18:33:43 +10:30
L1Q 2f2bf8ff0a Improve localization support
- move strings to resx
- create tokens for missing language names in about form
- mark uploader names invariant
2018-10-25 04:00:47 +03:00
Jaex 9dede046d4 Added Kutt URL shortener support 2018-10-02 02:11:53 +03:00
tinybarks 787a5217d9
Fix missing B2 config page icon 2018-10-01 14:18:45 +02:00
tinybarks e0fb9373b8
Backblaze B2 support
Adds an uploader for Backblaze B2 Cloud Storage.
2018-10-01 14:18:39 +02:00
Jaex 57e1533c79 Update invariant resx comments 2018-08-07 15:45:56 +03:00
Chris Pilcher c37ed09cd2 Fixed multiple capitalization errors which prevented building. 2018-07-17 09:49:53 -04:00
Jaex 9f1db5aae9 fixed #3408: Removed coinurl 2018-05-19 01:18:40 +03:00
Jaex f04efda0e3 Change Google Cloud Storage icon 2018-04-26 20:39:43 +03:00
Matthew Burnett 65c15e8035 Fix icon pt2 2018-04-21 18:31:03 -04:00
Matthew Burnett d1c01ff207 Fix merge 2018-04-20 10:58:51 -04:00
Matthew Burnett d26b0eb4bc Add icon
Fix error
2018-04-20 01:33:58 -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
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
L1Q 4ce62aa50e Improve translation support 2018-02-19 04:35:57 +02:00
Jaex 29a3be6859 Use green and red colors for OAuth status label 2018-01-24 15:49:20 +03:00
Jaex 8e3d7d971e Removed dead uploader Uplea 2017-10-29 11:56:26 +03:00
L1Q 179500cb90 Improve translation support 2017-10-28 23:40:50 +03:00
Jaex 9a3f872575 #130: Removed shutdown minus.com uploader 2017-10-19 16:31:30 +03:00
Charles Milette b7816c3646 Add support for translations in SFTP uploader error (#2809) 2017-10-01 16:14:05 +03:00
L1Q 689f3a95c4 Update russian translation 2017-10-01 08:06:39 +03:00
L1Q ceab2a4979 Improve translation support
- Image Thumbnailer form
- LinearGradientMode enum (used in Monitor test)
- custom uploader error messages
- QRcode text watermark
2017-09-21 16:10:46 +03:00
Jaex 637fd4bcac If custom uploader name is same as automated name then don't serialize it 2017-09-19 03:33:22 +03:00
Jaex 0fd87b61e0 Rename Picasa to Google Photos and use Google Photos icon 2017-09-05 22:43:36 +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 e20506ed8d Removed Dropbox public folder support because not works anymore 2017-03-16 09:18:08 +03:00
Jaex 62700436ec Fixed Plik resource 2017-02-27 03:02:39 +03:00
Max Schmitt bcac721a25 Added Plik file uploader 2017-02-26 17:17:02 +01:00
Tomasz Wisniewski 0e61fb954c Added infrastructure for Azure Storage 2017-01-26 12:41:49 +01: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 190066b5b2 Removed unused image files 2016-06-29 23:21:05 +03:00
Jaex fc6a214f20 Removed DropboxFilesForm because with API v2 many things missing so it will be difficult to make it work 2016-06-29 23:00:22 +03:00
dannoe 04745abd84 Added confirmation dialogs to two "Reset" buttons. 2016-06-28 23:54:31 +02:00
Jaex 418f899127 Added puush mode 2016-06-20 09:44:21 +03:00
Jaex 21f53ce6b6 Adding puush file uploader 2016-06-11 21:54:14 +03:00