Client API v1.8
Changed media ID to a UUID. This way it is easier to deal with image paths. This is also some pre-work for the future where we want to use UUID's for all our image endpoints.
New versions for the client API
View All TagsChanged media ID to a UUID. This way it is easier to deal with image paths. This is also some pre-work for the future where we want to use UUID's for all our image endpoints.
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.
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.
Added security feature that blocks users from accessing media files which do not belong to them.
Added security feature that blocks users from accessing media files which do not belong to them.
Fixed an issue where the GET /messages call would return null on everything instead of empty arrays for keys that contain arrays
Fixed an issue where the GET /messages call would return null on everything instead of empty arrays for keys that contain arrays
Fixed an issue where system messages would be shown in the push notification message.
Fixed an issue where system messages would be shown in the push notification message.