Commit Graph

199 Commits

Author SHA1 Message Date
37c0125fbd Fixed BUG-136, now can search with a * or % as wildcards, and fix bug where no search results broke pa 2024-12-31 15:13:17 +11:00
b34b71bf32 adding BUG-136, handle wildcard search of % and no results bug 2024-12-31 15:11:57 +11:00
61b3edf5fa added bugs 133-135, failing symlinks on build, moving images reappearing and failing to rotate 2024-12-07 19:38:48 +11:00
fdba16c004 added BUG-133 right arrow in viewer goes to next pic AND scrolls right 2024-08-25 22:37:38 +10:00
9a359a1a4c fixed BUG-132 failing to create symlink on first build by being explicit in Dockerfile on how to handle content in static/ 2024-08-11 18:59:02 +10:00
15cc101bbe add BUG-131, init failing on first build to create symlinks 2024-08-11 18:58:20 +10:00
aba96f6c52 added BUG-130, moving files and next page confusion 2024-07-28 17:29:24 +10:00
46eb87bc31 use an regex match rather than just last part of self.url to find search term as something changed and caused the url to be different on the post - not sure when I broke this, or if an upgrade did, but this fixed BUG-127 and BUG-129 (just a special case of 127) 2024-06-30 17:12:31 +10:00
cbea1f09ab clarified new bugs 2024-06-29 15:23:08 +10:00
974d96d6eb Fix BUG-126 (basically disable next/prev buttons the moment we go back to the server for the previous/next page of images, only re-enable if they make sense after we have loaded the new images 2024-06-29 13:53:50 +10:00
bc23c9a3c6 added new BUG relating to restart DB underneath web 2024-04-07 20:17:22 +10:00
ffbedc3bca added BUG-127 sort not working after a search 2024-04-07 00:34:42 +11:00
d39f1734a3 fix BUG-124 - pa job mgr does not have timestamps, vi creating/use of PAprint() 2024-03-11 00:40:25 +11:00
d86893875d added capability to run a dev container for pa, and if we re-build we create a new .sk and remove old PA_UserState on fresh login. BUG-120 is either fixed by this or at least the log catches it and does not crash now (if we rebuild between re-use) 2024-03-10 23:52:34 +11:00
33c86f49fb "new" BUG 126 - still the fail to view an id that is not in the list 2024-03-10 13:36:31 +11:00
448b635d5a updating BUGS 2024-01-28 23:27:02 +11:00
478a7e5add added 2 new bugs - 123 -> pa_job_mgr crashed with a timeout, 124 -> pa_job_mgr logs have no timestamp 2024-01-21 18:14:25 +11:00
aad0389d77 BUG-122 - just closing this, duplicates were from 2 years ago and were 200ms apart, looks like a reload of the POST? If so, I now force a redirect after the POST, so reloads dont add more than 1 person 2024-01-01 12:16:37 +11:00
262efd89d4 Fixed BUG-121: crashing when cannot find a match when searching 2024-01-01 11:49:41 +11:00
3f39f74716 new bugs, 500 when cannot find a string, and duplicates of people? 2024-01-01 11:48:43 +11:00
a84ff49413 added BUG-120, somehow losing pref info. No prints are working in PROD, so changed a lot of printf( in the F/E to SetFELog with error and persistent/cant_close set across many files. Also used opportunity to remove a few unnecessary debugs 2023-04-09 13:10:28 +10:00
cd93c09a5d added BUG-119 2023-01-15 23:16:30 +11:00
f5d93cc642 added new BUGs 2023-01-15 13:28:18 +11:00
2dac6125c4 change from UUID to md5sum of face_data to allow disconnected metadata to be rematched in the future. This also removes BUG-109 where a file in DEV was deleted them copied back and deleted again, and it caused duplicate metadata reading on a subsequent pa_job_manager restart 2023-01-13 17:35:30 +11:00
1ed4a0f25d escape apostrophes in prefix/suffix on move existing which fixes BUG-116 2023-01-13 17:22:26 +11:00
9b75c0e80e added BUG-116: apostrophes in existing paths crashs 2023-01-13 17:18:25 +11:00
f875b50dc8 fixed BUG-114 -> only show path-specific existing options in movedbox. Added test doc to read to TODO 2023-01-13 16:48:35 +11:00
e1af427fad fixed BUG-115 move to existing paths can contain dashes 2023-01-12 17:12:48 +11:00
9aa0f8157d new BUGs-114 (moving files is ignorant of paths), 115 (splitting of existing path cant handles dashes) 2023-01-12 17:08:44 +11:00
a29cbb143c Huge change, removed Status class and all "alert" messages are now shown as BS toast() and are via the DB and handled async in the F/E in jscript via Ajax. Fixed BUG-113 where toasts() were repeating. Removed many of the explicit alert messages (other than errors) and hooked {New|Finish}Job to consistently send messages to the F/E. Other messages (F/E without a job, like save settings) now use this model as well. Finally converted most of the older POST responses to formal json 2023-01-11 13:50:05 +11:00
829f38f223 added BUG-113: with a stale job, we keep checking each 1 second, and so we keep creating new status messages 2023-01-10 17:54:34 +11:00
c3971eb495 first-pass of popups for job creation for more than just move files, and fix BUG-112 (after move highlighting is broken) 2023-01-04 12:26:25 +11:00
7e115902fc new BUG-112 - after move highliting is broken when I stay on the same page 2023-01-04 12:24:19 +11:00
ae38307e5f better soln for BUG-109 proposed 2023-01-03 15:47:13 +11:00
06846b86c5 fixed BUG-105, unmatched faces now ignores overridden faces 2023-01-02 22:42:22 +11:00
2687be3979 also fixed BUG-111 (circular import issues which blocked git installation in Prod container) 2022-12-31 14:29:36 +11:00
ec95cbfd47 tinkering with git commit logs being stored during build, and hit a BUG - back to functional, but cant do git yet 2022-12-28 21:36:28 +11:00
2a1afce92a more info for BUG-109 2022-12-28 19:50:29 +11:00
6774bb101f extra details for BUG 2022-12-23 16:03:41 +11:00
20b656985f added BUG-109, add/del/re-add override and then rebuild DB from scratch causes duplicate/crash in pa_job_mgr 2022-12-23 14:52:02 +11:00
4086572f3e more face_locn issues, about to give up on json version and use 4 explicit coords 2022-12-23 10:51:33 +11:00
2bf8f08228 fix BUG-107: view / pagination gets out of whack 2022-09-22 14:25:07 +10:00
25919f5a5c fix BUG-104, dont process keybindings when DBox with text inputs is shown 2022-09-20 23:08:45 +10:00
8badc4eeda minor update to existing BUG 2022-09-17 21:01:34 +10:00
1c406bf4bb found several new bugs 2022-08-08 21:19:02 +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
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
24bcfa0aab now have a NewJob used in pa_job_mgr and it does not set start_time until it starts, caters for BUG-97 (restarting jobs resetting start times) 2022-07-23 00:33:04 +10:00