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
3c56cac1ef199941a12c28d484b225f99647c5af
photoassistant
/
templates
History
Damien De Paoli
3c56cac1ef
fix up selections to work with ctrl/shift and right-click -- its a bit clunky but works, redid numbering to make that work and condensed down to 1 common code block for context menu for figures and dirs now
2021-07-06 17:40:53 +10:00
..
aistats.html
slightly improve ai stats
2021-07-01 21:54:26 +10:00
base.html
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
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
fix up selections to work with ctrl/shift and right-click -- its a bit clunky but works, redid numbering to make that work and condensed down to 1 common code block for context menu for figures and dirs now
2021-07-06 17:40:53 +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
reference images are now added in person.py (and removed) as buttons on person page. Will need to re-think the whole of refimg.py
2021-07-04 20:05:15 +10:00
persons.html
now have a Person class & associated CReate/Update/Delete functions, and menu in base.html
2021-01-12 21:51:33 +11: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