Commit graph

107 commits

Author SHA1 Message Date
Thomas Nahuel Rusiecki 3bd1b8ae7c deleting obsolete if statement 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki ee80e20f52 added logging for evidence tag changes 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 717c8eecee adding orm migrations 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 37fc6bd634 simpler state change and action input 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 501a23d646 current state table erased and spacing fix 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki e08c226c44 deleted unique constraint on userproperty 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 3777f74be8 device tag bugfix 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki b86a7dfe24 erase_server type now userproperty 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 081e4896a4 deleted obsolete field type for sysproperties 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 3ed4038be8 updated views for new model structure 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki c9bddb9ebf more property model refactoring 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki c926c21c3e property models refactor 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki d933c57bff renaming of annotation to property 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 3c96b16453 model constraints changed and moved url to /device 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki ac029a955d fixed search and moved delete user property class 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 8515f4d838 renaming to new Property tables 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki b20e0e1cda details view changed to now use properties 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 43a465df27 renaming to property 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 6a39905e06 changed imports 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 2f1b808f98 renaming annotation to variable 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 84ddcce936 variables and function semantic renaming 2025-01-21 14:27:37 +01:00
Thomas Nahuel Rusiecki 13469d8729 split into system and user properties 2025-01-21 14:27:37 +01:00
Cayo Puigdefabregas 782f6dac51 refactor inxi 2024-12-16 18:12:02 +01:00
Cayo Puigdefabregas 46bbb940d7 fix parsing with credentials 2024-12-16 18:04:07 +01:00
Cayo Puigdefabregas abdefe885e fix parsing 2024-12-16 18:04:07 +01:00
Cayo Puigdefabregas 1902647337 fix get_hid 2024-12-16 18:04:07 +01:00
Cayo Puigdefabregas 989120bd0a fix component empty 2024-12-16 18:04:07 +01:00
Cayo Puigdefabregas dbdcffe5d9 add inxi in parsing and show in details of devs 2024-12-16 18:04:03 +01:00
Cayo Puigdefabregas e54d8ba49c activate/deactivate DPP from env 2024-12-05 10:54:41 +01:00
pedro f566bfdf03 bugfix attempt verifyProof
co-authored with cayo
2024-11-28 21:14:32 +01:00
Cayo Puigdefabregas 16a3a870be drop actions for dpp 2024-11-28 17:13:21 +01:00
Cayo Puigdefabregas 76c4b10fc4 drop actions for dpp 2024-11-28 17:01:44 +01:00
Cayo Puigdefabregas f7f6da5892 fix phid hash list 2024-11-28 15:47:03 +01:00
Cayo Puigdefabregas 8643495a9d fix phid hash list 2024-11-28 15:40:09 +01:00
Cayo Puigdefabregas dd327e5231 fix phid 2024-11-28 15:33:57 +01:00
Cayo Puigdefabregas cea5a279b7 fix 2024-11-28 15:25:57 +01:00
Cayo Puigdefabregas 594904905b new document and out device and components 2024-11-28 12:21:34 +01:00
Cayo Puigdefabregas 0d574cae63 register device and dpp in dlt and dpp api 2024-11-18 19:37:08 +01:00
pedro 65788b36af up_snapshots: simplify and clarify errors
specially, do not halt in case of errors, just print them in logs
2024-11-12 14:48:35 +01:00
pedro a748b900ca recover old up_snapshot functionality
- We don't need the if settings.DEBUG anymore, we have a logger
configuration that when DEBUG is there, a trace is always generated
- restore old error message that is shorter and clearer than the new one
2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki ac48a77a2f added success messages 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki ac70a4ae25 catching pandas exception 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki 8dade92f7e changed form validation onto field 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki b4c18535fb grammar fix and todo added 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki 90f057288d upload form now displays error messages once 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki 80083caf99 better error messages 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki 3763124440 minor fix in mac parsing 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki cd0a8217c8 fixed mac not recovered properly 2024-11-12 14:48:35 +01:00
Thomas Nahuel Rusiecki 83dd044325 better error handling and logging 2024-11-12 14:48:35 +01:00
Cayo Puigdefabregas 6212075852 fix names 2024-11-06 17:21:48 +01:00