Commit graph

5692 commits

Author SHA1 Message Date
Jaex 7e8d4f313e Don't parse response if status code is not success 2019-01-29 02:12:46 +03:00
Jaex 9d870a1d28 Check status code for 2xx instead of specific status code 2019-01-29 01:52:10 +03:00
Jaex b38ab1f29c Improve upload error output to include more details about request 2019-01-28 20:37:05 +03:00
Jaex 214b3c7a97 Removed verbose request log option 2019-01-28 19:18:06 +03:00
Jaex fee0f5c384 Check status code instead 2019-01-28 18:48:49 +03:00
Uncled1023 1e0404efd1 Fixed url shortener not setting correct return variable. 2019-01-27 18:52:27 -08:00
Jaex 5c65d09293 Added early copy URL support for Azure Storage 2019-01-28 00:02:25 +03:00
Jaex bee6373ccd Use SendRequest in Amazon S3 and Azure Storage 2019-01-27 23:55:09 +03:00
Jaex 4fcb1dd358 Added early copy URL support for Amazon S3 2019-01-27 22:59:15 +03:00
Jaex e196183099 Use GDI measure text function 2019-01-27 22:39:48 +03:00
Jaex ffe1234d2e Reflect S3 remove extension setting change in URL preview 2019-01-27 21:36:16 +03:00
Jaex 9bb8e960bd
Merge pull request #3914 from sylveon/master
Version-lock Windows.winmd assembly reference
2019-01-27 20:19:54 +03:00
Jaex be2d7e3430
Merge pull request #3910 from matthewburnett/GoogleCloudStorage-Patch
Google based uploaders update
2019-01-27 18:50:01 +03:00
Matthew Burnett a1f12bd0c1 Parameter cleanup 2019-01-27 01:13:45 -05:00
Jaex d1fdae51e2 Fix unicode emoji issues in notification form 2019-01-27 06:51:10 +03:00
Charles Milette 1ab2932e55
Version-lock Windows.winmd assembly reference
Avoids potential version conflicts if a newer SDK is installed
2019-01-26 22:47:49 -05:00
Matthew Burnett 6055f8762c Fix indentation
Hello, codemaid?
2019-01-26 14:20:24 -05:00
Jaex 51ccc98872 Use MenuButton for custom uploader help button 2019-01-26 18:10:39 +03:00
Matthew Burnett 3640c346d3 Fix with refactor 2019-01-24 21:40:29 -05:00
Matthew Burnett 54c90e1d15 Merge upstream 2019-01-24 21:40:00 -05:00
Jaex 84784b294e Multipart data refactoring 2019-01-25 05:17:33 +03:00
Jaex 042652f4ca multipart/related refactoring 2019-01-25 04:37:27 +03:00
Matthew Burnett f615cca924 Rename and add args 2019-01-24 19:24:46 -05:00
Matthew Burnett 4c0ea0e1f3 Use least priviledge scope GCS
Remove debug write
2019-01-24 17:59:17 -05:00
Matthew Burnett 74c8ed1613 Support "fields" query for efficieny 2019-01-24 17:43:22 -05:00
Matthew Burnett 21c5e764fc Correctly update preview url with object extension preferences
Rename variables for consistency
Early url returning for quicker pastes
2019-01-24 15:09:00 -05:00
Jaex ee4b7690b1 Use same method in name parser editor 2019-01-24 18:05:24 +03:00
Jaex 0cf17c9619 Check is main form disposed after setting forms closed 2019-01-24 17:47:37 +03:00
Jaex fa9e751dd7 Right click will close code menu 2019-01-24 16:53:00 +03:00
Jaex bac503c1b9 Add rest of syntax to input code menu 2019-01-24 16:23:40 +03:00
Jaex 33630b84ab
Merge pull request #3907 from matthewburnett/GooglePhotos-patch
Fix empty albums list
2019-01-24 01:40:41 +03:00
Matthew Burnett 5f8d5651f9 Fix empty albums list
Pagination failed if the albums response is empty, but a pagination token still exists.
2019-01-23 17:26:30 -05:00
Jaex 82a4d09964 No need size change in uploaders config form anymore 2019-01-23 15:14:20 +03:00
Jaex d858ff457e Added icon to custom uploader settings 2019-01-23 15:03:52 +03:00
Jaex 898482a5d4 Remove custom uploaders tab from uploaders config form 2019-01-23 13:34:10 +03:00
Jaex cb9efd5fa3 Move custom uploader settings to its own form 2019-01-23 13:13:48 +03:00
Jaex 1ca55d77a9
Merge pull request #3903 from matthewburnett/GooglePhotos-patch
Fix album list pollution
2019-01-23 11:50:46 +03:00
Matthew Burnett 3424749e02 Fix album list pollution
Album list will become polluted with redundant single album share images, we can assume that no shared albums other than ones used for public links will be made.

This will not fix long pagination responses due to many shared albums.
2019-01-22 17:09:55 -05:00
Jaex 0a57e89487 Removed response type control 2019-01-22 15:21:13 +03:00
Jaex c5810ca127 Rename Picasa options to Google Photos to reset them 2019-01-22 11:16:12 +03:00
Matthew Burnett 5e9c3c43b6 Google photos update for Picasa deprecation (#3890)
* Add new object classes
Update scope
Update album list url
Remove extra headers

* Implement new albums

* Update GooglePhotos to new API

* Add create album button

* Fix redundancy
2019-01-22 10:57:43 +03:00
Jaex 017c19cd21 Added syntax menu to custom uploader URL text boxes 2019-01-22 10:38:04 +03:00
Jaex b19e0ee83c Removed custom uploader response type option, added backward compatibility for it 2019-01-21 18:09:23 +03:00
Jaex ba29dc918b Added $header:name$ syntax to custom uploader 2019-01-21 17:33:19 +03:00
Jaex bab795bb57 Added $responseurl$ syntax support to custom uploader, which can be used in place of previously removed redirection url response type 2019-01-21 17:06:11 +03:00
Jaex 58cd13db01 Added ResponseInfo class 2019-01-21 15:50:01 +03:00
Jaex 9c4f583dca Removing ResponseType usages to use new system 2019-01-21 15:37:31 +03:00
Jaex 163c2a1ecf Update Paste2 request URL 2019-01-21 15:14:50 +03:00
Jaex eb59fb8e4d Store last response Uri and headers in uploader class 2019-01-21 14:57:18 +03:00
Uncled1023 1ffa5df531 Added Text and Url Shortener actions for Teknik 2019-01-20 20:30:48 -08:00