Skip to content
Snippets Groups Projects
  1. Mar 22, 2024
    • Wes Appler's avatar
      Removed registration form, cleaned up login flow (#3821) · 9a9a9e82
      Wes Appler authored
      Fixes #3813. Main changes:
      
      - [x] Got rid of the registration form in favor of using the `/auth/`
      view. Having two places where the user can potentially register is
      confusing.
      - [x] Cleaned up different aspects of the login flow that were mentioned
      in #3813, like inconsistency in terminology (`Login` vs `Log in`),
      removal of buttons where they don't need to be, etc.
      - [x] Added a button on the password-ed login to bring the user back to
      the passwordless log in/register view.
      - [x] Have buttons in column rather than row on *both* mobile & desktop
      view and made them the same width (`18 rem`).
      - Should we center the login page for desktop? This was done as it felt
      awkward to have everything on the left side while the buttons crept to
      the center
      - [x] Added icons to `Log in with <ORG> email` & `Log in or register via
      email` for consistency
      - [x] Moved login buttons to their own templates as some were being
      reused
      - [x] Added missing translation blocks 
      Unverified
      9a9a9e82
    • Fredrik Jonsson's avatar
  2. Mar 21, 2024
  3. Mar 19, 2024
    • Wes Appler's avatar
      Swapped out hamburger menu for a `Login` button in mobile view (#3812) · db643d19
      Wes Appler authored
      Fixes #3811. This removes the hamburger menu for unauthenticated users
      in favor of a simple `Login` button. If a signup is intended and
      `ENABLE_PUBLIC_SIGNUP` is enabled on the instance, the signup button can
      be found on the `/auth/` view. I didn't want to overload the mobile view
      by putting login & signup next to eachother.
      Unverified
      db643d19
  4. Mar 18, 2024
  5. Mar 15, 2024
    • bickelj's avatar
      Let non-Staff (e.g. Admin) do batch determination (#3796) · 4145b4f0
      bickelj authored
      When an Admin who otherwise could make determinations on submissions
      does a batch determination then it should succeed. This commit allows it
      to succeed or throws a permissions error otherwise.
      
      Issue #3793 Batch determination `KeyError` for non-Staff user
      Unverified
      4145b4f0
  6. Mar 11, 2024
  7. Mar 08, 2024
  8. Mar 06, 2024
  9. Mar 04, 2024
  10. Feb 29, 2024
  11. Feb 27, 2024
  12. Feb 22, 2024
  13. Feb 19, 2024
  14. Feb 16, 2024
  15. Feb 15, 2024
  16. Feb 12, 2024
  17. Feb 09, 2024
Loading