|
|
0eeb68658b
|
move files now has bs toast pop for success and stays on the page you are on for more moves
|
2023-01-03 22:46:29 +11:00 |
|
|
|
972eac5b5b
|
first pass of move_files not redirecting to / and staying put for an other move_files, works, but needs success/toast
|
2023-01-03 15:48:13 +11:00 |
|
|
|
fd4f9905e1
|
using tabbed pane for the 3 different info parts on about, removed debugs, cleaned up ignore files to remove the new files for the about info
|
2023-01-03 12:08:57 +11:00 |
|
|
|
0684f4725a
|
build process (via Dockerfile) now timestamps build and that is exposed on about page
|
2023-01-03 11:46:53 +11:00 |
|
|
|
be3e2ae19e
|
improved about page to include BUGs and TODO, still better formatting required,and build date to be handled separate to last commit date
|
2023-01-03 00:34:03 +11:00 |
|
|
|
b952fe82f6
|
large refactor of code to use venv (in .python) for DEV, to use consistent python versions with PROD, sepcifically flask 2.2.2 to address the deprecation of FLASK_ENV -> replaced with ENV. Fixed up git and dockerignores to be more stringent
|
2022-12-31 15:42:03 +11:00 |
|
|
|
385665b702
|
BUG-111 also included a TODO for deprecation warning of FLASK_ENV, moved that to TODO list
|
2022-12-31 14:30:54 +11:00 |
|
|
|
1afaa338a8
|
finished basic about page, and including 15 recent commits by default
|
2022-12-31 14:28:05 +11:00 |
|
|
|
dba7efe94d
|
update
|
2022-12-28 13:57:40 +11:00 |
|
|
|
2a1e2d7d5d
|
cleaned up code around json, *locn -> transitioned to top, right, bottom, left to finally fix ORM replacing [ with { <- FIXES BUG-108
|
2022-12-23 16:18:27 +11:00 |
|
|
|
b681ba8522
|
update
|
2022-12-23 13:42:17 +11:00 |
|
|
|
8fa93c0ecf
|
added version to F/E todo
|
2022-12-23 10:52:14 +11:00 |
|
|
|
71ec54807a
|
remove last remnants of Paths, now only 1 directory per path AND created a new db-container subdir that takes the latest postgres image and adds a crontab / uses cron to run a bkup_users.sh script that dumps the person, refimg and linkage table so that if we ever blow the DB away, we dont lose the users
|
2022-09-17 22:40:50 +10:00 |
|
|
|
c1bb0d3820
|
added todo for users.sql job
|
2022-08-06 12:12:19 +10:00 |
|
|
|
20c76609cd
|
fixed up some missing try/excepts on os. calls
|
2022-08-06 12:02:10 +10:00 |
|
|
|
e1f0f54eee
|
tweaked pa_exifautotran to only be called on jpegs, not all image types
|
2022-08-03 17:58:06 +10:00 |
|
|
|
8575423a7e
|
BUG-103 thumbnails not rotating, fixed (was a Samsung dodgy photo, and over-caution util to rotate, fixed by tweaking my own verson of that util
|
2022-08-02 18:50:50 +10:00 |
|
|
|
5221e330c1
|
Fixed BUG-102 cant switch to folder view
|
2022-08-02 17:55:10 +10:00 |
|
|
|
a8af00fe66
|
big change to get metadata working fully in DB and on Filesystem, and recover from most common scenarios, improved GUI as well for allowing an immediate search after adding refimg as well
|
2022-08-01 23:44:38 +10:00 |
|
|
|
391b61f3c4
|
first pass at keeping overrides on face delete - should at least stop code crashing if you try to delete faces from DB and they still had a matching override
|
2022-07-28 21:23:34 +10:00 |
|
|
|
96810fa1e3
|
can now do an AI search if we add refimg to new/existing person, cleaned up that dialog to look better with buttons for those options rather than a link. Noticed BUG-100, 2 x mich in one image
|
2022-07-28 18:16:10 +10:00 |
|
|
|
6135481395
|
I think the 0 choices 0 files-havent seen it in months, let it go
|
2022-07-28 17:29:52 +10:00 |
|
|
|
750b903a9d
|
using python unbuffered (-u) on job mgr to force output into log file
|
2022-07-21 22:56:50 +10:00 |
|
|
|
8646b3b8c2
|
quick fix/hack for unmatched faces
|
2022-07-19 21:23:32 +10:00 |
|
|
|
fd79ee2cf4
|
fix BUG-98 (user cancel of a job not dealing with dependant jobs) & constrain the width of the chosen face in DBox for overrides/create refimg
|
2022-07-19 20:45:54 +10:00 |
|
|
|
382647a91b
|
now can create a new person and refimg from viewer - all works
|
2022-07-17 23:03:46 +10:00 |
|
|
|
fc62bd274e
|
video tag in browser not dealing with mpeg1/2 is not a bug, its a potential todo item
|
2022-07-17 18:31:59 +10:00 |
|
|
|
cf1851fe85
|
updated several BUGS/TODOs in previous commits
|
2022-07-17 16:46:35 +10:00 |
|
|
|
4f01125bcc
|
improved login page to be responsive, also made pretty fname remove paths now we have only 1 imp/sto/bin path -- reduces fname size which is a small help to BUG-96
|
2022-07-16 17:10:05 +10:00 |
|
|
|
3cd1bf056a
|
added ability to auto-rotate jpegs as we import them. The auto-rotation uses /usr/bin/exifautotran which rotates losslessly, and we optimised to then not also re-rotate the thumbmail. This address a few bugs in the 90s, including the one where Mandys photos were not getting faces (they were rotated), and without really doing anything the odd one where we sometimes lost tmp_locn on first load after db recreation - I cant reproduce so ignoring it
|
2022-07-15 18:01:54 +10:00 |
|
|
|
84a4cf7cf8
|
added ability to auto-rotate jpegs as we import them. The auto-rotation uses /usr/bin/exifautotran which rotates losslessly, and we optimised to then not also re-rotate the thumbmail. This address a few bugs in the 90s, including the one where Mandys photos were not getting faces (they were rotated), and without really doing anything the odd one where we sometimes lost tmp_locn on first load after db recreation - I cant reproduce so ignoring it
|
2022-07-15 17:18:31 +10:00 |
|
|
|
3710b573ea
|
added auto-rotate to settings, not used in job mgr yet
|
2022-07-13 00:26:24 +10:00 |
|
|
|
6b7694f382
|
first pass of consolidating search in DBox for existing person, and then using the results to add override force match to that person, and WORKING version of adding refimg to existing person too. Still does not kick off new AI scan at this point, and still need to re-format dbox to be easier to use and code for resetting DB contents, rescaning files from scratch and matching overrides back
|
2022-07-10 15:21:31 +10:00 |
|
|
|
e9ab49c60a
|
with viewer, unmatched face now has img data / thumbnail, so we know what it really looks like when we choose to override - still major WIP, tables.sql also has some override types, but not convinced I have design yet
|
2022-02-06 23:21:23 +11:00 |
|
|
|
66eab072ce
|
polished log button and content of dbox
|
2022-02-06 16:11:41 +11:00 |
|
|
|
83eff02910
|
added plumbing for viewer to have a joblog search for the current file
|
2022-02-05 23:23:10 +11:00 |
|
|
|
e16f7dbc30
|
fixed bug when get of a view is for a non-search, now that I have added search to pa_user_state ORM query
|
2022-02-03 21:16:51 +11:00 |
|
|
|
298f28b943
|
update
|
2022-02-02 18:51:16 +11:00 |
|
|
|
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 |
|