572e2d10dc
We want to avoid unburied != self.today, because the unburied time is synchronized as part of the collection at the moment, and we don't want a client with an older unburied time that was modified more recently to cause cards to be unburied twice - so we only unbury if today is more than 7 days earlier than the last unbury time. Unsure what caused these users to end up in that state in the first place: https://anki.tenderapp.com/discussions/ankidesktop/41335-cards-remain-buried-forever-unless-manually-unburied |
||
---|---|---|
.github | ||
meta | ||
proto | ||
pylib | ||
qt | ||
rslib | ||
rspy | ||
scripts | ||
ts | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTORS | ||
LICENSE | ||
Makefile | ||
pkgkey.asc | ||
README.contributing | ||
README.development | ||
README.md | ||
run |
This repo contains all the code for the computer version of Anki.
⚠️ The master branch is currently in alpha. Please see https://betas.ankiweb.net/#/
If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://anki.tenderapp.com/discussions/beta-testing
For more information on building, please see README.development.
If you'd like to contribute code, please see README.contributing.