Commit graph

156 commits

Author SHA1 Message Date
Jaex 6939ef2b53 Change parameter default value to "https://" 2022-07-24 03:30:43 +03:00
Jaex 5aadccc0ca Fix B2 custom URL 2022-05-23 13:03:17 +03:00
Jaex 11b0623377 Added SanitizePath method instead of SanitizeFolderPath and SanitizeFilePath 2022-05-23 10:59:23 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex 530aad7f05 Rename more controls 2021-08-30 13:01:36 +03:00
Ralph Drake dbe38d5982 refactor(FileUploaders): remove ge.tt destination
as of 2021/02/28, ge.tt is no longer in service.
see https://web.archive.org/web/20210226070101/http://ge.tt/ for more
information.

Fixes #5011
2021-07-29 19:45:46 -04:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex 61553ecd38 Set dev true 2020-08-31 08:03:50 +03:00
Karl Tatom 12a4873b9f remove unneeded comment 2020-08-30 21:42:42 -07:00
Karl Tatom 83716124e6 Fix storing invalid devices to settings 2020-08-30 21:29:35 -07:00
SupSuper be9a529af5 Add shared drive support to Google Drive uploader 2020-06-09 23:11:54 +01:00
Jaex 803a4e567c Update year 2020-02-05 10:19:48 +03:00
Jaex 56c698a5ae #4336: Fix B2 URL preview 2019-09-04 09:55:05 +03:00
Jaex 132ebafa9c Rename Between extension to Clamp 2019-05-23 22:59:16 +03:00
Matthew Burnett d5ccc6a5b7 Add checkbox to toggle public ACL 2019-04-07 16:42:47 -04:00
Jaex 0fe9c87fac Removed FTP client tool 2019-02-01 09:37:23 +03: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 898482a5d4 Remove custom uploaders tab from uploaders config form 2019-01-23 13:34:10 +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 b19e0ee83c Removed custom uploader response type option, added backward compatibility for it 2019-01-21 18:09:23 +03:00
Jaex 3c5ff2950c When testing custom uploader select that uploader in listbox 2019-01-14 22:43:03 +03:00
Jaex efc3e0facc Added XML (application/xml) body support to custom uploader 2019-01-09 19:08:55 +03:00
Jaex abe7a18dd2 Added help context menu button to custom uploader tab 2019-01-09 01:42:43 +03:00
Jaex 08509150a4 Improve custom uploader batch import speed 2019-01-08 21:28:34 +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 5f59b14132 Custom uploader body panel changes 2019-01-08 16:35:22 +03:00
Jaex af0b713469 Show shortened URL separately in result 2019-01-06 20:42:12 +03:00
Jaex f077a0eed3 Implement parameters to custom uploader requests 2019-01-06 19:04:40 +03:00
Jaex ccb14e3b6f Show custom uploader response in test tab instead of using response window 2019-01-06 16:16:51 +03:00
Jaex d4ef035e35 Interim commit for custom uploader parameters 2019-01-06 13:09:01 +03:00
Jaex af952f5c1a Added request, response and test tabs to custom uploader tab to create more space 2019-01-06 11:00:28 +03:00
Jaex 885f6c8851 Show selected destination types on control 2019-01-04 20:19:24 +03:00
Jaex 85f98bc063 Removed None from request method, not need anymore 2019-01-04 19:45:42 +03:00
Jaex f4d8ed3b1e Storing application version in custom uploader JSON to be able to better support backward compatibility 2019-01-04 14:37:24 +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 4eed9f5d7d Don't serialize file form name and data if not usable 2018-11-24 21:18:43 +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
Jaex 3df390a226 Update syntax highlight after set text 2018-11-22 02:50:41 +03:00
Jaex ca58626fc0 Auto hide tabs depending on request format 2018-11-21 23:23:50 +03:00
Jaex 71ffe70203 Added minify button 2018-11-21 22:46:23 +03:00
Jaex cf1ddf4da8 Custom Uploader JSON request format now works with URL shortener 2018-11-21 21:05:39 +03:00
Jaex ea69bb703d Added Data option to custom uploader to be able to send raw text like json etc. 2018-11-21 19:48:04 +03:00
Jaex ab7be11122 Use syntax highlighting for argument and header value 2018-11-20 19:22:12 +03:00
Jaex 97b5dcbe05 Use syntax highlighting for request url 2018-11-20 14:48:31 +03:00
Jaex fef12c0dd8 Added syntax highlighting support to custom uploader URL fields 2018-11-19 18:33:03 +03:00
Jaex 015693290a Rename CustomUploaderRequestType to CustomUploaderRequestMethod 2018-11-11 10:33:17 +03:00