Commit Graph

2404 Commits (ce6631f7e05df5c2d116dc382ea3914b6d517c47)

Author SHA1 Message Date
Xuan Binh d22fb2d5db
fix(web): enhance face tagging confirmation and fix #18605 (#18610)
* Fix: enhance face tagging confirmation and fix double label in checkboxes

* fix code formatting

---------

Co-authored-by: dvbthien <dvbthien@gmail.com>
2025-05-25 14:34:12 +07:00
Lukas c4df96bd72
fix(web): center memory lane buttons (#18613)
* fix(web): center memory lane buttons

* format
2025-05-25 19:33:25 +07:00
Alex 4743a085f1
fix: more z-index issue (#18598)
* fix: search suggestion

* fix: play icon lay on top of the search bar
2025-05-25 14:31:24 +07:00
github-actions 54bafccbf9 chore: version v1.133.1 2025-05-23 17:37:44 +07:00
Daniel Dietzler e61c575b01
fix: tailwind issues (#18528)
fix: tailwind issues (maybe)
2025-05-23 12:34:24 +07:00
Alex 4878c500a5
fix: hard link navigation (#18489) 2025-05-23 08:21:37 +07:00
Alex 8fcf47e5cb
chore: more padding (#18507) 2025-05-23 00:52:45 +07:00
Daimolean c7dc31151d
fix(web): multi-select (#18485) 2025-05-22 15:17:34 +07:00
Alex 065f7c7d5d
fix: more z-index issue (#18493) 2025-05-22 15:17:14 +07:00
Daimolean b194aee754
fix(web): pin code input (#18456) 2025-05-22 11:34:03 +07:00
Daimolean 91b961642a
feat(web): add to locked folder in album and search (#18488)
* feat(web): add to locked folder in album and search

* feat(web): add to locked folder in favorite and archive

* fix: lint

* feat: add to person page

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-05-22 16:26:19 +07:00
Daniel Dietzler c278bb0e5b
fix: avatar selection z-index issues (#18425) 2025-05-22 14:48:07 +07:00
github-actions 55adc136c8 chore: version v1.133.0 2025-05-21 19:47:42 +07:00
Arno 188188a844
fix: Change shortcut listeners from window to document (#18416)
* fix: Change shortcut listeners to document

* fix: split into window and document

* chore: upgrade ui package
2025-05-21 11:12:00 +07:00
Alex b2ef8ea7dd
fix: onboarding styling (#18417) 2025-05-21 15:59:28 +07:00
renovate[bot] 98e998e814
fix(deps): update typescript-projects (#18402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-21 11:42:41 +07:00
renovate[bot] b83b28cd73
fix(deps): update typescript-projects (#18390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
2025-05-20 22:40:30 +07:00
Brandon Wees 86db0aafe5
feat(web): add support for casting (#18231)
* recreate #13966

* gcast button works

* rewrote gcast-player to be GCastDestination and CastManager manages the interface between UI and casting destinations

* remove unneeded imports

* add "Connected to" translation

* Remove css for cast launcher

* fix tests

* fix doc tests

* fix the receiver application ID

* remove casting app ID

* remove cast button from nav bar

It is now present at the following locations:

- shared link album and single asset views
- asset viewer (normal user)
- album view (normal user)

* part 1 of fixes from @danieldietzler code review

* part 2 of code review changes from @danieldietzler and @jsram91

* cleanup documentation

* onVideoStarted missing callback

* add token expiry validation

* cleanup logic and logging

* small cleanup

* rename to ICastDestination

* cast button changes
2025-05-20 16:08:23 +07:00
Daniel Dietzler 12b7a079c1
fix: map (#18399) 2025-05-20 12:52:23 +07:00
Alex 53420b7c02
chore: notification panel style tweak (#18398) 2025-05-20 16:30:27 +07:00
Alex c05aa445d8
fix: location search result z-index (#18379) 2025-05-20 11:22:30 +07:00
Alex bdf19ce331
fix: TimelineAsset visibility (#18395)
* fix: TimelineAsset visibility

* fix enum values
2025-05-20 15:53:34 +07:00
Alex 895e0eacfe
refactor: slide-show settings (#18394) 2025-05-20 10:37:10 +07:00
renovate[bot] 965498d19b
chore(deps): update node.js to v22.15.1 (#18388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-20 15:14:59 +07:00
Daimolean 495a959879
fix(web): slide show in blurred background (#18384)
Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-05-20 09:00:20 +07:00
Min Idzelis e7edbcdf04
feat(server): lighter buckets (#17831)
* feat(web): lighter timeline buckets

* GalleryViewer

* weird ssr

* Remove generics from AssetInteraction

* ensure keys on getAssetInfo, alt-text

* empty - trigger ci

* re-add alt-text

* test fix

* update tests

* tests

* missing import

* feat(server): lighter buckets

* fix: flappy e2e test

* lint

* revert settings

* unneeded cast

* fix after merge

* Adapt web client to consume new server response format

* test

* missing import

* lint

* Use nulls, make-sql

* openapi battle

* date->string

* tests

* tests

* lint/tests

* lint

* test

* push aggregation to query

* openapi

* stack as tuple

* openapi

* update references to description

* update alt text tests

* update sql

* update sql

* update timeline tests

* linting, fix expected response

* string tuple

* fix spec

* fix

* silly generator

* rename patch

* minimize sorting

* review

* lint

* lint

* sql

* test

* avoid abbreviations

* review comment - type safety in test

* merge conflicts

* lint

* lint/abbreviations

* remove unncessary code

* review comments

* sql

* re-add package-lock

* use booleans, fix visibility in openapi spec, less cursed controller

* update sql

* no need to use sql template

* array access actually doesn't seem to matter

* remove redundant code

* re-add sql decorator

* unused type

* remove null assertions

* bad merge

* Fix test

* shave

* extra clean shave

* use decorator for content type

* redundant types

* redundant comment

* update comment

* unnecessary res

---------

Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-05-19 16:40:48 +07:00
Alex 59f666b115
chore: back button in pin verification form (#18378) 2025-05-19 21:33:42 +07:00
Alex c8641d24f6
chore: tailwindcss v4 and z-war clean up (#18358)
* chore: styling tweak

* replace full-screen-modal, update docs

* scrubber

* fix: control app bar in memory viewer

* face lift

* pr feedback

* clean up
2025-05-19 14:32:23 +07:00
Daniel Dietzler adb17c4d58
fix: supporter badge (#18357) 2025-05-18 18:26:24 +07:00
Daniel Dietzler 56156b97e7
chore: upgrade to tailwind v4 (#18353) 2025-05-18 13:51:33 +07:00
Min Idzelis 0bbe70e6a3
feat(web): lighter timeline buckets (#17719)
* feat(web): lighter timeline buckets

* GalleryViewer

* weird ssr

* Remove generics from AssetInteraction

* ensure keys on getAssetInfo, alt-text

* empty - trigger ci

* re-add alt-text

* test fix

* update tests

* tests

* missing import

* fix: flappy e2e test

* lint

* revert settings

* unneeded cast

* fix after merge

* missing import

* lint

* review

* lint

* avoid abbreviations

* review comment - type safety in test

* merge conflicts

* lint

* lint/abbreviations

* fix: left-over migration

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-05-18 02:57:08 +07:00
Dhaval Javia a65c905621
fix: delay settings apply for slideshow popup (#18028)
* fix: fixed slideshow values to apply on done.

* chore: linting error fixes

* feat: added cancel button and changed text from done to confirm
2025-05-17 21:09:15 +07:00
Snowknight26 61d784f4e7
fix(web): Make QR code colors solid (#18340) 2025-05-17 09:05:23 +07:00
koostamas b63d6cdcd6
feat: bulk change description (#18288)
Co-authored-by: Tamas Koos <ext_tamas.koos@btrl.ro>
2025-05-17 12:17:00 +07:00
Jason Rasmussen fa45a26cff
refactor: checkbox (#18337)
refactor: checkboxes
2025-05-16 18:13:39 +07:00
Jason Rasmussen 5353658114
refactor: convert slider to switch (#18334) 2025-05-16 13:59:47 +07:00
Daniel Dietzler 21880aec14
fix: z-index issues on search page (#18336) 2025-05-16 17:54:37 +07:00
Jason Rasmussen 8ab5040351
fix(web): modal colors (#18332)
* feat(web): clear person birthdate

* fix(web): modal colors
2025-05-16 12:58:17 +07:00
Sebastian Schneider 1219fd82a0
fix(web): format dates with the locale preference (#18259)
fix: Format dates in settings according to user setting
2025-05-16 12:03:54 +07:00
Jason Rasmussen 28d8357cc5
feat(web): clear person birthdate (#18330) 2025-05-16 11:56:25 +07:00
Daniel Dietzler a9e7d0388b
fix: people edit ui (#18320) 2025-05-15 18:32:01 +07:00
Jason Rasmussen 86d64f3483
refactor: buttons (#18317)
* refactor: buttons

* fix: woopsie

---------

Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
2025-05-15 18:31:33 +07:00
Jason Rasmussen c1150fe7e3
feat: lock auth session (#18322) 2025-05-15 18:08:31 +07:00
Jason Rasmussen ecb66fdb2c
fix: check i18n are sorted (#18324) 2025-05-15 17:55:16 +07:00
Jason Rasmussen c046651f23
feat(web): continue after login (#18302) 2025-05-15 14:45:23 +07:00
Brandon Wees 6117329057
feat: add session creation endpoint (#18295) 2025-05-15 13:34:33 +07:00
Daniel Dietzler 585997d46f
fix: person edit sidebar cursedness (#18318) 2025-05-15 18:28:20 +07:00
Jason Rasmussen 7146ec99b1
chore: use default theme config (#18314) 2025-05-15 10:44:10 +07:00
Alex b7b0b9b6d8
feat: locked/private view (#18268)
* feat: locked/private view

* feat: locked/private view

* pr feedback

* fix: redirect loop

* pr feedback
2025-05-15 15:35:21 +07:00
Daniel Dietzler cd03d0c0f2
refactor: person merge suggestion modal (#18287) 2025-05-14 20:30:24 +07:00
Jason Rasmussen 117b263887
refactor: sidebar (#18293) 2025-05-14 15:11:31 +07:00
Jason Rasmussen f357f3324f
refactor: default border color (#18292) 2025-05-14 13:12:57 +07:00
Jason Rasmussen 7d95bad5cb
refactor: user settings container (#18291) 2025-05-14 12:30:55 +07:00
Jason Rasmussen 77b0505006
refactor: layout components (#18290) 2025-05-14 12:30:47 +07:00
Jason Rasmussen fac1beb7d8
refactor: buy immich (#18289)
* refactor: buy container

* refactor: buy immich
2025-05-14 12:09:10 +07:00
Daniel Dietzler 3944f5d73b
fix: mobile sidebar (#18286) 2025-05-14 12:02:25 +07:00
Jason Rasmussen 4445288758
refactor: admin sidebar (#18276) 2025-05-14 11:23:57 +07:00
Daniel Dietzler 4efc41d5d9
refactor: date of birth modal (#18283) 2025-05-14 08:20:22 +07:00
Daniel Dietzler c9d45eee86
refactor: duplicates information modal (#18282) 2025-05-14 07:52:04 +07:00
Daniel Dietzler b3b774cfe5
fix: memory lane memory title (#18277) 2025-05-13 21:52:56 +07:00
Daniel Dietzler 15e894b9b5
fix: z-index issues (#18275) 2025-05-13 22:25:57 +07:00
Daniel Dietzler 0cd51ae9c5
fix: detail panel background (#18269) 2025-05-13 17:32:34 +07:00
Daniel Dietzler 668288ca20
refactor: album users modal (#18266) 2025-05-13 13:20:44 +07:00
Jason Rasmussen 3fdc1df89c
fix(web): handle deleted user on details page (#18264) 2025-05-13 09:40:50 +07:00
Daniel Dietzler 989d9dbe51
fix: z-index overuse (#18192) 2025-05-13 16:10:05 +07:00
Daniel Dietzler 48112d84a3
refactor: confirm modal in album users modal (#18241) 2025-05-13 15:39:21 +07:00
Jason Rasmussen ce90a2ec1a
refactor(web): disable login confirm modal (#18261) 2025-05-13 09:16:05 +07:00
Daimolean dccbe0b3ed
fix(web): user details (#18253)
fix(server, web): user details
2025-05-13 07:55:58 +07:00
renovate[bot] c0ad12f279
fix(deps): update typescript-projects (#18251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
2025-05-13 13:31:33 +07:00
renovate[bot] d271e6a3ae
chore(deps): update node.js to v22.15.0 (#18250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-13 12:09:41 +07:00
Jason Rasmussen 81d959a27e
refactor: remove unused props (#18240) 2025-05-12 22:31:37 +07:00
Jason Rasmussen bb775110ef
refactor: password reset success modal (#18239) 2025-05-12 18:18:13 +07:00
Jason Rasmussen 7280331b76
refactor: confirm modal (#18238) 2025-05-12 22:02:49 +07:00
Jason Rasmussen 93ee6ee0a5
refactor: dialog controller (#18235) 2025-05-12 17:48:05 +07:00
Daniel Dietzler 7544a678ec
refactor: remove unnecessary bg-color attributes and move to ui lib vars (#18234) 2025-05-12 17:17:01 +07:00
Jason Rasmussen 3066c8198c
feat(web): user detail page (#18230)
feat: user detail page
2025-05-12 16:50:26 +07:00
Jason Rasmussen eb8dfa283e
fix(web): no rounded map on /map page (#18232) 2025-05-12 14:15:15 +07:00
Daniel Dietzler 41a127e2ab
refactor: avatar selector modal (#18228) 2025-05-12 10:56:36 +07:00
Daniel Dietzler feb475561e
fix: missing translation in pin settings (#18203) 2025-05-10 15:27:42 +07:00
Alex 4c4c67f0d2
chore(web): color tuning (#18193) 2025-05-10 20:55:06 +07:00
Daimolean 381b66bf70
fix(web): IconButton size in user restore (#18194) 2025-05-10 07:28:37 +07:00
renovate[bot] a89f3ad97c
fix(deps): update typescript-projects (#18133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-10 13:07:20 +07:00
Jason Rasmussen c473511133
feat(web): stat card tweaks (#18189)
feat: stat card tweaks
2025-05-09 17:56:41 +07:00
Ben McCann 0d66a6b51f
chore(web): upgrade enhanced-img (#18186) 2025-05-09 16:05:07 +07:00
Jason Rasmussen 66400b2e8e
fix(web): user restore (#18188) 2025-05-09 21:05:01 +07:00
Alex 3f719bd8d7
feat: user pin-code (#18138)
* feat: user pincode

* pr feedback

* chore: cleanup

---------

Co-authored-by: Jason Rasmussen <jason@rasm.me>
2025-05-09 17:00:58 +07:00
Daniel Dietzler 55af925ab3
refactor: shared link url (#18185) 2025-05-09 15:23:00 +07:00
Daniel Dietzler f21fe8716c
refactor: shortcuts modal (#18175) 2025-05-09 13:24:36 +07:00
Daniel Dietzler 6a69dafd31
refactor: share modals (#18183) 2025-05-09 16:59:29 +07:00
Daniel Dietzler 47b1938f17
fix: search filter modal close (#18180) 2025-05-09 10:10:10 +07:00
Daniel Dietzler 89551edee5
fix: z-index war in the asset viewer (#18091) 2025-05-09 10:17:26 +07:00
luzpaz b1e1362246
fix: various typos (grouped in to separate commits) (#18177) 2025-05-09 13:10:34 +07:00
Alex ccc2b191dd
fix: notification text's color (#18170) 2025-05-08 19:07:12 +07:00
Alex bb7010b2bb
chore: rounded map corner when needed (#18163) 2025-05-09 00:49:16 +07:00
Daniel Dietzler 8db666bc38
refactor: search filter modal (#18159) 2025-05-08 15:36:05 +07:00
Daimolean eace0f716d
fix(web): add photos to album (#18166) 2025-05-08 20:24:51 +07:00
Daimolean 0cd5960007
fix(web): ui (#18160)
* fix(web): ui

* fix(web): ui

* lint

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-05-08 19:32:45 +07:00
Alex 3a1e3e82e7
fix: notification text's color (#18151) 2025-05-08 12:15:11 +07:00
Daniel Dietzler 894545aeed
refactor: modal manager types (#18150) 2025-05-07 22:08:19 +07:00
Daniel Dietzler 5250269fa4
refactor: user page modals (#18147) 2025-05-07 17:58:46 +07:00