Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-20 17:25:35 +03:00
Code Issues Packages Projects Releases 18 Wiki Activity
Files
75aa8e66214d7b1f40c96d4602f2eea506ca3450
immich/server/src/dtos/system-config-reverse-geocoding.dto.ts

7 lines
142 B
TypeScript
Raw Normal View History

chore: organize config, validation, decorators (#8118) * refactor: validation * refactor: utilities * refactor: config
2024-03-20 15:04:03 -05:00
import { ValidateBoolean } from 'src/validation';
feat(server, web)!: Move reverse geocoding settings to the UI (#4222) * feat: reverse geocoding settings * chore: open api * re-init geocoder if precision has been updated * update docs * chore: update verbiage * fix: re-init logic * fix: reset to default --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-09-26 09:03:57 +02:00
export class SystemConfigReverseGeocodingDto {
refactor: api validators (boolean and date) (#7709) * refactor: api validators (boolean and date) * chore: open api * revert: time bucket change
2024-03-07 22:59:02 -05:00
@ValidateBoolean()
feat(server, web)!: Move reverse geocoding settings to the UI (#4222) * feat: reverse geocoding settings * chore: open api * re-init geocoder if precision has been updated * update docs * chore: update verbiage * fix: re-init logic * fix: reset to default --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-09-26 09:03:57 +02:00
enabled!: boolean;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 133ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API