1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/src/lib/db
Christopher Kolstad ea38877b0c
feat: List and delete inactive users
Adds a new Inactive Users list component to admin/users for easier cleanup of users that are counted as inactive: No sign of activity (logins or api token usage) in the last 180 days.

---------

Co-authored-by: David Leek <david@getunleash.io>
2024-02-05 14:07:38 +01:00
..
access-store.test.ts
access-store.ts
account-store.ts
addon-store.ts
api-token-store.ts
client-applications-store.ts
client-instance-store.ts fix: Use knex whereLike instead of whereRaw to fix escaping (#6041) 2024-01-26 10:44:53 +01:00
context-field-store.ts
db-pool.ts
db.ts
event-store.ts
favorite-features-store.ts
favorite-projects-store.ts
feature-environment-store.ts fix: clone variants (featureEnv and strategy) when cloning an env (#6026) 2024-01-25 10:53:43 +02:00
feature-strategy-store.test.ts
feature-tag-store.ts chore: split metrics by request type (#6119) 2024-02-05 09:01:42 +01:00
feature-type-store.ts
group-store.ts
index.ts feat: List and delete inactive users 2024-02-05 14:07:38 +01:00
pat-store.ts refactor: PATs (#6101) 2024-02-01 14:28:46 +00:00
project-stats-store.ts
project-store.ts feat: expose project time to production for project flag trends (#6068) 2024-01-30 13:28:20 +01:00
public-signup-token-store.ts
reset-token-store.ts
role-store.ts
segment-store.test.ts chore: remove detectSegmentUsageInChangeRequests flag (#6080) 2024-01-31 17:24:35 +09:00
segment-store.ts chore: remove detectSegmentUsageInChangeRequests flag (#6080) 2024-01-31 17:24:35 +09:00
session-store.ts
setting-store.ts
strategy-store.ts
tag-store.ts
transaction.ts
user-feedback-store.ts
user-splash-store.ts
user-store.ts