Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix #1278
- decrease volume of response data with fields filtering
- fix uploading for gdrive and onedrive in some cases
- simplifying upload code
- version bump
|
|
- 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
|
|
- 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
|
|
|
|
inside
|
|
|
|
|
|
|
|
|
|
|
|
fixes #1247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Yandex Disk root (fixed #1184)
|
|
|
|
|
|
- GDrive: fixed authentication
- GDrive: fixed upload for small files
- Dropbox: increase "create folder" api method version
|
|
|
|
|
|
|
|
|
|
* CloudFile: remove double 'const'
* CloudFile: add missing 'override'
|
|
CloudFile: fix upload service
Db_autobackups: fix build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|