2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-15 18:12:46 +00:00
Commit Graph

551 Commits

Author SHA1 Message Date
Romain
00c9abf150 2.10.0 2019-03-31 23:08:41 +02:00
Romain
21461628bd feat(themes): enable new offical Flow theme 2019-03-31 23:08:35 +02:00
Romain
9c581bbd0b feat(albums): optionally generate a ZIP file for each album
Fixes #125
2019-03-17 22:56:48 +01:00
Romain
f10544a6a9 fix(model): remove unnecessary ./ for files in the root folder 2019-03-17 22:25:17 +01:00
Romain
7af044df90 2.9.0 2019-03-16 22:40:33 +01:00
Romain
7f18dfb64c Don’t send .git folder to the Docker daemon (faster builds) 2019-03-16 21:46:43 +01:00
Romain
5571e0e6bf Expose width and height in the file metadata
Fixes #149
2019-03-16 21:34:18 +01:00
Andrew McOlash
282713f273 Allow generating rectangular thumbnails (#146)
Add rectangular thumbnail
2019-02-25 19:06:03 +01:00
Romain
988f0bb3c6 2.8.1 2019-02-21 20:56:53 +01:00
Romain
c4719328af fix(database): add support for AVI and WMV videos
fixes #147
2019-02-21 20:56:23 +01:00
Romain
9e1ee6ecfe 2.8.0 2019-02-15 21:07:44 +01:00
Romain
2e875e7448 test(theme): add tests for escaping of single and double quotes 2019-02-15 21:04:57 +01:00
Romain
282cf26473 Update README with CLI options 2019-02-15 07:58:52 +01:00
Andrew McOlash
11da4850c8 Add in escaping of quotes for relative paths (#145)
* Add in escaping of quotes for relative paths

* Add double quote escaping

* Fix lint errors

* Always escape relative paths
2019-02-15 07:07:19 +01:00
Romain
63990904d0
Merge pull request #143 from thumbsup/output-structure
Support suffix based generated paths instead of folder groups
2019-02-13 22:36:25 +01:00
Romain
220b2137ec feat(media): support suffix based generated paths instead of folder groups
Fixes #32, Fixes #111
2019-02-13 22:18:54 +01:00
Romain
f9c7bcbc7e fix(lint): fix code linting 2019-02-07 23:54:10 +01:00
Romain
0bd4dc9fab feat(cli): print warning when using deprecated options 2019-02-07 22:30:45 +01:00
Romain
96bb3ad902 feat(resize): new options to control preview images (resize, copy, symlink…)
Fixes #115
2019-02-07 22:08:38 +01:00
Romain
014a44cfe8 2.7.0 2019-01-23 23:12:43 +01:00
Romain
06dd54f7ef docs(cli): update README with include/exclude options 2019-01-23 22:52:30 +01:00
Romain
9bda0a4835 feat(database): new include/exclude arguments to filter the input folder 2019-01-23 22:48:54 +01:00
Romain
ec6fbf9b0a test(database): more unit tests for file globbing patterns 2019-01-08 21:53:20 +01:00
Romain
7adf635c7f docs(options): create miscellaneous options group 2019-01-08 21:45:43 +01:00
Romain
f30eddb6dd feat(options): new flags to selectively include photos / videos / raw photos
fixes #128
2019-01-08 21:45:02 +01:00
Romain
a1ebe53d70 2.6.0 2019-01-07 21:54:54 +01:00
Romain
2c2c518f4b New options --video-format, --video-quality and --video-bitrate 2019-01-07 21:48:44 +01:00
Romain
54f3e184cc
Merge pull request #139 from yaruson/sanitize-filename
Use Slugify for Album names
2019-01-06 22:33:34 +01:00
Nikolai Kim
6b7df75ea4 Use Slugify for Albun names 2019-01-06 23:52:21 +03:00
Romain
1f28b3594e 2.5.0 2018-12-11 23:11:21 +01:00
Romain
9425604dd7 chore(dependencies): upgrade Standard from v11 to v12 which introduces a style change 2018-12-11 23:11:03 +01:00
Romain
2427ace270 fix(tests): add missing glob dependency required by integration tests
The build was passing because it’s transitively added by another dependency.
2018-12-11 23:01:04 +01:00
Romain
e219fcb676 chore(dependencies): update to latest versions 2018-12-11 22:58:36 +01:00
Romain
4030025bc9 feat(index): support m4v files, video format used when exporting from Apple Photos 2018-12-11 22:29:21 +01:00
Romain
98521ae022
Merge pull request #134 from hnizdil/patch-1
GA code fix in GA template
2018-10-31 04:38:01 +01:00
hnizdil
7c0b87cbae
GA code fix in GA template 2018-10-24 22:30:30 +02:00
Romain
8ba1aeae8b
Merge pull request #133 from amcolash/preserve_exif
Preserve exif information during import
2018-10-18 09:30:16 +02:00
Andrew McOlash
19416eae59 Fix location of the embed options 2018-10-17 22:55:46 -07:00
Andrew McOlash
ac41a925b5 Fix CI test 2018-10-17 22:19:58 -07:00
Andrew McOlash
cbbb067957 Change metadata to only have exif when needed, rename exif flag 2018-10-17 22:03:36 -07:00
Andrew McOlash
b14a255bc5 Pass exif data to template optionally 2018-10-14 19:30:13 -07:00
Andrew McOlash
5ce0cd4ade Missed a spot 2018-10-03 22:10:33 -07:00
Andrew McOlash
2331fbef95 Add preserve exif option 2018-10-03 22:07:35 -07:00
Andrew McOlash
df5062e02d
Merge pull request #1 from thumbsup/master
merge newest changes
2018-10-03 21:54:38 -07:00
Romain
b15b10fbb9 fix(metadata): support the ContentCreateDate field for videos 2018-09-02 16:55:16 +02:00
Romain
c29a16ed83 2.4.2 2018-08-29 21:16:57 +02:00
Romain
5f38d2a2c6 fix(docker): use a HOME every user has access to
Fixes #120
2018-08-29 21:15:52 +02:00
Romain
73672ce4dd refactor(test): replace var with const in tests files when appropriate 2018-08-18 20:25:35 +02:00
Almir Kadric
e8a6d179f1 bumped fs-extra version to fix issue 2018-08-13 18:40:18 +02:00
Romain
59e9f61014 2.4.1 2018-07-25 22:44:03 +02:00