Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add File Manager #19

Merged
merged 6 commits into from
Feb 20, 2022
Merged

Add File Manager #19

merged 6 commits into from
Feb 20, 2022

Conversation

maggie44
Copy link
Contributor

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update
[ ] Bug fix
[X] New feature
[ ] Other, please explain:

What changes did you make? (Give an overview)
Add a file manager, initially to be used as a Volume Manager. The idea is you can mount volumes in to the specified directory then browse them, upload, delete etc. to allow management of the content of volumes from different containers on the device.

This isn't a needed or priority features, but up until now I have basically just been porting over stuff I have already done elsewhere and integrating it here. I think this is probably the last thing I have to go in, so can expect the pace of this week to slow quite a bit now.

Which issue (if any) does this pull request address?
A useful file manager for a range of tasks for users, but for now implemented as a means of navigating the content of volumes via the UI.

Is there anything you'd like reviewers to focus on?
I'm afraid this pull request entails another refactor, this time of the i18n integration and strings. I am hoping to get this merged ASAP then work on it from the main branch like the other things. In the meantime, be wary of merge conflicts that could occur with your other branches.

@nucleardreamer
Copy link
Contributor

File manager?! SICK!!! what a good idea, this is super useful. I see the need to refactor i18n for this, you are right it's better to get it in now than deal with merge conflicts for sure

@maggie44 maggie44 merged commit 1d12958 into main Feb 20, 2022
@maggie44 maggie44 deleted the filemanager branch February 20, 2022 22:32
@mrpher
Copy link

mrpher commented Feb 24, 2022

@Maggie0002 I tested the file manager feature. Incredible work!
It does confirm the need for #14 though. Seems like a risk permitting file movement on device without authentication.

@maggie44
Copy link
Contributor Author

maggie44 commented Feb 24, 2022

@Maggie0002 I tested the file manager feature. Incredible work!
It does confirm the need for #14 though. Seems like a risk permitting file movement on device without authentication.

This would probably be a good auth implementation if you were able to have a go: https://www.passportjs.org/tutorials/password / https://www.passportjs.org/packages/passport-local/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants