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

Sync with master #802

Merged
merged 4 commits into from
Mar 7, 2024
Merged

Sync with master #802

merged 4 commits into from
Mar 7, 2024

Commits on Dec 6, 2023

  1. Sync with development (#796)

    * Bug fix. Removed unnecessary text next to the title in webpage (#785)
    
    * Fix/sorted section list 467 (#790)
    
    * Sort section list by its abbreviation
    
    * Changed RegistrationForm to CustomUserCreationForm
    This is the same form that admin page uses when creating users.
    RegistrationForm is not affected by change in forms.py in commit:
    9be07d3
    and thereby did not get a sorted section list from previous change.
    I do not see the diffrence in accont creation between the two forms.
    
    * Changed forms.py
    Changed so that section sorting occurs on all ModelForm's.
    This allows us to yet again use a custom ModelForm for admin page
    and another for the registration page.
    
    * Fixed number check. (#791)
    
    Reusing the the check that is used when creating a member on
    https://utn.se/accounts/register/
    
    * Fix footer translation (#794)
    
    * fixed the quickfix, added translation string to po
    
    * Test changing req.
    
    * Undo
    
    * Test #2
    
    ---------
    
    Co-authored-by: Robin Dymér <[email protected]>
    
    * rename melos to unicore (#784)
    
    * rename melos to unicore
    
    * fix formatting
    
    * Fix lint
    
    * Fix migrations
    
    * Fix build check bug
    
    ---------
    
    Co-authored-by: Robin Dymér <[email protected]>
    
    * Forced date to be handeld with swedish format (#793)
    
    * Forced date to be handeld with swedish format
    
    * Fix build issue
    
    ---------
    
    Co-authored-by: Robin Dymér <[email protected]>
    
    ---------
    
    Co-authored-by: GansaK <[email protected]>
    Co-authored-by: Hampus Toft <[email protected]>
    Co-authored-by: Ludvig Aldén <[email protected]>
    4 people authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f7ac4d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Sync with development (#801)

    * Serve utn.se/admin at admin.utn.se (#798)
    
    ---------
    
    Co-authored-by: [ludvigalden](https://github.com/ludvigalden) and [hato1883](https://github.com/hato1883)
    ludvigalden authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    155cb69 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    eeb3f70 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. make admin non-GET requests work (#803) (#804)

    Co-authored-by: Ludvig Aldén <[email protected]>
    robindymer and ludvigalden authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    00d6f0c View commit details
    Browse the repository at this point in the history