Commit graph

199 commits

Author SHA1 Message Date
Michael Mayer 6404b76c97 Add views counter to album, photo and share 2019-06-17 22:39:32 +02:00
Michael Mayer 27530bc0be Add shares table for sharing photos and albums 2019-06-17 22:39:32 +02:00
Michael Mayer bb8c2dbbea Photos: Add story flag for blogging / timeline 2019-06-17 22:39:32 +02:00
Theresa Gresch 5f63f2999c Implement first album functionality 2019-06-17 21:45:06 +02:00
Michael Mayer e2c630e57c Change chroma max value from 16 to 100 for better results 2019-06-15 16:11:55 -07:00
Michael Mayer 3ee3946011 Proof-of-concept for import and index from Web UI 2019-06-15 11:03:54 -07:00
Michael Mayer 0f6867af79 Photos: Add private and sensitive flag 2019-06-14 18:44:10 -07:00
Michael Mayer ea3f209f8f Proof-of-concept for batch like & delete
Requires additional code clean-up and unit / acceptance tests
2019-06-14 16:35:18 -07:00
Michael Mayer 9e761549e4 API: Remove debug log from upload 2019-06-14 15:29:12 -07:00
Michael Mayer e141b9edcd Photos: Add LocationEstimated flag 2019-06-14 15:15:49 -07:00
Michael Mayer c133dbe3f9 Indexer: Code and label clean-up 2019-06-14 13:01:58 -07:00
Michael Mayer 2005da9a25 Rename "Import" to "Library" and add tabs to page 2019-06-14 12:16:59 -07:00
Michael Mayer 60e9346f08 Proof-of-concept for upload & import 2019-06-13 11:26:01 -07:00
Michael Mayer f47d93be7f Format Go code: go fmt ./internal/... ./cmd/... 2019-06-09 05:22:53 +02:00
Michael Mayer 8642b6f664 Proof-of-concept for labels and search filters 2019-06-09 04:37:02 +02:00
Michael Mayer 9ead0ceef9 Fix TimeZone() 2019-06-07 00:19:12 +02:00
Michael Mayer c230de6b2b Add time zone info to photos (if available) 2019-06-07 00:04:34 +02:00
Michael Mayer aab504ffd6 Initial support for HEIF image files incl improved tests & example files 2019-06-06 14:44:35 +02:00
Michael Mayer 648d35115d Use labels up to 85% uncertainty for photo titles (without location) 2019-06-05 18:49:35 +02:00
Michael Mayer a6131eeddd Move all config files to assets/config and resources to assets/resources 2019-06-05 18:25:20 +02:00
Michael Mayer b835c22f7f Rename synonyms to categories 2019-06-05 14:05:21 +02:00
Michael Mayer 3d0ec3892f Skip city name in title if sub string of location name 2019-06-05 11:58:20 +02:00
Michael Mayer c81b389799 Improve photo titles 2019-06-05 11:39:50 +02:00
Michael Mayer c501abe932 Improve photo classification, indexing, titles & location info 2019-06-05 10:18:03 +02:00
Michael Mayer df995b4f15 Rename tags to labels incl priority, source and uncertainty 2019-06-04 18:26:41 +02:00
Michael Mayer 89a1e8e7fc Console output text changes 2019-06-04 00:22:25 +02:00
Vedhavyas Singareddi 38b9889ef2 Add context for graceful shutdown #112
see pull request #114
2019-06-03 22:58:15 +02:00
Michael Mayer cc4de67c3c Improve DateCreated() comment 2019-06-03 16:32:26 +02:00
Theresa Gresch a18a7d9477 Rename materialColor to indexedColor 2019-06-03 12:32:51 +02:00
Michael Mayer c7f426ac23 OSM: Translate location names to English 2019-05-30 02:53:35 +02:00
Michael Mayer d31305a503 Move static assets from public/ to static/ for clearer structure 2019-05-22 13:55:11 +02:00
Theresa Gresch 8c63c345f0 Removes dark brown from color map to improve color indexing 2019-05-20 21:42:29 +02:00
Michael Mayer d26f7fb0dc Docker: Add testcafe and firefox to development image; change mysql port 2019-05-20 16:39:41 +02:00
Michael Mayer 8124a8cde1 Use label rules to optimize image classification 2019-05-16 08:41:16 +02:00
Michael Mayer 7eeab25ae1 Rename file_saturation to file_chroma in search query 2019-05-16 04:17:45 +02:00
Michael Mayer 0400b6ec7a Add download links to thumbnails in photo viewer 2019-05-16 04:03:55 +02:00
Michael Mayer b73093c2f0 Disable SQL query logger and enable photo model preload for search 2019-05-16 03:57:18 +02:00
Michael Mayer a1f2146648 Set default distance to ~20km 2019-05-16 02:24:02 +02:00
Michael Mayer 1cf23aac3e Additional search parameters incl distance and location (lat/long) 2019-05-16 02:22:38 +02:00
Michael Mayer 9b6ad9968d Add support for time values in photo search, see #2 2019-05-15 23:07:25 +02:00
Michael Mayer 40b542276c Profiling log message for photo search, see #2 2019-05-15 23:00:16 +02:00
Theresa Gresch 5eb32d3353 Change color map for improved color indexing 2019-05-15 22:42:37 +02:00
Michael Mayer 9a320c60df Search string parser similar to GitHub, see #2 2019-05-15 21:51:00 +02:00
Michael Mayer feda86f0e2 Location search must only return results with known location 2019-05-15 14:37:31 +02:00
Michael Mayer 7fd1ed7a7b New "mosaic" view (tiny tiles) 2019-05-15 11:07:26 +02:00
Michael Mayer 441922c35e Add download button to photo viewer 2019-05-14 18:16:35 +02:00
Michael Mayer db261d40b3 Share available thumbnail types with JS frontend 2019-05-14 16:04:17 +02:00
Michael Mayer 5262cce647 Thumbnails code clean-up 2019-05-14 10:28:21 +02:00
Michael Mayer 40b7c33198 Fix for thumbnail size: fit_3840 instead of fit_3540 2019-05-13 21:22:16 +02:00
Michael Mayer 34b14c7099 Additional fix for running thumb unit tests on CI 2019-05-13 19:11:40 +02:00