Nino van Hooff
96ed85f9c0
Move UltimakerCloudAuthentication and UltimakerCloudScope
...
...to their own module
Fixes an import error where UltimakerCloudScope was used my both the
Toolbox and CuraDrive plugins
CURA-7150
2020-03-12 17:48:54 +01:00
Ghostkeeper
305bce5a78
Enforce Cura API to be a singleton
...
If it's not used that way we want to know about it and fail.
If plug-ins use it this way, the plug-in won't get initialised so it'll be as if the plug-in is disabled or that function doesn't work.
Contributes to issue CURA-7135.
2020-01-27 16:28:26 +01:00
Ghostkeeper
4e361a068c
Revert "Merge pull request #5726 from Ultimaker/CL-1331_use_API_for_UM3NetworkPrinting"
...
This reverts commit bec7b6546d3f7de457418a2e15f08c1e6dfa3148, reversing
changes made to 7094b222b10076af3a13f11b03dd3416eae12156.
The changes there were not accepted. Please see pull request https://github.com/Ultimaker/Cura/pull/5726 for the discussion about this.
Conflicts:
plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py -> Just in one TODO comment.
2019-05-23 13:40:11 +02:00
Ian Paschal
51d298cca5
Update Machines.py
...
Contributes to CL-1331
2019-05-15 10:58:56 +02:00
Ian Paschal
20e4142667
Final typing fix
...
Contributes to CL-1331
2019-05-15 10:51:18 +02:00
Ian Paschal
59eb9bbab1
Make connection types list ints
...
Contributes to CL-1331
2019-05-15 10:47:25 +02:00
Ian Paschal
02cb41e007
Improve typings
...
Contributes to CL-1331
2019-05-15 10:31:00 +02:00
Ian Paschal
c7f6351903
Add typings
...
Contributes to CL-1331
2019-05-15 10:09:27 +02:00
Ian Paschal
e39769cc00
Fix last typing issue
...
Contributes to CL-1331
2019-05-13 14:59:23 +02:00
Ian Paschal
b8ab9f6398
Fix typings
...
Contributes to CL-1331
2019-05-13 14:53:58 +02:00
Ian Paschal
177e031f4f
Add "lite" Machine class
...
Contributes to CL-1331
2019-05-13 14:45:02 +02:00
Ian Paschal
df6898ae45
Add connection_types to fake machine
...
Contributes to CL-1331
2019-05-09 16:41:15 +02:00
Ian Paschal
d391ec4e6b
Comments
...
Contributes to CL-1331
2019-05-09 16:41:01 +02:00
Ian Paschal
b3276777b7
Expose machines API to QML
...
Contributes to CL-1331
2019-05-09 16:19:59 +02:00
Ian Paschal
03fd9da417
Always return a fake machine, even if empty
...
Contributes to CL-1331
2019-05-09 16:19:39 +02:00
Ian Paschal
26ab359a93
Add more endpoints to machines API
...
- getCurrentMachine
- setCurrentMachineGroupName
- updateCurrentMachineConfiguration
Also shortened `global_container_stack` to `global_stack` since every stack is a container stack.
Contributes to CL-1331
2019-05-09 16:01:44 +02:00
Ian Paschal
dc21269834
Add first machines endpoint
...
Contributes to CL-1331
2019-05-09 14:52:08 +02:00
Jaime van Kessel
5f76070f05
Fix situation where authtoken wasnt updated for the toolbox request headers
2019-04-25 16:16:44 +02:00
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
05c4b6012e
Calculate expiry date to determine if token refresh is needed
2019-02-08 21:39:45 +01:00
ChrisTerBeke
56f0a341bc
Fix merge conflicts
2019-01-10 15:17:53 +01:00
Jaime van Kessel
bca070d567
Fixed typing
...
CURA-6005
2019-01-04 11:41:21 +01:00
Diego Prado Gesto
da69c16e09
Split the constants in to files, indicating which constants each file
...
stores.
Contributes to CURA-6005.
2018-12-18 16:14:13 +01:00
ChrisTerBeke
36f5150d94
Fix merge conflict
2018-12-13 11:48:35 +01:00
ChrisTerBeke
f72b58386b
Also use CuraConstants for account API root
2018-12-13 11:46:11 +01:00
Daniel Schiavini
9046b39b43
STAR-322: Creating a Cloud API client to handle the interaction
2018-12-04 16:14:08 +01:00
Daniel Schiavini
fc26ccd6fa
STAR-332: Some improvements to get the job in connect
2018-12-03 14:41:36 +01:00
ChrisTerBeke
4e8979334e
Switch Ultimaker Account OAuth2 client
...
The new client has access to more permissions and is labeled as "Ultimaker Cura" instead of "Cura Backups Plugin".
Also removes `self._cloud_api_root` as that's not used anymore now that `self._oauth_root` is used for the redirect URLs.
2018-11-20 19:18:48 +01:00
Lipu Fei
75f2f40534
Make API version configuration for Application
...
CURA-5840
2018-11-08 12:04:43 +01:00
ChrisTerBeke
38b615c734
Update OAuth2 scopes
...
Part of STAR-273.
2018-10-17 17:43:04 +02:00
Jaime van Kessel
18361b9434
Ensure that CuraAPI can be called in the same way as before
...
This should prevent another API break.
CURA-5744
2018-10-02 10:42:15 +02:00
Lipu Fei
dd150bbab9
Resolve circular imports for CuraAPI
2018-09-28 12:07:00 +02:00
Jaime van Kessel
8d9a1fb85d
Merge branch 'CURA-5744-move-oauth-login' of github.com:Ultimaker/Cura into CURA-5744-move-oauth-login
2018-09-27 13:47:32 +02:00
Jaime van Kessel
f8369703ed
Connect signals before loading auth data
...
CURA-5744
2018-09-27 13:45:46 +02:00
ChrisTerBeke
6d402806ac
Ensure logged in state is not always set to False after loading from preferences
2018-09-27 13:35:18 +02:00
Jaime van Kessel
202cf698c3
Change callback for succes / failure to the new location
...
CURA-5744
2018-09-27 11:56:19 +02:00
Jaime van Kessel
506ec5109d
Moved loading of the authentication to the account
...
CURA-5744
2018-09-27 11:37:22 +02:00
ChrisTerBeke
246d12a596
Remove client.package.download scope until that is deployed on production
2018-09-27 10:48:22 +02:00
ChrisTerBeke
52ffe39c07
Small fixes in settings
2018-09-27 10:33:50 +02:00
Jaime van Kessel
16ff1c3712
Add property for the accessToken
...
CURA-5744
2018-09-26 17:12:00 +02:00
Jaime van Kessel
067e59a254
Add logged_in as argument to loginStateChanged callback
...
CURA-5744
2018-09-26 17:06:09 +02:00
Jaime van Kessel
b48adf5b3e
Typing fixes
...
CURA-5744
2018-09-24 17:37:06 +02:00
Jaime van Kessel
f16a9c62b5
Fix typo
...
CL-5744
2018-09-24 17:28:19 +02:00
Jaime van Kessel
fe85c020b1
Fixed incorrect OAuth2 settings
...
CURA-5744
2018-09-24 17:12:45 +02:00
Jaime van Kessel
081b2a28fe
Expose Account API to QML
...
This is done by adding the API as an SingletonType to Cura.
CURA-5744
2018-09-21 17:23:30 +02:00
Jaime van Kessel
b54383e685
Added account object to API
...
CURA-5744
2018-09-21 16:43:32 +02:00
Ian Paschal
16db297613
Some final tweaks
...
Contributes to CURA-5595
2018-08-10 16:28:02 +02:00
Ian Paschal
6d237b09e8
Proposed improvement on API naming
2018-08-10 16:08:54 +02:00
Ian Paschal
88c4240e3b
Remove back-ups traces
...
Contributes to CURA-5595
2018-08-09 15:21:38 +02:00
Ian Paschal
3217085ebe
Fix plural
...
Contributes to CURA-5595
2018-08-09 15:20:53 +02:00