Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-13Also catch unknown keyring errorsGhostkeeper
2021-11-30Also catch BlockingIOError when getting a keyring attributeGhostkeeper
2021-09-01Make this run from source again on Windows.Remco Burema
2021-08-18Remove check for "frozen" when setting the keyring backendKonstantinos Karmas
2021-08-18Fix mypy complaintKonstantinos Karmas
2021-08-18Don't load a keyring backend on LinuxKonstantinos Karmas
2021-08-11Don't crash if the keyring password cannot be decodedKonstantinos Karmas
2021-06-23Catch the KeyringLocked also when setting the token in the keyringKonstantinos Karmas
2021-06-23Catch the KeyringLocked error instead of the MacOS specificKonstantinos Karmas
2021-06-21Really fix the mypy issueKonstantinos Karmas
2021-06-21Fix mypy issueKonstantinos Karmas
2021-06-21Don't check against generic exceptionKonstantinos Karmas
2021-06-21Log info instead of exception when keyring is denied on MacKonstantinos Karmas
2021-06-21Check for KeychainDenied Exception only on OSXKonstantinos Karmas
2021-06-21Import they KeychainDenied exception only on MacKonstantinos Karmas
2021-06-21Don't crash if keyring access is denied on MacOSKonstantinos Karmas
2021-04-16Fix setting empty auth tokens in the keyring on startupKostas Karmas
2021-04-09Change the OS_X keyring backend module to macOS Konstantinos Karmas
2021-04-08Explicitly give keyring backend on Mac too.Remco Burema
2021-04-07Put BaseModel in quotesjelle Spijker
2021-04-07Added typing fof KeyringAttributesjelle Spijker
2021-04-04Handle storing None values in keyringjelle Spijker
2021-03-30Also need to import this.big_merge_v49Remco Burema
2021-03-30Windows workaround for keyring issue.Remco Burema
2021-03-30Don't store cerain keys ever.Remco Burema
2021-03-29Fix commentKostas Karmas
2021-03-29Account for exception occured when storing long tokens on WindowsKostas Karmas
2021-03-17Handle raised error when there is no keyring backend presentJelle Spijker
2021-03-17Use a descriptor to optionally store to KeyringJelle Spijker