blonkm / schoology-improved

Using the Schoology API to do things you can't using the web version
https://blonkm.github.io/schoology-improved/
3 stars 0 forks source link

File name in zip file can contain invalid characters #84

Open blonkm opened 1 year ago

blonkm commented 1 year ago

The file name in the zip file per user is made up of user name and assignment title. The assignment title can contain illegal characters (like e.g. ":"). Change this by filtering the name before saving the file.