Skip to content
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

Closed
donquixote opened this issue Sep 9, 2024 · 2 comments · Fixed by #29
Closed

Use Drupal permission system instead of the roles config #27

donquixote opened this issue Sep 9, 2024 · 2 comments · Fixed by #29
Milestone

Comments

@donquixote
Copy link
Collaborator

(pull request soon...)

@hfiguiere hfiguiere added this to the 0.9.0-beta5 milestone Sep 9, 2024
@donquixote
Copy link
Collaborator Author

@hfiguiere Hi
Could you describe the significance of the IsAnonymousUser value sent with the WOPI response?

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?

@hfiguiere
Copy link
Collaborator

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.

donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
…README.md, for now.

A new version of this section may be re-added later.
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
…on links, in addition to media access.

In this commit, no existing constraints are removed.
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
This actually fixes a bug or misbehavior.
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
…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.
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Sep 13, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Oct 23, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Oct 24, 2024
hfiguiere pushed a commit that referenced this issue Oct 24, 2024
This removes noise from following commits.
hfiguiere pushed a commit that referenced this issue Oct 24, 2024
Also remove roles configuration which is no longer needed now.
hfiguiere pushed a commit that referenced this issue Oct 24, 2024
…now.

A new version of this section may be re-added later.
hfiguiere pushed a commit that referenced this issue Oct 24, 2024
hfiguiere pushed a commit that referenced this issue Oct 24, 2024
hfiguiere pushed a commit that referenced this issue Oct 24, 2024
hfiguiere pushed a commit that referenced this issue Oct 24, 2024
hfiguiere pushed a commit that referenced this issue Oct 24, 2024
hfiguiere pushed a commit that referenced this issue Oct 24, 2024
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Oct 29, 2024
…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.
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Oct 29, 2024
…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.
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Oct 29, 2024
…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.
donquixote added a commit to donquixote/collabora-drupal that referenced this issue Oct 29, 2024
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants