Michael Mayer
|
a77b2431d3
|
Backend: Improve labels, keywords and caching
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-28 21:20:42 +02:00 |
|
Michael Mayer
|
02800e796e
|
Guess title, location and date from file and path name #154
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-28 15:12:18 +02:00 |
|
Michael Mayer
|
f510ac994c
|
XMP: Group files based on DocumentID and Instance ID #335
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-27 13:40:21 +02:00 |
|
Michael Mayer
|
301e510b2d
|
Photos: Generate title based on estimated place #154
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-26 21:51:34 +02:00 |
|
Michael Mayer
|
1df0d9a549
|
Change name of maintenance worker to "prism" #154
See https://twitter.com/browseyourlife/status/1265289044856123393
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-26 19:27:29 +02:00 |
|
Michael Mayer
|
24cc8089fa
|
Fix favorite counter for archived files #334
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-26 13:43:16 +02:00 |
|
Michael Mayer
|
fe732e274c
|
Fix saving photo metadata
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-26 12:46:22 +02:00 |
|
Michael Mayer
|
dd42d2b823
|
Entities: Refactor FirstOrCreate
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-26 11:00:39 +02:00 |
|
Michael Mayer
|
10d5f433aa
|
Albums/Folders: Add category, country, year & month columns #154
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-26 09:02:19 +02:00 |
|
Michael Mayer
|
2156afd85a
|
File browser: Implement clipboard; refactor entities and fixtures #260
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-25 19:10:44 +02:00 |
|
Michael Mayer
|
4421e7d203
|
Add simple file browser to Library #260
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-24 22:16:06 +02:00 |
|
Michael Mayer
|
03ec4b586d
|
Initial commit for folders and moments #154 #260 #331
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-23 20:58:58 +02:00 |
|
Michael Mayer
|
e796d036c2
|
Fix indexer and add sort by file name #328
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-22 19:05:16 +02:00 |
|
Michael Mayer
|
a7122ff4e1
|
Add /folders API to get directory lists for browsing #260
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-22 16:29:12 +02:00 |
|
Michael Mayer
|
f9b6952947
|
Support for Live Photos #177
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-21 13:26:28 +02:00 |
|
Michael Mayer
|
2efb0039e8
|
Photos: Add photo_type column and search filters for path / name
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-21 10:03:56 +02:00 |
|
Michael Mayer
|
1297a8cc1f
|
Read taken date from file name #304
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-20 15:10:24 +02:00 |
|
Michael Mayer
|
6f3ccc95aa
|
Backend: Make sure .photoprism directory exists
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-19 19:49:32 +02:00 |
|
Michael Mayer
|
4300d45482
|
Backend: Log errors in database
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-19 13:48:05 +02:00 |
|
Michael Mayer
|
a785a9d708
|
Backend: Update TestPhoto_Save test
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-19 12:51:19 +02:00 |
|
Michael Mayer
|
27ea0cb214
|
Backend: Improve entity log and error messages
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-19 12:48:32 +02:00 |
|
Michael Mayer
|
1cf0893b18
|
Backend: Fix AfterCreate after upgrading GORM
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-19 12:30:26 +02:00 |
|
Michael Mayer
|
e61dda495a
|
Add PHOTOPRISM_SIDECAR_HIDDEN and PHOTOPRISM_JPEG_HIDDEN flags #311
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-19 11:00:17 +02:00 |
|
Michael Mayer
|
7777fa95a5
|
Backend: Don't backup albums to photo yaml (just yet)
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-19 09:44:49 +02:00 |
|
Michael Mayer
|
bbe60d120b
|
Backend: Set DescriptionSrc when restored from YAML
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-19 09:21:10 +02:00 |
|
Michael Mayer
|
b24d5c03a1
|
Use YAML files to save and restore photo metadata
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-18 22:18:58 +02:00 |
|
Michael Mayer
|
f057880df3
|
Backend: Fix panic in File.Save()
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-18 17:57:40 +02:00 |
|
Michael Mayer
|
0bf17206d0
|
Entity: Return error in File.Save() if PhotoID is 0
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-18 17:25:28 +02:00 |
|
Theresa Gresch
|
1fdc2cf610
|
Backend: Add tests to internal/entity
|
2020-05-18 16:37:37 +02:00 |
|
Michael Mayer
|
a2d5da7afd
|
Entity: Fix query in File.AllFilesMissing()
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-18 16:36:24 +02:00 |
|
Theresa Gresch
|
d2975666e5
|
Backend: Make LocLabel unique in place fixtures
|
2020-05-18 10:05:33 +02:00 |
|
Michael Mayer
|
abfd2fa79d
|
Videos: Improve indexing and searching #312
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-16 17:07:44 +02:00 |
|
Michael Mayer
|
7ee4d5eda5
|
Photo: Update year and month whenever takenAt may change
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-15 16:06:32 +02:00 |
|
Michael Mayer
|
9937304d0c
|
Metadata: Improve date and error handling; see #302, #304, #305 and #295
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-15 15:29:56 +02:00 |
|
Theresa Gresch
|
e4c521d9b3
|
Backend: Update FindPlaceByLabel function
|
2020-05-15 13:16:03 +02:00 |
|
Theresa Gresch
|
4aaa4e9fc2
|
Backend: Add tests to internal/entity
|
2020-05-15 13:15:10 +02:00 |
|
Michael Mayer
|
71fb67adb2
|
Videos: Support H.264/AVC .mov files
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-15 09:39:32 +02:00 |
|
Theresa Gresch
|
afc1e10646
|
Backend: Add tests to internal/api
|
2020-05-14 18:10:01 +02:00 |
|
Theresa Gresch
|
07e4d22464
|
Backend: Add tests to internal/entity
|
2020-05-14 15:28:11 +02:00 |
|
Theresa Gresch
|
156c7b295e
|
Backend: Add tests to internal/entity
|
2020-05-14 15:27:12 +02:00 |
|
Theresa Gresch
|
05078b0e4b
|
Backend: Add test fixtures
|
2020-05-14 14:17:12 +02:00 |
|
Michael Mayer
|
2045e3d770
|
Index and show video metadata #17
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-14 11:57:26 +02:00 |
|
Theresa Gresch
|
c0a2da8bab
|
Backend: Add tests fixtures
|
2020-05-13 19:46:49 +02:00 |
|
Michael Mayer
|
bd3426ae51
|
Add video player #17
Still need to index metadata. Work in progress.
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-05-13 15:36:49 +02:00 |
|
Theresa Gresch
|
25da779c43
|
Backend: Add tests fixtures
|
2020-05-13 11:51:51 +02:00 |
|
Theresa Gresch
|
0284f7c101
|
Backend: Add test fixtures
|
2020-05-13 10:15:43 +02:00 |
|
Theresa Gresch
|
c0b6eaa9d5
|
Backend: Add tests to internal/entity
|
2020-05-12 13:52:09 +02:00 |
|
Theresa Gresch
|
687c85ed73
|
Backend: Fix bug in addLabels function
|
2020-05-12 11:52:46 +02:00 |
|
Theresa Gresch
|
96208d2c51
|
Backend: Add tests to internal/entity
|
2020-05-12 11:51:54 +02:00 |
|
Theresa Gresch
|
ac698b6eab
|
Backend: Add test fixtures
|
2020-05-12 11:51:28 +02:00 |
|