Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hpi-schul-cloud/schulcloud-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 32.50.3
Choose a base ref
...
head repository: hpi-schul-cloud/schulcloud-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 470 files changed
  • 10 contributors

Commits on Dec 10, 2024

  1. Copy the full SHA
    4da6d99 View commit details
  2. BC-8141 - room membership rule guest role (#5386)

    * extend roomMembershipRule to check for user's school access (primary or secondary)
    hoeppner-dataport authored Dec 10, 2024
    Copy the full SHA
    062af47 View commit details
  3. Copy the full SHA
    545982e View commit details

Commits on Dec 11, 2024

  1. BC-8539 - Remove unneeded Migrations (#5395)

    * remove unneeded migrations
    * remove migrations from seeds
    uidp authored Dec 11, 2024
    Copy the full SHA
    acb3c2e View commit details

Commits on Dec 12, 2024

  1. Copy the full SHA
    6538be4 View commit details

Commits on Dec 13, 2024

  1. Copy the full SHA
    32bc14a View commit details
  2. Copy the full SHA
    9737e90 View commit details
  3. BC-8519 - add room owner role (#5393)

    * add roomadmin and roomowner roles
    
    * remove room_delete permission from roomeditor
    
    * creating room memberships is now an operation seperate from adding users.
    ** creating a room memberships adds a user as owner
    ** adding a user fails if no membership exists yet
    
    * fix room membership rule to use room role to check permissions
    
    * ensure that room owners can not be removed from a room
    
    ---------
    
    Co-authored-by: Thomas Feldtkeller <thomas.feldtkeller@dataport.de>
    hoeppner-dataport and Metauriel authored Dec 13, 2024
    Copy the full SHA
    0df7b67 View commit details

Commits on Dec 16, 2024

  1. Copy the full SHA
    c8be3a7 View commit details
  2. BC-8193 - Expanding and registering BBB (#5354)

    * implementing board videoconf in VC service with tests
    
    * recent state for implementing board authorization in VC
    
    * implementing VC element and room + VC element scope
    
    * adjusting VC scope to board element
    
    * adding VC response and node
    
    * add school id  indexes
    
    * adding yellow to room color selector
    
    * seting type alias for better maintainability
    
    * implementing FEATURE_COLUMN_BOARD_VIDEOCONFERENCE_ENABLED for FE usage
    
    ---------
    
    Co-authored-by: Uwe Ilgenstein <uwe.ilgenstein@dataport.de>
    MartinSchuhmacher and uidp authored Dec 16, 2024
    Copy the full SHA
    0b4dacc View commit details
  3. BC-8572 room members are added as room-admins (#5400)

    - new room members are room admins by default. This will change as soon as roles can be changed.
    - the endpoint for adding users no longer requires passing a role.
    Metauriel authored Dec 16, 2024
    Copy the full SHA
    b9b08d0 View commit details

Commits on Dec 18, 2024

  1. Copy the full SHA
    9a1c294 View commit details
  2. EW-1060 common cartridge export via cc-microservice (#5351)

    * EW-1060 implemented common cartridge export via microservice
    Fshmit authored Dec 18, 2024
    Copy the full SHA
    6133a8e View commit details

Commits on Dec 19, 2024

  1. BC-8182 - fix: make creating of schools work again for superheros (#5403

    )
    
    for superheros that create new schools
    * fix: handling of school counties
    * fix: validation of official schoolnumber
    hoeppner-dataport authored Dec 19, 2024
    Copy the full SHA
    865b787 View commit details

Commits on Dec 20, 2024

  1. Copy the full SHA
    cb1f7a6 View commit details

Commits on Jan 3, 2025

  1. BC-8621 make config init job npm and node free

    - move sync-indexes (legacy) to management api
    - add possibility to encrypt secrets to management api
    Loki-Afro authored Jan 3, 2025
    Copy the full SHA
    3875fff View commit details
  2. Copy the full SHA
    0668fef View commit details

Commits on Jan 6, 2025

  1. EW-1070 creating post endpoints to create a course (#5385)

    * adding new import endpoint to cc microservice
    * updating and moving courses client
    * removing old courses client
    * updating config for cc microservice
    psachmann authored Jan 6, 2025
    Copy the full SHA
    f8c4db0 View commit details
Loading