Commit Graph

430 Commits (fbb15c906cc4f2d3a767ee3b67b1067ecef63fc6)
 

Author SHA1 Message Date
Romain fbb15c906c 2.13.0 4 years ago
Romain 8264c9b7aa Update non-breaking major dependencies 4 years ago
Romain 4488cfb81e Update all minor/patch dependencies 4 years ago
Romain 6c9f01e8e2
Merge pull request #192 from Klikini/master
Generate SEO files (robots.txt and sitemap.xml)
4 years ago
Andy Castille 064f36697b Generate SEO files (robots.txt and sitemap.xml) 4 years ago
Andy Castille 5ce7937f6f Generate SEO files (robots.txt and sitemap.xml) 4 years ago
Romain d899528ecb
Merge pull request #180 from jareware/patch-1
Allow reading movie caption from QuickTime Title, when available
5 years ago
Romain 626127bf95
Merge pull request #181 from jareware/patch-2
Document expected node version
5 years ago
Jarno Rantanen 776eafd864
Document expected node version
Installing deps on e.g. v11.14.0 gives a bunch of compile errors for SQLite, etc, so it might be useful to document the version we expect.

This is based on simply `docker run thumbsupgallery/thumbsup node -v > .nvmrc`.
5 years ago
Jarno Rantanen fb79e2426a
Allow reading movie caption from QuickTime Title, when available 5 years ago
dependabot[bot] 1979b4693d chore(deps): bump lodash from 4.17.11 to 4.17.13 (#178)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Romain eefa5bdf33 2.12.0 5 years ago
Romain f7235a297f docs(readme): update README with latest settings 5 years ago
Romain 847f343f06 feat(core): new locale option to render dates in the right format 5 years ago
Romain 3671c1211c refactor(cli): simplify options parsing + include options in integration test 5 years ago
Romain 1502e8be0d feat(themes): expose all program options to the theme templates
Fixes #174
5 years ago
Romain f088615caa feat(cli): now option to set the home album name
Part of #176
5 years ago
Romain 8aa2780507 Ignore files generated during integration tests 5 years ago
Romain 066155f0fb Uses more web-friendly and robust slugs for album filenames (no quotes, no colons…)
Fixes #164
5 years ago
Romain 4d8dfcb7b7 fix(cli): can explicitly set the log level to “default” for the Listr renderer
Fixes #154
5 years ago
Romain d4295d2d5f 2.11.0 5 years ago
Romain 3da4fcdf3b feat(core): update downsize module for HEIC optimisations 5 years ago
Romain e48aeb1fbe docs(readme): move the sample gallery up 5 years ago
Romain 3c94578390 docs(readme): mention optional ImageMagick dependency 5 years ago
Romain 77ba7f09ab [feat] Support HEIC images, including iOS single / burst / live photos 5 years ago
Romain a09ff03f2e [feat] new option to pass settings to a theme, from a JSON file
Fixes #168
5 years ago
Romain 26e7840985 2.10.1 5 years ago
Romain 647a3a5c0f Update all packages to the most recent version. Drops support for Node 4 (out of LTS). 5 years ago
Andrew McOlash d2ad35d225 Add flow theme to README (#163) 5 years ago
Romain 00c9abf150 2.10.0 5 years ago
Romain 21461628bd feat(themes): enable new offical Flow theme 5 years ago
Romain 9c581bbd0b feat(albums): optionally generate a ZIP file for each album
Fixes #125
5 years ago
Romain f10544a6a9 fix(model): remove unnecessary ./ for files in the root folder 5 years ago
Romain 7af044df90 2.9.0 5 years ago
Romain 7f18dfb64c Don’t send .git folder to the Docker daemon (faster builds) 5 years ago
Romain 5571e0e6bf Expose width and height in the file metadata
Fixes #149
5 years ago
Andrew McOlash 282713f273 Allow generating rectangular thumbnails (#146)
Add rectangular thumbnail
5 years ago
Romain 988f0bb3c6 2.8.1 5 years ago
Romain c4719328af fix(database): add support for AVI and WMV videos
fixes #147
5 years ago
Romain 9e1ee6ecfe 2.8.0 5 years ago
Romain 2e875e7448 test(theme): add tests for escaping of single and double quotes 5 years ago
Romain 282cf26473 Update README with CLI options 5 years ago
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
5 years ago
Romain 63990904d0
Merge pull request #143 from thumbsup/output-structure
Support suffix based generated paths instead of folder groups
5 years ago
Romain 220b2137ec feat(media): support suffix based generated paths instead of folder groups
Fixes #32, Fixes #111
5 years ago
Romain f9c7bcbc7e fix(lint): fix code linting 5 years ago
Romain 0bd4dc9fab feat(cli): print warning when using deprecated options 5 years ago
Romain 96bb3ad902 feat(resize): new options to control preview images (resize, copy, symlink…)
Fixes #115
5 years ago
Romain 014a44cfe8 2.7.0 5 years ago
Romain 06dd54f7ef docs(cli): update README with include/exclude options 5 years ago