- Jun 21, 2021
-
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 546dbe2..dde2ac7: > Add the toastr message for the CNM zip file download process Submodule web/library/NIST 9bd469d..1a999c2: > Merge branch 'develop' into feature/XML
-
- Jun 19, 2021
-
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 3373d60..546dbe2: > Merge branch 'refactoring/use_post_for_unpredictable_jinja_variable' into develop Submodule web/library/NIST 9bd469d..1a999c2: > Merge branch 'develop' into feature/XML
-
- Jun 18, 2021
-
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app b52a647..3373d60: > Merge branch 'afis/only_target_marks' into develop > Merge branch 'feature/mark_list_delete_on_right_click' into develop > Refactoring of the admin part of the admin_show_target() page Submodule web/library/NIST 9bd469d..1a999c2: > Merge branch 'develop' into feature/XML
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 1a8b360..b52a647: > Add the link to the mark page on the admin target page Submodule web/library/NIST 9bd469d..1a999c2: > Merge branch 'develop' into feature/XML
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app bbecc35..1a8b360: > Patch the duplicate of marks in the admin target page if multiples zones are assigned to the mark Submodule web/library/NIST 9bd469d..1a999c2: > Merge branch 'develop' into feature/XML
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 13fc9bd..bbecc35: > Patch the sql requests to get the first file for a cnm candidate Submodule web/library/NIST 9bd469d..1a999c2: > Merge branch 'develop' into feature/XML
-
- Jun 17, 2021
-
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 3d2e431..13fc9bd: > Patch the autoopen function Submodule web/library/NIST 9bd469d..1a999c2: > Merge branch 'develop' into feature/XML
-
Marco De Donno authored
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app be96026..3d2e431: > Add support for the cnm_candidate files in the uuid autoopen function > Add support for the cnm_result table in the uuid autoopen function
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 3fbeb06..be96026: > Add the route to get the table for a specific uuid
-
- Jun 16, 2021
-
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app a835be7..3fbeb06: > Only allow the admins to remove an uploaded CNM result file > Only allow admins to remove a CNM result folder
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 9950ebb..a835be7: > Patch the navigation on the nist file page > Patch the link to the nist view (split between users and admins)
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 30e39e6..9950ebb: > Add the login check for all routes in the cnm module
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 9c39e6d..30e39e6: > Force the login as admin
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 8c8cfc0..9c39e6d: > Add the zoom slider on the cnm edit page > Update the navigation for the cnm list all page
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 4700772..8c8cfc0: > Add the link to the CNM_edit page on the admin CNM list page
-
- Jun 15, 2021
-
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 70e4aa1..4700772: > Add the admin page to list all the CNM candidates folders
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 0c75a0a..70e4aa1: > Merge branch 'patch/afis_target_list' into develop
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app eca756e..0c75a0a: > Patch the files_segments image retrieval
-
- Jun 14, 2021
-
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 78d6137..eca756e: > Move the image conversion to web-compatible-image in the utils.images module (patch_image_to_web_standard) > Add the views.uuid.functions.get_table_for_uuid() function > Update the list of tables with uuid > Move the uuid search functions to the `functions` file
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 7eb4a52..78d6137: > Clarify the name of the 'need_to_decrypt' variable in the image_serve() function > Remove useless case for "tenprint_cards" table in the image_serve() function
-
- Jun 12, 2021
-
-
Marco De Donno authored
Submodule web/app 85ec952..7eb4a52: > Patch the create_thumbnail() function for unknown format; force to png
-
- Jun 11, 2021
-
-
Marco De Donno authored
Submodule web/app 81cd91d..85ec952: > Refactoring of the get_marks_list_for_target_folder and get_segment_list_for_target_folder functions > Remove the cache for get_[segment,marks]_list_for_target_folder functions > Refactoring: submission_uuid for the afis.admin_show_target_list() function
-
Marco De Donno authored
Submodule web/app 0750c72..81cd91d: > Add support for the screenshot_preview on the CNM edit page > Truncate filename that are too long > Add the "All CNM" link to the navigation bar for AFIS users > Hide the file upload div for admin users on the CNM edit page
-
- Jun 10, 2021
-
-
Marco De Donno authored
Submodule web/app 0f3de85..0750c72: > Add the db check for the containers
-
Marco De Donno authored
Submodule web/app 9ff494e..0f3de85: > Patch the navigation bar for the cnm_edit page > Extract the function get_target_folder_details()
-
Marco De Donno authored
Submodule web/app contains modified content Submodule web/app 635dfdf..9ff494e: > Patch the navigation bar for the AFIS target segment display page > Add the uploader username for cnm target in the admin view
-
Marco De Donno authored
-
Marco De Donno authored
Submodule web/app 42423c7..635dfdf: > Merge branch 'patch/idle_in_transaction' into develop
-
Marco De Donno authored
Submodule web/app 892be78..42423c7: > Check if there is an annotation of a particular target
-
Marco De Donno authored
Submodule web/app 48423b4..892be78: > Remove the RGBA and TIFF16 useless checks in image_file_serve and image_file_serve_inner functions
-
Marco De Donno authored
Submodule web/app 748264d..48423b4: > Add support for RGBA images in the image_serve() function
-
Marco De Donno authored
-
- Jun 09, 2021
-
-
Marco De Donno authored
Submodule web/app 4ac1200..748264d: > Add support for the TIFF 16bits in the image_serve function > Set the resolution in the pil2buffer and image_tatoo functions
-
Marco De Donno authored
Submodule web/app a8b95ee..4ac1200: > Patch the ordering of the users in the AFIS assignment page
-
Marco De Donno authored
Submodule web/app 6167343..a8b95ee: > Remove the cache for the get_user_assined() function
-
Marco De Donno authored
-
Marco De Donno authored
diff --git a/web/Dockerfile b/web/Dockerfile index 952a479..2812c2b 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -25,7 +25,11 @@ RUN find /library -maxdepth 1 -mindepth 1 > /usr/local/lib/python2.7/dist-packag RUN chmod +x /library/WSQ/WSQ/NBIS/cwsq && \ chmod +x /library/WSQ/WSQ/NBIS/dwsq -RUN find /library -name 'doctester.py' -exec python {} \; +WORKDIR /library/NIST +RUN python doctester.py + +WORKDIR /library/MDmisc +RUN python doctester.py ################################################################################ # Copy the font to the system Submodule web/app 10551bc..6167343: > Patch the AFIS assignment ui
-
Marco De Donno authored
-
- Jun 08, 2021
-
-
Marco De Donno authored
-