-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix settings #41
base: master
Are you sure you want to change the base?
Fix settings #41
Conversation
This is a initial fix to permit user to change the file association preferences again.
Change the settings url to be mor consistant with the others urls of the app. Better feedback if the saving of settings did work or not. Use the Framework to get the settings value, instead of using the $_POST array.
The Settings controller parameters were did not have a type, and prevented them from being automatically injected
First off, thank you for your work on this fix. I have used this app with the fix applied and it works very well. One thing to note would be the removal of personal.php. If you could remove this it would be great. The way it currently stands there are two setting pages by removing this one it looks a lot better. Look forward to seeing this merged. 👍 |
Thanks for pointing this : I did not know where the "old" settings page were defined ! |
Remove the 'personal.php' file to remove the duplicate personal settings page
7755614
to
69d4859
Compare
Thank you for our work on this. |
The fixes in #42 are a work in progress pull request so this can not be considered as "working", To be honest I'm lost in all those JavaScript loading each other ... |
After some more use I did some deeper digging after certain errors started popping up regarding the app being unable to find the file It appears that it is still required and being loaded and sometimes cached in the |
I tried again with the personal.php in it's previous location. My app.php was already modified. The behavior is the same as before. Epub is working fine. cbr/cbz are downloaded but never start to extract. |
It seems personal.js is used in the settings too, so i changed the URL there too.
I got this issue fixed : I forgot to update the personal.js file with he new route ! |
@sysadminstory Is anything missing for merging this pull request? |
Original PR: e-alfred#41 This fix repairs the installation of the app that was failing: `Class "OCP\App" not found"`. It also allows user to change the file association preferences again.
Well, on my point of view, no, but the owner of this repo seems to be inactive :( |
Hello !
This is a fix for the file association settings not working #27 :
I never worked on any Nextcloud app before, so this needs to be reviewed !
I did test it only on a test Nexctloud instance !