File tree
13 files changed
+162
-18
lines changed- mobile/openapi
- lib
- api
- model
- open-api
- typescript-sdk/src
- server
- src
- controllers
- dtos
- services
- test/repositories
- web/src/lib/utils
13 files changed
+162
-18
lines changedDiff for: mobile/openapi/README.md
+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: mobile/openapi/lib/api.dart
+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+9-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: mobile/openapi/lib/api_client.dart
+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: open-api/immich-openapi-specs.json
+18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3491 | 3491 |
| |
3492 | 3492 |
| |
3493 | 3493 |
| |
| 3494 | + | |
| 3495 | + | |
| 3496 | + | |
| 3497 | + | |
| 3498 | + | |
| 3499 | + | |
| 3500 | + | |
3494 | 3501 |
| |
3495 | 3502 |
| |
3496 | 3503 |
| |
| |||
12348 | 12355 |
| |
12349 | 12356 |
| |
12350 | 12357 |
| |
| 12358 | + | |
| 12359 | + | |
| 12360 | + | |
| 12361 | + | |
| 12362 | + | |
| 12363 | + | |
| 12364 | + | |
| 12365 | + | |
| 12366 | + | |
| 12367 | + | |
| 12368 | + | |
12351 | 12369 |
| |
12352 | 12370 |
| |
12353 | 12371 |
| |
|
+7-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
656 | 656 |
| |
657 | 657 |
| |
658 | 658 |
| |
| 659 | + | |
| 660 | + | |
| 661 | + | |
659 | 662 |
| |
660 | 663 |
| |
661 | 664 |
| |
| |||
2220 | 2223 |
| |
2221 | 2224 |
| |
2222 | 2225 |
| |
2223 |
| - | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
2224 | 2230 |
| |
2225 | 2231 |
| |
2226 | 2232 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 |
| - | |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
|
Diff for: server/src/dtos/notification.dto.ts
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
616 | 616 |
| |
617 | 617 |
| |
618 | 618 |
| |
619 |
| - | |
620 |
| - | |
621 |
| - | |
622 |
| - | |
623 |
| - | |
624 | 619 |
| |
625 | 620 |
| |
626 | 621 |
| |
|
+5-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
| |||
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
| 164 | + | |
| 165 | + | |
164 | 166 |
| |
165 | 167 |
| |
166 | 168 |
| |
| |||
312 | 314 |
| |
313 | 315 |
| |
314 | 316 |
| |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 | 317 |
| |
320 | 318 |
| |
321 | 319 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
|
Diff for: web/src/lib/utils/handle-error.ts
+14-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
| 5 | + | |
| 6 | + | |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
8 | 20 |
| |
9 | 21 |
| |
10 | 22 |
| |
|
0 commit comments