Commit graph

69 commits

Author SHA1 Message Date
Jaex bf44d356eb URLEncode refactoring 2018-06-21 19:25:11 +03:00
Jaex a2fb7b105e Removed SendRequestGetHeaders method 2018-06-15 13:12:23 +03:00
Jaex aa1a3c3287 Added Wasabi endpoint 2018-06-04 21:38:41 +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
Jaex 0bbf9de55a Added DigitalOcean (Singapore) endpoint 2018-01-29 00:14:02 +03:00
Charles Milette 0d2f219f16
Add support for random domain syntax in S3 uploader 2018-01-01 14:13:27 -05:00
Jaex b463a16567 Update year 2018-01-01 17:59:14 +03:00
Jaex f6f9f87e8a Added DigitalOcean Spaces endpoints 2017-12-23 13:44:56 +03:00
Jaex fb63dfcecb Don't assume wrong access credentials 2017-12-23 13:36:12 +03:00
Jaex 8ef9657858 Added support for authorization header authentication for S3 instead of presigned URL 2017-12-23 12:10:41 +03:00
Jaex 6e18a78438 Update Amazon S3 endpoints 2017-12-20 03:31:09 +03:00
Jaex b75c31ee1c Added Amazon S3 regions: China (Beijing), China (Ningxia), EU (Paris) 2017-12-20 03:18:28 +03:00
Charles Milette 303280a31a
Allow to disable setting public ACL on S3 uploads 2017-12-19 12:55:11 -05:00
Jaex 3f68c345ec Update S3 endpoints 2017-12-09 15:35:07 +03:00
Jaex 5a03cad948 Update control states even when presets empty 2017-10-14 15:26:36 +03:00
L1Q 709202b305 Improve translation support
- ImgurThumbnailType enum
- PastebinPrivacy enum
- MinusLinkType enum
- AmazonS3StorageClass enum
- Mark uploader names as @Invariant
- Amazon S3 Storage Classes Help URL
2017-10-01 08:05:53 +03:00
Jaex 03a78c8a0c Removed Amazon S3 reduced redundancy storage option because it is now deprecated and even costs more than standard storage to encourage moving to standard storage.
Added standard infrequent access storage option.
2017-09-28 18:25:41 +03:00
Jaex 3d70b045c7 Move CreateQuery to URLHelpers 2017-09-24 10:14:27 +03:00
Jaex c1be9e36db fixed #2475: URL encode Amazon S3 upload path 2017-04-29 08:09:07 +03:00
Jaex e53275a3e9 URL related refactoring 2017-04-24 17:01:35 +03:00
Kurtis Welch 31aaf5876e Fix S3 Uploads with random paths 2017-04-24 07:17:33 -05:00
Jaex 887d603e4b fixed #2440 #2451: If Amazon S3 bucket name contains dot then use path style request url 2017-04-23 16:37:52 +03:00
Jaex 87a421a9ed If current endpoint exists in endpoints list then select it automatically 2017-03-21 09:31:47 +03:00
Jaex 00833dd640 Added "Use path style request" option to Amazon S3 2017-03-20 14:56:11 +03:00
Jaex f7236c27f5 Amazon S3 renamings 2017-03-20 14:26:44 +03:00
Jaex 47a14a6ff9 Improve Amazon S3 GetIdentifier method 2017-03-20 10:38:47 +03:00
Jaex a01ba41084 Moved helper methods from AmazonS3 2017-03-20 02:53:32 +03:00
Jaex 84f2de7649 Added DreamObjects support,
Amazon S3 Identifier optional now it can be automatically populated from hostname
2017-03-20 02:05:23 +03:00
Jaex 1ec3506022 Amazon S3 custom domain support 2017-03-18 03:43:38 +03:00
Jaex cdb14ced8c Check required settings in GenerateURL 2017-03-17 03:21:45 +03:00
Jaex 058872b87a Added Amazon S3 regions list, added custom region support 2017-03-17 03:15:19 +03:00
Jaex 23c6c27dfb Amazon S3 UI related changes 2017-03-11 04:07:36 +03:00
Jaex 5541d6136f Fixed signature match problem 2017-03-10 23:48:21 +03:00
Jaex af1c47a03d Initial Amazon S3 implementation, currently signature not matches 2017-03-10 20:10:16 +03:00
Jaex 05400bf552 Remove current Amazon S3 implementation 2017-03-10 19:37:23 +03:00
Jaex 4d7006b359 Update year 2017-01-11 11:39:40 +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 17566b3b82 Code refactoring 2016-09-17 10:07:02 +03:00
Jaex a0dfa16ea3 fixed #1904: Update DreamObjects endpoint 2016-09-12 23:49:01 +03:00
Jaex f79bb6e375 Get uploader icon from its service 2016-06-27 20:20:55 +03:00
Jaex c84a3b4fe4 Added GetUploadersConfigTabPage function to all file uploader services 2016-05-01 11:09:11 +03:00
Jaex 1f44816f18 fixed #1484: Image combiner drag n drop file support 2016-04-07 19:48:09 +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 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 b4b7d3160c All file uploaders using FileUploaderService now 2016-03-22 19:24:41 +02:00
Jaex 1d0842d031 Updated license year to 2016 2016-01-03 17:16:01 +02:00