summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/cloud_file.h
AgeCommit message (Collapse)Author
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-21code cleaning:George Hazan
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown
2018-04-11CloudFile: Add "grant acess" link to CloudFile accounts (fixed #1260)aunsane
2018-04-06CloudFile: no need to create fake protocol instances just for searchGeorge Hazan
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-11CloudFile: war agains static buffers & buffer overrunsGeorge Hazan
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-19CloudFile: added support for the usual accounts system(#1144)aunsane