JKSV/inc
Martin Riedel 938c52b603 feat: Webdav support for remote storage
- Created common interface that GDrive and Webdav implement (rfs::IRemoteFS)
- Moved shared functionality into shared interface/implementation
- drive.h/.cpp was replaced by remote.h/.cpp
- fld.cpp now gets a copy of RfsItem (former gdIems), because the implementation is not required to retain these (e.g. Webdav does not)
- UI presentation changed from [GD] to [R] (Remote)
2023-07-09 23:13:01 -04:00
..
fs feat: Webdav support for remote storage 2023-07-09 23:13:01 -04:00
gfx Fixes + Revisions to last commit 2023-06-04 20:15:27 -04:00
ui chore: aligned all SDL2 imports to use <SDL2/*> 2023-07-09 23:04:44 -04:00
cfg.h feat: Webdav support for remote storage 2023-07-09 23:13:01 -04:00
curlfuncs.h Fix config loading, early drive code, threaded file read/write 2021-11-30 15:58:05 -05:00
data.h Applet mode warning + disable drive/browser to prevent crash 2023-05-17 17:00:18 -04:00
fs.h feat: Webdav support for remote storage 2023-07-09 23:13:01 -04:00
gd.h feat: Webdav support for remote storage 2023-07-09 23:13:01 -04:00
gfx.h chore: aligned all SDL2 imports to use <SDL2/*> 2023-07-09 23:04:44 -04:00
rfs.h feat: Webdav support for remote storage 2023-07-09 23:13:01 -04:00
type.h Update readme, add legacy config loading, new translation format, remove curUser and curData definition shortcuts 2021-08-16 21:58:18 -04:00
ui.h Applet mode warning + disable drive/browser to prevent crash 2023-05-17 17:00:18 -04:00
util.h Applet mode warning + disable drive/browser to prevent crash 2023-05-17 17:00:18 -04:00
webdav.h feat: Webdav support for remote storage 2023-07-09 23:13:01 -04:00