We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Glim should be able to add jpegPhoto for user accounts. Gitea can use that attribute. We'll use jpegPhoto https://www.openldap.org/lists/openldap-software/200612/msg00156.html and the CLI will allow to add the image as a Base64 encoded string.
The text was updated successfully, but these errors were encountered:
Not quite sure about this, but I've tried saving file as base64 but Gitea can't use it:
Sorry, something went wrong.
Also, Kanboard can't understand information retrieved by Glim
Probably we'll have to return a bytes[] with the content of the file so it can be used by Gitea, Kanboard, etc
feat: jpegPhoto support, closes #3
3335fbe
Merge pull request #45 from doncicuto/feat-3
689b1e7
Closes #3
doncicuto
Successfully merging a pull request may close this issue.
Glim should be able to add jpegPhoto for user accounts. Gitea can use that attribute. We'll use jpegPhoto https://www.openldap.org/lists/openldap-software/200612/msg00156.html and the CLI will allow to add the image as a Base64 encoded string.
The text was updated successfully, but these errors were encountered: