new Settings API#694
Conversation
|
Now that looks awesome, i like the approach 🙂 I am missing two things here in the documentation:
|
44c0402 to
e0d47aa
Compare
|
Thanks for the feedback! Currently, the request succeeds even if the values are invalid. The server performs a sanitation of the values and sends back the fixed values.
I've added the following sentences to the documentation:
Is this sufficient? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
I have kind of a working implementation, i think. Looking forward to test this with a real server :) |
What do you mean with "real server"? You can checkout this branch and install it. Did you do such tests in the meanwhile? |
|
Nah, nevermind 😄 I just don't have a test instance right now where i could push the state from the branch. When i have time i will set up one. |
8458f57 to
b4430e6
Compare
Provides access to the app settings through the API. This was requested in nextcloud/notes-android#916 (comment). However, my implementation differs to the proposed API. Please check, if this is fine for you, too @stefan-niedermann . My approach was easier 😁
Please note, that the API does not provide the list of allowed file suffixes. This is static for now. We could add a dynamic list later. Is this fine?