Googol Lee
36edc2534c
Change default thumbnail of album. ( #1225 )
2025-06-30 11:05:48 +02:00
Googol Lee
0192e4e640
Drop tables instead of truncating tables. ( #1224 )
2025-06-26 22:19:09 +02:00
Googol Lee
a378522af4
Use magick generating thumbnails.
...
Fix #1204
* Add bad medias to scanner_test.
* Fix the script.
* Add GenerateThumbnail function.
* Add identify dimension
* Use new API. Cover json condition.
* Use magick to generate thumbnails.
* Update go mod.
* Remove dependency of executable_worker -> test_utils
* Reduce dependency of magick.
* Use magick to get dimension.
* Remove almost all code around `image` package.
* Fix thumbnailing with multi-frame gif.
* Remove the struct in wrapper.
* Fix typo.
* Build images.
* Update logs
* Add jpeg decoder.
* Remove code dependency.
* Add log to confirm scan in parallel.
* Update log
* Add reformat image perf tests.
* Rollback the build workflow.
2025-05-22 09:01:43 +02:00
Googol Lee
fe3cc16026
Remove Thumbnail Preferences. ( #1200 )
...
* Remove thumbnail preferences. #1089
* Remove thumbnail preferences test.
* Remove thumbnail preferences from backend.
* Fix database.go
* Update generated TS files.
* Reorder the migrations.
2025-05-11 10:44:58 +02:00
Kostiantyn
5d46478c01
Fix the incorrect thumbnails for albums issue ( #1198 )
...
* The fix with test
* Fix test's foreign key issue
* 2 more test cases
* Fix the empty album test expectation
* Return Nil for no thumbnail case instead of an empty album, as expected by frontend. More tests for thumbnail priority choice
* Fix failed tests
---------
Co-authored-by: Konstantin Koval
2025-05-03 18:48:57 +03:00
Peter Dave Hello
cda043ddb8
Add a basic zh-TW Traditional Chinese translation ( #1187 )
2025-04-22 19:09:49 +03:00
Kostiantyn
0961984134
Bump gqlgen and gqlparser versions in API ( #1191 )
...
* Bump `gqlgen` and `gqlparser` versions in API
* new gqlgen version
---------
Co-authored-by: Konstantin Koval
2025-04-21 22:54:49 +03:00
marc7s
d1636fb7ea
Fix album page being empty for users with overlapping paths ( #1159 )
...
* Fix album page being empty for users with overlapping paths, closes #658
* Add test for non root album paths
* Add basic test for non root album path
2025-03-11 18:01:50 +02:00
Andreas
6d716a1f1e
improved Thumbnail generation performance ( #1158 )
...
* improved Thumbnail generation performance
* unified SQL query style
* adjusted query
* changed query to make it more readable
2025-02-02 21:43:12 +02:00
Kostiantyn
9835c1949d
Bump gqlgen in API to the latest version and regenerate the code ( #1147 )
...
Co-authored-by: Konstantin Koval
2024-12-30 17:17:06 +02:00
Googol Lee
f1b523a27e
Include a group of small but real media files for testing. ( #1131 )
...
* Move scanner/test_data/* to a stand-alone directory.
* Include real medias.
* Rename testdata to test_data
* Rename test_data/scanner -> test_data/library
* Clean tests to avoid depneding env.
* Rename: scanner/test_data -> scanner/test_media
* Rename: test_data/bin -> test_data/mock_bin
* Fix paths in tests.
2024-11-23 09:02:11 +01:00
Googol Lee
7b69f247d3
Fix gqlgen ( #1105 )
2024-11-02 17:05:29 +01:00
Kostiantyn
5fc8feb75e
Refactoring part 2.3: Long func refactoring in graphql/models ( #1075 )
...
* Split long functions and optimize code
* 2 more small files
---------
Co-authored-by: Konstantin Koval
2024-10-08 21:10:34 +03:00
Kostiantyn
d1193c5ca4
Refactoring part 1: Fix some annoying linter warnings in API code ( #1064 )
...
* names, constants of reusable strings, removed unneeded `if`, replaced deprecated imports
* more deprecated imports replaced
* What is this?))
* Fix a path and quote a var in Dockerfile
* Addressing review comments
---------
Co-authored-by: Konstantin Koval <kkb@ukr.net >
2024-09-30 14:45:02 +02:00
Googol Lee
1cd34109b6
Optimize user's album filter. #705 ( #962 )
2024-06-27 21:21:09 +02:00
Googol Lee
ddacba85db
Fix timeline order with sqlite3. It should be ordered as MySQL and PGSQL like (year, month, day). ( #954 )
2024-05-31 09:35:41 +01:00
Jordan Hellier
f900d55300
Fix audit issues in production ( #933 )
...
* chore: upgrade api dependencies to latest compatible version
* chore: update ui dependencies first pass
* chore: migrate ui dependency to latests
Migrates i18next-parser from 6.x -> 8.x per documentation
* chore: add missing tools file
* chore: regenerate files
* chore: fix docker build from incorrect depedency
bookworms latest stable version of libheif-dev is 1.15.1
2024-04-11 22:21:08 +01:00
Simon Ser
d0d0bf21bc
Make face detection optional at build-time ( #881 )
...
Add a "no_face_detection" build tag to disable face detection
when building. This is useful when installing the face detection
dependencies is undesirable and cuts down build times (e.g. on a
Raspberry Pi).
2024-04-11 22:20:09 +01:00
Konstantin
a90f30391c
Add Ukrainian translation ( #875 )
2024-03-24 22:42:44 +01:00
queeup
a797170881
Add Turkish language
2022-12-02 15:32:49 +03: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
1c784fa5e9
Simple api test
2022-08-05 19:40:26 +01:00
PJ-Watson
5c4eeef870
Introduce thumbnail filtering options.
2022-08-05 19:37:55 +01: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
James Cross
501c50e259
Adding image description to sidebar
2022-03-28 16:08:30 +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
a24f2ef019
If possible expand root album, write tests
2022-02-07 19:41:44 +01:00
viktorstrate
b593f615ad
Better graphql schema documentation
2022-02-05 01:21:00 +01:00
viktorstrate
b49333ae69
Add Media.GetThumbnail() tests
2022-02-02 00:03:31 +01:00
viktorstrate
0d9760b33f
Integrate blurhashes with UI
2022-02-01 23:39:19 +01:00
viktorstrate
b4ad1c4f88
Add blurhash generation
2022-02-01 22:02:08 +01:00
viktorstrate
12085698c8
Refactoring + disable cleanup tests for sqlite
2021-11-06 15:41:25 +01:00
viktorstrate
06fd166483
Sidebar: people section + album path
2021-10-19 23:28:23 +02:00
viktorstrate
b5be84bbe4
Make mapbox map more reusable + add coordinates to exif
2021-10-03 15:36:10 +02:00
viktorstrate
f6cc86d75a
Fix bug
2021-09-30 16:05:23 +02:00
viktorstrate
d060ee9fd9
Write failing test for bug
2021-09-29 11:20:15 +02:00
viktorstrate
c977f076db
Fix timeline for sqlite
2021-09-27 21:26:30 +02:00
viktorstrate
bb19d18c42
Add test for user favorite media
2021-09-27 21:20:47 +02:00
viktorstrate
00e436a518
Add tests for album path
2021-09-27 20:59:41 +02:00
viktorstrate
c7865a94e4
Fix problem with postgres for MyTimeline action
2021-09-27 20:43:26 +02:00
viktorstrate
e66a9199a1
Add timeline resolver tests
2021-09-27 20:23:10 +02:00
viktorstrate
929da08ea2
Add UI for album downloads
2021-09-26 13:10:37 +02:00
viktorstrate
80c2019b3f
Protect download routes
2021-09-26 12:02:53 +02:00
viktorstrate
69bf8a01c4
Add date filter to timeline + fix #302
2021-09-25 17:11:54 +02:00
viktorstrate
612a191f6d
Merge branch 'master' into improved-timeline
2021-09-25 13:50:42 +02:00
viktorstrate
fcee82367c
Move album cover options from sidebar/Sharing.tsx
...
...to AlbumSidebar.tsx and MediaSidebar.tsx instead.
Fix API tests for Postgresql
2021-09-23 20:14:37 +02:00
viktorstrate
b52e72b244
Move some album resolvers to actions, refactor album tests
...
- Album resolvers has been refactored to make it easier to test, this is
done by converting some of the resolvers to actions.
- The album tests has been rewritten (and simplified) to accommodate the changes.
2021-09-23 19:59:40 +02:00