summaryrefslogtreecommitdiff
path: root/protocols/CloudFile/src/oauth.cpp
AgeCommit message (Collapse)Author
2020-12-19fixes #2653 (CloudFile cannot connect)George Hazan
2020-12-11fixes #2646 (CloudFile: Dropbox auth is broken)George Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2019-03-02all protocols (even virtual ones) moved to the Protocols folderGeorge Hazan