mirror of
https://github.com/immich-app/immich.git
synced 2025-01-24 12:42:44 +01:00
cf9e04c8ec
* feat(server): audit log * feedback * Insert to database * migration * test * controller/repository/service * test * module * feat(server): implement audit endpoint * directly return changed assets * add daily cleanup of audit table * fix tests * review feedback * ci * refactor(server): audit implementation * chore: open api --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com> Co-authored-by: Fynn Petersen-Frey <zoodyy@users.noreply.github.com> Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
27 lines
771 B
TypeScript
27 lines
771 B
TypeScript
export * from './access';
|
|
export * from './album';
|
|
export * from './api-key';
|
|
export * from './asset';
|
|
export * from './audit';
|
|
export * from './auth';
|
|
export * from './communication';
|
|
export * from './crypto';
|
|
export * from './domain.config';
|
|
export * from './domain.constant';
|
|
export * from './domain.module';
|
|
export * from './domain.util';
|
|
export * from './facial-recognition';
|
|
export * from './job';
|
|
export * from './media';
|
|
export * from './metadata';
|
|
export * from './partner';
|
|
export * from './person';
|
|
export * from './search';
|
|
export * from './server-info';
|
|
export * from './shared-link';
|
|
export * from './smart-info';
|
|
export * from './storage';
|
|
export * from './storage-template';
|
|
export * from './system-config';
|
|
export * from './tag';
|
|
export * from './user';
|