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-28Search/replace Qt5->Qt6.Remco Burema
2021-12-13Also catch unknown keyring errorsGhostkeeper
2021-11-30Also catch BlockingIOError when getting a keyring attributeGhostkeeper
2021-11-23Fixed typing issuesJelle Spijker
2021-11-23Fixed some styling and typing issuesJelle Spijker
2021-11-23Modernize typing usageJelle Spijker
2021-11-22Don't restart refresh token while it's already processingGhostkeeper
2021-11-22Only call success_callback if it's not NoneGhostkeeper
2021-11-22Use error callback and with correct number of parametersGhostkeeper
2021-11-22Also call processing functions for error callbacksGhostkeeper
2021-11-22Add missing failed_callbackGhostkeeper
2021-11-22Only call failed_callback if providedGhostkeeper
2021-11-22Always callback if there is a callback, even if no auth dataGhostkeeper
2021-11-22Add missing returnGhostkeeper
2021-11-19Fix call to failed_callbackGhostkeeper
2021-11-19Call getAccessTokenUsingRefreshToken asynchronouslyGhostkeeper
2021-11-19Make getAuthenticationTokenUsingXYZ asynchronousGhostkeeper
2021-11-19Remove unused imports of requestsGhostkeeper
2021-11-19Deal with absence of callback functionGhostkeeper
2021-11-19Get user profile asynchronously when restoring from preferencesGhostkeeper
2021-11-19Make getUserProfile return profile asynchronouslyGhostkeeper
2021-11-18Make _parseJWT asynchronous as wellGhostkeeper
2021-11-18Add failed callback for when the request failsGhostkeeper
2021-11-18Make parseJWT asynchronousGhostkeeper
2021-11-17Use HttpRequestManager to acquire new tokensGhostkeeper
2021-10-01Fix crash with loginJaime van Kessel
2021-09-07Fix various typosluz paz
2021-09-03Use token_hex from secrets instead of choiceJaime van Kessel
2021-09-02Use secrets instead of randomJaime van Kessel
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-17Log the connection error message produced by the requestKonstantinos Karmas
2021-08-12Add even more logging to authorization serviceJaime van Kessel
2021-08-11Don't crash if the keyring password cannot be decodedKonstantinos Karmas
2021-08-09Add campaign tags to the logoff linkKonstantinos Karmas
2021-08-05Add campaign linksJaime van Kessel
2021-07-28Updated message with message typesJelle Spijker
2021-07-27Update messages to use the message_typesJaime van Kessel
2021-07-23Add extra logging to auth serverJaime van Kessel
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