Commit Graph

36 Commits

Author SHA1 Message Date
5fa9b5e386 updated for fresh ubuntu 24.04 install 2024-06-29 13:59:40 +10:00
5386243295 add instructions to upgrade to newer postgres version 2023-06-13 23:00:58 +10:00
385a0ce17f popped PROD!!! just above DB refresh of prod command as a reminder 2023-01-03 15:47:37 +11:00
b952fe82f6 large refactor of code to use venv (in .python) for DEV, to use consistent python versions with PROD, sepcifically flask 2.2.2 to address the deprecation of FLASK_ENV -> replaced with ENV. Fixed up git and dockerignores to be more stringent 2022-12-31 15:42:03 +11:00
b8babfda32 added note on how to dump out users.sql so we dont have to add those ppl each time we rebuild the DB from scratch -- should really do this as a once a day job or something! 2022-08-06 12:11:08 +10:00
cfb222e3d1 fix BUG-95 (next button at top doesnt work in flat view) 2022-07-15 22:52:02 +10:00
6b7694f382 first pass of consolidating search in DBox for existing person, and then using the results to add override force match to that person, and WORKING version of adding refimg to existing person too. Still does not kick off new AI scan at this point, and still need to re-format dbox to be easier to use and code for resetting DB contents, rescaning files from scratch and matching overrides back 2022-07-10 15:21:31 +10:00
b58afa3a5c clean up of states, to support multiple searches/views, and this will at least work for back/forward in prod - I believe. Still needs defaults from prefs, AND, remove unneeded variables from template/* and set those default values based on prefs 2022-01-21 16:48:05 +11:00
64466abde2 real fix for BUG-64, can now move a directory between import/storage too... Still have move button disabled on selecting a folder in GUI - to be fixed, then we can move 111 Working dir back to the import dir 2021-10-02 12:58:45 +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
Damien De Paoli
46ac6869a3 Merge branch 'master' of 192.168.0.2:photoassistant 2021-07-12 19:24:09 +10:00
Damien De Paoli
5d6ea32ec5 added flask_login 2021-07-12 19:24:00 +10:00
ce81898a07 another useful sql for finding usable list of filenames that equate to a search 2021-07-11 22:32:03 +10:00
848cdeacc5 added some handy SQLs/commands for AI when logs suck 2021-07-01 21:55:35 +10:00
dcee8c96dd minor updates 2021-06-29 00:43:51 +10:00
126b17aa33 make prod pa_job_manager have FLASK_ENV of production and use localhost for job mgr host 2021-06-27 14:37:53 +10:00
76d278c37a instructions for upstream bootstrap improved, to note font awesome needs work as I think only I can download 2021-06-27 14:31:26 +10:00
371e2af64b added python ldap / login pages 2021-06-26 09:20:11 +10:00
6da3b7f8a6 (hacked width in fa-stack css from font-awesome to force width:2em from 2.5em) to allow view by folder now has same width for back "button" 2021-06-21 18:26:49 +10:00
2b87f84695 added some notes on when I pip3 upgraded some packages 2021-06-16 23:27:42 +10:00
3bf97df7fe added instructions for upstream contents 2021-06-09 21:41:01 +10:00
a7d605d760 not much point in -9 on gzip, so ditch it 2021-03-27 15:12:43 +11:00
Damien De Paoli
f7d78c2257 also need flask 2021-02-27 00:22:02 +11:00
2a5f607597 updated instructions to use full paths, and extra step to mv backup to a non-generic name 2021-02-01 23:10:51 +11:00
e88a6f317c update 2021-01-28 13:11:11 +11:00
0829a98376 updated install instructions to get newer PIL and fix exif issues 2021-01-25 01:01:51 +11:00
71dd213636 added face recog dependencies 2021-01-22 21:13:09 +11:00
558b43870a added instructions on how to run all this 2021-01-19 17:29:41 +11:00
dc2ea1265f instructions on how to fully reset the DB in docker from tables.sql 2021-01-16 17:48:00 +11:00
58083dbfab added package dependencies 2021-01-15 16:57:07 +11:00
Cam
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
Cam
c01c586bcd Merge branch 'master' of mara.ddp.net:photoassistant 2021-01-10 17:50:54 +11:00
Cam
1eac80a951 added thumbnail line to db class for photos, and also updated readme 2021-01-10 17:49:58 +11:00
2e4aec7772 removed debugs, added medainfo library to README for installation, added first-pass of thumbnauil, but no code for the actual thumbnail data yet 2021-01-10 17:49:12 +11:00
Cam
3fdd43467a updated readme and gitignore, and also update the photos.py file to check what file types everything are, then return back a python dict with the absolute path to a file and the type. also updated the sqlalchemy model class to better fit all of our changes (added some fields that correspond to our file types and such). 2021-01-10 16:56:39 +11:00
53897a1351 added BUGS, TODO and README, and first class settings 2021-01-10 13:14:49 +11:00