mirror of
https://github.com/immich-app/immich.git
synced 2025-12-29 01:11:52 +03:00
fix(server,web): correctly remove metadata from shared links (#4464)
* wip: strip metadata * fix: authenticate time buckets * hide detail panel * fix tests * fix lint * add e2e tests * chore: open api * fix web compilation error * feat: test with asset with gps position * fix: only import fs.promises.cp * fix: cleanup mapasset * fix: format --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4a9f58bf9b
commit
dadcf49eca
6
mobile/openapi/test/asset_response_dto_test.dart
generated
6
mobile/openapi/test/asset_response_dto_test.dart
generated
@@ -52,6 +52,11 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool hasMetadata
|
||||
test('to test the property `hasMetadata`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String id
|
||||
test('to test the property `id`', () async {
|
||||
// TODO
|
||||
@@ -142,7 +147,6 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// base64 encoded thumbhash
|
||||
// String thumbhash
|
||||
test('to test the property `thumbhash`', () async {
|
||||
// TODO
|
||||
|
||||
@@ -46,8 +46,8 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool showExif (default value: true)
|
||||
test('to test the property `showExif`', () async {
|
||||
// bool showMetadata (default value: true)
|
||||
test('to test the property `showMetadata`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
@@ -36,8 +36,8 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool showExif
|
||||
test('to test the property `showExif`', () async {
|
||||
// bool showMetadata
|
||||
test('to test the property `showMetadata`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
@@ -61,8 +61,8 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool showExif
|
||||
test('to test the property `showExif`', () async {
|
||||
// bool showMetadata
|
||||
test('to test the property `showMetadata`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user