-
Notifications
You must be signed in to change notification settings - Fork 72
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
community logo: replacing an image does not work #718
Closed
kpsherva opened this issue
Jun 16, 2022
· 1 comment
· Fixed by #740 or inveniosoftware/cookiecutter-invenio-rdm#220 · May be fixed by inveniosoftware/invenio-files-rest#283
Closed
community logo: replacing an image does not work #718
kpsherva opened this issue
Jun 16, 2022
· 1 comment
· Fixed by #740 or inveniosoftware/cookiecutter-invenio-rdm#220 · May be fixed by inveniosoftware/invenio-files-rest#283
Labels
Comments
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-communities
that referenced
this issue
Jun 30, 2022
added the no cache param to the community logo endpoint in the community settings so that it will always show the updated version of the community logo, otherwise it will sometimes cache the image and the user will be confused as to why the community logo did not change partly closes inveniosoftware#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Jun 30, 2022
added 2 params called max_age and no_cache which will allow more control about what cache control headers are being returned by the file response object partly closes inveniosoftware/invenio-communities#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-communities
that referenced
this issue
Jun 30, 2022
added the no cache param to the community logo endpoint in the community settings so that it will always show the updated version of the community logo, otherwise it will sometimes cache the image and the user will be confused as to why the community logo did not change partly closes inveniosoftware#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-records-resources
that referenced
this issue
Jun 30, 2022
added 2 params which are used to control what and how cache control headers are being set closes inveniosoftware/invenio-communities#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-communities
that referenced
this issue
Jun 30, 2022
added the no cache param to the community logo endpoint in the community settings so that it will always show the updated version of the community logo, otherwise it will sometimes cache the image and the user will be confused as to why the community logo did not change partly closes inveniosoftware#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-communities
that referenced
this issue
Jun 30, 2022
added the no cache param to the community logo endpoint in the community settings so that it will always show the updated version of the community logo, otherwise it will sometimes cache the image and the user will be confused as to why the community logo did not change Also, added a small text under the logo uploader to inform the user that it may take a small while before the new version is shown to them. partly closes inveniosoftware#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-communities
that referenced
this issue
Jun 30, 2022
added the no cache param to the community logo endpoint in the community settings so that it will always show the updated version of the community logo, otherwise it will sometimes cache the image and the user will be confused as to why the community logo did not change Also, added a small text under the logo uploader to inform the user that it may take a small while before the new version is shown to them. partly closes inveniosoftware#718
This was referenced Jun 30, 2022
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-communities
that referenced
this issue
Jun 30, 2022
added the no cache param to the community logo endpoint in the community settings so that it will always show the updated version of the community logo, otherwise it will sometimes cache the image and the user will be confused as to why the community logo did not change Also, added a small text under the logo uploader to inform the user that it may take a small while before the new version is shown to them. partly closes inveniosoftware#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Jun 30, 2022
added 2 params called max_age and no_cache which will allow more control about what cache control headers are being returned by the file response object partly closes inveniosoftware/invenio-communities#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-communities
that referenced
this issue
Jun 30, 2022
added the no cache param to the community logo endpoint in the community settings so that it will always show the updated version of the community logo, otherwise it will sometimes cache the image and the user will be confused as to why the community logo did not change Also, added a small text under the logo uploader to inform the user that it may take a small while before the new version is shown to them. partly closes inveniosoftware#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-communities
that referenced
this issue
Jul 7, 2022
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Jul 7, 2022
if files are restricted the cache-control header will now be set to "no-cache" so that resources are always checked to be fresh before being served, otherwise it will be cached for a certain amount of time, defined by a config value partly closes inveniosoftware/invenio-communities#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-communities
that referenced
this issue
Jul 7, 2022
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-communities
that referenced
this issue
Jul 7, 2022
now will set the restriction param based on the community visibility and it will force the community logo in the settings page to always update so that any changes are immediately shown to the user, no matter the browser cache. closes inveniosoftware#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-communities
that referenced
this issue
Jul 7, 2022
now will set the restriction param based on the community visibility and it will force the community logo in the settings page to always update so that any changes are immediately shown to the user, no matter the browser cache. closes inveniosoftware#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Jul 21, 2022
if files are restricted the cache-control header will now be set to "no-cache" so that resources are always checked to be fresh before being served. partly closes inveniosoftware/invenio-communities#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/cookiecutter-invenio-rdm
that referenced
this issue
Jul 21, 2022
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Jul 22, 2022
if files are restricted the cache-control header will now be set to "no-cache" so that resources are always checked to be fresh before being served. partly closes inveniosoftware/invenio-communities#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Jul 25, 2022
if files are restricted the cache-control header will now be set to "no-cache" so that resources are always checked to be fresh before being served. partly closes inveniosoftware/invenio-communities#718
Repository owner
moved this from 👌 Reviever approved
to ✅ Done
in InvenioRDM v10 - Back-office
Jul 29, 2022
kpsherva
pushed a commit
that referenced
this issue
Jul 29, 2022
now will set the restriction param based on the community visibility and it will force the community logo in the settings page to always update so that any changes are immediately shown to the user, no matter the browser cache. closes #718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Aug 10, 2022
if files are restricted the cache-control header will now be set to "no-cache" so that resources are always checked to be fresh before being served. partly closes inveniosoftware/invenio-communities#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Aug 10, 2022
if files are restricted the cache-control header will now be set to "no-cache" so that resources are always checked to be fresh before being served. partly closes inveniosoftware/invenio-communities#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Aug 10, 2022
if files are restricted the cache-control header will now be set to "no-cache" so that resources are always checked to be fresh before being served. partly closes inveniosoftware/invenio-communities#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Aug 10, 2022
if files are restricted the cache-control header will now be set to "no-cache" so that resources are always checked to be fresh before being served. partly closes inveniosoftware/invenio-communities#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Aug 10, 2022
if files are restricted the cache-control header will now be set to "no-cache" so that resources are always checked to be fresh before being served. partly closes inveniosoftware/invenio-communities#718
NRodriguezcuellar
pushed a commit
to NRodriguezcuellar/invenio-files-rest
that referenced
this issue
Aug 10, 2022
if files are restricted the cache-control header will now be set to "no-cache" so that resources are always checked to be fresh before being served. partly closes inveniosoftware/invenio-communities#718
there is one pr still not merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested locally:
The text was updated successfully, but these errors were encountered: