Anki/rslib/src/backend
XeR 0d58a04596
Fix sync client ignoring directories (#2490)
* Fix sync client ignoring directories

Current implementation of the sync client does not properly send requests to a
self-hosted sync server if the URL has directories.

If the self-hosted sync URL is `https://example.org/foo/bar/`, Anki is expected
to send requests to `https://example.org/foo/bar/sync/hostKey`. Instead, it will
discard the directories and wrongly send requests to
`https://example.org/sync/hostKey`.

Fixes: e5d5d1d ("Fix panic with invalid sync server URL with port")

* Add XeR to contributors
2023-05-08 11:40:57 +10:00
..
ankidroid Fix invalid ids on db check (#2445) 2023-03-19 10:58:35 +10:00
scheduler Ensure state mutator runs after card is rendered (#2421) 2023-03-16 16:31:00 +10:00
search Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
sync Fix sync client ignoring directories (#2490) 2023-05-08 11:40:57 +10:00
adding.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
card.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
cardrendering.rs Implement TTS using windows crate (#2371) 2023-02-17 12:26:07 +10:00
collection.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
config.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
dbproxy.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
deckconfig.rs Global new ignore review limit (#2417) 2023-03-06 19:06:12 +10:00
decks.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
error.rs Implement TTS using windows crate (#2371) 2023-02-17 12:26:07 +10:00
generic.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
i18n.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
image_occlusion.rs Various tweaks to I/O code (#2478) 2023-04-19 15:30:18 +10:00
import_export.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
links.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
media.rs Add option to tag notes with missing media (#2379) 2023-02-20 18:48:09 +10:00
mod.rs Feature image occlusion (#2367) 2023-03-29 12:33:19 +10:00
notes.rs Add option to tag notes with missing media (#2379) 2023-02-20 18:48:09 +10:00
notetypes.rs Add ability to restore a notetype to its original configuration (#2472) 2023-04-18 14:07:51 +10:00
ops.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
progress.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
stats.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
tags.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00