Anki/proto/anki
Damien Elmes 0bb273a0ed replace the old stripHTML() methods with the backend implementation
Python's regex engine performs pathologically on regexes like
'<!--.*?-->' when fed a large string of repeating '<!--' clauses.
Thanks to JaimeSlome / security@huntr.dev for the report; closes #1380.

Solved by switching to the Rust implementation, which does not suffer
from this issue.

entsToText(), minimizeHTML(), and the old regex constants have been
removed; they do not appear to be used by any add-ons.
2021-10-01 23:15:45 +10:00
..
backend.proto Add links.proto and backend module 2021-07-22 10:05:38 +02:00
card_rendering.proto replace the old stripHTML() methods with the backend implementation 2021-10-01 23:15:45 +10:00
cards.proto support updating multiple cards in one transaction/undo op 2021-08-02 16:59:02 +10:00
collection.proto split out cards and collection 2021-07-10 19:52:31 +10:00
config.proto configs.proto plural workaround no longer necessary 2021-07-11 19:35:18 +10:00
deckconfig.proto adding options to sort by ascending/descending ease 2021-08-22 15:32:46 +10:00
decks.proto expose uncapped counts and total in tree node 2021-08-22 15:32:46 +10:00
generic.proto refactor protobuf handling for split/import 2021-07-10 19:17:05 +10:00
i18n.proto refactor protobuf handling for split/import 2021-07-10 19:17:05 +10:00
links.proto Remove native HelpPage enum 2021-07-22 16:32:49 +02:00
media.proto split out remaining tags, stats, media and rendering 2021-07-10 23:16:18 +10:00
notes.proto support updating multiple notes in one transaction/undo op 2021-08-02 17:07:26 +10:00
notetypes.proto Skip new notetype checks when importing apkg 2021-07-28 21:46:51 +02:00
scheduler.proto configs.proto plural workaround no longer necessary 2021-07-11 19:35:18 +10:00
search.proto Add tooltips for some browser columns 2021-09-30 13:15:09 +02:00
stats.proto filtered decks w/ scheduling disabled in v3 now log reviews 2021-08-19 20:25:29 +10:00
sync.proto split out sync, search, scheduler & config 2021-07-10 21:33:12 +10:00
tags.proto bikeshedding: amount -> match_limit 2021-09-12 11:57:49 +10:00