1
Fork 0
Commit Graph

813 Commits

Author SHA1 Message Date
viktorstrate de46f89f5d
Show face circles in sidebar 2021-02-16 17:13:08 +01:00
viktorstrate c0d289eb41
Make faces clickable 2021-02-16 16:06:28 +01:00
viktorstrate c3eda0feab
Start on UI for faces 2021-02-16 12:41:34 +01:00
viktorstrate 67b812ed21
Add graphql resolver for faces 2021-02-16 12:01:10 +01:00
viktorstrate e4df1fb706
Save face rectangles to database 2021-02-16 11:27:28 +01:00
viktorstrate 440647836e
Set fixed ubuntu version for gh actions 2021-02-16 10:44:38 +01:00
viktorstrate e5fc9b2cbc
Remove upgrade from tests 2021-02-15 23:40:02 +01:00
viktorstrate 724b7d84c8
Attempt to fix gh actions tests 2021-02-15 23:37:32 +01:00
viktorstrate fb38aaa253
Fix API tests gh actions 2021-02-15 23:31:27 +01:00
viktorstrate 24ae144af8
Cross compile go-face with docker 2021-02-15 23:17:37 +01:00
viktorstrate 979ce161ae
Configure docker and gh actions with go-face 2021-02-15 20:47:01 +01:00
viktorstrate 4b0365e8aa
Implement getSamplesFromDatabase 2021-02-15 20:31:17 +01:00
viktorstrate abb80ae425
Start on face detection 2021-02-15 17:35:28 +01:00
viktorstrate 779ab3b7e7
Merge graphql pagination caches properly
This should fix #195
2021-02-15 11:41:37 +01:00
Viktor Strate Kløvedal b2f8796031
Create FUNDING.yml 2021-02-14 22:22:54 +01:00
viktorstrate 557b5e22df
Check that EXIF contains date shot before comparing
This should fix #196
2021-02-14 15:45:58 +01:00
viktorstrate 529444561b
Fix timeline date ordering 2021-02-14 11:40:13 +01:00
viktorstrate dfc89123f6
Fix bug where an unauthorized request could crash the server 2021-02-14 11:19:29 +01:00
viktorstrate 7c603cb4df
Fix various Postgres specific errors 2021-02-14 11:04:38 +01:00
viktorstrate 13f293e244
Re-encode video thumbnails if missing from cache 2021-02-14 10:30:10 +01:00
viktorstrate 1ba45dbe09
Fix SQL errors for Timeline view,
when using Postgres or Sqlite. Closes #194
2021-02-14 10:11:10 +01:00
viktorstrate d13a99b678
Update readme screenshot 2021-02-13 17:43:16 +01:00
viktorstrate 2ba8e466ef
Update media date_shot to match exif 2021-02-13 17:21:15 +01:00
viktorstrate 35b41e1b56
Database migrator remove media.date_imported 2021-02-13 16:53:02 +01:00
viktorstrate 02f04691fe
Fix Apollo cache for timeline view 2021-02-13 16:13:34 +01:00
viktorstrate 926aa3de3d
Cleanup graphql schema, and general refactoring
- Separate graphql `filter` into `paginate` and `order`
- Remove GalleryGroups, replaced by TimelineGallery
- Fix Apollo cache such that sorting works again
2021-02-13 15:08:05 +01:00
viktorstrate 60f2635e21
Remove debug console logs 2021-02-13 00:13:30 +01:00
Viktor Strate Kløvedal 6613de5af9
Merge pull request #193 from photoview/scroll-pagination
Infinite scroll pagination
2021-02-12 23:58:07 +01:00
viktorstrate 1dbf4e4821
Add pagination for albums + add loading indicators 2021-02-12 23:57:15 +01:00
viktorstrate a9edb148f1
Start on infinite scroll pagination 2021-02-12 17:44:32 +01:00
viktorstrate 265025bdf8
Add total items bubble 2021-02-12 16:22:35 +01:00
Viktor Strate Kløvedal ce3090394b
Add dataloaders to combine database queries (#190)
See also https://gqlgen.com/reference/dataloaders/
2021-02-07 22:17:33 +01:00
viktorstrate 54a83a4dc6
Make thumbnails optional
to prevent app from crashing when in the middle of scanning
2021-02-07 18:13:08 +01:00
Viktor Strate Kløvedal 254765a5d4
Merge pull request #188 from photoview/timeline-view
Replace "Photos" page with a timeline view
2021-02-07 17:48:58 +01:00
viktorstrate 490bea3ff0
Fix imports 2021-02-07 17:46:31 +01:00
viktorstrate d75e725248
Cleanup AlbumPage to use new URLParameters hook 2021-02-07 17:43:23 +01:00
viktorstrate 398f1bf46b
Refetch when favorites changes 2021-02-07 17:24:11 +01:00
viktorstrate 4fdb9357ea
Add favorites filter for timeline 2021-02-07 17:13:27 +01:00
viktorstrate d5ace2c0f8
Finish media interaction 2021-02-07 15:54:13 +01:00
viktorstrate 66bb46912a
Work on media interaction 2021-02-05 16:01:08 +01:00
viktorstrate 9c84336d34
Start on timeline frontend 2021-02-04 22:08:32 +01:00
viktorstrate 214c4e8be4
Fix panic when scanning 2021-02-04 22:06:49 +01:00
viktorstrate ddd2cad1a3
Add query resolver for timeline view 2021-02-04 19:02:51 +01:00
viktorstrate fa35ea151c
Fix layout of album shares
This also relates to #149 and #178
2021-02-01 20:42:11 +01:00
Viktor Strate Kløvedal 35e32d2635
Merge pull request #180 from andrasmaroy/postgres-support
Implement postgres support
2021-01-31 21:47:18 +01:00
viktorstrate 3482cf42be
Change docker production environment to Debian
...to keep the build and production environments the same,
and avoid compatibility errors with libc
2021-01-31 20:58:14 +01:00
viktorstrate 5e59b2c092
Attempt to fix ARM docker builds
See also #179
2021-01-31 19:34:15 +01:00
András Maróy dca81c7918 Don't log postgres password when connecting 2021-01-31 18:53:38 +01:00
András Maróy be83849bee Implement postgres support 2021-01-31 17:07:29 +01:00
Viktor Strate Kløvedal 658e641d30
Merge pull request #175 from stz184/migrated-mediaGeoJson-to-gorm
Fixes photoview/issues#168
2021-01-30 22:20:09 +01:00