|
|
689081ef0b
|
put summary counts on dups
|
2021-03-02 22:44:00 +11:00 |
|
|
|
06eb1ef927
|
fixed BUG-27, duplicate count per same named files in 2 dirs, was always 1
|
2021-03-01 18:46:03 +11:00 |
|
|
|
477bd6f099
|
added code to split out storage_path and import_path, still a bit clunky, but functional. SymlinkName also now in shared
|
2021-02-27 18:30:54 +11:00 |
|
|
|
2482a2e829
|
fixed BUG-24, only appends per_path_dups if we have one to append
|
2021-02-22 17:26:32 +11:00 |
|
|
|
7fd6a2eddb
|
fixed BUGs 22 and 23 - both relate to the HTML forms being different for the search and viewing data, so changing one when the other was set, did not pass the values through, e.g. search term not there when you change a viewing option, or after searching, it did not know the grouping options. Fixed from the search side by showing a label of what you are searching for and storing it statically in the viewing form. Sorted by jscript onSubmit func to take 5 viewing options and store the last value in hidden inputs in the search form
|
2021-02-21 15:40:47 +11:00 |
|
|
|
6ef383f732
|
update status message to link to job created for del dup files
|
2021-02-17 21:42:59 +11:00 |
|
|
|
9e84236f49
|
moved to storing DB ids rather than names of files/dirs for deletions
|
2021-02-14 16:20:48 +11:00 |
|
|
|
27e881ea8c
|
minor clean up on headings, alerts at top of /fix_dups route
|
2021-02-13 20:30:21 +11:00 |
|
|
|
7014eb0f35
|
now have a partial fix_dups path, it shows the content in a much more reasonable manner, and allows the GUI to select the files/paths to keep, HOWEVER, the form POST is not enabled, and I still need to process the form data -- right now, now sure how I know which files to delete vs keep -> will need hidden vars of options, not just the to_keep - then process them
|
2021-02-13 20:21:08 +11:00 |
|
|
|
1499f2ca61
|
fixed BUG-21: file stucture broken after rescan, and beginnings of new job for checking for duplicate files, and having the back-end job indicate to the front-end that there are duplicates, and the basic route is in the f/e, but not built yet
|
2021-02-11 20:09:24 +11:00 |
|
|
|
941890c55f
|
placholder for move_files route
|
2021-02-07 20:42:59 +11:00 |
|
|
|
1e219fd2b8
|
now keep size over reloads of page, its hacky though
|
2021-02-02 01:15:28 +11:00 |
|
|
|
09a099cc34
|
pass noo into render html files
|
2021-02-02 00:20:32 +11:00 |
|
|
|
5703664019
|
changed to fixed number of images per load, rather than complicating with week/month/year retrieval
|
2021-02-01 23:13:38 +11:00 |
|
|
|
4fe74c02bb
|
keep last form values and fix month -> Month in oldest / if
|
2021-01-31 18:16:55 +11:00 |
|
|
|
2db7f59a40
|
made basic newest/oldest week/month/year part of gui actually retreive what we want, and have a title per grouping, but the grouping title is hard-coded for now, will need more data to do a better test, also hacky submit button for now until I decide how to enact the gui change requested
|
2021-01-30 23:26:52 +11:00 |
|
|
|
4b6887eb4b
|
first pass of reduced data so new files "button bar" could be used
|
2021-01-30 15:40:46 +11:00 |
|
|
|
89cc7aad2d
|
fix bug with unique on both entry name and dir path_prefix
|
2021-01-29 00:15:30 +11:00 |
|
|
|
5a8e139263
|
order the file by name/date
|
2021-01-28 13:10:16 +11:00 |
|
|
|
18b8a30140
|
Fixed BUG-11: we have changed to file_refimg_link table (from file_person_link), this means we now have some optimisations, and can definitely re-run AI jobs without crashing. Several optims could still be done - see TODO
|
2021-01-25 01:05:30 +11:00 |
|
|
|
afc4eda233
|
last commit or the night, a feel-good one, now have search by file name and refimg tag, can find ppl :)
|
2021-01-23 00:48:00 +11:00 |
|
|
|
2dc0e921ef
|
added people to file in the ORM
|
2021-01-22 21:15:23 +11:00 |
|
|
|
cc3a6cebd7
|
changed all new_file to file, also make JobForceScan work
|
2021-01-20 20:02:40 +11:00 |
|
|
|
31d45e80b6
|
moved over to new ENTRY based data structures for loading from DB and viewing content
|
2021-01-19 17:33:10 +11:00 |
|
|
|
2b9dedb9b9
|
change how we calculate active jobs, probably will remove it from pa_job_engine, safer with threads I think. But, mostyle, added in client / server socket comms between web FE and job manager, with better job creation message (including link to job detail) and when you view job detail it auto-refreshes every few seconds until job complete)
|
2021-01-17 12:35:28 +11:00 |
|
|
|
abff2d8bab
|
finished moving GenerateFileData out of files.py into pa_job_manager.py
|
2021-01-17 11:31:06 +11:00 |
|
|
|
c5d8811671
|
actually create a job for scan now, and let the job manager do the work and send back output via new PA_JobManager_FE_Message table
|
2021-01-17 10:50:43 +11:00 |
|
|
|
e138ab22aa
|
git commit, converted over to base.html pulling Status*, rather than every render_template calling it. Tightened up naming for job manager, fixed a few bugs in there with items like div by zero, created the active jobs link/badge in navbar, have it invoked each time by base.html template and it gets active jobs from DB, pa_job_manager now initiliases from an empty DB and can work out where it is at, no loop/thread/or actual job code yet. jobs.py has basics of a NewJob(), so next step is to force that job to be executed in pa_job_manager, but its tea time
|
2021-01-16 17:51:16 +11:00 |
|
|
|
a93f9e1da8
|
changed files table to file to be consistent with other tables in the db
|
2021-01-14 21:58:20 +11:00 |
|
|
|
e884accd0a
|
renamed importlog* to job* -- in db, python and html
|
2021-01-14 21:47:12 +11:00 |
|
|
|
3684f279e4
|
first pass of import logging, its not being used, data is in real tables, but faked. will probably have to switch to gunicorn and threading to allow import and serving pages when we use slower AI routines
|
2021-01-14 00:15:54 +11:00 |
|
|
|
684d057e59
|
added admin routes/code to allow a scan now and a forced scan
|
2021-01-12 18:45:13 +11:00 |
|
|
|
e83a40ee52
|
converted over to a flat settings table, no more key-value pairs of settings
|
2021-01-12 18:32:47 +11:00 |
|
|
|
09f588e7e4
|
only call GenerateFileData once now
|
2021-01-12 17:13:12 +11:00 |
|
|
|
d857233723
|
files now processes multiple paths, and view shows images for any images in appropriate path
|
2021-01-12 16:58:41 +11:00 |
|
|
|
e82adde1f0
|
minor code cleanup, removed debug
|
2021-01-12 14:59:48 +11:00 |
|
|
|
4c662b3a0e
|
removed debug print of video thumbnail, and made file importer look to see if file is newer than last import, if so, process it and store it in the database. If its older skip it. Then at the end of the function return the database as the list we process
|
2021-01-12 13:49:05 +11:00 |
|
|
|
eeb24611c8
|
got video thumbnails working, added another pip packages to the README, and edited the templates/files.html accordingly.
|
2021-01-11 12:50:31 +11:00 |
|
|
|
050ce69617
|
added generation of video thumbnails
|
2021-01-11 12:04:57 +11:00 |
|
|
|
980db74a78
|
added a bug, and also stuck all of our utility functions for files into a class
|
2021-01-11 11:47:37 +11:00 |
|
|
|
5741470ce0
|
moved over to the beginnings of a class for file data, functional again
|
2021-01-11 11:28:49 +11:00 |
|
|
|
ccc8085aaf
|
changed Photo class and DB table to be Files, also reflected through templates/files* - files.html is not used yet
|
2021-01-11 11:00:31 +11:00 |
|