mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
- add writeData() so we can add files to media folder without having to save them in an intermediate folder first - we were stripping or checking for illegal filename characters in multiple places; factor those checks out into separate routines - add * to invalid char list, and disallow both forward and backslash - remove size checks in syncAdd(); is handled server-side |
||
|---|---|---|
| .. | ||
| support | ||
| __init__.py | ||
| shared.py | ||
| test_cards.py | ||
| test_collection.py | ||
| test_decks.py | ||
| test_exporting.py | ||
| test_find.py | ||
| test_importing.py | ||
| test_latex.py | ||
| test_media.py | ||
| test_models.py | ||
| test_remote_sync.py | ||
| test_sched.py | ||
| test_stats.py | ||
| test_sync.py | ||
| test_undo.py | ||
| test_upgrade.py | ||