summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/Services
AgeCommit message (Collapse)Author
2018-05-14merge with master till:George Hazan
fixes #1358 (StdMsg: "Send on Ctrl+Enter" setting is lost after upgrade)
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-05-03CloudFile: thread functions rewritten using PROTO::ForkThreadGeorge Hazan
2018-05-01CloudFile: fix for #1315aunsane
2018-04-26CloudFile: fix for #1298aunsane
2018-04-23CloudFile: fixed #1298aunsane
2018-04-21CloudFile:aunsane
- fix #1278 - decrease volume of response data with fields filtering - fix uploading for gdrive and onedrive in some cases - simplifying upload code - version bump
2018-04-18core changes:George Hazan
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts
2018-04-18g_hInstance incapulated into PLUGIN<>, no need in the separate variableGeorge Hazan
2018-04-18PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵George Hazan
inside
2018-04-13fixes #1176 (Autobackup to CloudFile doesn't work)George Hazan
2018-04-11CloudFile: Add "grant acess" link to CloudFile accounts (fixed #1260)aunsane
2018-03-30fix for the oper-optimizing MSVC compilerGeorge Hazan
2018-03-28all protocols rewritten to CMPluginBaseGeorge Hazan
2018-03-25CloudFile: show error if authorization goes wrongaunsane
2018-03-24typo and warning fixesaunsane
2018-03-12Autobackup to CloudFile doesn't work (fixed #1176)aunsane
2018-03-11CloudFile: fix OneDrive token refreshaunsane
2018-03-11CloudFile: Dropbox OAuth with miranda-ng redirect uriaunsane
2018-03-11CloudFile should create Miranda NG folder instead of placing files into ↵aunsane
Yandex Disk root (fixed #1184)
2018-03-11fixes #1185 (Add icon to CloudFile accounts)George Hazan
2018-03-11CloudFile: war agains static buffers & buffer overrunsGeorge Hazan
2018-03-09CloudFile: bugfixaunsane
- GDrive: fixed authentication - GDrive: fixed upload for small files - Dropbox: increase "create folder" api method version
2018-02-28CloudFile: auth doesn't work (fixed #1171)aunsane
2018-02-28CloudFile: cannot see cloud accounts after setup (fixed #1169)aunsane
2018-02-24CloudFile: small corrections (#1168)Goraf
* CloudFile: remove double 'const' * CloudFile: add missing 'override'
2018-02-24CloudFile: Implement new upload services (#1144)aunsane
2018-02-19CloudFile: added support for the usual accounts system(#1144)aunsane
2018-01-19CloudFile: fixed #1113aunsane
2017-12-30CloudFile: fixed #1087aunsane
2017-12-09CloudFile: realized MS_DROPBOX_UPLOADaunsane
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-08-26CloudFile: fix authorization request with own redirect pageaunsane
2017-05-10CloudFile: fix "on conflict" fox dropboxaunsane
2017-05-09CloudFile: fix optionsaunsane
2017-05-09CloudFile: one more fixaunsane
2017-05-09CloudFile: fix uploadaunsane
2017-05-08CloudFile: fix build for VS2010aunsane
2017-05-07CloudFile:aunsane
- reworked options to dupport default service - added options to select conflict behavior - multiple fix and refactoring - version bump
2017-04-27CloudFile: fix uploading small files for GDrive and OneDriveaunsane
2017-04-26CloudFile: fix Yandex disk nameaunsane
2017-04-26CloudFile: fix dropbox url generationaunsane
2017-04-26CloudFile: translate fixaunsane
2017-04-26CloudFile: OneDrive is worked nowaunsane
2017-04-26CloudFile: ability to disable servicesaunsane
2017-04-25CloudFile: initial OneDrive implementationaunsane
2017-04-24CloudFile: add icon to Yandex.Diskaunsane
2017-04-23CloudFile: attempt to fix build on VS2010aunsane