-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use Drupal permission system instead of the roles config #27
Comments
@hfiguiere Hi Currently in this Drupal module, the WOPI controller will return IsAnonymousUser = TRUE if and only if the user is anonymous in Drupal. What would be the effect of returning the "wrong" value here? |
Currently it doesn't seem to be used, but there are plans to use it for things like comments. I think it should be carefully set for cases where the user isn't authenticated. |
…upal permissions.
…README.md, for now. A new version of this section may be re-added later.
…only in ViewerController.
…e, replacing the global ones.
…and 'edit own'.
…n the field formatter.
…on links, in addition to media access. In this commit, no existing constraints are removed.
This actually fixes a bug or misbehavior.
…get discovery. It can happen that file_get_contents() hangs at the end of a stream, waiting for more data. With curl it seems this does not happen. Even better would be to use e.g. Guzzle http client, but that's too big a change for now.
…definition for view and edit routes.
Issue CollaboraOnline#27: Use Drupal permission system.
This removes noise from following commits.
Also remove roles configuration which is no longer needed now.
…now. A new version of this section may be re-added later.
…rop the `@todo` in the controller method.
…get discovery. It can happen that file_get_contents() hangs at the end of a stream, waiting for more data. With curl it seems this does not happen. Even better would be to use e.g. Guzzle http client, but that's too big a change for now.
…get discovery. It can happen that file_get_contents() hangs at the end of a stream, waiting for more data. With curl it seems this does not happen. Even better would be to use e.g. Guzzle http client, but that's too big a change for now.
…get discovery. It can happen that file_get_contents() hangs at the end of a stream, waiting for more data. With curl it seems this does not happen. Even better would be to use e.g. Guzzle http client, but that's too big a change for now.
…get discovery. It can happen that file_get_contents() hangs at the end of a stream, waiting for more data. With curl it seems this does not happen. Even better would be to use e.g. Guzzle http client, but that's too big a change for now.
(pull request soon...)
The text was updated successfully, but these errors were encountered: