1
Fork 0
Commit Graph

1152 Commits

Author SHA1 Message Date
PJ-Watson 4169a2c102
Merge branch 'master' into add_swipe_gesture 2022-08-12 15:42:18 +10:00
PJ-Watson 5c1bbf9065
Fixed ScanAlbum failing silently.
2.3.12 -> 2.3.13 restructured ScanAlbum so that errors were returned rather than raising a ScannerError directly - this ensures that the errors are logged correctly.
2022-08-12 02:18:59 +01:00
PJ-Watson c8a9331f69
Merge pull request #728 from PJ-Watson/thumbnail_testing
Add support for .CR3 photos
2022-08-11 15:11:52 +10:00
PJ-Watson 7715865309 Add support for .CR3 photos. 2022-08-10 07:43:39 +01:00
Viktor Strate Kløvedal ced9e3209f
Merge pull request #725 from PJ-Watson/thumbnail_testing
Thumbnail Rendering Options
2022-08-09 10:15:08 +02:00
PJ-Watson ca889d02bd Fixed site_info_test - missing model import. 2022-08-09 06:43:25 +01:00
PJ-Watson 3e780dbe48 Changed downsampling method to custom type. 2022-08-09 06:09:55 +01:00
PJ-Watson 866a3b4c1d Fixed ui test (default export). 2022-08-05 20:56:38 +01:00
PJ-Watson 31025f7616 Updated ui layout. 2022-08-05 20:35:00 +01:00
PJ-Watson 1c784fa5e9 Simple api test 2022-08-05 19:40:26 +01:00
PJ-Watson ccf4e30639 Including ui test 2022-08-05 19:39:06 +01:00
PJ-Watson 5c4eeef870 Introduce thumbnail filtering options. 2022-08-05 19:37:55 +01:00
viktorstrate 446ef9a464
Remove regenerator-runtime from UI 2022-07-13 21:45:06 +02:00
Viktor Strate Kløvedal a17a680457
Merge pull request #715 from photoview/ui-gql-fragments
Refactor UI: Add graphql fragments + eslint
2022-07-13 18:08:31 +02:00
viktorstrate 4c9e9a2b9a
Make eslint check for typescript errors
Fix errors after making eslint more strict
2022-07-13 18:02:06 +02:00
viktorstrate b0512d7128
Add MediaGalleryFields fragment 2022-07-13 15:10:00 +02:00
Viktor Strate Kløvedal 4177b4fb33
Merge pull request #649 from photoview/rework-scanner-internals
Split up scanner into separate tasks + update dependencies for UI, API, Dockerfile
2022-07-08 18:10:12 +02:00
viktorstrate 0a73484474
Attempt to fix Docker again 2022-07-08 17:56:52 +02:00
viktorstrate 831e24f654
Fix API tests 2022-07-08 17:44:03 +02:00
viktorstrate 214aa389fb
Fix Docker builds 2022-07-08 16:49:46 +02:00
viktorstrate d1a92afe0f
Fix UI tests by replacing jest with vitest 2022-07-08 15:23:34 +02:00
viktorstrate fdcf0cfd05
Update UI deps + replace create-react-app with vite 2022-07-08 00:33:35 +02:00
viktorstrate a5d152f0c0
Make scanner tasks share ctx 2022-07-07 22:00:05 +02:00
viktorstrate f512db6c32
Merge branch 'master' into rework-scanner-internals 2022-07-07 19:58:30 +02:00
viktorstrate 248d858592
Add Basque language
Thank you to Xabi for the translation
2022-07-05 15:11:49 +02:00
Viktor Strate Kløvedal 548eeed81c
Merge pull request #707 from nathanrdodson/master
Following breadcrumbs now closes sidebar
2022-06-30 11:27:09 +02:00
Nathan Dodson 29516a3b49 Following breadcrumbs closes sidebar 2022-06-29 15:59:37 -05:00
Viktor Strate Kløvedal 8d78c58859
Update sponsors 2022-03-29 22:29:42 +02:00
Viktor Strate Kløvedal d4f30795fd
Merge pull request #668 from jmc265/adding-image-description
Adding image description to sidebar
2022-03-28 18:51:48 +02:00
Viktor Strate Kløvedal e2e23c9e6f
Merge pull request #664 from Goppai/fix-setting-crash
fix switching page causes setting to crash
2022-03-28 18:48:26 +02:00
viktorstrate 447f05185f
Fix scanner queue tests 2022-03-28 18:43:00 +02:00
James Cross 501c50e259 Adding image description to sidebar 2022-03-28 16:08:30 +01:00
“boz” 4aca022b38 update ScannerConcurrentWorkers.test 2022-03-24 16:51:19 +08:00
“boz” 23b02e65bd delete eject 2022-03-24 16:45:42 +08:00
“boz” ec77bc7fb1 add ScannerConcurrentWorkers.test 2022-03-24 16:42:16 +08:00
“boz” cb5eb0e24c add eject 2022-03-23 15:56:13 +08:00
“boz” 639dcf0f07 fix switching page causes setting to crash 2022-03-23 14:21:13 +08:00
Viktor Strate Kløvedal 880cfeddee
Merge pull request #656 from Phlogi/patch-1
Fix slow query in getting media of a face by using another join
2022-03-07 10:22:17 +01:00
Phlogi f093827bde
Fix slow query in getting media of a face by using another join
The subquery returns all potential media id's. Typically, we have a couple of faces and thousands of media files. 
A join is much faster. 

With about 50k images and a face that was present in 2'000 images the query was unusable slow, it took about 60s. 
This is a very important performance fix, as I think many users will run into it. 
Maybe there are other areas where the same improvement is possible, I didn't check.
2022-03-05 17:44:15 +01:00
viktorstrate b09d32019e
Make it compile again 2022-03-02 17:26:06 +01:00
viktorstrate 6e2a64bc77
WIP: split up scanner into separate tasks 2022-02-15 17:22:41 +01:00
viktorstrate 6361df1793
Start on big scanner code refactoring 2022-02-14 23:57:45 +01:00
viktorstrate e9a4839f48
Fix Postgres exif flash migration error message
Closes #648
2022-02-13 16:57:20 +01:00
adi 259119cfdb fix typo 2022-02-12 19:18:14 +01:00
adi 56354d8ee7 remove development setting 2022-02-12 19:17:21 +01:00
adi b1e73752da swipe gesture for next/prev 2022-02-12 19:09:21 +01:00
Viktor Strate Kløvedal 0b9d04eff2
Merge pull request #645 from photoview/dark-mode
Dark mode
2022-02-09 22:20:05 +01:00
viktorstrate 10611b5ff5
Dark style the remaining pieces 2022-02-09 22:19:08 +01:00
viktorstrate 414ad11953
Further work on dark mode 2022-02-08 21:14:10 +01:00
viktorstrate a43f29ee6d
Fix sidebar album path reversed 2022-02-08 13:22:23 +01:00