-
Notifications
You must be signed in to change notification settings - Fork 11
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
WIP: app launcher #30
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My concerns thus far
- It might be wise to add a version for Simply-Edit / Simply-Everything (either in a comment in the file or by changing the file name) to make it easier for future updates
- We might want to minify Simply-*.js as it is effectively vendor code (to discourage edits to it).
- I've not explicitly reviewed the PHP code for security issues, I intend to do a thorough review when this MR leaves WIP status.
Agreed - ideally I would like to grab these from a repo/vendor/thing much like the composer components. Maybe we should move them into js/vendor/simplyedit/ or something similar for now? |
adding solid-auth-fetcher bundle
shouldn't be needed, as php-solid-auth also specifies that version, but somehow composer appears to ignore that and goes for the latest version anyway (which is not compatible with php-solid-auth)
…rk to generalize currently fails to actually put() the file (403 forbidden)
use origin from apps definition use permissions from apps definition add user webId to the permissions fix url for the acl doc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only concern I have is mixing var
(rather than let
) with const
. But as that is trivial to clean up later, I am not much bothered right now.
remove cors headers from files, will handle in webserver config instead
added docker-compose
fix paths in init.sh
No description provided.