This website requires JavaScript.
Explore
Help
Sign In
ddp
/
photoassistant
Watch
1
Star
0
Fork
0
You've already forked photoassistant
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
46d79ddc6afc2e7be1ddc234ccaf128b99ac7de5
photoassistant
/
templates
History
Damien De Paoli
e1a3ad388c
added small spaces before first row of images to stop squishing into navbar, added flipping / made that work, and now show thumbnail after rotation/flip is finished - all works, and removed debugs
2021-07-16 22:28:44 +10:00
..
aistats.html
slightly improve ai stats
2021-07-01 21:54:26 +10:00
base.html
added <!DOCTYPE html>
2021-07-15 20:21:52 +10:00
dups.html
added really large amounts to dups to process at once, so we can still get them all on a page if we really want
2021-07-01 21:56:59 +10:00
file_list.html
fixed BUG-36: view details showing all entries -- its a bit crap as its only import dir, but its functional again
2021-06-22 18:31:57 +10:00
files.html
added small spaces before first row of images to stop squishing into navbar, added flipping / made that work, and now show thumbnail after rotation/flip is finished - all works, and removed debugs
2021-07-16 22:28:44 +10:00
joblog.html
if > 100 logs, truncate them and add button to show all logs, and stop auto-refresh too
2021-07-03 12:29:01 +10:00
jobs.html
added python ldap / login pages
2021-06-26 09:20:11 +10:00
login.html
login code
2021-06-26 16:48:15 +10:00
person.html
refimgs now contain face, orig_w, orig_h and face_locns. This is done via json.* to allow arrays to be saved/loaded back into face_locn - not useful for refimg as there has to be only 1, but tested for images where there will be many faces. This commit has a fair few changes. So overall, no more refimg menus/creation. You now create a person (the add button is hidden until you save), when you save you go back to the person you created rather than the list of persons. From there you can click add ref img, and it will create a thumbnail, and draw a green box around the face locations based on the data. Persons can have many refimgs, and they will all work the same, be formatted prettily no matter how many you have. Each refimg "tab" not only has the thumbnail, but also a red X click to delete button that will remove all refimg data and connection to the person table too. This all works/is tested.
2021-07-11 22:35:59 +10:00
persons.html
added tiny thumbnails to person list
2021-07-11 22:30:01 +10:00
refimg.html
tried to add a reference_images directory in git, that contains actual uploaded images and the modify/remove also deals with filesystem issues
2021-01-13 13:52:56 +11:00
refimgs.html
added reference image class, also tweaked DB classes to have foreign keys, so you cant delete a person connected to a file (tested). Also made refimg class do some quirky bootstrap/jquery to get file dialogs not looking like crap
2021-01-12 23:58:12 +11:00
settings.html
added storage_path to settings
2021-02-09 19:37:30 +11:00
viewer.html
added viewnext and viewprev routes and plumbed these in to the file viewer code. Viewer code now works has a prev/next button, and handles videos
2021-07-15 20:23:02 +10:00