blender-id/bid_main/migrations
2024-08-16 12:11:57 +02:00
..
__init__.py Renamed bid_web → bid_man, and added user profiles and settings. 2016-10-03 14:24:36 +02:00
0001_initial.py Recreated migrations 2016-10-13 21:42:26 +02:00
0002_role_is_badge.py Added Role.is_badge 2016-10-13 21:55:12 +02:00
0003_user_last_update.py Keeping track of last update on our user model. 2016-10-17 16:27:04 +02:00
0004_user_roles_relation.py Added auto-generated migration 2017-03-04 19:15:32 +01:00
0005_roles_may_manage_roles.py Started working on badger API 2017-03-04 23:06:01 +01:00
0006_role_is_public.py Added Role.is_public to be able to hide/show specific roles. 2017-06-13 16:08:08 +02:00
0007_user_add_indices.py Custom models for OAuth2 Application and Refresh Token 2017-11-17 16:03:26 +01:00
0008_roles_may_manage_roles.py Custom models for OAuth2 Application and Refresh Token 2017-11-17 16:03:26 +01:00
0009_oauth2_models.py Upgraded django-oauth-toolkit 1.1.3 → 1.2.0 2019-05-07 16:10:57 +02:00
0010_oauth2_model_names.py Put 'OAuth2' in the verbose name of tokens/apps 2017-11-21 11:24:24 +01:00
0011_oauth2app_notes.py Added missing migration 2017-11-30 11:00:14 +01:00
0012_user_public_roles_as_string.py Added webhook system to notify external systems of user changes. 2017-12-01 16:52:31 +01:00
0013_user_pub_role_as_string.py Migration for User.public_role_as_string 2017-12-05 14:24:56 +01:00
0014_usernote.py User admin: added notes so we can jot down things about user. 2017-12-07 15:37:34 +01:00
0015_user_email_change_preconfirm.py First work on email change confirmation 2018-02-07 16:09:35 +01:00
0016_user_nickname.py Added nickname field to user model, including migrations and API 2018-04-16 13:44:05 +02:00
0017_user_nickname_fill.py remove prints from an old migration 2024-08-16 12:11:57 +02:00
0018_user_nickname_unique.py Fixup for the nickname migration 2018-04-24 15:56:44 +02:00
0019_user_privacy_policy_agreed.py Explicit privacy policy approval 2018-05-22 18:38:30 +02:00
0020_badge_images_and_labels.py Added badge image, link, and label to roles 2018-07-11 17:32:04 +02:00
0021_django_oauth_toolkit_110.py Migrated from requirements.txt to pipenv 2018-08-15 15:02:32 +02:00
0022_badges_sorl_thumbnails.py Extended Badge API with a HTML endpoint at /api/badges/<user-id>/html 2018-09-11 11:51:11 +02:00
0023_roles_badges.py Badges are only used when they have an image 2018-10-10 11:29:16 +02:00
0024_user_private_badges.py Allow users to make their badges private 2018-10-16 18:32:24 +02:00
0025_user_private_badges_help_text.py Added missing migration 2019-01-04 12:56:52 +01:00
0026_user_pp_agreed_blank.py Allow blank 'privacy policy agreed' date on User 2019-04-15 14:09:19 +02:00
0027_auto_after_django_upgrade_2_0_13.py Upgraded Django 1.11.20 → 2.0.13 2019-05-07 15:36:52 +02:00
0028_user_avatar.py Self-hosted avatars for users 2019-05-31 16:07:12 +02:00
0029_user_avatar_field.py Added missing migration about User.avatar being an AvatarField 2019-11-05 11:36:16 +01:00
0030_user_deletion_requested.py Added 'Deletion Requested' field to user model 2019-11-05 11:46:09 +01:00
0031_user_deletion_requested.py Add missing migration 2020-12-14 18:01:29 +01:00
0032_add_date_deletion_requested.py Closes D10095: Implement user-facing side of account deletion 2021-01-14 13:47:25 +01:00
0033_role_prevent_user_deletion.py Don't allow deleting accounts with active subscriptions D10464 2021-03-26 11:34:37 +01:00
0034_case_insensitive_unique_index_email.py Make emails unique case-insensitively 2021-12-08 15:08:07 +01:00
0035_add_app_icon.py Close T89510: add icon field to apps 2022-01-03 17:28:58 +01:00
0036_add_app_logo_background_and_summary.py T90021 Add background, logo (with SVG support) and summary to OAuth applications 2022-01-06 16:09:10 +01:00
0037_applications_notes_public.py Add notes_public fro OAuth Application 2023-02-05 01:30:21 +01:00
0038_update_oa2_models.py Upgrade django-oauth-toolkit from 1.2 to 2.3 2023-07-08 01:22:07 +02:00
0039_oauth2application_post_logout_redirect_uris.py Upgrade django-oauth-toolkit from 1.2 to 2.3 2023-07-08 01:22:07 +02:00
0040_set_oauth_app_algorithm_to_rsa.py Migrate OAuth2Applications to use RSA256 2023-07-08 15:52:37 +02:00
0041_alter_role_badge_img.py Badges: use static pregenerated thumbnails instead of sorl 2023-12-08 15:51:52 +01:00
0042_user_avatar_replacement.py Avatars: duplicate field and generate thumbnails for it on change 2023-12-12 09:52:45 +01:00
0043_swap_avatar_with_avatar_replacement.py Avatars: replace image column with the new one 2023-12-14 13:02:44 +01:00
0044_remove_user_avatar_old.py Avatars: drop now unused column containing old avatar paths 2024-01-04 11:00:31 +01:00
0045_alter_oauth2accesstoken_user_and_more.py Upgrade to Django 4.2 2024-06-17 11:48:51 +02:00
0046_usersession.py User session tracking (#93587) 2024-08-02 16:04:08 +02:00