mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-26 09:25:51 +00:00
* feat: add admin config module for user configured config, uses it for ffmpeg * feat: add api endpoint to retrieve admin config settings and values * feat: add settings panel to admin page on web (wip) * feat: add api endpoint to update the admin config * chore: re-generate openapi spec after rebase * refactor: move from admin config to system config naming * chore: move away from UseGuards to new @Authenticated decorator * style: dark mode styling for lists and fix conflicting colors * wip: 2 column design, no edit button * refactor: system config * chore: generate open api * chore: rm broken test * chore: cleanup types * refactor: config module names Co-authored-by: Zack Pollard <zackpollard@ymail.com> Co-authored-by: Zack Pollard <zack.pollard@moonpig.com> |
||
|---|---|---|
| .. | ||
| 1645130759468-CreateUserTable.ts | ||
| 1645130777674-CreateDeviceInfoTable.ts | ||
| 1645130805273-CreateAssetsTable.ts | ||
| 1645130817965-CreateExifTable.ts | ||
| 1645130870184-CreateSmartInfoTable.ts | ||
| 1646249209023-AddExifTextSearchColumn.ts | ||
| 1646249734844-CreateExifTextSearchIndex.ts | ||
| 1646709533213-AddRegionCityToExIf.ts | ||
| 1646710459852-AddLocationToExifTextSearch.ts | ||
| 1648317474768-AddObjectColumnToSmartInfo.ts | ||
| 1649643216111-CreateSharedAlbumAndRelatedTables.ts | ||
| 1652633525943-UpdateUserTableWithAdminAndName.ts | ||
| 1653214255670-UpdateAssetTableWithWebpPath.ts | ||
| 1654299904583-UpdateAssetTableWithEncodeVideoPath.ts | ||
| 1655401127251-RenameSharedAlbums.ts | ||
| 1656338626260-RenameIsFirstLoggedInColumn.ts | ||
| 1656888591977-RenameAssetAlbumIdSequence.ts | ||
| 1656888918620-DropExifTextSearchableColumn.ts | ||
| 1656889061566-MatchMigrationsWithTypeORMEntities.ts | ||
| 1658860470248-AddExifImageNameAsSearchableText.ts | ||
| 1661011331242-AddCaption.ts | ||
| 1661528919411-ChangeExifFileSizeInByteToBigInt.ts | ||
| 1661881837496-AddAssetChecksum.ts | ||
| 1661971370662-UpdateAssetTableWithNewUniqueConstraint.ts | ||
| 1662427365521-FixTimestampDataTypeInAssetTable.ts | ||
| 1665540663419-CreateSystemConfigTable.ts | ||
| 1667762360744-AddingDeletedAtColumnInUserEntity.ts | ||