|
|
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 |
|
|
|
868ae25e6d
|
quick fix for BUG-81 / need to test with PROD dataset
|
2022-01-23 14:41:32 +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 |
|
|
|
9ca24358d0
|
fixed BUG-74 and 79 with new States model
|
2022-01-20 17:37:37 +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 |
|
|
|
94780119c4
|
back out new viewer, it does not work in PROD for storage at all
|
2022-01-20 11:37:55 +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 |
|
|
|
505a5fa813
|
made search a POST to /search be a redirect to a GET /search/<search_term> so that it works with back/forward buttons in the browser
|
2022-01-19 22:40:47 +11:00 |
|
|
|
a2091f0194
|
remove onpopstate stuff, and updated TODO with better way to deal with this
|
2022-01-19 21:18:50 +11:00 |
|
|
|
a84946b561
|
fixed BUG-76 - no existing for a non-date with move
|
2022-01-09 18:13:26 +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 |
|
|
|
d40f2de2a1
|
remove duplicates from search results - fixes BUG-70
|
2021-10-10 21:58:58 +11:00 |
|
|
|
91f0f10767
|
remove duplicates from search results 0fixes BUG-70
|
2021-10-10 21:46:13 +11:00 |
|
|
|
b135f5681d
|
Fixed bug-69 - FullPathOnFS() was wrong for first dir in a path
|
2021-10-02 14:49:07 +10:00 |
|
|
|
0bcc85f42b
|
remove last remnants of rotate instead of transform, updated rot* svgs to have arrow point in direction of actual rotation, AND, fixed bug where when we rotate an image that has already had an exif_transform on it, then we have to do that and then the requested rotation - fixes why sometimes we rotate say 180 when we intended a 90 rotate. Also, when we transform, recalc md5 as file has changed
|
2021-10-01 22:16:42 +10:00 |
|
|
|
23c8d16a5b
|
fix BUG-64: can now move files into import or storage path
|
2021-09-26 21:14:08 +10:00 |
|
|
|
3ee81a66f2
|
allow close of errors that are not checkdups jobs from FE
|
2021-09-24 12:50:02 +10:00 |
|
|
|
85902bbc3c
|
redo Status SetMessage so it defaults to success and danger is a force in the setting of the message, to fix BUG-52 where a success message ended up with danger colour somehow -- might not perfectly fix it, but its neater and if it does not fix it, then its a timing issue I am not sure how to test/fix
|
2021-09-16 21:18:09 +10:00 |
|
|
|
2d4130ed30
|
fix comment
|
2021-09-05 21:32:15 +10:00 |
|
|
|
10fcda0d7c
|
convert OPT from a dict to a class
|
2021-08-29 20:13:26 +10:00 |
|
|
|
1d3caf17de
|
complete rewrite of viewer, videos need to be fixed. Otherwise, viewer now loads entry data for all "how_many" images on the screen, and allows prev/next movement between images without a DB load for the current page of images, then as required, it will retrieve the prev/next "how_many" from the database via /viewlist route, and go back into view/<id> of the appropriate new image of the new list. Also prevents going below 0 and beyond end of DB for the first time.
|
2021-08-27 23:38:31 +10:00 |
|
|
|
652a89161d
|
include the js form the internal dir and viewer now has tooltips on buttons, and all buttons work, call the right javascript, send jobs to the pa_job_manager, and make image go gray with throbber, and on job completion, hide throbber, redraw the image in color and with the newly transformed image
|
2021-08-15 21:26:43 +10:00 |
|
|
|
59c72f9aee
|
moving to /internal for a js dir, icons.svg Ive built, etc. and added route in files.py, updates all html to use new path
|
2021-08-15 00:26:27 +10:00 |
|
|
|
0180703ae4
|
updated comments
|
2021-08-12 20:03:13 +10:00 |
|
|
|
7926ab3455
|
allowed view prev/next to remember settings (fname, faces, distance)
|
2021-07-29 21:42:58 +10:00 |
|
|
|
ae39c26b8f
|
removed debugs, added faces to class File, use f print string format, hacky json.loads of face locn data to put it back to being an array -- and of course storing that in the class
|
2021-07-17 16:38:50 +10:00 |
|
|
|
99e99da340
|
return thumbnail when successful rotation
|
2021-07-16 22:27:30 +10:00 |
|
|
|
3ac6f143f4
|
first pass of rotation sub-menu on images. It only posts on Image. For each selection it turns thumbnail gray, overlays a centered color spinning wheel, posts to the f/e to create a rotation job, gets the job id back, keeps checking the f/e to see when the job id is done, and when it is (for now) undoes the spinning wheel/grayscale - will return new thumb once done and pa_job_mgr has no code to handle job as yet
|
2021-07-16 21:08:16 +10:00 |
|
|
|
d42ac8c8b5
|
string / int strictness issue causing default size to not highlight button - fixed
|
2021-07-16 17:52:31 +10:00 |
|
|
|
f30ca16552
|
added viewnext and viewprev routes and plumbed these in to the file viewer code. Viewer code now works has a prev/next button, and handles videos
|
2021-07-15 20:23:02 +10:00 |
|
|
|
2e06c0b285
|
moved class Refimg to person, and ditched all other routes/direct access to ref images, they are only a part of Person in UI now
|
2021-07-05 16:51:44 +10:00 |
|
|
|
518df7ee10
|
removed all remnants of FILE_REFIMG_LINK
|
2021-07-03 12:43:25 +10:00 |
|
|
|
afee300471
|
quick hack to allow one time AI: at start of search to only call AI
|
2021-07-01 21:54:52 +10:00 |
|
|
|
2b20160deb
|
search now uses new face linking tables
|
2021-06-30 14:31:12 +10:00 |
|
c-d-p
|
643208f35f
|
fixed the import path to be able to select all of the people under the ai context menu
|
2021-06-29 15:43:28 +10:00 |
|
|
|
f12b48f38d
|
Merge branch 'master' of 192.168.0.2:photoassistant
|
2021-06-27 14:30:39 +10:00 |
|
|
|
68d1fcac60
|
fix BUG with non-existant path causing re-render of previous path
|
2021-06-27 14:30:33 +10:00 |
|
c-d-p
|
26ba27cc0d
|
updated files.py and files.html to add a context menu submenu to look for faces in an image. Doesnt work yet, but the context menu works
|
2021-06-27 14:27:46 +10:00 |
|
|
|
371e2af64b
|
added python ldap / login pages
|
2021-06-26 09:20:11 +10:00 |
|
|
|
f4e8d5f9da
|
fix BUG, that occurred when I switch to folder view with a broken path in the settings -- the init validation only kicks up a fuss if there are no valid import paths, but if one is broken - as in DEV, when I reference Cams dev area, it was causing a dir match for that path to be None - simple if to fix
|
2021-06-22 20:56:01 +10:00 |
|
|
|
6a4d993440
|
fixed BUG-36: view details showing all entries -- its a bit crap as its only import dir, but its functional again
|
2021-06-22 18:32:10 +10:00 |
|
|
|
decbcaec9a
|
file_{ip|sp|rbp} now use functions to view flat or folder, and consistently offer Oldest/Newest (per files) and A to Z, Z to A (dir and files)... folder view only does A to Z / Oldest as alpha sort for dirs (dirs dont currently contain date metadata, so unless I add it, it wont work and I dont really think its useful anyway)... BUT, its added to the TODO for another day
|
2021-06-22 18:01:15 +10:00 |
|
|
|
f0fcd098e4
|
put correct folder-based entry retrieval for import and bin paths too AND fixed bug introduced with dup checking that did not sort based on new paths, only old rel_path
|
2021-06-19 17:14:53 +10:00 |
|
|
|
d78aa0c076
|
file_sp now honours offset and how_many, and if you go into a new dir (up or down), offset is put back to 0 - this seems functional now, need to functionalise/replicate into files_ip and files_rbp
|
2021-06-18 01:04:41 +10:00 |
|
|
|
c61b2b4035
|
browsing by folders should now only load contents of cwd from DB, faster, also removes bugs of that content not being in first 50 entries
|
2021-06-18 00:41:30 +10:00 |
|