~ultimaker/uranium/+git/Uranium:5.0

Last commit made on 2022-06-15
Get this branch:
git clone -b 5.0 https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

Name:
5.0
Repository:
lp:~ultimaker/uranium/+git/Uranium

Recent commits

7ee0236... by Joey de l'Arago

Merge pull request #820 from Ultimaker/CURA-1941_add_missing_translations

[CURA-1941] Update translation guide

4bbd740... by Jaime van Kessel <email address hidden>

Merge pull request #827 from Ultimaker/SEC-257_redux_5.0

[CURA-8968] Also check afterwards.

bfe541c... by Remco Burema <email address hidden>

Review comment: Stronger typing.

done as part of SEC-257 | CURA-8968

Co-authored-by: Jaime van Kessel <email address hidden>

8fd48b4... by Remco Burema <email address hidden>

Also check afterwards.

Seems like we _may_ start the socket for listening for the engine first, depending on threading, which doesn't open the engine itself, but does mess with the order of the preference reading. Also rename settings -> preferences.

SEC-257 | CURA-8968

7476385... by Remco Burema <email address hidden>

Merge pull request #825 from Ultimaker/SEC-253_resource_preference_injection_5.0.0

[SEC-253] [CURA-8964] resource preference injection 5.0.0

fa2148f... by Joey de l'Arago

remove abs path, this is already calculated in TrustBasics.isPathInLocation

SEC-253 CURA-8964

7f4895a... by Joey de l'Arago

Use trust basics instead for checking paths

SEC-253 CURA-8964

af3f8a7... by Joey de l'Arago

Move import into classmethod to avoid circular imports with Trust and CentralStorage classes on startup.

SEC-253 CURA-8964

3379a99... by Joey de l'Arago

Disallow adding paths that are not in the install directory to secure search paths.

SEC-253 CURA-8964

2ce620e... by Remco Burema <email address hidden>

Don't load backend from untrusted locations.

SEC-257 | CURA-8968