You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BlackDex
18d66474e0
Fix External ID not set during DC Sync
...
While working on the fix I realised the location where the `external_id`
is stored was wrong. It was stored in the `users` table, but it actually
should have been stored in the `users_organizations` table.
This will move the column to the right table. It will not move the
values of the `external_id` column, because if there are more
organizations, there is no way to really know which organization it is
linked to. Setups using the Directory Connector can clear the sync
cache, and sync again, that will store all the `external_id` values at
the right location.
Also changed the function to revoke,restore an org-user and set_external_id to return a boolean.
It will state if the value has been changed or not, and if not, we can
prevent a `save` call to the database.
The `users` table is not changed to remove the `external_id` column, thi
to prevent issue when users want to revert back to an earlier version
for some reason. We can do this after a few minor release i think.
Fixes #3777
1 year ago
..
2018-01-14-171611_create_tables
initial mysql support
6 years ago
2018-02-17-205753_create_collections_and_orgs
initial mysql support
6 years ago
2018-04-27-155151_create_users_ciphers
initial mysql support
6 years ago
2018-05-08-161616_create_collection_cipher_map
initial mysql support
6 years ago
2018-05-25-232323_update_attachments_reference
initial mysql support
6 years ago
2018-06-01-112529_update_devices_twofactor_remember
initial mysql support
6 years ago
2018-07-11-181453_create_u2f_twofactor
initial mysql support
6 years ago
2018-08-27-172114_update_ciphers
initial mysql support
6 years ago
2018-09-10-111213_add_invites
initial mysql support
6 years ago
2018-09-19-144557_add_kdf_columns
Updated client kdf iterations to 100000 and fixed some lints
5 years ago
2018-11-27-152651_add_att_key_columns
initial mysql support
6 years ago
2019-05-26-216651_rename_key_and_type_columns
initial mysql support
6 years ago
2019-10-10-083032_add_column_to_twofactor
Updated authenticator TOTP
5 years ago
2019-11-17-011009_add_email_verification
Implement change-email, email-verification, account-recovery, and welcome notifications
5 years ago
2020-03-13-205045_add_policy_table
Initial version of policies
5 years ago
2020-04-09-235005_add_cipher_delete_date
Initial support for soft deletes
5 years ago
2020-07-01-214531_add_hide_passwords
Add support for hiding passwords in a collection
4 years ago
2020-08-02-025025_add_favorites_table
Transfer favorite status for user-owned ciphers
4 years ago
2020-11-30-224000_add_user_enabled
Implement admin ability to enable/disable users
4 years ago
2020-12-09-173101_add_stamp_exception
Fix Key Rotation during password change
4 years ago
2021-03-11-190243_add_sends
Send API
4 years ago
2021-03-15-163412_rename_send_key
rename send key -> akey
4 years ago
2021-04-30-233251_add_reprompt
Add support for password reprompt
4 years ago
2021-05-11-205202_add_hide_email
Add support for hiding the sender's email address in Bitwarden Sends
4 years ago
2021-07-01-203140_add_password_reset_keys
Added web-vault v2.21.x support + some misc fixes
3 years ago
2021-08-30-193501_create_emergency_access
[PATCH] Some fixes to the Emergency Access PR
3 years ago
2021-10-24-164321_add_2fa_incomplete
Add email notifications for incomplete 2FA logins
3 years ago
2022-01-17-234911_add_api_key
Add support for API keys
3 years ago
2022-03-02-210038_update_devices_primary_key
Update login API code
3 years ago
2022-07-27-110000_add_group_support
group support
2 years ago
2022-10-18-170602_add_events
Add Organizational event logging feature
2 years ago
2023-01-06-151600_add_reset_password_support
added database migration
2 years ago
2023-01-11-205851_add_avatar_color
Add avatar color support
2 years ago
2023-01-31-222222_add_argon2
add argon2 kdf fields
2 years ago
2023-02-18-125735_push_uuid_table
feat: Push Notifications
1 year ago
2023-06-02-200424_create_organization_api_key
Merge and modify PR from @Kurnihil
1 year ago
2023-06-17-200424_create_auth_requests_table
Implement login-with-device
1 year ago
2023-06-28-133700_add_collection_external_id
Added-External_id for Collections
1 year ago
2023-09-01-170620_update_auth_request_table
Fix Login With Device without MasterPassword
1 year ago
2023-09-02-212336_move_user_external_id
Fix External ID not set during DC Sync
1 year ago