Lipu Fei
|
9f110368de
|
Add do_HEAD() for auth req handler
CURA-6609
|
2019-08-27 14:48:02 +02:00 |
|
Lipu Fei
|
4762711c33
|
chdir to ~ on Linux if frozen
|
2019-08-20 11:18:54 +02:00 |
|
Lipu Fei
|
f4dc9cc6a2
|
Fix QDesktopServices.openUrl() for AppImage on Linux
|
2019-08-20 09:57:13 +02:00 |
|
Lipu Fei
|
4c792419e3
|
Use QDesktopServices.openUrl() instead of webbrowser
|
2019-08-15 08:57:19 +02:00 |
|
Jaime van Kessel
|
ce2b1adc82
|
Prevent crash on sign in if the socket was already closed
|
2019-08-12 10:50:46 +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
|
b2e2f088c4
|
Add even more logging to the auth service
|
2019-04-24 16:44:13 +02:00 |
|
Jaime van Kessel
|
d69eb89f17
|
Fix refresh token not being stored in the bootup refresh case
|
2019-04-24 16:03:12 +02:00 |
|
Jaime van Kessel
|
48f37d03a4
|
Add debug log for when we are refreshing the access token
|
2019-04-18 09:29:04 +02:00 |
|
Jaime van Kessel
|
d8f193870f
|
Added more logging to the authorization service
|
2019-04-17 16:11:39 +02:00 |
|
Jaime van Kessel
|
e9d4eb741a
|
Merge branch '4.0' of github.com:Ultimaker/Cura
|
2019-03-11 10:52:14 +01:00 |
|
Jaime van Kessel
|
50999a075e
|
Fix stupid mistake (signals need an emit, not a direct call)
CURA-6278
|
2019-03-11 10:46:41 +01:00 |
|
Jaime van Kessel
|
38a9206898
|
Merge branch '4.0' of github.com:Ultimaker/Cura
|
2019-02-28 16:01:40 +01:00 |
|
Jaime van Kessel
|
a8128556f3
|
Don't drop refresh token if request failed
|
2019-02-28 14:54:59 +01:00 |
|
Jaime van Kessel
|
62f913802f
|
Prevent crash if the connection was lost for auth token
|
2019-02-28 12:58:41 +01:00 |
|
Ghostkeeper
|
1c6cce316a
|
Merge branch '4.0'
|
2019-02-27 11:47:47 +01:00 |
|
ChrisTerBeke
|
9ba342c541
|
Fix codestyle failure on float conversion
|
2019-02-27 10:43:15 +01:00 |
|
ChrisTerBeke
|
365f67cbf8
|
Have some overlap in token expiry to prevent unauthorized issues
|
2019-02-27 10:32:30 +01:00 |
|
Ghostkeeper
|
650204dae7
|
Merge branch '4.0'
|
2019-02-21 09:09:19 +01:00 |
|
Ghostkeeper
|
3040fde9eb
|
Merge branch '4.0'
Conflicts:
cura/OAuth2/AuthorizationService.py -> Code style change vs. fixing logging in while no internet connection.
|
2019-02-21 08:25:21 +01:00 |
|
Ian Paschal
|
cb8804b86a
|
Revert "Add some kaizen changes from #5328"
This reverts commit 09fe06b8bf463fd0805fa767bbe34087adc0c700.
|
2019-02-20 10:46:15 +01:00 |
|
Ian Paschal
|
09fe06b8bf
|
Add some kaizen changes from #5328
Contributes to CL-1245
|
2019-02-20 10:45:36 +01:00 |
|
Ian Paschal
|
a11878b199
|
Log warning instead of exception if no connection
Contributes to CL-1245
|
2019-02-20 10:40:23 +01:00 |
|
Ghostkeeper
|
6143906fa4
|
Add type for message saying it's unable to connect
Contributes to issue CURA-6231.
|
2019-02-19 15:57:09 +01: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 |
|
Jaime van Kessel
|
a8f66a558c
|
Merge branch '4.0' of github.com:Ultimaker/Cura
|
2019-02-14 10:53:01 +01:00 |
|
ChrisTerBeke
|
14c361a297
|
Add comment to clarify usage of fallback date
|
2019-02-11 09:45:50 +01:00 |
|
ChrisTerBeke
|
62c7ba5659
|
remove unused argument
|
2019-02-08 22:31:36 +01:00 |
|
ChrisTerBeke
|
4192c9e764
|
Fix typing issue
|
2019-02-08 22:30:31 +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 |
|
Ghostkeeper
|
473633de2c
|
Merge branch '4.0'
|
2019-02-08 11:28:06 +01:00 |
|
Ghostkeeper
|
1b29ff2b8a
|
Make authorisation error messages translatable
Because they weren't. Foreigners might not understand them.
|
2019-02-08 11:19:22 +01:00 |
|
Ghostkeeper
|
12b2154a96
|
Fix code style and documentation formatting
|
2019-02-08 11:10:43 +01:00 |
|
Ghostkeeper
|
eb3129815d
|
Fix some code style
Please, people, adhere to our code style.
|
2019-02-08 11:01:09 +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
|
3194a6d0bb
|
Merge branch 'STAR-322_cloud-connection' of github.com:Ultimaker/Cura into STAR-322_cloud-connection-multipart-upload
|
2018-12-14 16:17:36 +01:00 |
|
Daniel Schiavini
|
4dc8edb996
|
STAR-322: Fixing the multipart upload
|
2018-12-14 12:48:40 +01:00 |
|
Jaime van Kessel
|
2a0954f246
|
Gracefully handle the conectionError when logging in
|
2018-12-07 09:35:53 +01:00 |
|
Diego Prado Gesto
|
53872f9a5b
|
Merge branch 'ui_rework_4_0' into cura4.0_header
|
2018-11-02 13:36:47 +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 |
|
Diego Prado Gesto
|
a4c609d514
|
Remove email label from the account widget.
It's not needed and it's not currently public data that is published
with the user token.
Contributes to CURA-5784.
|
2018-10-18 14:28:00 +02:00 |
|
Lipu Fei
|
8584af415a
|
Merge remote-tracking branch 'origin/CURA-5744-move-oauth-login' into resolve_dependencies_oauth
|
2018-09-28 14:32:16 +02:00 |
|
Lipu Fei
|
1bee201cfd
|
Remove unused code
|
2018-09-28 14:24:40 +02:00 |
|
Lipu Fei
|
5761d28f7f
|
Use old data dict code style, more readable
|
2018-09-28 14:24:21 +02:00 |
|
Lipu Fei
|
3bc91f15c3
|
Fix mypy complains
|
2018-09-28 14:17:00 +02:00 |
|