|
|
79a817fa90
|
removed useless [0] for face_locn in refimg code
|
2022-01-31 21:08:33 +11:00 |
|
|
|
da8ac77a44
|
fixed search issue (of empty string)
|
2022-01-30 23:48:34 +11:00 |
|
|
|
2e8de89a6a
|
issue with empty search term
|
2022-01-30 23:16:30 +11:00 |
|
|
|
cc656ffd6d
|
clarified (non) issue
|
2022-01-30 23:10:47 +11:00 |
|
|
|
305995df37
|
updated
|
2022-01-30 23:02:52 +11:00 |
|
|
|
36c11a18ca
|
fix issue where search was not saving prefs
|
2022-01-29 20:07:51 +11:00 |
|
|
|
776f429ce4
|
most noo/search issues and next/prev bugs fixed
|
2022-01-29 18:55:20 +11:00 |
|
|
|
8e82271e2a
|
start of noo for Search, and rewrite of GetEnt* to use eval(), search and flat done, but also fixed OLD bug I just noticed where prev/next buttons would not work when sorting by "A to Z", etc. as the value of the form.input has a space in it and serializeArray() was not dealing with it properly
|
2022-01-29 18:06:21 +11:00 |
|
|
|
8722448f2d
|
reorder
|
2022-01-29 08:20:15 +11:00 |
|
|
|
5d0cdec3ba
|
cleanup
|
2022-01-28 21:01:09 +11:00 |
|
|
|
9a480dccd8
|
update decision to ditch multiple dir per path
|
2022-01-28 19:59:37 +11:00 |
|
|
|
47039ec35c
|
partial fix for various BUGs with going past the end of a viewing list... we now keep num_entries (of files) in pa_user_state, and use it to stop going before first or past last entry, even from viewlist, so this fixes many isseus... Final bug(s) are relating to multiple Dirs in a Path and its feeling too complex for no real gain, going to remove the feature, but for now, this version works / can be made to PROD
|
2022-01-28 15:52:35 +11:00 |
|
|
|
0751cc6010
|
clarified bug-82, fixed issue with AI scan optimising still scanning when it should not, finalised back button work for view/viewlist
|
2022-01-27 21:44:29 +11:00 |
|
|
|
07b339f5ab
|
current, first_eid, last_eid now work for Flat view of Paths, folder view next
|
2022-01-27 17:06:31 +11:00 |
|
|
|
55724ccd59
|
removed use of last_entry_in_db (boolean) and replaced with use of current/first_eid/last_eid in PA_USER_STATE so it persists across reloads/back buttons, and allows full use of ajax data retrieval in the background for the viewer (so fullscreen stays across page loads), and the next/prev buttons are set on the image load, not after they have been pressed "one too many times"
|
2022-01-27 14:27:52 +11:00 |
|
|
|
08ca9b4e74
|
partial implementation of first_eid, last_eid -- I think the vals work -- they do for searches anyway, but not stored in pa_user_state yet
|
2022-01-25 00:48:14 +11:00 |
|
|
|
65ebfe2d31
|
DONE - todo to have force rescan delete face from DB
|
2022-01-23 14:54:49 +11:00 |
|
|
|
0f44af4ec3
|
clean up of unneeded viewing hidden vars, now we retrieve data from pa_user_state
|
2022-01-23 14:41:54 +11:00 |
|
|
|
fe35ed0d02
|
final todo for today
|
2022-01-23 01:08:17 +11:00 |
|
|
|
2e4b1ed9d2
|
defaults in PAuser include noo/folders for import/storage separated, defaults are stored into PAUser in DB, changable in GUI, used as the defaults for new PA_User_States. Also disabled search noo, search folders as they are hard-coded in the ORM retreive anyway
|
2022-01-22 23:26:14 +11:00 |
|
|
|
0f4632e240
|
changing options on files_*, search, also next/prev all now use POST->redirect model, so should allow back/forward browser buttons to work - commit so we can test in PROD
|
2022-01-22 21:36:58 +11:00 |
|
|
|
b58afa3a5c
|
clean up of states, to support multiple searches/views, and this will at least work for back/forward in prod - I believe. Still needs defaults from prefs, AND, remove unneeded variables from template/* and set those default values based on prefs
|
2022-01-21 16:48:05 +11:00 |
|
|
|
a856bcd6b2
|
clean up of notes, comments, BUGs, etc.
|
2022-01-20 17:49:58 +11:00 |
|
|
|
78acb9bd66
|
big clean up of Options -> States, total rework, now actually handles pa_user_state -> States as Import/Storage/Bin/Search or View. If Search has orig_search_term saved. If view, has orig_ptype (and orig_search_term if orig_ptype is Search) -- removed OPT.paths -> these are now worked out when we GetEntries based on pa_user_state. This now allows us to GET all URLs for image viewing allowing me to use the back-button without issues in PROD - well we will see once I commit :)
|
2022-01-20 17:25:01 +11:00 |
|
|
|
5461cb4036
|
improve /view naming
|
2022-01-20 14:18:27 +11:00 |
|
|
|
4fa7b4b2d3
|
renamed pa_pref to better named pa_user_state, changed code to adapt and made new_view and viewlist work with newer Options/pa_user_state - still more work but it should be functional again
|
2022-01-20 14:13:50 +11:00 |
|
|
|
30a2fa6d99
|
quick fix for view being a POST, its now redirected to a GET, but I want to fix up the viewlist properly as well, should work for now though
|
2022-01-20 11:26:09 +11:00 |
|
|
|
758be89883
|
one more optim issue
|
2022-01-20 10:17:22 +11:00 |
|
|
|
a2091f0194
|
remove onpopstate stuff, and updated TODO with better way to deal with this
|
2022-01-19 21:18:50 +11:00 |
|
|
|
f8cff5f73e
|
make optimisation from scan do run_ai_on_path IF there are newer reference images than the last scan even if we dont find new files in the scan itself
|
2022-01-19 15:37:27 +11:00 |
|
|
|
b327ddff7b
|
optimise to not go past scan job if it does not find any new files, also now print out if we find new files into scan log, fix up first attempt at debug being off/on with "production" or not
|
2022-01-18 22:01:39 +11:00 |
|
|
|
de81db9412
|
unmatched faces now sorts size of face desc, and is slightly prettier -- still slow and only takes you to the file anyway, might optimise that later. still no code to auto deal with unmatched face, but will add some capabilities next. Also, remembered last dir when file_ip/sp/bin. Also throw error if try to find unknown person - happened since I allowed the back/forward.
|
2022-01-18 20:59:39 +11:00 |
|
|
|
4c3aae770d
|
reorder
|
2022-01-16 14:51:54 +11:00 |
|
|
|
096d4f79cf
|
scans now put AI back on by default, and optimise to only call path-level scans once per path, rather than once per dir in path
|
2022-01-16 12:51:25 +11:00 |
|
|
|
684cc27df9
|
first quick pass of user menu in navbar which shows simple read only prefs content, and a logout option that works
|
2022-01-16 11:37:49 +11:00 |
|
|
|
e03d11b9e1
|
fixed job refresh issues
|
2022-01-16 01:17:54 +11:00 |
|
|
|
fdbef5197d
|
added # matches on show persons page, and fixed issue with search OPT being hardcoded
|
2022-01-16 01:04:44 +11:00 |
|
|
|
526c9d50e3
|
added # matches on show persons page, and fixed issue with search OPT being hardcoded
|
2022-01-16 00:55:52 +11:00 |
|
|
|
24730901bf
|
M requests added
|
2022-01-16 00:52:35 +11:00 |
|
|
|
efde03a9c6
|
minor additions
|
2022-01-15 16:36:46 +11:00 |
|
|
|
bd7cae6037
|
fixed BUG-78 (deleted recursively too far - took out parent_dir), also deleting from the viewer page works with Delete key too. Removed debugs in viewer for fullscreen
|
2022-01-14 13:49:39 +11:00 |
|
|
|
fd16e80b78
|
tweaked bin icon for small/large displaying, added todo around viewing on phone and maybe datatables
|
2022-01-14 11:20:41 +11:00 |
|
|
|
a2fb877f12
|
implemented job archiving (via a Setting, and just viewing recent or all)
|
2022-01-13 23:11:21 +11:00 |
|
|
|
3e67c9c27f
|
try sm-txt on joblog
|
2022-01-13 21:22:49 +11:00 |
|
|
|
8a6a7a5115
|
joblog rewrite to show only a few "newest" lines and "oldest" logs for a job, with the more button in the middle, also has a little icon to show the re-ordering that goes with each view - should really make this clickable/togglable.
|
2022-01-13 21:12:09 +11:00 |
|
|
|
10866c3147
|
scheduled jobs implemented, after X days in settings we scan import, storage paths, and check the Bin for old files and actually delete them from the file system
|
2022-01-13 13:27:55 +11:00 |
|
|
|
a67c20d72b
|
new BUG (very minor), reordered TODOs and now have basic stale job handling - they are detected, and can be cancelled or restarted from GUI
|
2022-01-11 13:18:21 +11:00 |
|
|
|
bf04c862d6
|
first pass of allowing to scan for all files in import and storage paths <- works, and showing all unknown faces to handle them somehow - very rudimentary
|
2022-01-10 01:20:20 +11:00 |
|
|
|
ee8f41bbc2
|
reorder TODOs
|
2022-01-09 18:13:39 +11:00 |
|
|
|
dc21d65dd7
|
Put new functionality in to allow choosing existing folder in move code - it goes back and forwards 7 days from the date of this file and finds matching files and uses those dirs, or just dirname matches for those dates and offers them up. Also improved Move code to reject dodgy paths
|
2022-01-09 12:20:29 +11:00 |
|