ultrasonic-app-subsonic-and.../subsonic-api/src/integrationTest/kotlin/org/moire/ultrasonic/api/subsonic
Yahor Berdnikau 1333534988 Allow to use self-signed certificates.
By default OkHttpClient will not allow self-signed certificates, but
some of app users use them.

This is disabled by default, should be enabled explicitly.

It also allows any CN in self-signed certificate.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-12-26 12:34:16 +01:00
..
interceptors Add version interceptor. 2017-12-02 21:51:26 +01:00
rules Allow to use self-signed certificates. 2017-12-26 12:34:16 +01:00
CommonFunctions.kt Allow to use self-signed certificates. 2017-12-26 12:34:16 +01:00
GetStreamUrlTest.kt Update dynamically client version. 2017-12-02 21:51:26 +01:00
SubsonicAPIClientTest.kt Split Subsonic API integration test into a smaller classes. 2017-08-16 21:37:58 +02:00
SubsonicApiAddChatMessageTest.kt Add addChatMessage() call. 2017-11-16 22:18:13 +01:00
SubsonicApiCreateBookmarkTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiCreatePlaylistTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiCreateShareTest.kt Change MusicDirectoryChild ids type to String. 2017-12-16 21:28:18 +01:00
SubsonicApiDeleteBookmarkTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiDeletePlaylistTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiDeleteShareTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetAlbumList2Test.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetAlbumListRequestTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetAlbumTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetArtistTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetArtistsTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetAvatarTest.kt Add getAvatar() call. 2017-11-19 21:19:33 +01:00
SubsonicApiGetBookmarksTest.kt Change MusicDirectoryChild ids type to String. 2017-12-16 21:28:18 +01:00
SubsonicApiGetChatMessagesTest.kt Add getChatMessages() call. 2017-11-16 21:19:24 +01:00
SubsonicApiGetCoverArtTest.kt Add stream call. 2017-11-05 22:21:25 +01:00
SubsonicApiGetGenresTest.kt Add getGenres app call. 2017-11-12 00:00:11 +01:00
SubsonicApiGetIndexesTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetLicenseTest.kt Use same approach to all integration tests. 2017-08-29 22:25:29 +02:00
SubsonicApiGetLyricsTest.kt Add getLyrics call. 2017-09-03 22:09:13 +02:00
SubsonicApiGetMusicDirectoryTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetMusicFoldersTest.kt Replace type of id property to String. 2017-12-12 21:08:49 +01:00
SubsonicApiGetPlaylistTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetPlaylistsTest.kt Change Playlist id type to String. 2017-12-16 20:47:00 +01:00
SubsonicApiGetPodcastsTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetRandomSongsTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetSharesTest.kt Change MusicDirectoryChild ids type to String. 2017-12-16 21:28:18 +01:00
SubsonicApiGetSongsByGenreTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetStarred2Test.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetStarredTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiGetUserTest.kt Add getUser api call. 2017-11-14 22:46:51 +01:00
SubsonicApiGetVideosListTest.kt Change MusicDirectoryChild ids type to String. 2017-12-16 21:28:18 +01:00
SubsonicApiJukeboxControlTest.kt Change MusicDirectoryChild ids type to String. 2017-12-16 21:28:18 +01:00
SubsonicApiPasswordTest.kt Extract password param providing in separate interceptors. 2017-11-22 21:56:16 +01:00
SubsonicApiPingRequestTest.kt Use same approach to all integration tests. 2017-08-29 22:25:29 +02:00
SubsonicApiSSLTest.kt Allow to use self-signed certificates. 2017-12-26 12:34:16 +01:00
SubsonicApiScrobbleTest.kt Add scrobble call. 2017-09-04 21:20:22 +02:00
SubsonicApiSearchTest.kt Change MusicDirectoryChild ids type to String. 2017-12-16 21:28:18 +01:00
SubsonicApiSearchThreeTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiSearchTwoTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiStarTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiStreamTest.kt Add stream call. 2017-11-05 22:21:25 +01:00
SubsonicApiUnstarTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiUpdatePlaylistTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicApiUpdateShareTest.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00