Tim Morley
2ed3c709bd
Removed debugging.
2019-12-05 08:21:44 +00:00
Tim Morley
719a2e01d8
Ability to exclude directories, and config to choose them.
2019-12-04 21:40:57 +00:00
Patrik J. Braun
83025f7b32
fixing issue when indexing sub directory before parent directory
2019-07-25 23:36:57 +02:00
Patrik J. Braun
72025c7002
updating ctime to mtime as a creating time fallback for photos and videos
2019-07-23 13:48:53 +02:00
Patrik J. Braun
976e50d310
adding file creation time as fallback to video creation time
2019-07-23 09:31:04 +02:00
Patrik J. Braun
4cb36ad878
fixing tests
2019-07-19 15:45:37 +02:00
Patrik J. Braun
88b432b634
updating packages
2019-07-19 00:12:22 +02:00
bobobo1618
6351986bfa
Remove .toString() from disk error handling
...
For the most part, error messages look like:
```js
{ error:
{ errno: -2,
code: 'ENOENT',
syscall: 'stat',
path: '/data/path/stuff/place' } }
```
But `toString()` just turns it into `[object Object]`, which is quite useless as a log message.
2019-04-11 22:56:30 +02:00
Patrik J. Braun
0500ad0e68
improving performance
2019-03-10 20:57:27 +01:00
Patrik J. Braun
6533f4b793
adding thumbnail info to persons
2019-03-03 12:11:16 +01:00
Patrik J. Braun
f448bdf373
bug fixes. Improving person keyword rendering (filtering duplicates)
2019-02-26 18:19:34 +01:00
Patrik J. Braun
6ce8e081ab
fixing folder navigation error
2019-02-22 23:39:01 +01:00
Patrik J. Braun
06dd15a0ab
fixing video length bug
2019-02-15 16:19:30 -05:00
Patrik J. Braun
4fc965d10f
implementing basic faces page
2019-02-14 18:25:55 -05:00
Patrik J. Braun
5263c77b40
reducing metadata loading error severity
2019-02-07 11:11:13 -05:00
Patrik J. Braun
8bf280dda7
fixing sharp thumbnail creation
2019-02-04 17:46:27 -05:00
Patrik J. Braun
33cbd93fb5
adding metadata validity check
2019-02-02 22:22:51 -05:00
Patrik J. Braun
89f327f051
fixing build issue, adding package-lock.json
2019-02-02 19:28:57 -05:00
Patrik J. Braun
459cc8c867
fixing photo metadata data type error with mysql
2019-02-02 18:18:35 -05:00
Patrik J. Braun
ca33bb1efb
fixing date parsing bug
2019-01-19 10:07:06 +01:00
Patrik J. Braun
849a081cba
implementing duplicate backend
2019-01-17 20:17:17 +01:00
Patrik J. Braun
06c6ae3dfb
Merge branch 'master' of https://github.com/bpatrik/pigallery2 into develop
2019-01-17 19:54:45 +01:00
Patrik J. Braun
49bea44b05
adding persons support for frontend
2019-01-13 20:18:18 +01:00
Patrik J. Braun
ea8b780f25
changing supported image formats
2019-01-12 18:08:34 +01:00
Patrik J. Braun
22aecea263
Implementing XMP face region parsing
2019-01-12 16:41:45 +01:00
Patrik J. Braun
04b032ff2a
improving performance: adding index to DB, fixing indexing bug
2019-01-06 23:15:52 +01:00
Patrik J. Braun
2e1a0acf89
fixing test
2018-12-23 16:50:20 +01:00
Patrik J. Braun
baecd8e6da
fixing png test
2018-12-22 01:14:13 +01:00
Patrik J. Braun
a7be82a59a
fixing taskQue
2018-12-22 00:09:07 +01:00
Patrik J. Braun
bda5fef910
adding tests for metadata loading
2018-12-20 23:02:49 +01:00
Patrik J. Braun
9e710e9039
fixing thumbnail error
2018-12-19 22:28:20 +01:00
Patrik J. Braun
ada2c007df
improving database usage
2018-12-18 00:05:12 +01:00
Patrik J. Braun
38f36891bd
improving multi threading
2018-12-08 18:17:33 +01:00
Patrik J. Braun
8e18abd2bd
adding caption support
2018-12-05 19:15:24 +01:00
Patrik J. Braun
609c788d91
improving API performance by removing null properties
...
adding photo caption reading
2018-12-05 17:29:33 +01:00
Patrik J. Braun
037c366e80
improving searching and search related lightbox navigation
2018-12-04 21:43:07 +01:00
Patrik J. Braun
c16b5c40a5
Fixing photo metadata error
2018-12-04 13:21:45 +01:00
Patrik J. Braun
b0077708ae
adding meta file settings
2018-12-01 23:53:35 +01:00
Patrik J. Braun
717afebff9
creating metafile config entry
2018-11-30 17:20:30 +01:00
Patrik J. Braun
73303c39c8
improving directory parsing performance
2018-11-30 17:13:43 +01:00
Patrik J. Braun
62655eb47f
improving types
2018-11-28 23:49:33 +01:00
Patrik J. Braun
1a37b832be
adding GPX support
2018-11-26 00:26:29 +01:00
Patrik J. Braun
f1619ad984
improving video support (adding partial ogg,ogv,webm support)
2018-11-25 15:22:07 +01:00
Patrik J. Braun
2427e6f054
fixing video thumbnail error
2018-11-23 22:03:21 +01:00
Patrik J. Braun
7a322e2afa
improving th generation error handling
2018-11-18 22:30:41 +01:00
Patrik J. Braun
ad7225c62e
improving video support
2018-11-18 20:26:29 +01:00
Patrik J. Braun
4a7e91ceb3
fixing search and tests
2018-11-17 22:46:34 +01:00
Patrik J. Braun
6b5508c9e6
implementing database support for videos
2018-11-17 19:32:31 +01:00
Patrik J. Braun
f13f333d49
implementing basic video support
2018-11-04 19:28:32 +01:00
Patrik J. Braun
205f98e654
fixing exif orientation bug on map
2018-11-02 11:44:13 +01:00