HEnquist / camillagui-backend

Backend server for camillagui
GNU General Public License v3.0
18 stars 4 forks source link

Implemented file management #17

Closed JWahle closed 3 years ago

JWahle commented 3 years ago

This is the server part of my file management implementation (https://github.com/HEnquist/camillagui/pull/22)

Refactored views.py methods into separate files Replaced os.path.join() with files_in_folder (this checks that no relative paths are entered, as this might allow to read/write arbitrary files on the filesystem through the web API)

JWahle commented 3 years ago

@bitkeeper I implemented the selection of the active config as you did for moode. Please have a look at the diff of README.md You might want to generate a default config file, if this is merged.

JWahle commented 3 years ago

@bitkeeper FYI this is merged now. If you did not do that already, you might want to have a look at the diff of README.md and generate a default config file.

bitkeeper commented 3 years ago

@JWahle 30 minutes ago I did a pull, now building.