Commit graph

189 commits

Author SHA1 Message Date
Ninn0x4F
7f40f45421 Update Pomf.cs 2016-06-22 03:37:19 +02:00
Alex Forbes-Reed
af682ed55b Updated dropfile.io api url. fixes #1648 2016-06-20 12:02:08 +01:00
Jaex
c5e4e37c50 Assign puush tabpage 2016-06-11 23:34:45 +03:00
Jaex
21f53ce6b6 Adding puush file uploader 2016-06-11 21:54:14 +03:00
Mikael Hermansson
3a2527b003 Added "Use direct link" checkbox to Google Drive uploader settings 2016-06-11 13:22:38 +02:00
lithium_
7e32d0120d Lithiio - More update
Made suggested revisions
2016-05-30 05:59:04 -07:00
lithium_
0029171fe0 Lithiio - Update
Switched to JSON for neat error reporting capabilities.
2016-05-30 04:48:58 -07:00
Jaex
5a87688005 Added automatic email send option to specific email address 2016-05-24 21:50:26 +03:00
Jaex
cb7a621b73 Replace all string.Empty with "" 2016-05-24 21:15:45 +03:00
Justin
b2e3110543 Update Lithiio
Removed unused json lib, preformed suggested update for CombineURL.
2016-05-17 14:39:56 -07:00
Jaex
a82138bd4d Save all settings after each task completed but only if there is no active task (Example if 50 files uploading then only after all files uploaded settings will save) 2016-05-16 15:45:54 +03:00
Justin
25d0b1f515 Updated URL's and URL handling.
Added a domain, and the 'i' sub domain configurations.
Changed to building the URL locally.
2016-05-15 22:59:57 -07: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
Les De Ridder
beb74ec4ac Update URL of pomf.lesderid.net to p.fuwafuwa.moe
The preferred domain name of pomf.lesderid.net was recently changed to p.fuwafuwa.moe. The old domain still works (both uploading new files and downloading existing ones), but might be deprecated at some point in the (far) future.

Sorry for the commit noise.
2016-05-11 02:52:26 +02:00
Jaex
f59f568b9b Added GetUploadersConfigTabPage function to remaining services 2016-05-01 11:27:39 +03:00
Jaex
c84a3b4fe4 Added GetUploadersConfigTabPage function to all file uploader services 2016-05-01 11:09:11 +03:00
alucard0134
0bb1a66446 Update cuntflaps.me 2016-04-24 11:22:52 -05:00
campbeb
8599d3f955 Expand Folder Variables
Properly expand local folder variables (such as Desktop and My
Documents).
Corrects bug from 35cb75d055
2016-04-23 08:54:54 -04:00
Les De Ridder
bb7c3b6b5b Add pomf.lesderid.net to Pomf.cs 2016-04-18 12:06:37 +02:00
Krychü
ae6598ba9c Update Pomf.cs
add host
2016-04-15 01:21:06 +02:00
Jaex
1f44816f18 fixed #1484: Image combiner drag n drop file support 2016-04-07 19:48:09 +03:00
Jaex
86506a16aa fixed #1483: Added direct url support for Streamable 2016-04-07 17:50:41 +03:00
Jaex
b825f6a0af Move : this() same line 2016-04-06 19:02:48 +03:00
Jaex
8a887c1f6c Remove in upload checks because those checks happens before upload 2016-04-04 16:58:07 +03:00
Jaex
08607ef649 Added IGenericUploaderService and GenericUploader which will be inherited by image, text, file services and uploaders 2016-04-04 12:53:11 +03:00
Jaex
6988ab81ce In all uploaders use Uploader.Errors instead of UploadResult.Errors 2016-04-04 12:13:10 +03:00
Jaex
a147cb2f34 fixed #1444: Removed Openload file uploader, check referenced issue for reason 2016-03-25 22:39:19 +02:00
Jaex
f4a0cbbf24 Removed IgnoreInvalidCert option from OwnCloud instead it can use global optional setting 2016-03-24 18:21:17 +02:00
Jaex
f476958a40 Added missing translations, Turkish translation 100%, quick task menu continue button moved to top 2016-03-23 23:51:38 +02:00
Jaex
8f02ec41dc Base uploaders and services moved to their own folders, removed unused references, renamed HelperClasses to Helpers 2016-03-23 21:05:31 +02:00
Jaex
82f5a69cc5 Mainly naming changes and other small service changes 2016-03-23 20:47:59 +02:00
Jaex
e5d5c36015 Added TaskReferenceHelper parameter to create uploader methods 2016-03-23 01:56:39 +02:00
Jaex
1ea4dd1e67 Added thread unsafe temporary workaround for task reference issues 2016-03-23 00:36:41 +02:00
Jaex
8d4c0b9e0c Removed GetFTPIndex and GetLocalhostIndex from UploadersConfig 2016-03-22 20:05:59 +02:00
Jaex
b4b7d3160c All file uploaders using FileUploaderService now 2016-03-22 19:24:41 +02:00
Michael Delpach
bb3ff35a34 rearrange CheckConfig 2016-03-22 18:45:46 +08:00
Jaex
5a1dbf1958 Added FileUploaderService, using it on Dropbox for now 2016-03-22 02:16:09 +02:00
Jaex
63cc1e9fac Added credits for Openload 2016-03-21 19:56:36 +02:00
Laurent Fourrier
1ffad76f29 Fixed #1370 : Added support for openload.co 2016-03-21 18:10:34 +01:00
Jaex
40c95163ee Revert "Close FTP stream"
This reverts commit f41d36b264.
2016-03-20 18:38:52 +02:00
Brian
f41d36b264 Close FTP stream
Explicitly close stream after transfer
2016-03-18 11:07:13 -04:00
Jaex
c2fbc6120e Catch custom uploader parse response so uploader result can return with response field 2016-03-14 23:56:16 +02:00
Jaex
6a992a0857 fixed #1400: Added AcceptInvalidSSLCertificates option to Application settings -> Advanced tab which can be used by people who using self signed certificates 2016-03-14 03:10:19 +02:00
Jaex
ffa78b670b Added chevereto test all button 2016-03-05 18:46:44 +02:00
Jaex
6c6ab39cf1 Don't show www. in chevereto or pomf list 2016-03-05 18:23:53 +02:00
Jaex
98248033db Credits update 2016-02-27 09:09:11 +02:00
Jaex
225b7fe3a7 Recent max count changes to fix loading incorrect amount of recent items in main window 2016-02-27 08:37:11 +02:00
Jaex
fa3c84d68c Removed BaseForm.cs because it was causing bug with vs designer resx 2016-02-25 22:55:54 +02:00
0x617661696c
1aa239e40b Update catgirlsare.sexy pomf clone URL
HTTPS!
2016-02-25 06:59:18 +01:00