Michael Mayer
25a954d568
Search: Add live and raw search filters, improve faces filter #22
2021-10-13 16:12:56 +02:00
Michael Mayer
2a119380a7
Folders: Ignore names listed in .ppignore #1609
2021-10-09 13:57:28 +02:00
Eng Zer Jun
44f7700c0c
Enable module graph pruning and deprecate io/ioutil ( #1600 )
...
* Backend: Enable Go module graph pruning and lazy module loading
This commit applies the changes by running `go mod tidy -go=1.17` to
enable module graph pruning and lazy module loading supported by Go 1.17
or higher.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
* Backend: Move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-10-06 07:10:50 +02:00
Michael Mayer
f7153cdd21
People: Improve logging, command help, and handling of broken files #22
2021-10-05 18:42:39 +02:00
Michael Mayer
24eff21aa4
Search: Default to photo names and keywords #1517 #1560
...
Default to photo name when search term is too short or on the stop list.
Search full text index otherwise, which now include names of people
(requires reindexing).
2021-09-29 20:09:34 +02:00
Michael Mayer
125b05b489
Search: Remove sea. sinon, and sino from stopwords list
2021-09-25 15:56:44 +02:00
Michael Mayer
2929733f78
Index: Ignore files and folders starting with @ #1543
...
Synology stores hidden sidecar / thumbnail files in @eaDir.
2021-09-24 01:24:36 +02:00
Michael Mayer
eb8bc7b709
Backend: Improve resilience #1544
2021-09-23 23:46:17 +02:00
Michael Mayer
3c3b19aa8e
People: Add search filter for finding unclustered faces #22
2021-09-23 14:23:00 +02:00
Michael Mayer
8eb970ae8b
RAW: Remove unwanted characters like quotes from file extensions #1362
2021-09-21 18:10:21 +02:00
Michael Mayer
b081f27e17
RAW: Add File Extension Blacklists for Darktable and RawTherapee #1362
2021-09-21 15:33:46 +02:00
Michael Mayer
070efcbc66
Search: Improve "year", "month", and "day" filters
2021-09-20 23:32:35 +02:00
Michael Mayer
77b7fb2582
Text: Add tests for short words
2021-09-20 22:28:20 +02:00
Michael Mayer
0de2a492bb
Text: Update and add tests for short words
2021-09-20 22:27:18 +02:00
Michael Mayer
04d2cfa650
People: Use slug as search filter #22
2021-09-20 12:36:59 +02:00
Michael Mayer
1f92f294dd
People: Normalize names #22
2021-09-19 13:35:44 +02:00
Michael Mayer
f7cc61edbc
People: Shorten names in titles #22
2021-09-18 21:40:57 +02:00
Michael Mayer
ed22f245db
People: Add faces API endpoint & JS model #22
2021-09-18 15:32:39 +02:00
Michael Mayer
0f90258ef9
Search: Omit full text index if query is too short #1517
2021-09-17 15:52:25 +02:00
Michael Mayer
c584424183
Labels: Disable client-side capitalization #1509
2021-09-06 15:00:41 +02:00
Michael Mayer
cf9fb1db1a
People: Combine family names in photo titles #22
2021-09-05 22:12:53 +02:00
Michael Mayer
6f5e839e2f
People: Move crop package to internal #22
2021-09-05 11:05:33 +02:00
Michael Mayer
9ba396e50f
Search: Detect and set filters based on search terms
...
Reduces the amount of typing necessary to search for faces, videos,
favorites, stacks, panoramas, scans, and monochrome pictures.
2021-09-03 20:14:11 +02:00
Michael Mayer
2bde7e5696
Panoramas: Increase projection type string limit to 32 characters #1508
2021-09-03 19:02:26 +02:00
Michael Mayer
34c8f9d7b1
People: Implement crop thumbnail API #22
2021-09-03 17:42:37 +02:00
Michael Mayer
c520cb4ee4
People: Add autocomplete for selecting a person #22
2021-09-03 16:14:09 +02:00
Michael Mayer
c179a790b8
People: Improve face crop caching #22
2021-09-02 23:47:37 +02:00
theresa
c61a0f7d0e
Tests: Add unit tests
2021-09-02 17:44:27 +02:00
Michael Mayer
9acd4a25b9
People: Generate photo titles from subject names #22
2021-09-02 14:23:40 +02:00
Michael Mayer
a5f8e6149f
Titles: Add German smallwords to improve capitalization
2021-09-02 09:37:23 +02:00
Michael Mayer
7f6fd7f47a
Backend: Update Go build tags after upgrading to 1.17
2021-08-31 18:49:08 +02:00
Michael Mayer
c0a21045fb
People: Improve search query parser #22 #882
2021-08-30 11:26:57 +02:00
Michael Mayer
71372c6f87
Videos: Add .mp to known file extensions #1501
2021-08-29 16:26:20 +02:00
Michael Mayer
11d1034752
People: Add keywords, subjects, and albums search filters #22 #882
2021-08-29 16:16:49 +02:00
Michael Mayer
2e85b3cccd
People: Split facial recognition into smaller functions #22
...
Clustering and matching have been improved along the way. This opens
the door for further optimizations while keeping the code readable.
2021-08-22 16:14:34 +02:00
Michael Mayer
29a65dbaab
People: Fork clusters library with fixed dbscan implementation #1478
2021-08-19 14:24:30 +02:00
Michael Mayer
97c3e0abe8
Import: Ignore dot files listed in .ppignore #1348
2021-07-16 18:27:28 +02:00
Michael Mayer
07c711a0b4
RAW: Skip Darktable when converting Canon CR3 and Fuji RAF files #1362
2021-07-16 18:12:42 +02:00
Michael Mayer
49fd531420
People: Implement marker update API #22
2021-06-02 17:25:04 +02:00
Michael Mayer
58e3573e10
People: Add include and exclude as aliases for yes and no in search #22
2021-05-26 11:04:14 +02:00
Michael Mayer
5ecba4926a
People: Show number of faces in edit dialog #22
2021-05-26 09:51:00 +02:00
Michael Mayer
d3e53a89dd
Metadata: Allow single quotes in keywords #1196
2021-05-05 12:32:49 +02:00
Michael Mayer
256c82fc93
Metadata: Trim trailing - from keywords #1153
2021-05-05 12:23:19 +02:00
Michael Mayer
1fea0b136e
Backend: Fix potential issue in txt.Int()
2021-05-04 17:54:57 +02:00
Michael Mayer
50d2ff1e69
Backend: Upgrade dependencies and fix potential issues
2021-05-04 17:30:39 +02:00
Michael Mayer
e10118a65f
Metadata: Merge keywords if priority is the same #1153
...
Also reduces length limit for latin words to 2 letters.
2021-05-04 15:02:54 +02:00
Michael Mayer
6cbf0696c4
Metadata: Don't remove stopwords from keywords #1153
2021-04-30 17:37:37 +02:00
Michael Mayer
014642f401
Stopwords: Remove done, elsewhere, ended, exactly #1153
2021-04-27 10:02:34 +02:00
Michael Mayer
27c106863d
Metadata: Merge existing keywords #1153
2021-04-25 14:17:34 +02:00
Michael Mayer
7de3713024
Backup: Improve command flags and usage docs #1190 #1193
2021-04-19 13:48:46 +02:00