|
|
4feae96511
|
remove comments/format
|
2025-10-07 23:31:37 +11:00 |
|
|
|
e6c9429466
|
remove search term from DB
|
2025-10-07 23:30:28 +11:00 |
|
|
|
005b5be2b9
|
remove search_term from DB fields we want
|
2025-10-07 23:28:54 +11:00 |
|
|
|
f369b6d796
|
ticked off a couple of items around no content being better displayed
|
2025-10-07 00:01:30 +11:00 |
|
|
|
eb7bb84e09
|
add some padding, and set root_eid - Its 0 when nothing at all in Path (first run/empty). Also, started override for marshmallow, but overrides wont work yet
|
2025-10-07 00:00:50 +11:00 |
|
|
|
7f13d78700
|
deal with completely empty directories, remove ChangeSize and move that content into changeSize
|
2025-10-06 21:41:35 +11:00 |
|
|
|
e5d6ce9b73
|
move MoveDBox into full javascript and fold it into internal/js/files_support.js, also remove unused parameter for MoveDBox, and use marshmallow to pass people in query_data - overall just cleaner more consistent code for existing functionality
|
2025-10-05 23:20:17 +11:00 |
|
|
|
e0654edd21
|
alter move_paths from a specific var passed in the render_template, to be folded into query_data var
|
2025-10-05 22:36:49 +11:00 |
|
|
|
24c2922f74
|
actually set NMO var based on marshmallow data
|
2025-10-05 22:21:57 +11:00 |
|
|
|
24c3762c61
|
remove PathDetails*, and use marshmallow schemas with methods to get icon_url, and "path" renamed to "root_dir", updated move* code to use new data structure
|
2025-10-05 22:19:58 +11:00 |
|
|
|
40f0b5d369
|
refactor most javascript code, moved what can be moved into files_support.js, made keydown() items only apply when I go to the viewer code
|
2025-10-04 23:25:46 +10:00 |
|
|
|
2f5c6ec949
|
update for sqlalchemy v2
|
2025-10-04 23:23:39 +10:00 |
|
|
|
81ebf6fa01
|
use to_dict() here, so we can use |json in jscript
|
2025-10-04 22:45:28 +10:00 |
|
|
|
7a4f5ddb17
|
update z-index so we dont get buttons being higher than toast popup
|
2025-10-04 22:45:01 +10:00 |
|
|
|
00e42447fc
|
make download link work with document.viewing rather than objs[current]
|
2025-10-04 10:43:00 +10:00 |
|
|
|
50f9fbee20
|
update to use new viewing data structures, consolidate to one set of transform functions with successCallback to cover the files vs viewer content. Updated TODO appropriately
|
2025-10-04 10:39:11 +10:00 |
|
|
|
1b9b4c9c4f
|
update to use new viewing data structures, consolidate to one set of transform functions with successCallback to cover the files vs viewer content. Updated TODO appropriately
|
2025-10-04 10:39:06 +10:00 |
|
|
|
86761994df
|
need to check length of faces, not just it exists - it comes back as an empty array when no faces
|
2025-10-04 10:37:29 +10:00 |
|
|
|
4138f392d3
|
clean up includes, double up of fullscreen var, and use of current still
|
2025-10-04 10:37:00 +10:00 |
|
|
|
525b823632
|
dont crash server if we have not scanned the Path yet
|
2025-10-04 10:34:54 +10:00 |
|
|
|
d019dc7960
|
more things to test/fix
|
2025-10-03 21:40:59 +10:00 |
|
|
|
a15fbd74d5
|
update for new db models/marshmallow object
|
2025-10-03 21:40:48 +10:00 |
|
|
|
3c8babb619
|
made basic viewer now handle new marshmallowed data - faces, model_used, face_distance, etc.
|
2025-10-03 21:28:25 +10:00 |
|
|
|
cd73c16545
|
include refimg_lnk and facefile_lnk into Face to be used in viewer
|
2025-10-03 21:10:52 +10:00 |
|
|
|
efaec00127
|
OMG, face_distance is float not int, how has this ever worked
|
2025-10-03 21:10:04 +10:00 |
|
|
|
0777bbe237
|
remove more dead code
|
2025-10-02 23:14:42 +10:00 |
|
|
|
b0c738fcc1
|
moved cFO() to changeOPT() into internal/js, transformed file_list_ip to work with new query_data model, made the Size buttons use modern bootstrap5 radio buttons and work again without the form for all file* routes. Removed a lot of dead code, moved code to resetNextPrev buttons to anytime we getPage, reducing code, handle setting OPT in jscript via a to_dict() for States. Overall, search and file_list_ip now work. Only main thing left is the override code
|
2025-10-02 23:11:14 +10:00 |
|
|
|
2b9e0e19a2
|
add a to_dict() for States, and then I can use a 1-liner to set a var in jscript
|
2025-10-02 18:20:31 +10:00 |
|
|
|
e526d99389
|
no longer maintain too much state per user, remove all need to update it
|
2025-10-02 17:54:51 +10:00 |
|
|
|
5a923359bc
|
remove dead viewing code
|
2025-10-02 17:54:31 +10:00 |
|
|
|
a147308b64
|
removed fields from PA_USER_STATE, no longer needed with new viewing logic
|
2025-10-02 17:51:47 +10:00 |
|
|
|
9e943c7e1f
|
removed fields from PA_USER_STATE, no longer needed with new viewing logic
|
2025-10-02 17:51:39 +10:00 |
|
|
|
87651e80a0
|
fix up capitalisation of bOOLEAN, and removed fields from PA_USER_STATE, no longer needed with new viewing logic
|
2025-10-02 17:51:25 +10:00 |
|
|
|
2e952deda0
|
added code to support changing noo/how_many/folders and do this with json data back and forth, update the UI, all works - only search is missing now. Lots of dead code can still be deleted
|
2025-10-01 23:48:19 +10:00 |
|
|
|
b9b7a24326
|
removing done items
|
2025-10-01 23:43:15 +10:00 |
|
|
|
a7ce8e66b5
|
change back to how_many, too hard to fix and the inconsistency broke the GUI change
|
2025-10-01 23:40:39 +10:00 |
|
|
|
6199c042e3
|
remove most of the code, just have States with default values and some derived values such as prefix
|
2025-10-01 23:40:05 +10:00 |
|
|
|
c32b99f53e
|
augment CreateFoldersSelect to support supplying js
|
2025-10-01 23:39:17 +10:00 |
|
|
|
175e43c9bb
|
make viewer work for files_sp, by resetting entryList and pageList for any new directory load
|
2025-09-30 18:38:54 +10:00 |
|
|
|
4bb99ce589
|
catch all to cover when we try to view an img/video and the dir contents is empty, so nothing to show
|
2025-09-30 18:38:20 +10:00 |
|
|
|
70ca93b14e
|
convert files_rbp to new query_data model
|
2025-09-30 18:37:15 +10:00 |
|
|
|
a0e06717ac
|
viewer now works for files_ip, still have broken bits everywhere - files_rbp, change_opts, do I want a back button? lots of dead/old code, probably cam move more js into *_support, and do I want to keep files_support separate to view_support
|
2025-09-30 00:29:11 +10:00 |
|
|
|
0851b79e16
|
remove debug
|
2025-09-30 00:26:45 +10:00 |
|
|
|
8e6342b627
|
quick add of files_div to be able to toggle beween files viewing and viewer itself, moved isMobile to support js, change eids to use query_data - for now, will remove when we consolidate to new approach
|
2025-09-28 21:48:11 +10:00 |
|
|
|
5b6dc1b3e9
|
seems I now need setuptools, this feels like a kludge - watch this space for further upstream changes
|
2025-09-28 21:45:19 +10:00 |
|
|
|
59bd2af15e
|
update to reflect we no longer use sudo for docker commands
|
2025-09-28 21:44:26 +10:00 |
|
|
|
1ca5ca192c
|
move isMobile() to support js, as it has no jinja2 in it
|
2025-09-28 21:44:02 +10:00 |
|
|
|
5f8c48ac18
|
fix highlighting issue - as expected, ecnt was wrong
|
2025-09-27 17:36:31 +10:00 |
|
|
|
b67f2d9dcb
|
now allow files_sp paths to work (and support folders). Highlighting with folders is broken (likely dodgy ecnt). viewing still broken, but basic navigations is finally working with folders now
|
2025-09-27 12:42:01 +10:00 |
|
|
|
5842bf2ab8
|
set OPT values in jscript in files.html, added functions to draw figures on a page based on pageList (subset of entryList) & json data, and tweaked just grouping select as well to also use the draw figures func() in jscript. Needed to move out .figure click handler into the draw figures too. This is now semi-functional, images load, pages next/prev works, grouping works -- BUT only for files_ip -- folders wont work, search wont work, files_sp wont work, viewing a file wont work
|
2025-09-27 00:31:42 +10:00 |
|