summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/stdafx.h
AgeCommit message (Collapse)Author
2018-04-21core: add Contact_GetStatus functionaunsane
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-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-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-28all protocols rewritten to CMPluginBaseGeorge 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-01Removed old dropbox header #1144aunsane
2018-02-28CloudFile: auth doesn't work (fixed #1171)aunsane
2018-02-28CloudFile: cannot see cloud accounts after setup (fixed #1169)aunsane
2018-02-21Implement service that returns the list of available CloudFile services (#1144)aunsane
2018-02-19CloudFile: added support for the usual accounts system(#1144)aunsane
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-05-07CloudFile:aunsane
- reworked options to dupport default service - added options to select conflict behavior - multiple fix and refactoring - version bump
2017-04-28CloudFile:aunsane
- avoid to simultaniosly load wit Dropbox plugin - service loading moved to modules loaded - cleanup
2017-04-26CloudFile: fix sending to metacontacsaunsane
2017-04-25CloudFile: initial OneDrive implementationaunsane
2017-04-16CloudFile: initial commitaunsane
- Dropbox (worked) - Yandex.Disk (worked) - GDrive (not worked)