|
|
5bb2195239
|
fix BUG-51, its ENV not env and production not Production
|
2021-09-13 17:54:59 +10:00 |
|
|
|
57281be3d1
|
use tooltips for settings, to explain path usage in particular
|
2021-09-06 19:16:24 +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 |
|
|
|
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 |
|
|
|
b40ecbf208
|
put svgs in icons.svg and reference appropriately, still not happy with pa_logo, but otherwise all working
|
2021-07-25 13:19:01 +10:00 |
|
|
|
e9020373c6
|
more bootstrap 5 fixes
|
2021-07-22 19:51:07 +10:00 |
|
|
|
f52ba689b7
|
more bootstrap 5 fixes, badge colors, data-bs-target, padding
|
2021-07-20 22:04:31 +10:00 |
|
|
|
b9f05d64f8
|
okay this now works with bootstrap 5, I dont love the sz buttons / mixed black and white hover text needs love - probably own class with own styles, but I dont want to hard-code info color, need to work out how to do style / css using the right bs variable for info color
|
2021-07-20 19:03:14 +10:00 |
|
|
|
d03f5c99b0
|
added <!DOCTYPE html>
|
2021-07-15 20:21:52 +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 |
|
|
|
d3df3ad754
|
make it clear if we are on DEV or PROD
|
2021-07-04 20:06:04 +10:00 |
|
|
|
a45e07ef34
|
moved styles to force folder naming correctly from base to files.html so that file_list.html didnt end up with crud. Also allowed move DBox to handle multiple storage paths and passes chosen (or only) storage path through to web front-end then to back-end job
|
2021-06-24 17:31:47 +10:00 |
|
|
|
6c3cdf79eb
|
force the figcaption to break long words (even without spaces)
|
2021-06-22 21:06:24 +10:00 |
|
|
|
2451d25a0c
|
spelling fix
|
2021-06-11 19:02:22 +10:00 |
|
|
|
9676738bdc
|
made dialog be 75-100% to better fit content, added upstream-d URLs for jquery contextMenu
|
2021-06-09 21:32:53 +10:00 |
|
|
|
43f60cba93
|
default for grouping should be None not Day when searching (only time there is no grouping value set) AND this matches defaults now set in files.py ViewingOptions function
|
2021-06-06 17:34:45 +10:00 |
|
|
|
6d854628ae
|
removed unnecessary css/js -> copied form pybook and not used, also made all upstream/internet resources local. NOTE: static/upstream is not in git, can just be downloaded from internet if needed again anyway
|
2021-06-06 17:24:55 +10:00 |
|
|
|
9b926938e4
|
added viewing recycle bin via folders, added comments, cleaned up TODO to note this is done
|
2021-05-26 18:32:52 +10:00 |
|
|
|
1ece519a2a
|
added first pass of viewing by folders, see TODO for next steps
|
2021-04-06 17:05:24 +10:00 |
|
|
|
76aee3a10a
|
okay fix_dups page now has functioning pagination, highlights regex matching "good" files as green, and just a file as yellow if we cant find the right one, so easily shows where to really pat attention. Has DBox based help page, and overall just a better UI/UX
|
2021-03-06 17:18:11 +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 |
|
|
|
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 |
|
|
|
09d56c5cc5
|
added comments, also remove url_for on request.endpoint, was breaking when needing a param to be passed
|
2021-02-14 16:02:20 +11:00 |
|
|
|
27e881ea8c
|
minor clean up on headings, alerts at top of /fix_dups route
|
2021-02-13 20:30:21 +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 |
|
|
|
a2775baeeb
|
trying diff size for sm-txt - better for larger monitor
|
2021-02-09 19:37:11 +11:00 |
|
|
|
ca7064dd92
|
txt height modifier style for shrinking title bar text
|
2021-02-07 20:43:34 +11:00 |
|
|
|
dac9862171
|
created a highlight style in the bootstrap info colour
|
2021-02-06 16:20:47 +11:00 |
|
|
|
498e3d383f
|
put menu item in for route to wakeup of job manager
|
2021-01-21 01:07:21 +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 |
|
|
|
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 |
|
|
|
5bf41ce6a8
|
token placholder for AI menu with html
|
2021-01-12 23:58:27 +11:00 |
|
|
|
a3a95f636e
|
now have a Person class & associated CReate/Update/Delete functions, and menu in base.html
|
2021-01-12 21:51:33 +11:00 |
|
|
|
684d057e59
|
added admin routes/code to allow a scan now and a forced scan
|
2021-01-12 18:45:13 +11:00 |
|
|
|
7db4b38805
|
added view files menu option
|
2021-01-11 11:48: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 |
|
|
|
1afb794bb8
|
first pass at seeing if path exists
|
2021-01-10 16:11:24 +11:00 |
|
|
|
0d7fe03e5a
|
made settings work lamely, but functional for now, also removed test route
|
2021-01-10 15:48:21 +11:00 |
|
|
|
7a0d9ec165
|
updated base.html to have a appropriate navbar, use Status class and a quick test route in main
|
2021-01-10 12:07:50 +11:00 |
|
|
|
50929e10c9
|
added base app.route, and a templates folder with a base.html
|
2021-01-10 11:58:04 +11:00 |
|