syncMyMoodle
syncMyMoodle copied to clipboard
Synchronization client for RWTH Moodle
When trying to get old data from a language course, it strangely fails with an ssl error, but the file isnt available anymore, so it is not clear why it...
Currently instances of `mod_folder` with directories within them get flattened. The filenames afterwards are the theoretical path but slashes get sanitized out. A cleaner solution whilst still being safe would...
Sometimes course instructors upload newer versions of a file to change some mistakes etc. This would be a relatively simple¹ way to catch those cases and download the newer version....
Some pdf files are damaged when downloaded via syncMyMoodle. Downloading the same file using moodle's web interface doesn't yield this damaged file.
This will probably not be able to cover everything and be a PITA to set up however I would feel a lot more confident developing and merging some bigger changes...
On windows paths are difficult to type into the json file, it would be better to use maybe the default configparser from python
E.g. exclude courses where one has the tutor role
This pr adds dockeriaztion to syncMyMoodle. Perhaps the maintainer could integrate DockerHub into the CI to provide an image publicly.
This is necessary to support e.g. dockers and podmans secrets mechanism or the systemd `LoadCredential` directive. For this to work a config option (or flag) would need to be added...