Cura/plugins/DigitalLibrary/src
Ghostkeeper 15c1b96d7b
Fix crash if a Digital Library project is made by deleted user
If the user that created a project has been deleted, the response from the API doesn't include a username. This crashes Cura because it had no default for the username.
The organization_shared field was also optional.

Done as a small fry to fix a bug found by a colleague.
2022-07-07 15:04:15 +02:00
..
__init__.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
BackwardsCompatibleMessage.py Make lifetime optional in the getBackwardsCompatibleMessage 2021-08-18 17:18:21 +02:00
BaseModel.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
CloudError.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DFFileExportAndUploadManager.py Provide source_file_id with print file 2022-06-15 13:36:34 +02:00
DFFileUploader.py Boyscouting modern python typing 2022-06-15 13:27:47 +02:00
DFLibraryFileUploadRequest.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DFLibraryFileUploadResponse.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DFPrintJobUploadRequest.py Provide source_file_id with print file 2022-06-15 13:36:34 +02:00
DFPrintJobUploadResponse.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DigitalFactoryApiClient.py Boyscouting modern python typing 2022-06-15 13:27:47 +02:00
DigitalFactoryController.py Wrapping Retrieval in DFRetrieval does not seem to work in QT6, the object returned only undefined for all enum values. 2022-04-21 11:22:07 +02:00
DigitalFactoryFeatureBudgetResponse.py Set the correct initial value in the feature budget attributes 2021-07-13 16:52:36 +02:00
DigitalFactoryFileModel.py Qt5->Qt6: Rectify constant locations: UserRole, CppOwnership 2021-12-28 14:54:56 +01:00
DigitalFactoryFileProvider.py Digital Library: Allow 'personal users' to DL. 2021-07-09 21:06:49 +02:00
DigitalFactoryFileResponse.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DigitalFactoryOutputDevice.py Revert "Revert "Use optional last output (file) name from output-dev to set project name."" 2021-09-15 12:26:18 +02:00
DigitalFactoryOutputDevicePlugin.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DigitalFactoryProjectModel.py Qt5->Qt6: Rectify constant locations: UserRole, CppOwnership 2021-12-28 14:54:56 +01:00
DigitalFactoryProjectResponse.py Fix crash if a Digital Library project is made by deleted user 2022-07-07 15:04:15 +02:00
ExportFileJob.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
PaginationLinks.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
PaginationManager.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
PaginationMetadata.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
ResponseMeta.py Initial commit for the DL 2021-04-20 11:30:49 +02:00