Jaime van Kessel
|
c35aabd2c4
|
Add message to indicate that Cura was unable to connect with account server
This happens when you were logged previously, but currently don't have internet acces.
CURA-6231
|
2019-02-19 13:34:04 +01:00 |
|
ChrisTerBeke
|
14c361a297
|
Add comment to clarify usage of fallback date
|
2019-02-11 09:45:50 +01:00 |
|
ChrisTerBeke
|
48c756b01d
|
Fixes for storing timestamp
|
2019-02-08 22:24:14 +01:00 |
|
ChrisTerBeke
|
05c4b6012e
|
Calculate expiry date to determine if token refresh is needed
|
2019-02-08 21:39:45 +01:00 |
|
ChrisTerBeke
|
9d6bd4b29a
|
Check access token before using it
|
2019-02-08 21:03:59 +01:00 |
|
Jaime van Kessel
|
91f0d76c8a
|
Fix crash when user was logged in but there was no internet connection on boot
|
2019-02-08 10:50:17 +01:00 |
|
ChrisTerBeke
|
0edeb11a78
|
Merge branch '4.0' into STAR-322_cloud-connection
|
2018-12-20 13:14:24 +01:00 |
|
Jaime van Kessel
|
36efa171c6
|
Add a bit more logging to the authorization service
|
2018-12-20 11:31:01 +01:00 |
|
Daniel Schiavini
|
9f4b7bd703
|
STAR-322: Improving logging and cluster connection
|
2018-12-17 11:28:16 +01:00 |
|
Daniel Schiavini
|
4dc8edb996
|
STAR-322: Fixing the multipart upload
|
2018-12-14 12:48:40 +01:00 |
|
Ghostkeeper
|
2852674499
|
Adjust state of API call
It can just be an arbitrary string, as long as it is kept consistent I suppose.
Discovered during test of CURA-5784.
|
2018-11-01 15:50:18 +01:00 |
|
Lipu Fei
|
3a01b63343
|
Fix refactor and tests
|
2018-09-28 12:33:16 +02:00 |
|
Lipu Fei
|
dd150bbab9
|
Resolve circular imports for CuraAPI
|
2018-09-28 12:07:00 +02:00 |
|
Jaime van Kessel
|
853ccbdb71
|
Fix mypy typing issue
|
2018-09-27 14:00:28 +02:00 |
|
Jaime van Kessel
|
649f1c8961
|
Make it optional for the AuthService to have a preference object
This should make it easier if we ever want to re-use the authService, since
it no longer has a hard link with the Preferences
CURA-5744
|
2018-09-27 11:42:12 +02:00 |
|
Jaime van Kessel
|
506ec5109d
|
Moved loading of the authentication to the account
CURA-5744
|
2018-09-27 11:37:22 +02:00 |
|
Jaime van Kessel
|
1c8804ff2c
|
Changed documentation style to doxygen
CURA-5744
|
2018-09-27 11:03:17 +02:00 |
|
Jaime van Kessel
|
1e5177a44f
|
Added unit tests for authorization service
CURA-5744
|
2018-09-24 17:04:20 +02:00 |
|
Jaime van Kessel
|
b54383e685
|
Added account object to API
CURA-5744
|
2018-09-21 16:43:32 +02:00 |
|
Jaime van Kessel
|
060ea0b762
|
Fixed up final bit of mypy issues
CURA-5744
|
2018-09-21 14:12:31 +02:00 |
|
Jaime van Kessel
|
d0fc4878c2
|
Fix number of mypy mistakes
CURA-5744
|
2018-09-21 13:54:37 +02:00 |
|
Jaime van Kessel
|
3ae223334f
|
Removed relative imports
Since the oauth module isn't just in a plugin anymore, there is no need for any of the relative imports
CURA-5744
|
2018-09-21 12:02:11 +02:00 |
|
Jaime van Kessel
|
3830fa0fd9
|
Initial move of the code of CuraPluginOAuth2Module
CURA-5744
|
2018-09-21 11:58:30 +02:00 |
|