swh.web.alter package#
Subpackages#
Submodules#
- swh.web.alter.apps module
- swh.web.alter.emails module
- swh.web.alter.forms module
- swh.web.alter.models module- BaseModel
- OriginOutcome
- OriginOwnership
- Origin- Origin.url
- Origin.alteration
- Origin.outcome
- Origin.reason
- Origin.code_license
- Origin.available
- Origin.ownership
- Origin.get_admin_url()
- Origin.DoesNotExist
- Origin.MultipleObjectsReturned
- Origin.alteration_id
- Origin.created_at
- Origin.get_next_by_created_at()
- Origin.get_next_by_updated_at()
- Origin.get_outcome_display()
- Origin.get_ownership_display()
- Origin.get_previous_by_created_at()
- Origin.get_previous_by_updated_at()
- Origin.id
- Origin.objects
- Origin.updated_at
 
- AlterationManager
- AlterationStatus
- AlterationCategory
- Alteration- Alteration.status
- Alteration.category
- Alteration.reasons
- Alteration.expected_outcome
- Alteration.email
- Alteration.objects
- Alteration.get_absolute_url()
- Alteration.get_admin_url()
- Alteration.create_from_assistant()
- Alteration.is_read_only
- Alteration.DoesNotExist
- Alteration.MultipleObjectsReturned
- Alteration.created_at
- Alteration.events
- Alteration.get_category_display()
- Alteration.get_next_by_created_at()
- Alteration.get_next_by_updated_at()
- Alteration.get_previous_by_created_at()
- Alteration.get_previous_by_updated_at()
- Alteration.get_status_display()
- Alteration.id
- Alteration.origins
- Alteration.tokens
- Alteration.updated_at
 
- EventRecipient
- EventCategory
- EventManager
- Event- Event.alteration
- Event.category
- Event.author
- Event.recipient
- Event.content
- Event.internal
- Event.objects
- Event.public_objects
- Event.get_admin_url()
- Event.DoesNotExist
- Event.MultipleObjectsReturned
- Event.alteration_id
- Event.created_at
- Event.get_category_display()
- Event.get_next_by_created_at()
- Event.get_next_by_updated_at()
- Event.get_previous_by_created_at()
- Event.get_previous_by_updated_at()
- Event.get_recipient_display()
- Event.id
- Event.updated_at
 
- TOKEN_TTL
- TOKEN_NBYTES
- Token- Token.alteration
- Token.email
- Token.DoesNotExist
- Token.MultipleObjectsReturned
- Token.alteration_id
- Token.created_at
- Token.get_next_by_created_at()
- Token.get_next_by_expires_at()
- Token.get_next_by_updated_at()
- Token.get_previous_by_created_at()
- Token.get_previous_by_expires_at()
- Token.get_previous_by_updated_at()
- Token.id
- Token.updated_at
- Token.value
- Token.expires_at
- Token.objects
- Token.get_absolute_url()
- Token.expired
- Token.create_for()
 
- validate_email_or_domain()
- LowerCharField
- BlockList- BlockList.DoesNotExist
- BlockList.MultipleObjectsReturned
- BlockList.created_at
- BlockList.get_next_by_created_at()
- BlockList.get_next_by_updated_at()
- BlockList.get_previous_by_created_at()
- BlockList.get_previous_by_updated_at()
- BlockList.id
- BlockList.objects
- BlockList.updated_at
- BlockList.email_or_domain
- BlockList.reason
- BlockList.is_blocked()
 
 
- swh.web.alter.urls module
- swh.web.alter.utils module- Step
- get_django_group_emails()
- get_keycloak_group_emails()
- get_group_emails()
- SESSION_ALTERATION_IDS
- SESSION_VERIFIED_EMAIL
- has_access()
- set_access()
- set_verified_email()
- verified_email()
- requestors_restricted()
- generate_origin_changelog()
- generate_alteration_changelog()
- generate_changelog()
- process_state()
- redirect_to_step()
- cleanup_session()
- tunnel_step()
 
- swh.web.alter.views module- content_policies()
- assistant_email()
- assistant_email_verification()
- assistant_category()
- assistant_origins()
- assistant_reasons()
- assistant_summary()
- alteration_details()
- alteration_message()
- alteration_access()
- alteration_link()
- admin_dashboard()
- admin_alteration()
- admin_origin()
- admin_message()
- admin_event()