feishin/src
Mitja Ševerkar 8eb8290fc4
Some checks are pending
Test / release (macos-latest) (push) Waiting to run
Test / release (ubuntu-latest) (push) Waiting to run
Test / release (windows-latest) (push) Waiting to run
Fix URL encoding on Subsonic (#850)
* Revert "Encode credential for subsonic stream/coverart (#841)"

This reverts commit 8ec4551b46.

* Properly URL encode credentials on Subsonic

Previous commit (8ec4551b46) has been reverted, as it has encoded even equal signs (=), and and signs (&), which should not have been encoded. Nextcloud Music has subsequently failed to receive separate username and password and has therefore failed whilst authenticating the user.

Example of URL beforehand:
https://cloud.example.com/index.php/apps/music/subsonic/rest/stream.view?id=track-4936&v=1.13.0&c=feishin_&u%3Dtest-test%40example.com%26p%3Dpassword

Example of URL now:
https://cloud.example.com/index.php/apps/music/subsonic/rest/stream.view?id=track-4936&v=1.13.0&c=feishin_&u=test-test%40example.com&p=password
2024-11-19 19:00:53 -08:00
..
__tests__ Lint all files 2023-07-01 19:14:12 -07:00
i18n Translated using Weblate (Chinese (Simplified Han script)) 2024-11-19 04:37:48 +00:00
main point help menu items to feishin instead of just electron (#767) 2024-09-28 21:44:13 -07:00
remote [slightly less scuffed bugfix]: Update table rating/favorite when updated anywhere … (#707) 2024-09-02 22:31:20 -07:00
renderer Fix URL encoding on Subsonic (#850) 2024-11-19 19:00:53 -08:00
types Revert "Upgrade dependencies" 2024-04-28 21:03:31 -07:00