Commit graph

194 commits

Author SHA1 Message Date
Jaex 5fb4fd9848 Code refactoring 2024-03-02 19:12:41 +03:00
Jaex 077e74a2d4 Update year 2024-01-03 02:57:14 +03:00
Jaex 0ab967f14b Code refactoring 2023-10-29 15:05:47 +03:00
Jaex 94e45b5cb8 Update year 2023-01-09 23:31:02 +03:00
Jaex 7fb9ad6b60 Use OAuthLoopbackControl for Google Photos 2022-12-10 12:51:49 +03:00
Jaex fc294e69ca Added UserInfo support 2022-12-08 14:48:35 +03:00
Jaex ff28b68ca0 Use OrdinalIgnoreCase 2022-10-15 02:10:59 +03:00
Jaex 60bfdd3a97 Use UploaderErrorManager in custom uploaders 2022-10-05 12:17:20 +03:00
Jaex f1734a3474 Rename link variables 2022-05-15 00:32:09 +03:00
Jaex f60e8dd6f7 Moved file related methods to FileHelpers class 2022-05-03 09:34:18 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex 619f30fab1 Update Google Photos image 2022-01-03 07:21:35 +03:00
Jaex 36290589c5 Code cleanup 2021-08-14 13:52:59 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex 281e3c2ae4 fixed #5691: Remove dot from end of Imgur webm urls 2021-07-09 00:30:32 +03:00
Jaex 504d542761 Code refactoring 2021-07-03 16:43:12 +03:00
Jaex 082d089c78 Improve error message of custom uploader parse response 2021-07-03 16:10:10 +03:00
Jaex b48d615362 Code refactoring 2021-06-10 21:44:40 +03:00
Jaex e8ad4b8553 Code refactoring 2021-06-10 01:14:01 +03:00
Jaex 1c2abb9b95 Encrypt all image uploader settings 2020-06-01 02:53:41 +03:00
Jaex d8bd581179 fixed #4763: Flickr changed flickr.photos.getSizes response 2020-05-07 08:18:54 +03:00
Jaex 9f619c05ab Added user name to oauth status label, oauth button text changes 2020-04-16 17:06:25 +03:00
Jaex 803a4e567c Update year 2020-02-05 10:19:48 +03:00
Jaex 20c83136a9 Fix PVS high issues 2019-09-20 10:48:45 +03:00
Jaex e6ed90c09f Removed TinyPic 2019-08-25 05:10:25 +03:00
Jaex 4d28a97e4d Solution code cleanup 2019-08-21 17:28:17 +03:00
Jaex 76f7e24f87 Support Imgur video uploads 2019-07-23 12:50:07 +03:00
Jaex 8677a80768 Removed preset Chevereto uploaders list 2019-04-26 22:26:43 +03:00
Jaex 4a970ef3d1 Rename UploadHelpers to RequestHelpers 2019-03-14 14:06:54 +03:00
Matthew Burnett a1f12bd0c1 Parameter cleanup 2019-01-27 01:13:45 -05:00
Matthew Burnett 6055f8762c Fix indentation
Hello, codemaid?
2019-01-26 14:20:24 -05:00
Matthew Burnett f615cca924 Rename and add args 2019-01-24 19:24:46 -05:00
Matthew Burnett 74c8ed1613 Support "fields" query for efficieny 2019-01-24 17:43:22 -05: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 898482a5d4 Remove custom uploaders tab from uploaders config form 2019-01-23 13:34:10 +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 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 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 9c4f583dca Removing ResponseType usages to use new system 2019-01-21 15:37:31 +03:00
Abu3safeer e9d784cdb5
Remove broken websites
I have commented the website that no longer working + added the the website status.
So please double check those websites, some of the has working domain, but that domain is linked to nothing, so it shows "DNS_PROBE_FINISHED_NXDOMAIN".
some of them redirect, some of them are for sale.

to be honest I wanted to add some good websites to the list, but I don't know how to get the api.
2019-01-20 17:37:20 +03:00
Jaex b2081622aa Rename RequestType to RequestMethod 2019-01-08 18:57:49 +03:00
Jaex fa7f69988e Rename RequestFormat to Body 2019-01-08 18:02:21 +03:00
Jaex f077a0eed3 Implement parameters to custom uploader requests 2019-01-06 19:04:40 +03:00
Jaex b238357bcc If request URL contains query string then automatically convert it to parameters and remove query string from request URL 2019-01-06 14:47:37 +03:00
Jaex 469fc29b87 Update year 2019-01-02 10:43:52 +03:00
Jaex dd7ba07c60 Custom uploader request format will be set explicitly 2018-11-30 14:03:45 +03:00
Jaex 3fb40ef1ac #2299: Support $filename$ in request url and result urls 2018-11-24 23:23:18 +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