Commit graph

6930 commits

Author SHA1 Message Date
Daniel Dietzler
feb475561e
fix: missing translation in pin settings () 2025-05-10 15:27:42 -04:00
Alex
4c4c67f0d2
chore(web): color tuning () 2025-05-10 20:55:06 +02:00
Daimolean
381b66bf70
fix(web): IconButton size in user restore () 2025-05-10 07:28:37 -05:00
renovate[bot]
a89f3ad97c
fix(deps): update typescript-projects ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-10 13:07:20 +02:00
Jason Rasmussen
c473511133
feat(web): stat card tweaks ()
feat: stat card tweaks
2025-05-09 17:56:41 -05:00
Ben McCann
0d66a6b51f
chore(web): upgrade enhanced-img () 2025-05-09 16:05:07 -05:00
Jason Rasmussen
66400b2e8e
fix(web): user restore () 2025-05-09 21:05:01 +00:00
Alex
87cdf0ebd9
chore: use correct font on buy button () 2025-05-09 17:04:03 -04:00
Alex
3f719bd8d7
feat: user pin-code ()
* feat: user pincode

* pr feedback

* chore: cleanup

---------

Co-authored-by: Jason Rasmussen <jason@rasm.me>
2025-05-09 17:00:58 -04:00
Daniel Dietzler
55af925ab3
refactor: shared link url () 2025-05-09 15:23:00 -05:00
Alex
ff63b0fa8f
docs: face lift, botox x3 ()
* chore: docs face lift

* logo and fonts

* docs: face lift, botox x3

* docs: face lift, botox x3
2025-05-09 13:27:21 -05:00
Daniel Dietzler
f21fe8716c
refactor: shortcuts modal () 2025-05-09 13:24:36 -04:00
Daniel Dietzler
6a69dafd31
refactor: share modals () 2025-05-09 16:59:29 +00:00
Daniel Dietzler
47b1938f17
fix: search filter modal close () 2025-05-09 10:10:10 -05:00
Martin Schmidt
2ffcfe06f3
fix: properly work with languages with multiple scripts ()
Co-authored-by: Ewe Zu Lin <zlewe1997@gmail.com>
2025-05-09 10:09:24 -05:00
Daniel Dietzler
89551edee5
fix: z-index war in the asset viewer () 2025-05-09 10:17:26 -04:00
Zack Pollard
cb6c541ae1
fix: constraint migration to handle any existing pkey name () 2025-05-09 13:45:44 +00:00
luzpaz
b1e1362246
fix: various typos (grouped in to separate commits) () 2025-05-09 13:10:34 +00:00
Alex
ccc2b191dd
fix: notification text's color () 2025-05-08 19:07:12 -04:00
Alex
bb7010b2bb
chore: rounded map corner when needed () 2025-05-09 00:49:16 +02:00
Daniel Dietzler
8db666bc38
refactor: search filter modal () 2025-05-08 15:36:05 -05:00
Daimolean
eace0f716d
fix(web): add photos to album () 2025-05-08 20:24:51 +00:00
bo0tzz
96743b6c33
fix: properly set cache key suffix in image build () 2025-05-08 15:24:29 -05:00
bo0tzz
ff181cf346
fix: always set cache-key-base during image build () 2025-05-08 15:14:33 -05:00
Daimolean
0cd5960007
fix(web): ui ()
* fix(web): ui

* fix(web): ui

* lint

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-05-08 19:32:45 +00:00
Dan Pizappi
698592c1b0
chore: update truenas install guide ()
* Update truenas.md

* Update truenas.md

fix link

* Update truenas.md

* Update docs/docs/install/truenas.md

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-05-08 13:51:04 +00:00
Robert Vollmer
f75d853e9a
fix(mobile): Remote video playback and asset download on Android with mTLS ()
* Add class to apply SSL options

* Apply client certificate for native Android code

* Refactor self-signed check

* Allow self-signed certificates

* Fix Dart analysis

* Add HostnameVerifier

Android explicitly does NOT check the Common Name of a certificate,
only the Subject Alt Names. Chances are that someone who self-signs a
certificate doesn't go through the extra steps to add a SAN, and in
that case the connection would be prevented by the HostnameVerifier
even thought the TrustManager was fine with the certificate itself.

* Rename parameter like in Dart

* Fix NPE

* Catch all native errors in HttpSSLOptionsPlugin

* Workaround for too early onChanged() callback

* Fix formatting

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-05-08 13:45:11 +00:00
Alex
3a1e3e82e7
fix: notification text's color () 2025-05-08 12:15:11 +02:00
bo0tzz
0beb3ac4c1
feat: extract multi-arch image building to shared logic () 2025-05-08 12:00:05 +02:00
Daniel Dietzler
894545aeed
refactor: modal manager types () 2025-05-07 22:08:19 +00:00
Daniel Dietzler
5250269fa4
refactor: user page modals () 2025-05-07 17:58:46 -04:00
Daniel Dietzler
a169fb6a79
refactor: map () 2025-05-07 17:39:50 -04:00
Daniel Dietzler
09ced9a171
refactor: help modal () 2025-05-07 17:31:38 -04:00
Jason Rasmussen
a6e5e4f625
fix: schema ci checks () 2025-05-07 21:14:20 +00:00
Daniel Dietzler
bbd8de177b
refactor: side bar modals () 2025-05-07 09:01:51 -05:00
bo0tzz
867f6e64f9
chore: run all e2e tests on github runners ()
* chore: run all e2e tests on github runners

* fix: use it.each for multi-case test
2025-05-07 01:42:48 -04:00
SGT
ec6379b0b2
chore: remove usage of deprecated Kysely method ()
* minor update. fix usage of deprecated method'

* restore original formatting
2025-05-06 17:01:02 -04:00
Mert
2a80251dc3
fix(server): more robust person thumbnail generation ()
* more robust person thumbnail generation

* clamp bounding boxes

* update sql

* no need to process invalid images after decoding

* cursed knowledge

* new line
2025-05-06 14:18:22 -04:00
Alex
d33ce13561
feat(server): visibility column ()
* feat: private view

* pr feedback

* sql generation

* feat: visibility column

* fix: set visibility value as the same as the still part after unlinked live photos

* fix: test

* pr feedback
2025-05-06 12:12:48 -05:00
Nicholas Flamy
016d7a6ceb
fix(docs): remove old patch versions from version switcher () 2025-05-06 17:53:17 +01:00
renovate[bot]
8ff25a4f7a
fix(deps): update dependency @react-email/components to ^0.0.37 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-06 18:23:45 +02:00
renovate[bot]
61a3eba1bd
fix(deps): update machine-learning () 2025-05-06 15:27:34 +00:00
David Cruz
7072e48cbe
feat: Add DB_SSL_MODE environment variable for Postgres sslmode ()
* feat: Add DB_SSL_MODE environment variable for Postgres sslmode

* chore: clean up

---------

Co-authored-by: Jason Rasmussen <jason@rasm.me>
2025-05-06 09:25:37 -04:00
shenlong
ece977d9ca
fix(mobile): empty translation placeholders ()
* fix: empty placeholders

* fix: use namedArgs

---------

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2025-05-06 09:21:05 -04:00
Jason Rasmussen
2af8095880
fix(web): e2e download tests () 2025-05-06 15:07:04 +02:00
renovate[bot]
30822fcd10
fix(deps): update typescript-projects ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-06 14:50:22 +02:00
Alex
c578273e7a
chore: modal shenanigan () 2025-05-06 08:47:58 -04:00
Jovan Gerodetti
118a3fc9db
fix: update assets when duplicateId is provided as null ()
Update assets when duplicateId is provided as null
2025-05-06 08:47:19 -04:00
Daniel Dietzler
1138f6dcce
refactor: job create modal ()
* refactor: job create modal

* chore: better modal manager types ()
2025-05-06 08:44:44 -04:00
renovate[bot]
33f3751b72
chore(deps): update github-actions ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-06 08:39:14 -04:00