Commit graph

98 commits

Author SHA1 Message Date
Thomas Nahuel Rusiecki 1e74072369 model constraints changed and moved url to /device 2025-03-08 11:53:06 +01:00
Thomas Nahuel Rusiecki fc13af224a fixed search and moved delete user property class 2025-03-08 11:53:06 +01:00
Thomas Nahuel Rusiecki ad7ea1b87e renaming to new Property tables 2025-03-08 11:53:06 +01:00
Thomas Nahuel Rusiecki 7426d6e65d details view changed to now use properties 2025-03-08 11:53:06 +01:00
Thomas Nahuel Rusiecki ca111f7444 renaming to property 2025-03-08 11:53:06 +01:00
Thomas Nahuel Rusiecki 151fe06de5 changed imports 2025-03-08 11:53:06 +01:00
Thomas Nahuel Rusiecki 84b9563380 renaming annotation to variable 2025-03-08 11:53:06 +01:00
Thomas Nahuel Rusiecki 25f411dfec variables and function semantic renaming 2025-03-08 11:53:06 +01:00
Thomas Nahuel Rusiecki 04988d201e split into system and user properties 2025-03-08 11:53:06 +01:00
Cayo Puigdefabregas 14f676c02c add did document to details page 2025-03-08 11:53:06 +01:00
Cayo Puigdefabregas 51be040bfb fix credential snapshot 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 75583be4b8 split parse files for cases of use 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 9ab5c09370 refactor legacy 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas dc694cceb5 refactor inxi 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 7140b22274 fix parsing with credentials 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 1c99b21af9 fix parsing 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 32237e1da1 fix get_hid 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 380eeaee55 fix component empty 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas b67ad05cc8 add inxi in parsing and show in details of devs 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 48df8c17fd activate/deactivate DPP from env 2025-03-08 11:52:35 +01:00
pedro 9ef865444b bugfix attempt verifyProof
co-authored with cayo
2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 735b3b32c9 drop actions for dpp 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas f1b2889448 drop actions for dpp 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 591ccb848b fix phid hash list 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 76454ddf22 fix phid hash list 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas c2df0c2b4a fix phid 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 1886cde69a fix 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 040be9057a new document and out device and components 2025-03-08 11:52:35 +01:00
Cayo Puigdefabregas 141285cf5e register device and dpp in dlt and dpp api 2025-03-08 11:52:35 +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
sergio_gimenez 2f68eff954 Merge branch 'main' into 96-add-serial-number-in-public-web 2024-11-06 08:29:24 +01:00
pedro 79a34c9b55 logger: always do traceback when DEBUG var is True
related to #13
2024-11-05 03:43:18 +01:00
sergio_gimenez 8cb66104ca Add get_serial_number() method 2024-11-04 08:21:01 +01:00
pedro d4f50961bc improve logging text for certain messages 2024-10-31 14:24:16 +01:00
Cayo Puigdefabregas 65bd88a2a2 table in evidence page details 2024-10-31 13:15:56 +01:00
Cayo Puigdefabregas 16ba03bd0a fix 2024-10-31 10:40:53 +01:00
Cayo Puigdefabregas 4b3471d24e fix bug 2024-10-31 10:24:15 +01:00
Cayo Puigdefabregas e74ddc47a7 extract logs with colors and depending of DEBUG var 2024-10-31 10:14:02 +01:00
Cayo Puigdefabregas 2636e80ece error in build but not lock the flow 2024-10-30 15:17:15 +01:00