Commit Graph

956 Commits

Author SHA1 Message Date
1dbffe0d6f fix up quotes and log stdout of job mgr to /var/log/pa_job_manager.out 2022-01-15 16:35:17 +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
3678a5892f new BUG, after restore .pa_bin was deleted 2022-01-14 13:15:04 +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
71951ca04c minor re-formating of joblog to fit larger screens & phone screens better 2022-01-14 11:03:03 +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
592dcf546d fix up path screw up in initial test insert of data, also added support in Settings for scheduled jobs 2022-01-13 13:27:19 +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
27dadacd5c add move on context menu for folders 2022-01-09 18:51:03 +11:00
33ce78cb17 fixed Bug-75, moving dir between paths now works 2022-01-09 18:35:37 +11:00
ee8f41bbc2 reorder TODOs 2022-01-09 18:13:39 +11:00
a84946b561 fixed BUG-76 - no existing for a non-date with move 2022-01-09 18:13:26 +11:00
dd38b9b1d6 re-format BUGs 2022-01-09 18:12:41 +11:00
76da875709 new bugs, use existing with a non-date fails, and move between paths for scen 4 broken 2022-01-09 18:11:33 +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
0cb4c1879c updated TODO, fixed BUG-69 not handling move of dirs to existing dir 2022-01-08 11:28:03 +11:00
b1917855e2 code clean up, created CreateFSLocation() and refactored code to use it 2022-01-08 11:24:53 +11:00
665f45c03e working condensed / logical version of moving on Files system - works for multiple scenarios 2022-01-07 17:32:23 +11:00
e5f271c4bf added TODOs 2022-01-07 17:32:01 +11:00
ff41164eff over-thought version of new move, about to radically simplify, committing so I dont lost it just in case 2022-01-07 15:08:44 +11:00
ef15fcff99 new BUG/TODO 2021-11-03 19:36:31 +11:00
95c5413985 treat a Search as a "path" in PA_PREFS so we can remember settings for a search too - this fixes the issue where prefs are "changed" when you go from import/storage -> search -> import/storage again 2021-10-17 15:45:10 +11:00
2b0217184f optimise a move via GUI and any re-hashing, due to FS move, or Transform, etc. to update the last_hash_dt so we dont keep redoing the md5 hash as ctime > last_hash_dt, but there is no new content so no new last_hash_dt was being modified 2021-10-17 12:05:48 +11:00
0e4dc131e2 improved viewer is not really a BUG, fullscreen just behaves differently to what I expected, moving this into TODO 2021-10-13 16:56:59 +11:00
793f28e723 update 2021-10-13 16:55:42 +11:00
0ac047f7d6 comments 2021-10-13 16:53:32 +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
8f4eb870bb use stat_mtime for gen hash (as moving a file does not change content) AND for fall-back date/time of importing a photo -- Fixes BUG-72 2021-10-10 21:12:52 +11:00
2030c8f56e fixed BUG-73, missing import 2021-10-10 20:32:55 +11:00
2a593fc9cb BUG-73 -> settings url_for issue 2021-10-10 20:31:55 +11:00
d32b6e0ad0 extra detail on prefs issue 2021-10-10 12:20:52 +11:00
1697bdd1e4 added (not working) optimisation bug 2021-10-10 12:20:34 +11:00
28a1e73c54 log cleanup 2021-10-10 12:16:06 +11:00
58889c394f fixed BUG-71 - size is lost from view details 2021-10-10 11:30:32 +11:00
9e01be4c6f something to test 2021-10-10 11:30:14 +11:00
3be2b6ee58 add BUG-71 - size is lost from view details, and causes 503 2021-10-10 11:29:49 +11:00
911d43bddc wrong password now has close button looking consistent AND actually closes alert 2021-10-08 22:31:31 +11:00
a4574390ec more bugs/todos/test 2021-10-02 14:49:33 +10:00
d870fda830 Fixed bug-68 - FullPathOnFS() was wrong for first dir in a path 2021-10-02 14:49:18 +10:00
b135f5681d Fixed bug-69 - FullPathOnFS() was wrong for first dir in a path 2021-10-02 14:49:07 +10:00
9f2165c04d reset sub dir path properly based on parents path. Also fixed bug-69 - FullPathOnFS() was wrong for first dir in a path 2021-10-02 14:48:50 +10:00
fea5ae6c7d set button state when choosing with right-click 2021-10-02 14:47:59 +10:00
9c47d4c15b more BUGS 2021-10-02 14:47:16 +10:00
64466abde2 real fix for BUG-64, can now move a directory between import/storage too... Still have move button disabled on selecting a folder in GUI - to be fixed, then we can move 111 Working dir back to the import dir 2021-10-02 12:58:45 +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