- Jun 10, 2021
-
-
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
-
Marco De Donno authored
Submodule web/app 8e68132..10551bc: > Merge branch 'feature/image/tiff_16_bits_support' into develop
-
Marco De Donno authored
Submodule web/app 92ebd9f..8e68132: > Merge branch 'feature/image/tiff_16_bits_support' into develop > Use the img_format image on thumbnails insertion > Change the caret color to #303e4d
-
- Jun 05, 2021
-
-
Marco De Donno authored
-
Marco De Donno authored
-
- Jun 04, 2021
-
-
Marco De Donno authored
Submodule web/app bc7103d..92ebd9f: > Add support for P and PA images format
-
- Jun 02, 2021
-
-
Marco De Donno authored
Submodule web/app 34bccfa..bc7103d: > Merge branch 'feature/cnm_upload' into develop
-
Marco De Donno authored
Submodule web/app b049a54..34bccfa: > Merge branch 'feature/cnm_upload' into develop
-
- Jun 01, 2021
-
-
Marco De Donno authored
Submodule web/app 3a08e19..b049a54: > Merge branch 'feature/cnm_upload' into develop
-
- May 31, 2021
-
-
Marco De Donno authored
Submodule web/app a42e103..3a08e19: > Merge branch 'refactoring/dialogs/close_on_out_click' into develop > Serve the fingerprints as jpeg instead of png > Update the view/__init__.py file
-
- May 29, 2021
-
-
Marco De Donno authored
Submodule web/app 51bbe10..a42e103: > Merge branch 'refactoring/submission/mark_info' into develop
-
- May 28, 2021
-
-
Marco De Donno authored
Submodule web/app 8f8178f..51bbe10: > Show the faded current selection on the pfsp selection dialog > Add placeholder text for the submission module
-
Marco De Donno authored
Submodule web/app ce6be20..8f8178f: > Merge branch 'refactoring/submission/pfsp_setter' into develop
-
Marco De Donno authored
Submodule web/app 1aca081..ce6be20: > Merge branch 'refactoring/submission/pfsp_setter' into develop
-
- May 27, 2021
-
-
Marco De Donno authored
Submodule web/app 02c3adc..1aca081: > Merge branch 'feature/cnm_upload' into develop
-
Marco De Donno authored
Submodule web/app 9182e23..02c3adc: > Merge branch 'feature/cnm_upload' into develop
-
Marco De Donno authored
Submodule web/app 787239a..9182e23: > Merge branch 'feature/cnm_upload' into develop
-
Marco De Donno authored
Submodule web/app ca7fbd8..787239a: > Merge branch 'feature/cnm_upload' into develop
-
- May 26, 2021
-
-
Marco De Donno authored
Submodule web/app 11e0520..ca7fbd8: > Merge branch 'feature/cnm_upload' into develop
-
- May 25, 2021
-
-
Marco De Donno authored
-
- May 24, 2021
-
-
Marco De Donno authored
Submodule web/app 3dffd17..11e0520: > Merge branch 'feature/cnm_upload' into develop > Move the 'add_new_field' function to the 'shared' view
-
- May 19, 2021
-
-
Marco De Donno authored
-
- May 15, 2021
-
-
Marco De Donno authored
Submodule web/app contains untracked content Submodule web/app cec9e31..3dffd17: > Remove the segmentation of the NIST files > Use the segments_position_code list from the NIST module Submodule web/library/NIST d56c308..34f0314: > Add support for the cStringIO buffer and file types in the automatic loading process
-
- May 14, 2021
-
-
Marco De Donno authored
-
- May 13, 2021
-
-
Marco De Donno authored
Submodule web/app 28f8cc8..cec9e31: > Add the favicon file > Remove useless cache
-
- May 10, 2021
-
-
Marco De Donno authored
Submodule web/app 4f6ecb2..28f8cc8: > Update the background color for textarea and inputs
-