Damien Elmes
fac9e0ee14
Update translations
2023-11-09 20:44:13 +10:00
Damien Elmes
f73eb01047
More tweaks to API security
...
- Allow custom study methods in reviewer to prevent errors
- Ensure we 'fail closed' if referer header has been removed
- Ensure we ignore opaque POST requests from other origins
Thanks again to Daniel for the feedback.
2023-11-09 20:43:23 +10:00
snowtimeglass
b3da6f117b
Change tooltip strings for image occlusion center alignments ( #2815 )
...
- Fix the swapping of the strings
- Change the strings to make the meanings clearer
- Incidentally, add a name to CONTRIBUTORS
2023-11-09 12:02:51 +10:00
Abdo
d491622414
Hide "toggle masks" in "Hide One, Guess One" mode ( #2817 )
2023-11-09 09:59:01 +10:00
Abdo
6a2d1f94d4
Move anki.utils.html_to_text_line() to backend ( #2816 )
2023-11-09 09:57:23 +10:00
Damien Elmes
ae6a03942f
Check video tags in media check
...
https://forums.ankiweb.net/t/video-tag-does-not-recognize-the-source-file-in-check-media/36850/2
2023-11-08 14:00:41 +10:00
Damien Elmes
f9d5f422e4
Fix Android backend failing to build on Windows with n2
2023-11-08 13:31:35 +10:00
Damien Elmes
2241d2fd9d
Fix Anki closing before 'clock is off' message appears
...
Also fix it showing HTML code instead of formatted text
2023-11-08 12:01:31 +10:00
Damien Elmes
3afb77ff41
Update translations
2023-11-08 11:28:14 +10:00
Damien Elmes
453c396216
Relax desired retention warning from 0.85 to 0.8
2023-11-08 11:28:08 +10:00
Damien Elmes
8ec97ddbde
Prevent legacy pages apart from the editor from accessing our API
...
Thanks to Daniel for the suggestion.
2023-11-08 10:59:52 +10:00
Damien Elmes
780ebac3aa
Add ability to tag legacy pages with a context
...
Will allow us to identify which of our screens requests are coming in
through, until we can migrate them to separate entrypoints.
2023-11-08 10:59:15 +10:00
Damien Elmes
454ca6ce2c
Ensure webpages in browser can't access local webserver
...
Thanks to Daniel for the report.
2023-11-08 10:59:15 +10:00
Damien Elmes
6ebe726670
Avoid shadowing import
2023-11-08 09:20:56 +10:00
Damien Elmes
af3a2d3963
Update translations
2023-11-07 13:30:11 +10:00
Damien Elmes
82aaa913a6
Change color of info box depending on retention; increase limit to 0.99
...
Closes #2803
2023-11-07 13:05:43 +10:00
Damien Elmes
0b8b168df1
Add confirmation for upload
2023-11-07 11:11:07 +10:00
Damien Elmes
9268dce707
Expose fuzz delta for FSRS add-on
2023-11-06 12:27:53 +10:00
Damien Elmes
e2ee6b7d44
Add an info box so the non-linear nature of desired retention can be seen
2023-11-06 12:04:31 +10:00
Damien Elmes
59acde45a1
Remove redundant FSRS revlog code
...
Closes https://github.com/open-spaced-repetition/fsrs-rs/issues/113
2023-11-06 09:44:07 +10:00
Damien Elmes
a58b2a986c
Clarify 1+ day warning
2023-11-05 14:05:03 +10:00
user1823
58904dcad8
(FSRS) Improve presentation of log loss and RMSE ( #2805 )
...
* (FSRS) Improve presentation of log loss and RMSE
The number of decimal places in log loss have been increased from 3 to 4. Can help in better comparison of weights especially when the log loss with both are same up to 3 places of decimal. Also makes it consistent with the Python optimizer.
RMSE has been expressed in percent, making it easier to interpret.
* Fix formatting
---------
Co-authored-by: Damien Elmes <gpg@ankiweb.net>
2023-11-05 13:56:20 +10:00
Damien Elmes
502e7e3d63
Update translations
2023-11-05 13:45:07 +10:00
Damien Elmes
329ac92c5e
weights -> parameters
...
Closes #2807
2023-11-05 13:44:40 +10:00
Damien Elmes
fb05e430c0
Handle stability < 0.5 in stability graph
2023-11-05 13:44:39 +10:00
RumovZ
02a5c2d526
Fix overflowing filenames displacing import button ( #2806 )
...
Fixes #2793 .
2023-11-05 12:43:43 +10:00
Damien Elmes
db031424c2
Fix webengine remote debugging in Qt6
...
https://github.com/ankitects/anki/pull/2806
+ Enable remote debugging with run.bat, like in run. It doesn't allow
overriding - someone who better knows .bat scripts will need to handle
that if they need it.
2023-11-05 12:41:17 +10:00
Gustaf-C
e071fb471b
Allow creation of empty filtered decks ( #2788 )
...
* Add new button to UI
* Add bool to allow creating empty filtered in back end
* Implement logic into front end for passing on bool
* Hide option on old decks
* Show option again if any settings are changed
* Revert "Show option again if any settings are changed"
This reverts commit 094acd9c65936823fa206594da5c1f3e4eb09248.
* Revert "Hide option on old decks"
This reverts commit d20a9a240b4fd85d080e8cc52d94318416ca753f.
* Update string
* Update ftl/core/decks.ftl
---------
Co-authored-by: Damien Elmes <dae@users.noreply.github.com>
2023-11-05 12:23:14 +10:00
Damien Elmes
e7436a2b23
Fix add-ons screen showing 'requires Anki >= 2.1.231000'
2023-11-05 11:16:09 +10:00
Damien Elmes
afa84b5f52
Bump version to 23.10.1
2023-11-04 11:48:25 +10:00
Damien Elmes
6a32ea3d7b
Update translations
2023-11-04 11:47:28 +10:00
Damien Elmes
e0d2866f79
Prompt user to save preset changes before they compute weights
...
Closes #2797
2023-11-04 11:46:29 +10:00
Damien Elmes
235b6aa2e4
Move 'review' out of 'no need to translate' section
2023-11-04 08:45:02 +10:00
Damien Elmes
afa39e7d96
Give users a hint when they try to build from a source tarball
2023-11-04 08:35:44 +10:00
Damien Elmes
ab3a37ff71
Fix 'creating backup' showing for longer than necessary
2023-11-03 22:18:30 +10:00
Damien Elmes
d744a7cceb
Add tooltip to mask editor button
2023-11-03 21:55:38 +10:00
Damien Elmes
726a59118f
Split sidebar review string
...
https://forums.ankiweb.net/t/im-trying-to-improve-the-translation-but-i-cant-find-it-in-one-place-please-help-me/35335/19
2023-11-03 21:25:10 +10:00
Damien Elmes
cee832e090
Update translations
2023-11-03 21:20:00 +10:00
Damien Elmes
e327195470
Update pip for CVE [action required]
...
If this is not your first time building Anki, remove out/pyenv to
fix the error you'll get after updating to this commit.
2023-11-03 14:21:12 +10:00
Damien Elmes
f69b3c73e1
Update pip-tools
...
Required for the following commit
2023-11-03 14:19:23 +10:00
Damien Elmes
129e01a631
Update to PyQt 6.6 on all platforms
...
This bumps the glibc requirement of the Linux Qt6 build
2023-11-03 14:02:03 +10:00
Damien Elmes
987c1825a6
Fix panic when enabling FSRS with add-on-rescheduled cards
...
https://forums.ankiweb.net/t/error-upon-fsrs-activation-on-anki-23-10/36488
2023-11-03 10:07:47 +10:00
Damien Elmes
613a75773d
Update translations
2023-11-02 21:20:55 +10:00
Damien Elmes
ea84ca9300
Split 'due' translation in deck browser
2023-11-02 21:15:02 +10:00
Damien Elmes
f5fb0fd9e6
Fix syncserver failing to run in macOS packaged build
...
Closes #2794
2023-11-02 20:43:00 +10:00
Damien Elmes
b4c9e54347
Jemalloc no longer seems to fail in cross-compile builds
2023-11-02 19:56:08 +10:00
Damien Elmes
373a63f610
Work around Xcode 15 breaking older macOS versions
2023-11-02 19:54:44 +10:00
Damien Elmes
51a10f0969
Update translations
2023-11-01 07:56:55 +10:00
Hikaru Y
01d5a9a3d2
Fix HTML editor not displaying properly when expanding field ( #2792 )
2023-11-01 07:48:13 +10:00
RumovZ
feaaaa230a
Time out after 60s when checking URLs ( #2785 )
2023-11-01 07:46:49 +10:00