Daimolean
|
b8e67d0ef9
|
fix(mobile): filter deleted assets (#19683)
|
2025-07-02 12:25:14 -05:00 |
|
Min Idzelis
|
ca78bc91b6
|
feat: fully qualified path in error msg (#19674)
* feat: fully qualified path in error msg
* import style
|
2025-07-02 09:31:20 -04:00 |
|
shenlong
|
f2f3db3a79
|
refactor: action provider (#19677)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
|
2025-07-01 23:08:52 -05:00 |
|
Jason Rasmussen
|
c435bdb5d3
|
refactor: sql-tools readers (#19672)
|
2025-07-01 22:57:17 -04:00 |
|
Min Idzelis
|
15da0d5a71
|
fix: email button (#19675)
|
2025-07-01 22:48:41 -04:00 |
|
Min Idzelis
|
090d87f82e
|
chore: dev environment improvements and dependency updates (#19676)
|
2025-07-01 22:47:59 -04:00 |
|
Alex
|
25efba8fe6
|
chore: remove share link success prompt (#19671)
|
2025-07-01 16:55:17 +00:00 |
|
Daimolean
|
83afd49f5c
|
feat(mobile): edit location action (#19645)
* change dto from integer to double
* feat(mobile): edit location action
* patch openapi
* refactor in provider
* fix lint
* chore: not showing success prompt if dimissed
* i18n
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
|
2025-07-01 16:52:11 +00:00 |
|
Ramon Smits
|
639ede78c2
|
docs: document DB_STORAGE_TYPE environment variable (#19609)
Co-authored-by: Zack Pollard <github@zackpollard.uk>
|
2025-07-01 16:13:24 +00:00 |
|
shenlong
|
15be3437bf
|
fix: timeline service uninitialised across routes (#19544)
|
2025-07-01 10:23:20 -05:00 |
|
Daimolean
|
f59b0bab5a
|
refactor(mobile): action provider (#19669)
* refactor action provider
* fix lint
|
2025-07-01 10:18:23 -05:00 |
|
Alex
|
fa418d778b
|
feat: lock folder action (#19634)
* feat: lock folder action
* refactor
|
2025-07-01 14:03:45 +00:00 |
|
bo0tzz
|
e0c4b8df6f
|
chore: remove runner deps install step (#19527)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2025-07-01 14:18:14 +01:00 |
|
Min Idzelis
|
7f9689b4bc
|
feat: bin for cli (#19648)
|
2025-07-01 08:00:41 -04:00 |
|
seifer44
|
e6f8bfdf5e
|
chore(docs): add instruction for trusting self-signed certificates with Immich and an OAuth server (#18624)
|
2025-07-01 11:21:57 +00:00 |
|
Min Idzelis
|
8ccca04e27
|
fix(web): improve request cancellation handling in service worker cache (#19217)
|
2025-07-01 11:53:04 +01:00 |
|
Daniel Dietzler
|
53f80393bf
|
chore: upgrade to cron v4 (#19664)
|
2025-07-01 12:47:04 +02:00 |
|
renovate[bot]
|
e5e857edc3
|
chore(deps): update prom/prometheus docker digest to 7a34573 (#19646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-07-01 11:33:39 +01:00 |
|
renovate[bot]
|
590f96246d
|
chore(deps): update github-actions (#19654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-07-01 11:33:01 +01:00 |
|
renovate[bot]
|
38d73f2bc6
|
chore(deps): update dependency @types/node to ^22.15.33 (#19653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-07-01 11:32:11 +01:00 |
|
renovate[bot]
|
96e3b96d57
|
fix(deps): update dependency nestjs-otel to v7 (#19662)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-07-01 11:02:46 +01:00 |
|
renovate[bot]
|
36b018e355
|
fix(deps): update typescript-projects (#18898)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
|
2025-07-01 10:00:35 +00:00 |
|
renovate[bot]
|
214ca50406
|
chore(deps): update node.js to v22.17.0 (#19656)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-07-01 10:59:31 +01:00 |
|
renovate[bot]
|
29b3981609
|
fix(deps): update dependency nestjs-kysely to v3 (#19660)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-07-01 10:27:20 +01:00 |
|
Mert
|
a068a41c06
|
fix(server): prevent duplicate geodata temp table (#18580)
drop tmp table, create gist index first
|
2025-06-30 23:28:30 -04:00 |
|
bo0tzz
|
3c6e9e1191
|
feat: use request host as default SSR domain (#19485)
fix: hostname and domain confusion
chore: e2e test
|
2025-06-30 23:24:44 -04:00 |
|
Min Idzelis
|
db0415bbcc
|
chore: undeclared versions/updates (#19649)
|
2025-06-30 23:23:41 -04:00 |
|
shenlong
|
a5c431fbf5
|
refactor: animate bottom sheet (#19655)
* refactor: animate bottom sheet
* rebase on main
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
|
2025-06-30 22:23:38 -05:00 |
|
Min Idzelis
|
a3d588f6bd
|
feat: makefile improvements (#19650)
|
2025-06-30 21:40:42 -05:00 |
|
shenlong
|
21f500191a
|
refactor: actions provider (#19651)
* refactor: actions provider
* chore: rename error and stack
* remove empty checks
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
|
2025-07-01 08:10:25 +05:30 |
|
shenlong
|
5011636d95
|
refactor: header - bulk select icon (#19652)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
|
2025-06-30 21:33:37 -05:00 |
|
Alex
|
3f330c6476
|
feat: drift album page (#19564)
* feat: drift album page
* feat: page renderred
* feat: asset count
* refactor: use statefulwidget
* refactor: private widgets
* refactor: service layer
* refactor: import
* feat: get owner name
* pr feedback
* pr feedback
* pr feedback
* pr feedback
|
2025-07-01 07:54:50 +05:30 |
|
Daimolean
|
bb8755021d
|
revert: timeout (#19639)
|
2025-06-30 17:02:50 -05:00 |
|
Jason Rasmussen
|
93f9e118ad
|
refactor: timeline tests (#19641)
|
2025-06-30 17:43:45 -04:00 |
|
Jason Rasmussen
|
58ca1402ed
|
feat: sync partner stacks (#19635)
|
2025-06-30 16:41:06 -04:00 |
|
Daimolean
|
32a7087883
|
feat(mobile): archive action (#19630)
* feat(mobile): archive action
* fix: lint
* Update i18n/en.json
Co-authored-by: Alex <alex.tran1502@gmail.com>
* fix: lint
* fix: lint
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
|
2025-06-30 14:38:15 -05:00 |
|
Daimolean
|
53020852ec
|
fix(web): modal race condition (#19625)
* fix(web): modal race condition
* fix: translation
* fix: translation
|
2025-06-30 14:33:47 -05:00 |
|
Jason Rasmussen
|
181a7e115f
|
feat: sync stacks (#19629)
|
2025-06-30 14:26:41 -05:00 |
|
Alex
|
095ace8687
|
feat: shared link action (#19610)
|
2025-06-30 17:32:18 +00:00 |
|
Alex
|
4c3fcdc745
|
feat: favorite action (#19623)
|
2025-06-30 12:21:09 -05:00 |
|
Alex
|
fa5f30d9ca
|
fix: timeline service mismatch state (#19612)
|
2025-06-30 12:20:13 -05:00 |
|
Jason Rasmussen
|
e60bc3c304
|
refactor: database types (#19624)
|
2025-06-30 13:19:16 -04:00 |
|
Jason Rasmussen
|
09cbc5d3f4
|
refactor: change password repository lookup (#19584)
|
2025-06-27 16:52:04 -04:00 |
|
Jason Rasmussen
|
a2a9797fab
|
refactor: auth medium tests (#19583)
|
2025-06-27 15:35:19 -04:00 |
|
Matthew Momjian
|
3d35e65f27
|
fix(docs): add DB_USERNAME when needed (#19578)
add DB_USERNAME when needed
|
2025-06-27 13:54:27 -04:00 |
|
Jason Rasmussen
|
df76735f4a
|
refactor: sync repository (#19581)
|
2025-06-27 13:47:06 -04:00 |
|
Jason Rasmussen
|
6feca56da8
|
feat: sync memories (#19579)
|
2025-06-27 12:20:13 -04:00 |
|
Alex
|
97aabe466e
|
feat: action buttons place holder (#19561)
* feat: action buttons place holder
* lint
* Update base_action_button.widget.dart
Co-authored-by: shenlong <139912620+shenlong-tanwen@users.noreply.github.com>
---------
Co-authored-by: shenlong <139912620+shenlong-tanwen@users.noreply.github.com>
|
2025-06-27 13:33:46 +00:00 |
|
shenlong
|
72a53f43c8
|
feat: use sqlite timeline user provider (#19577)
use sqlite timeline user provider
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
|
2025-06-27 08:29:27 -05:00 |
|
Jason Rasmussen
|
30b4f334d8
|
feat: upload manager (#19565)
|
2025-06-27 09:13:43 -04:00 |
|