core: add updated_at field to user#15571
Merged
rissson merged 8 commits intogoauthentik:mainfrom Aug 4, 2025
Merged
Conversation
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-integrations canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #15571 +/- ##
==========================================
+ Coverage 92.59% 92.70% +0.11%
==========================================
Files 831 831
Lines 44508 44550 +42
==========================================
+ Hits 41210 41301 +91
+ Misses 3298 3249 -49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Add created_at and updated_at to the authentik core user model. - Add filters for the API for exact match, less than and greater than.
3a33e47 to
4dcfcbc
Compare
rissson
reviewed
Jul 15, 2025
- Drop `created_at` field in favor of pre-existing `date_joined`
- Align `updated_at` with `authentik.lib.models.CreatedUpdatedModel`
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
rissson
approved these changes
Aug 4, 2025
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
kensternberg-authentik
added a commit
that referenced
this pull request
Aug 6, 2025
* main: (77 commits) website/integrations: add hass-openid instructions (#14672) core: add updated_at field to user (#15571) root: Add more opencontainer labels to Dockerfiles (#15923) core: bump goauthentik.io/api/v3 from 3.2025064.2 to 3.2025064.3 (#15949) core, providers/ldap: add parent/child groups to api and ldap results (#14974) web: Make Webdriver optional during install. (#15952) core, web: update translations (#15945) packages/django-dramatiq-postgres: fix typo (#15932) web: bump API Client version (#15942) core: fix flow planner checking against wrong user when creating recovery link (#15390) providers/saml: configuration for default NameID Policy (#15109) core: bump boto3 from 1.39.15 to v1.40.1 (#15926) core: bump jsii from 1.112.0 to v1.113.0 (#15927) core: bump argon2-cffi-bindings from 21.2.0 to v25.1.0 (#15925) core: bump aiohttp from 3.12.14 to v3.12.15 (#15924) core: bump opentelemetry-api from 1.35.0 to v1.36.0 (#15928) web/admin: fix variable name (#15934) policies: fix typo (#15933) web: bump @sentry/browser from 9.43.0 to 10.0.0 in /web in the sentry group across 1 directory (#15911) core: bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 (#15908) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
Brings
updated_atandcreated_atfields to the core user model.Additionally filters are also provided for exact value, greater than, less than against the new timestamp dates.
Closes #15570
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If applicable (not sure if it is)