summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/utils.cpp
AgeCommit message (Collapse)Author
2019-03-02all protocols (even virtual ones) moved to the Protocols folderGeorge Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-23CloudFile: fixed #1298aunsane
2018-04-21core: add Contact_GetStatus functionaunsane
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-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-03-11CloudFile: Dropbox OAuth with miranda-ng redirect uriaunsane
2018-02-24CloudFile: Implement new upload services (#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-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-05-07CloudFile:aunsane
- reworked options to dupport default service - added options to select conflict behavior - multiple fix and refactoring - version bump
2017-04-16CloudFile: initial commitaunsane
- Dropbox (worked) - Yandex.Disk (worked) - GDrive (not worked)