This website requires JavaScript.
Explore
Help
Sign In
dkam
/
clinch
Watch
1
Star
0
Fork
0
Code
Issues
7
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
71d59e736774652e15a821253077c3594d993315
clinch
/
db
/
migrate
T
History
Dan Milne
71d59e7367
CI / scan_ruby (push)
Has been cancelled
Details
CI / scan_js (push)
Has been cancelled
Details
CI / lint (push)
Has been cancelled
Details
CI / test (push)
Has been cancelled
Details
CI / system-test (push)
Has been cancelled
Details
Remove plain text token from everywhere
2025-12-30 11:58:11 +11:00
..
20251023053651_create_users.rb
First crack
2025-10-23 16:45:00 +11:00
20251023053652_create_sessions.rb
First crack
2025-10-23 16:45:00 +11:00
20251023053722_add_auth_fields_to_users.rb
Add user admin
2025-10-23 21:13:50 +11:00
20251023053740_add_device_tracking_to_sessions.rb
First crack
2025-10-23 16:45:00 +11:00
20251023053836_create_groups.rb
First crack
2025-10-23 16:45:00 +11:00
20251023053837_create_user_groups.rb
First crack
2025-10-23 16:45:00 +11:00
20251023053927_create_applications.rb
First crack
2025-10-23 16:45:00 +11:00
20251023053938_create_application_groups.rb
First crack
2025-10-23 16:45:00 +11:00
20251023054038_create_oidc_authorization_codes.rb
First crack
2025-10-23 16:45:00 +11:00
20251023054039_create_oidc_access_tokens.rb
First crack
2025-10-23 16:45:00 +11:00
20251023210508_create_forward_auth_rules.rb
Separate Forward auth into it's own models + controller
2025-10-24 10:56:27 +11:00
20251023234744_create_forward_auth_rule_groups.rb
Separate Forward auth into it's own models + controller
2025-10-24 10:56:27 +11:00
20251024012201_add_role_mapping_to_applications.rb
OIDC app creation with encrypted secrets and application roles
2025-10-24 14:47:24 +11:00
20251024022837_add_description_to_applications.rb
OIDC app creation with encrypted secrets and application roles
2025-10-24 14:47:24 +11:00
20251024032255_add_client_secret_hash_to_applications.rb
OIDC app creation with encrypted secrets and application roles
2025-10-24 14:47:24 +11:00
20251024033007_rename_client_secret_hash_to_client_secret_digest.rb
OIDC app creation with encrypted secrets and application roles
2025-10-24 14:47:24 +11:00
20251024053326_add_nonce_to_oidc_authorization_codes.rb
Add nonce to the auth codes
2025-10-24 16:34:38 +11:00
20251024055739_create_oidc_user_consents.rb
Remember that we concented.
2025-10-24 17:01:03 +11:00
20251026033102_add_headers_config_to_forward_auth_rule.rb
Add configuration foward-auth headers
2025-10-26 14:41:20 +11:00
20251026113035_add_last_sign_in_at_to_users.rb
Add a list_sign_in_at field for users so magick links work
2025-10-26 22:40:54 +11:00
20251104014854_add_custom_claims_to_groups_and_users.rb
Massive refactor. Merge forward_auth into App, remove references to unimplemented OIDC federation and SAML features. Add group and user custom claims. Groups now allocate which apps a user can use
2025-11-04 13:21:55 +11:00
20251104014928_add_forward_auth_fields_to_applications.rb
Massive refactor. Merge forward_auth into App, remove references to unimplemented OIDC federation and SAML features. Add group and user custom claims. Groups now allocate which apps a user can use
2025-11-04 13:21:55 +11:00
20251104014955_migrate_forward_auth_rules_to_applications.rb
Massive refactor. Merge forward_auth into App, remove references to unimplemented OIDC federation and SAML features. Add group and user custom claims. Groups now allocate which apps a user can use
2025-11-04 13:21:55 +11:00
20251104015034_remove_role_related_tables_and_columns.rb
Massive refactor. Merge forward_auth into App, remove references to unimplemented OIDC federation and SAML features. Add group and user custom claims. Groups now allocate which apps a user can use
2025-11-04 13:21:55 +11:00
20251104015104_remove_forward_auth_tables.rb
Massive refactor. Merge forward_auth into App, remove references to unimplemented OIDC federation and SAML features. Add group and user custom claims. Groups now allocate which apps a user can use
2025-11-04 13:21:55 +11:00
20251104022439_add_name_to_users.rb
Move sessions into their own view for easier management
2025-11-04 15:19:39 +11:00
20251104042155_create_webauthn_credentials.rb
Add webauthn
2025-11-04 16:20:11 +11:00
20251104042206_add_webauthn_to_users.rb
Add webauthn
2025-11-04 16:20:11 +11:00
20251104054909_add_landing_url_to_applications.rb
Fix CSP errors - migrate inline JS to stimulus controllers. Add a URL for applications so users can discover them
2025-11-04 17:06:53 +11:00
20251104061455_clear_existing_backup_codes.rb
Ok - this time add the new controllers we stripped out of inline and add back the csp
2025-11-04 18:55:20 +11:00
20251104064114_change_backup_codes_to_json.rb
Ok - this time add the new controllers we stripped out of inline and add back the csp
2025-11-04 18:55:20 +11:00
20251108090123_add_pkce_support_to_oidc_authorization_codes.rb
Add pkce
2025-11-09 10:21:29 +11:00
20251109011443_fix_empty_domain_patterns.rb
Bug fix for domain names with empty string instead of null. Form errors and some security fixes
2025-11-09 12:22:41 +11:00
20251112114852_create_oidc_refresh_tokens.rb
More complete oidc
2025-11-18 20:02:45 +11:00
20251112114945_add_token_digest_to_oidc_access_tokens.rb
More complete oidc
2025-11-18 20:02:45 +11:00
20251112115845_add_token_expiry_to_applications.rb
More complete oidc
2025-11-18 20:02:45 +11:00
20251112120314_make_oidc_access_token_token_nullable.rb
More complete oidc
2025-11-18 20:02:45 +11:00
20251122235519_add_sid_to_oidc_user_consent.rb
Add OIDC fixes, add prefered_username, add application-user claims
2025-11-25 16:29:40 +11:00
20251123052026_create_application_user_claims.rb
Add OIDC fixes, add prefered_username, add application-user claims
2025-11-25 16:29:40 +11:00
20251125012446_add_username_to_users.rb
Add OIDC fixes, add prefered_username, add application-user claims
2025-11-25 16:29:40 +11:00
20251125063248_create_active_storage_tables.active_storage.rb
Add Icons for apps
2025-11-25 19:11:22 +11:00
20251125081147_add_backchannel_logout_uri_to_applications.rb
Backchannel complete - improve oidc credential display
2025-11-27 11:52:25 +11:00
20251229220739_add_token_prefix_to_tokens.rb
Add a token prefix column, generate the token_prefix and the token_digest, removing the plaintext token from use.
2025-12-30 09:45:16 +11:00
20251230005248_remove_plaintext_token_from_oidc_access_tokens.rb
Remove plain text token from everywhere
2025-12-30 11:58:11 +11:00