Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework singup methods, add complex signup method #1068

Closed
wants to merge 37 commits into from
Closed

Commits on Oct 22, 2023

  1. change plugin description

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    146b3d0 View commit details
    Browse the repository at this point in the history
  2. add complex models

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    0bf8c53 View commit details
    Browse the repository at this point in the history
  3. change models

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    c15de9a View commit details
    Browse the repository at this point in the history
  4. add vue

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    ed5c57d View commit details
    Browse the repository at this point in the history
  5. add atomic block editor

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    762b2a9 View commit details
    Browse the repository at this point in the history
  6. rename clientId to uuid

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    5d1337e View commit details
    Browse the repository at this point in the history
  7. add uuid

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    17d4586 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73b58fd View commit details
    Browse the repository at this point in the history
  9. fix deserialization

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    aafe841 View commit details
    Browse the repository at this point in the history
  10. rework uuids

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3b4fe1d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4efca5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b1ae81 View commit details
    Browse the repository at this point in the history
  13. clone block

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    314839d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    42d45ba View commit details
    Browse the repository at this point in the history
  15. add search

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    45d8858 View commit details
    Browse the repository at this point in the history
  16. css animation

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    9d270c2 View commit details
    Browse the repository at this point in the history
  17. frontend validation

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    0a82d18 View commit details
    Browse the repository at this point in the history
  18. add model logging

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    d4497e6 View commit details
    Browse the repository at this point in the history
  19. add editor tests

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    740304b View commit details
    Browse the repository at this point in the history
  20. rebase migrations

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3d4ef52 View commit details
    Browse the repository at this point in the history
  21. split methods.py

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    349b4ef View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1f47ac5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    efa47d3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    eb7d8e9 View commit details
    Browse the repository at this point in the history
  25. fix inheritence

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    8d81ede View commit details
    Browse the repository at this point in the history
  26. add SignupActionValidator

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    89cfbb6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    93b81ec View commit details
    Browse the repository at this point in the history
  28. lint

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    e0157f6 View commit details
    Browse the repository at this point in the history
  29. remove htmx

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    7265480 View commit details
    Browse the repository at this point in the history
  30. review refactoring

    felixrindt committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    51fbc00 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. fix allow_more

    felixrindt committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c341574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f423231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cf729e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Merge branch 'main' into complex-signup

    # Conflicts:
    #	ephios/core/signup/checker.py
    #	ephios/core/signup/forms.py
    #	ephios/core/signup/methods.py
    #	ephios/core/signup/views.py
    #	ephios/core/templatetags/event_extras.py
    #	ephios/plugins/complexsignup/serializers.py
    #	ephios/plugins/complexsignup/static/complexsignup/editor.js
    #	ephios/plugins/complexsignup/templates/complexsignup/vue_editor.html
    #	ephios/plugins/complexsignup/views.py
    #	tests/plugins/complexsignup/test_editor.py
    felixrindt committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    4af7f75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff2f703 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19989f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcfffba View commit details
    Browse the repository at this point in the history