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
4df2eee4d9b8a880cbe72e7e899c9444687c6193
clinch
/
db
/
migrate
T
History
Dan Milne
4df2eee4d9
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
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
..
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