|
|
1afaa338a8
|
finished basic about page, and including 15 recent commits by default
|
2022-12-31 14:28:05 +11:00 |
|
|
|
b9465d6f8b
|
spacing
|
2022-06-19 23:04:04 +10:00 |
|
|
|
b0779c2704
|
reorder scans/db rebuild (affects dev only), also removed unmatched faces from prod until it works - newer view pref code broke it
|
2022-06-10 16:50:34 +10:00 |
|
|
|
e022b49a92
|
remove old route for /search and fix issue where searching for empty string was failing
|
2022-01-30 23:42:38 +11:00 |
|
|
|
272ce5e010
|
remove SetViewingOptions, as its not needed any more, search gets values from pa_user table
|
2022-01-30 23:01:02 +11:00 |
|
|
|
0f4632e240
|
changing options on files_*, search, also next/prev all now use POST->redirect model, so should allow back/forward browser buttons to work - commit so we can test in PROD
|
2022-01-22 21:36:58 +11:00 |
|
|
|
4fa7b4b2d3
|
renamed pa_pref to better named pa_user_state, changed code to adapt and made new_view and viewlist work with newer Options/pa_user_state - still more work but it should be functional again
|
2022-01-20 14:13:50 +11:00 |
|
|
|
505a5fa813
|
made search a POST to /search be a redirect to a GET /search/<search_term> so that it works with back/forward buttons in the browser
|
2022-01-19 22:40:47 +11:00 |
|
|
|
a2091f0194
|
remove onpopstate stuff, and updated TODO with better way to deal with this
|
2022-01-19 21:18:50 +11:00 |
|
|
|
de81db9412
|
unmatched faces now sorts size of face desc, and is slightly prettier -- still slow and only takes you to the file anyway, might optimise that later. still no code to auto deal with unmatched face, but will add some capabilities next. Also, remembered last dir when file_ip/sp/bin. Also throw error if try to find unknown person - happened since I allowed the back/forward.
|
2022-01-18 20:59:39 +11:00 |
|
|
|
684cc27df9
|
first quick pass of user menu in navbar which shows simple read only prefs content, and a logout option that works
|
2022-01-16 11:37:49 +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 |
|
|
|
a0e8982419
|
only show close button when its not a success message that is not a checkdups
|
2021-09-24 20:27:34 +10:00 |
|
|
|
3ee81a66f2
|
allow close of errors that are not checkdups jobs from FE
|
2021-09-24 12:50:02 +10:00 |
|
|
|
79c7e5a2a8
|
dont offer force scan delete data & rebuild in PROD - wont do that again
|
2021-09-21 00:36:55 +10:00 |
|
|
|
56f3853bfc
|
removed unneeded ref to font-awesome, added compression, ttl for static files, several small cleanups on labels, etc. for lighthouse improvements
|
2021-09-14 17:22:42 +10:00 |
|
|
|
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 |
|