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

Read only conversations #1640

Merged
merged 11 commits into from
Mar 26, 2019
Merged

Commits on Mar 25, 2019

  1. Introduce a Read-Only state for conversations

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    f1667ac View commit details
    Browse the repository at this point in the history
  2. Move CallController to AEnvironmentAwareController and add "@RequireR…

    …eadWriteConversation"
    
    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    c739c36 View commit details
    Browse the repository at this point in the history
  3. Allow setting the read-only state of a room

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    695b757 View commit details
    Browse the repository at this point in the history
  4. Disable the chat input and the call button for read-only conversations

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    37474c5 View commit details
    Browse the repository at this point in the history
  5. Add a system message when read-only state is changed

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    670a0f9 View commit details
    Browse the repository at this point in the history
  6. Do not allow to share files into read-only conversations

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    e933569 View commit details
    Browse the repository at this point in the history
  7. Add integration tests for read-only conversations

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    9a8746d View commit details
    Browse the repository at this point in the history
  8. Check the correct property to generate system messages

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    57a6549 View commit details
    Browse the repository at this point in the history
  9. Fix tests

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    d41faf0 View commit details
    Browse the repository at this point in the history
  10. Correctly set the index of the messages in the array when a sytem mes…

    …sage was killed
    
    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    9ba28e4 View commit details
    Browse the repository at this point in the history
  11. Fix embedded.js ChatView

    Signed-off-by: Joas Schilling <coding@schilljs.com>
    nickvergessen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    396bcc7 View commit details
    Browse the repository at this point in the history