mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 18:42:17 -07: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>
20 lines
589 B
TypeScript
20 lines
589 B
TypeScript
export * from './album.stub';
|
|
export * from './api-key.stub';
|
|
export * from './asset.stub';
|
|
export * from './audit.stub';
|
|
export * from './auth.stub';
|
|
export * from './device.stub';
|
|
export * from './error.stub';
|
|
export * from './face.stub';
|
|
export * from './file.stub';
|
|
export * from './media.stub';
|
|
export * from './partner.stub';
|
|
export * from './person.stub';
|
|
export * from './search.stub';
|
|
export * from './shared-link.stub';
|
|
export * from './system-config.stub';
|
|
export * from './tag.stub';
|
|
export * from './user-token.stub';
|
|
export * from './user.stub';
|
|
export * from './uuid.stub';
|