Commit graph

115 commits

Author SHA1 Message Date
4e662b92ff unused code + linting 2024-11-02 17:01:50 -07:00
2b8f7e474a Integrate search funtion in UI 2024-09-16 17:11:10 -07:00
da75204ded UI improvements
Channeling more through ng.html, less through
velocity templates.
2024-03-18 20:46:06 -07:00
9851784fde More orderly shutdown 2024-03-18 20:45:17 -07:00
55591da0a6 JQuery upgrade 2024-01-14 14:50:49 -08:00
08a8ff0a2e minor style issues 2023-12-12 20:21:45 -08:00
88df2961bd Runner to display useful message 2023-11-11 14:38:34 -08:00
6f674599da Support for PDF (1st page) 2023-11-11 14:37:23 -08:00
9fac9425ce Allow for multiple root directories
This necessitates a slight modification to the config file
($HOME/forkalsrud.org/photo.properties).  Instead of just "base" and "dbdir",  Each root
has to have "root." + name + ".base"
and "root." + name + ".dbdir"
2023-11-05 19:21:08 -08:00
cb2a20ed2c Add TIF decoder update metadata parser
That's Twelvemonkeys for TIF
Drewnoakes for metadata
2023-11-05 19:20:29 -08:00
af986a7200 More robust handling of odd files 2023-11-05 19:20:29 -08:00
ffd3b7917c Fix build, remove unused code 2023-11-05 19:20:25 -08:00
577348ca26 Adding debug extension to see cache entries. 2014-11-28 19:45:24 -08:00
Erik Forkalsrud
93868e0d18 more angular fun 2014-09-02 12:35:06 -07:00
Erik Forkalsrud
cca99e23b7 playing with angularjs 2014-08-29 13:12:53 -07:00
14326b0fce generics 2014-08-28 00:23:05 -07:00
3bd0a9518a update jackson to 2.x 2014-08-28 00:22:41 -07:00
55ce28ba2f give directories a different css class so they can be styled differently 2014-08-27 22:27:28 -07:00
c909eaa056 IE8 compatibility 2014-08-25 17:56:29 -07:00
245e15fa46 downgrade je to a version that is in maven central and remove forkalsrud.org repo
update metadata-extractor from 2.4.0-beta to 2.6.2
2014-08-24 17:01:01 -07:00
12945ed615 add some generics (removes warnings) and bump junit to 4.11 2014-08-23 11:39:28 -07:00
053d532655 Eliminating Velocity rendering 2014-08-09 23:14:42 -07:00
42e1179aca Reduce log noise 2014-07-13 16:58:36 -07:00
aa017e881b move thread creation closer to where it belongs 2014-07-13 16:58:19 -07:00
d006bc6707 Additional null checks. 2014-05-01 11:32:11 -07:00
322c86e3a2 Deal better with empty directories. 2014-01-04 17:19:22 -08:00
87429b018c Better diagnostic 2014-01-04 16:43:57 -08:00
afeae7861d Move test to test directory 2014-01-04 16:29:12 -08:00
83b02293af Debugging aid. 2014-01-04 16:21:22 -08:00
70c928b703 Some comments an naming fixes 2014-01-04 16:11:40 -08:00
969add5846 Adding test case.
Fixing a couple of bugs.
2013-11-07 23:01:46 -08:00
99a01f1a6e Get rid of separate thread for caching 2013-11-07 21:16:46 -08:00
690ea97e40 remove redundant null check 2013-07-09 19:27:43 -07:00
c49b28dc7b html5 doctype 2013-07-09 19:27:09 -07:00
6dc34d0152 Remove unused code 2013-07-09 19:25:17 -07:00
73db9142b8 add missing @Override 2013-07-09 14:14:53 -07:00
5dbc44749a Cherry picking from old cmyk branch 2013-07-09 14:14:40 -07:00
44f74400c7 Make it possible to force reload. 2013-07-09 14:10:28 -07:00
5a8966abb3 make it a little easier to find the starting page 2013-07-03 01:37:50 -07:00
e177e571f4 basic support for duration strings like 0:00:23, i,e, h:mm:ss 2013-07-03 01:31:58 -07:00
d1193ab44a no Html escaping in the javascript generated string
no html escape in js string
2013-06-23 14:32:54 -07:00
06a655ab8c end of stream snafu 2013-01-24 00:34:27 -08:00
461adb098f Clean up thread synchronization.
Make sure encoder and streamer use same dimension.
2013-01-23 23:57:16 -08:00
7b2bfc368c Handle rotated videos (by metadata).
Use "exiftool" to determine video metadata.
Allow for user specified ffmpeg binary.
Embedded Jetty.
Sample videos.
2013-01-20 23:07:47 -08:00
a07627f489 Experiment with figuring out similar images. 2013-01-01 16:33:26 -08:00
5e5b8ee3d2 Accept .m4v video format 2013-01-01 16:32:40 -08:00
cce4db445d The type of the thumbnail may be different from that of the entry 2013-01-01 16:32:16 -08:00
2607138d2a Directory captions 2013-01-01 16:31:54 -08:00
bec21c49dd Simplify exception handling 2013-01-01 16:30:31 -08:00
5415459087 Ignore files we cannot read. 2012-07-25 14:54:21 -07:00