Commit Graph

1107 Commits

Author SHA1 Message Date
Bowen Ding
233a6012a9 SW bug fixes. 2020-07-08 15:29:43 +08:00
Simon Conseil
0e49dae029 Mention that --debug will raise exceptions 2020-06-27 19:34:45 -04:00
Simon Conseil
b1f2e94770 Prepare next version 2020-05-21 22:14:17 -04:00
Simon Conseil
f091193db2 Update changelog 2020-05-21 21:50:59 -04:00
Simon Conseil
b46cb10aeb Run isort 2020-05-08 23:26:45 -04:00
Simon Conseil
a80b4d2e94 Update changelog and authors 2020-05-08 23:19:08 -04:00
Simon Conseil
f946030f48 Fix packaging issue with the encrypt plugin 2020-04-20 22:21:03 -04:00
Simon Conseil
0ba9b108dd Merge pull request #385 from dbw9580/plugin_encrypt
Plugin encrypt
2020-04-20 09:30:47 -04:00
Bowen Ding
a3b087667d Remove encrypt_symlinked_originals option 2020-04-19 14:50:49 +08:00
Bowen Ding
d0db5c163d Avoid encrypting twice in case 'use_orig' is used 2020-04-14 22:28:45 +08:00
Bowen Ding
8185354bac Update doc 2020-04-14 17:54:40 +08:00
Bowen Ding
25f054b0d9 Improve error handling 2020-04-14 16:35:14 +08:00
Bowen Ding
6c242b3272 Make kdf_gen_key accept str; minor fixes 2020-04-14 15:37:29 +08:00
Simon Conseil
8547f18e6b Use tmpdir instead of custom fixture 2020-04-13 23:11:07 -04:00
Simon Conseil
ee7a719730 Merge pull request #387 from dbw9580/natural_sort
Use natural sorting
2020-04-13 22:26:09 -04:00
Simon Conseil
6784a74e6b Force conversion of some EXIF tags to str, fix #386 2020-04-13 22:22:28 -04:00
Bowen Ding
f80dff1f6e Fix line endings 2020-04-13 16:34:40 +08:00
Bowen Ding
2c4fdd687d Fix writer.py and test_encrypt.py 2020-04-13 16:26:43 +08:00
Bowen Ding
228a36bb63 Fix password prompt disappearing instantly by delaying service worker setup until window load 2020-04-11 22:44:52 +08:00
Bowen Ding
8143e2a453 Use natrual sorting 2020-04-11 19:28:15 +08:00
Bowen Ding
052ad58ae1 Fix keycheck path 2020-04-11 00:49:06 +08:00
Bowen Ding
28f187f12f Add test 2020-04-11 00:39:28 +08:00
Bowen Ding
0680fb9d44 Small fixes 2020-04-09 00:23:25 +08:00
Bowen Ding
50938c3d20 Handle service worker hibernation and re-initialization 2020-04-07 22:31:19 +08:00
Bowen Ding
a7332fc30e Rewrite with service worker 2020-04-06 23:54:23 +08:00
Bowen Ding
9ebab43f07 Prevent empty passwords 2020-04-02 00:25:29 +08:00
Bowen Ding
181d0bbf43 Hardcode all JS files to copy 2020-04-02 00:12:02 +08:00
Bowen Ding
015a48ac01 Add signal to inject JS files via Jinja templates 2020-04-02 00:07:06 +08:00
Simon Conseil
0d8a3c8779 Merge pull request #362 from Glandos/performance_one_open_for_metadata
Performance: Read all metadata at once
2020-03-31 22:42:50 -03:00
Bowen Ding
2b8451bc68 Add plugin example settings in config template 2020-03-31 16:08:09 +08:00
Bowen Ding
654cedb1ed Add name in AUTHORS 2020-03-31 01:04:39 +08:00
Bowen Ding
87f29707b8 Add plugin encrypt 2020-03-31 00:59:54 +08:00
Simon Conseil
ef87f6ad9c Get EXIF only for JPG files 2020-03-16 00:06:58 -03:00
Simon Conseil
18903fd477 Simplify a bit 2020-03-15 23:58:28 -03:00
Glandos
89e3edf2f5 Read all metadata at once.
Make _read_image no-op if argument is an image.
Add gathering metadata function that returns a dict
2020-03-15 23:32:20 -03:00
Simon Conseil
972f0f167d Update changelog 2020-03-15 23:06:24 -03:00
Simon Conseil
e533b32dfc Run isort 2020-03-15 22:58:03 -03:00
Simon Conseil
97b6808152 Merge pull request #360 from kdmurray91/imgfmt
Add a setting to force image output format
2020-03-15 22:52:56 -03:00
Simon Conseil
0f226aec9c Comment default value for img_format 2020-03-15 22:45:27 -03:00
Kevin Murray
fcbb197cc5 Add a setting to force image output format 2020-03-15 22:43:35 -03:00
Simon Conseil
b29e4790ea Update photoswipe to v4.1.3 [skip ci] 2020-03-15 22:39:07 -03:00
Simon Conseil
a2b98bbf4e Merge branch 'misc' 2020-03-15 22:22:01 -03:00
Simon Conseil
0a0ab43885 Add verbose mode for pytest 2020-03-15 22:21:41 -03:00
Simon Conseil
c78fff6305 Run pyupgrade 2020-03-15 22:13:12 -03:00
Simon Conseil
6f932075d3 Remove requirements files in favor of setuptools extra 2020-03-15 22:09:02 -03:00
Simon Conseil
b785dcd58e Update copyright 2020-03-15 21:56:43 -03:00
Simon Conseil
55bb5b13e2 Merge pull request #384 from t-animal/master
Improve error message when template is not found
2020-02-29 13:08:32 -03:00
Tilman Adler
6bac94dfad Improve error message when template is not found
The previous error message did not include the path that was
searched in. By including the path the debugging of the config
becomes way easiert (e.g. in my case I had added the '/templates'
folder which was added again by sigal).
2020-02-29 13:04:41 +01:00
Simon Conseil
1b27cc3258 Add testing for Python 3.8 and remove 3.5 2020-01-04 00:57:08 -03:00
Simon Conseil
42b362ace0 Remove test code for old Pillow version 2020-01-04 00:54:12 -03:00