Client API v1.8.11
Media filename is now unique using a UUID instead of the provided filename, this fixes a bug where you could not upload a file with the same name more than once.
Changes related to bug fixes
View All TagsMedia filename is now unique using a UUID instead of the provided filename, this fixes a bug where you could not upload a file with the same name more than once.
Fixed an issue on iOS mobile web browsers where the invite notification was hidden behind the virtual keyboard.
Fixed device requires authorization
Fixed issue where new accounts, that were created using POST /accounts, were not given the newest database structure.
Fixed various issues with uploading and retrieving Media files
Fixed various issues with uploading and retrieving Media files
Fixed an issue where retrieving a media file did not work. It resulted in a media_not_found error.
Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like 'é' resulted in 'é'. They are now encoded correctly.
Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like 'é' resulted in 'é'. They are now encoded correctly.