You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API now validates content-type and accept headers for POST, PATCH and DELETE requests. Those headers were required for the API to work properly, so client should send them already. If you run into issues where LinkAce responds with 415 HTTP errors, please make sure that your client properly sets the required content-type and accept headers. Thanks to @prplecake for his awesome debugging and contribution. (#885)
Internal or private links are now properly displayed on tag and list pages. (#914)
The setup handles database passwords with special characters now. (#927)
Permissions for the storage directory were adjusted for Docker and PHP release packages. (#879)