- Sep 24, 2019
-
-
Marco De Donno authored
Submodule web/app f07759e..d6d3027: > Remove the sql check in the ping function
-
Marco De Donno authored
-
Marco De Donno authored
-
- Sep 20, 2019
-
-
Marco De Donno authored
Submodule web/app d9bc526..32870f2: > Refactoring of the SQL query call functions
-
Marco De Donno authored
Submodule web/app 28cc2df..d9bc526: > Change the length of the salt for pbkdf2 > Use more clear number of pbkdf2 iterations in the config file > Set the port as environment variable > Remove useless imports
-
Marco De Donno authored
Submodule web/app e8c4c20..28cc2df: > Change msg to message for return functions > SQL queries refactoring > Rename t to side in the get_tenprint_template_zones() function > Refactoring the SQL query in the config_new_user_donor() function > Type > Add the DEK salt removal in the doc > Remove useless variables to render submission/template.html > Refactoring t to side > Remove the GET method for the upload_file() endpoint > Use the config.all_fpc instead of redifining the data inline > Move the configuration of the random_data length to the config file > Rename the "t" variable to "side" in the do_image_tenprint_segmentation() function > Change the error log and returned message on donor email reuse > Add comment for the supplementary action needed by template_tenprint_new_uploadimage() if no resolution is present in the image > Refactoring: Rename the h and w variables in the update_tp_template_var() function > Patch the variable name in the tenprint template edit page > Typo > Refactoring: rename the variable "face" to "side" > Refactoring of the image_tp_template() function > Add logging error if the DEK check test is not ok > Check the presence of the salt to regenerate the donor DEK > Return a "no preview" image if the tenprint template image is not available > Move the creation of the "no preview" image to the functions.py file > Patch the tp_template/new_images.html file, url_for template_tenprint with wrong arguments > Patch: Return the id of the tenprint template in the template_tenprint_new_do() function > Add docstrings
-
- Sep 18, 2019
-
-
Marco De Donno authored
Submodule web/app 158f6f3..e8c4c20: > Change "latent" to "mark"
-
- Sep 17, 2019
-
-
Marco De Donno authored
Submodule web/app 8c1927b..158f6f3: > Force the email address to lower > Add logging information to the webapp > Change the log format > Add the remote address and username if available > Move the TOTP_MAX_VALIDWINDOW to the config file > Remove useless print statements
-
- Sep 12, 2019
-
-
Marco De Donno authored
Submodule web/app f4c5b30..8c1927b: > Add the logger from the app to the gevent runner > Change the listener to all interfaces for the runner.py file
-
Marco De Donno authored
Submodule web/app contains modified content Submodule web/app 145bc6e..f4c5b30: > Load the ProxyFix module > Refactoring of the TOTP offset message
-
- Sep 11, 2019
-
-
Marco De Donno authored
Submodule web/app 5026c0e..145bc6e: > Add the time difference between the server and the TOTP device > Refactoring of the TOTP login UI > Remove non numeric values from the TOTP login field > Move the TOTP valid_window argument to the config file
-
- Sep 10, 2019
-
-
Marco De Donno authored
Submodule web/app 1384dbd..5026c0e: > Refactoring of the utils functions > Patch the image_serve() function for tenprint templates images > Parameter rename to avoid python reserved function
-
Marco De Donno authored
Submodule web/app contains modified content Submodule web/app 337ce97..1384dbd: > Import fix
-
- Sep 09, 2019
-
-
Marco De Donno authored
Submodule web/app cf83b65..337ce97: > Add authentification for the SMTP server
-
- Sep 06, 2019
-
-
Marco De Donno authored
Submodule web/app 047b730..cf83b65: > Add the notification for the donor if the donor_dek.salt is deleted > Add the button to delete the DEK and the salt > Update message on the reconstruction DEK page
-
- Sep 05, 2019
-
-
Marco De Donno authored
Submodule web/app 26cff5b..047b730: > Change the ordre of the navigation bar for the donor > Add on the donor page the button to remove the DEK > Split the DEK and tenprint pages for the donor accounts > Doc update
-
- Sep 04, 2019
-
-
Marco De Donno authored
Submodule web/app 5c18945..26cff5b: > Patch the retrieve of the DEK from the DB > Set the donor_dek.dek column to nullable
-
Marco De Donno authored
Submodule web/app 53175ca..5c18945: > Merge branch 'dek_submitter_recreate' into develop
-
- Sep 03, 2019
-
-
Marco De Donno authored
Submodule web/app 416b72a..53175ca: > Update the README to reflect the usage of the hashed email address in the DEK calculation > Remove useless print statement > Return a "No preview" message if the segment image can not be decrypted
-
Marco De Donno authored
Submodule web/app 0f6ef67..416b72a: > Hash the email address before using it in the DEK generation function
-
Marco De Donno authored
Submodule web/app 2e6bd44..0f6ef67: > Check if the uploaded NIST file is correctly parsed
-
Marco De Donno authored
Submodule web/library/NIST eb0adc9..de59942: > Merge branch 'develop' into feature/XML
-
Marco De Donno authored
Submodule web/library/NIST fcc1766..eb0adc9: > Merge branch 'develop' into feature/XML
-
Marco De Donno authored
Submodule web/app 41e1b3c..2e6bd44: > Merge branch 'correct_submitter_decorator' into develop
-
Marco De Donno authored
Submodule web/app 42bd04b..41e1b3c: > Add the sql files to install the tenprint file quality field > Style update > Add the tenprint quality field on the tenprint page > Rename the variable upload_uuid to submission_uuid
-
Marco De Donno authored
Submodule web/app 00f3933..42bd04b: > Patch the upload of NIST files > Spelling > README update > Add the description of the workflow and data protection > Docstring for the DEK functions
-
- Sep 02, 2019
-
-
Marco De Donno authored
Submodule web/app 3e86d42..00f3933: > Merge branch 'develop' into dek > Merge branch 'develop' into dek > Merge branch 'develop' into dek > Use the DEK key to encrypt and decrypt image data > Add the dek encryption and decryption related functions > Merge branch 'develop' into dek > Move the do_encrypt() and do_decrypt() function to the function.py file > Merge branch 'develop' into dek > Add the "dek_check" value to the dek table while creating a new submission > Add the "dek_check" column in the dek table > Merge branch 'develop' into dek > Split the AES generic encryption/decryption functino from the user session AES functions > Add the donor_dek key to the table upon submission creation > Add the "donor_dek" table > Add the possibility to return only the PBKDF2 hash instead of the full string
-
- Sep 01, 2019
-
-
Marco De Donno authored
Submodule web/app 7fafa9b..3e86d42: > Re configure the sequence in the gp table > Style update > Add the *.pyc files to the ignorelist > Add the void.py file to the ignore list
-
- Aug 29, 2019
-
-
Marco De Donno authored
Submodule web/app 60c0f2b..7fafa9b: > Patch the "latent.html" page > Remove the void.py file > Add the enter key actions for the user configuration page
-
- Aug 28, 2019
-
-
Marco De Donno authored
Submodule web/app 2626adc..60c0f2b: > Patch: wrong parameter for the url_for for submission_file_set_note
-
Marco De Donno authored
Submodule web/app f40fb88..2626adc: > Route and variables update
-
- Aug 26, 2019
-
-
Marco De Donno authored
Submodule web/app 9a38278..f40fb88: > Add the button to remove the submission if the consent form has not been uploaded yet > cdn update > Remove useless tenprint_id for the set general pattern query
-
Marco De Donno authored
Submodule web/app c5b5279..9a38278: > Merge branch 'donor_fingers_gp' into develop > Add the script to remove the pg_dump information from the dumped sql > Add the actions on "enter" pressed for the new submission form > Insert the donor id in the submission field upon new submission creation > Check for the fields type in the sql_insert_generate() function > Add the returning clause in the sql_insert_generate() function > Add the donor_id column in the submissions table > Remove useless exception print
-
- Aug 24, 2019
-
-
Marco De Donno authored
Submodule web/app 16f9ead..c5b5279: > Create the personal folder of all users in PiAnoS while copying the accounts informations > Add the link to PiAnoS for the annotation team > Order by tenprint template by name in the tenprint edit page
-
- Aug 23, 2019
-
-
Marco De Donno authored
Submodule web/app 1a8f586..16f9ead: > Add the "navigation" var in the jinja variables to include the correct navigation > Move the generic jinja variables to the my_render_template() function > Add the my_render_template() function
-
Marco De Donno authored
Submodule web/app 42cc95b..1a8f586: > Rename the ltype to latent_type > Rename lid to latent_id > Rename tid to tenprint_id > Rename upload_id to submission_id > Rename all variables reserved by python, remove unused variables > Only copy to PiAnoS the configured accounts > Add the sql_insert_generate() function and replace all INSERT sql queries
-
- Aug 20, 2019
-
-
Marco De Donno authored
Submodule web/app 5e5ca98..42cc95b: > Change the TOTP configuration page save button label
-
Marco De Donno authored
-
Marco De Donno authored
Submodule web/app 0824aa3..5e5ca98: > Use the url_for() function for the reset_link email > Comment update > Use the url_for() function instead of the hard coded url > Delete the segments images when deleting a tenprint image > CSS refactoring in the tenprint list page
-
Marco De Donno authored
Submodule web/app 1649249..0824aa3: > Try to get the print or palmar images in the segmentation process for NIST files > Add support for XML NIST files > Patch the NIST extension list (missing coma)
-