-
-
Notifications
You must be signed in to change notification settings - Fork 833
[Core] General API/VFS and base Applications #304
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
Comments
@RickGlimmer This issue now superseeds #302 and #303. |
FYI: I am merging this into |
@RickGlimmer Thoughts on the changes ? :) |
I am testing them right now. :) It is a lot easier to work with that is for sure! 👍 |
The write could be a bit easier. :) If you can split the data it would be great. Maybe like this: |
The "problem" is that the I don't want to perform any string-type operations on this in the client (effectively doubles the needed ram usage). The server assumes that |
@RickGlimmer This problem can somewhat be "solved" another way. Instead of relying on It's something I'm considering. But as you said, this made it a bit easier to work with, and avoid confusions with nested JSON to the APIs. Also debugging is a bit better in the browser now since it makes a distinct entry in the network monitor (no more "API" only. It actually shows the method used) |
+1 for group permissions :) Also HTTPS with Let's Encrypt support? |
Ahem, long time do not feedback for osjs 😄 |
@khoaakt I'll look into that, but the current desktop icon view was designed to work as shortcuts. I can maybe provide both solutions and have it in Settings |
Closing this issue. The remaining stuff will get its own issues when I get started |
Uh oh!
There was an error while loading. Please reload this page.
Before hitting an eventual beta, OS.js needs to nail down API and VFS "backend" methods and client integration.
Recently I've gotten some really good feeback that has finally initiated this process.
Core
Packages
Applications
API
checkVFSPrivilege()
(VFS per-user permissions hook)checkPackagePrivilege()
(Package per-user permissions hook)Application::_api()
with the default pattern and deprecateApplication::_call()
(over the next releases)VFS
src/conf
Misc
The text was updated successfully, but these errors were encountered: