Transfer meeting ownership - #391
Draft
SbirLobo wants to merge 47 commits into
Draft
Conversation
Collaborator
|
Attention, la grosse difficulté de ce ticket va être de ne pas perdre la continuité de la salle :
Il y a peut-être d'autres points que j'oublie. |
Collaborator
|
Il faudrait que les admins puissent transférer des salon, soit par l'interface, soit par CLI. |
…ngs under Meeting.id
There's no revision depth left to target once a UUID-backed meeting is in the database
now, we can read meeting.quick
avoid to generate url for each use make meeting url persistents
group_member table wasn't registered when test_join.py ran in isolation, causing User mapper configuration to fail on the group relationship.
Auto-fixed by ruff (datetime.UTC is the preferred alias since Python 3.11)
meeting.id stay autoincrement integer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cette PR est basée sur a #401
fix #329
fix #393
CHANGES
A meeting owner or an admin can transfer ownership of the meeting to a delegate.
The new owner is notified by email.
The previous owner becomes a delegate for the meeting.