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

Invite users to service rooms #42

Merged
merged 109 commits into from
Nov 28, 2023
Merged

Invite users to service rooms #42

merged 109 commits into from
Nov 28, 2023

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    6b41482 View commit details
    Browse the repository at this point in the history
  2. add logic to search for matrix users

    Marcel committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d040393 View commit details
    Browse the repository at this point in the history
  3. add invite user button

    Marcel committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    43ba9b9 View commit details
    Browse the repository at this point in the history
  4. use react-modal package

    Marcel committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5851589 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. add invitation logic and user feedback, close modal after sucessfull …

    …invitation. add `setAppElement` for screen readers.
    Marcel committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5018104 View commit details
    Browse the repository at this point in the history
  2. add comments and TODO

    Marcel committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    81f677a View commit details
    Browse the repository at this point in the history
  3. improve object name

    Marcel committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    cf3ec1e View commit details
    Browse the repository at this point in the history
  4. fix document undefined error

    Marcel committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7369a8d View commit details
    Browse the repository at this point in the history
  5. check for userId and displayName manually

    Marcel committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    baf3db1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. close modal after successful invitation

    Marcel committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    73fceee View commit details
    Browse the repository at this point in the history
  2. merge main into invite-users

    Marcel committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3f8bde8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. merge main into invite-users

    Marcel committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5b73822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f40f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. use logger instead of console.log

    Marcel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    77f8c79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c935a0 View commit details
    Browse the repository at this point in the history
  3. remove unused imports

    Marcel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    84cf241 View commit details
    Browse the repository at this point in the history
  4. css clean up

    Marcel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1036306 View commit details
    Browse the repository at this point in the history
  5. clear search results on successful invitation

    Marcel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3772fe4 View commit details
    Browse the repository at this point in the history
  6. add translations and fix typos

    Marcel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b7aa8ea View commit details
    Browse the repository at this point in the history
  7. remove duplicate

    Marcel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    882ad9a View commit details
    Browse the repository at this point in the history
  8. add default modal component

    Marcel committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a44410a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. change modal style

    Marcel committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5cb4e99 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    Marcel committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    67f7ac7 View commit details
    Browse the repository at this point in the history
  3. change variable to from name to roomName and user user-add icon i…

    …nstead as button
    Marcel committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ef16180 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    69bb68f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c52e8c9 View commit details
    Browse the repository at this point in the history
  3. add translation

    Marcel committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1df63a7 View commit details
    Browse the repository at this point in the history
  4. add translation

    Marcel committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b0812bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6ca6a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. merge main into invite-users

    Marcel committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    12fa478 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into invite-users

    Marcel committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f13dae0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. refactor: close datalist when string empty

    Marcel committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d9c00b4 View commit details
    Browse the repository at this point in the history
  2. refactor: improve and shorten functions

    Marcel committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d8dc5bc View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. merge main into invite-users

    Marcel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5360bd6 View commit details
    Browse the repository at this point in the history
  2. chore: add comment and improve JSDoc

    Marcel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f42995c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into invite-users

    Marcel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5b6d2c6 View commit details
    Browse the repository at this point in the history
  4. refactor: add InviteUsers

    Marcel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9fca902 View commit details
    Browse the repository at this point in the history
  5. refactor: add InviteUsers to spacedeck

    Marcel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5226795 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b74202 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into invite-users

    Marcel committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    89357c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge branch 'main' into invite-users

    Marcel committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a17dfd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e49701 View commit details
    Browse the repository at this point in the history
  3. refactor: remove unused import

    Marcel committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    35dd409 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. merge main into invite-users

    Marcel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1e2f1ec View commit details
    Browse the repository at this point in the history
  2. update package-lock.json

    Marcel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e4ce0c3 View commit details
    Browse the repository at this point in the history
  3. refactor: use TextButton for svg

    fix: clear selected user on close
    Marcel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    95c217a View commit details
    Browse the repository at this point in the history
  4. chore: sort alphabetically after merge

    Marcel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7a87e2a View commit details
    Browse the repository at this point in the history
  5. update package-lock

    Marcel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    79a597b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 17, 2023

  1. Merge branch 'main' into invite-users

    Marcel committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3414bc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. refactor: remove modal and display InviteUsersToMatrixRoom component …

    …instead of iFrame
    Marcel committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f4a3d19 View commit details
    Browse the repository at this point in the history
  2. refactor: uninstall react-modal

    Marcel committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    98aa41b View commit details
    Browse the repository at this point in the history
  3. refactor: change button texts and headline

    Marcel committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    93cf51a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #82 from medienhaus/invite-users-sans-modal

    Remove modal and display InviteUsersToMatrixRoom component instead of iFrame
    aofn authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1a84ad0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eed8e0b View commit details
    Browse the repository at this point in the history
  6. small fixes and refactors

    Marcel committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6c9a543 View commit details
    Browse the repository at this point in the history
  7. merge main into invite-users

    Marcel committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b4c3b49 View commit details
    Browse the repository at this point in the history
  8. refactor: add onClick event to table row and add arrow indicating sel…

    …ected row
    Marcel committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    56041db View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. merge main into invite-users

    Marcel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ba30b45 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into invite-users

    Marcel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5a11f66 View commit details
    Browse the repository at this point in the history
  3. refactor: use npm package for icons

    Marcel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    8d0ff23 View commit details
    Browse the repository at this point in the history
  4. refactor: remove unnecessary div

    Marcel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c69e55d View commit details
    Browse the repository at this point in the history
  5. fix: comments

    Marcel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    421b797 View commit details
    Browse the repository at this point in the history
  6. refactor: html structure

    Marcel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    939b222 View commit details
    Browse the repository at this point in the history
  7. WIP: align buttons on bottom

    Marcel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9bdc60a View commit details
    Browse the repository at this point in the history
  8. refactor: change structure to fit refactor of InviteUsersToMatrixRoom…

    … component
    Marcel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    40d29f4 View commit details
    Browse the repository at this point in the history
  9. refactor: remove unused parameter

    Marcel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    31c982b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0fa7757 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #87 from medienhaus/invite-users-css-improvements

    style: introduce `--line-height` and `--icon-size` css variables
    aofn authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    810cc4c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. merge main into invite-users

    Marcel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fae3538 View commit details
    Browse the repository at this point in the history
  2. fix: remove unused imports and eslint problems

    Marcel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b5dea4e View commit details
    Browse the repository at this point in the history
  3. merge main into invite-users

    Marcel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8d98fb6 View commit details
    Browse the repository at this point in the history
  4. refactor: use checkboxes fir datalist

    Marcel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a913a6d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. merge main into invite-users

    Marcel committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    602cf45 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into invite-users

    Marcel committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d751b01 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge branch 'main' into invite-users

    Marcel committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    230baa2 View commit details
    Browse the repository at this point in the history
  2. chore: make linter happy

    Marcel committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    59f6d11 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. refactor update render of selected items only on input change so item…

    …s don't jump around after clicking on them
    Marcel committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e1aa86a View commit details
    Browse the repository at this point in the history
  2. refactor: move all state handling inside DataList.js

    chore: update JSDocs
    Marcel committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5184844 View commit details
    Browse the repository at this point in the history
  3. refactor: add accessibility feature so arrow keys and tab serve the s…

    …ame function.
    
    use filtereOptions array and filter options instantly for already selected options
    Marcel committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0fde3a4 View commit details
    Browse the repository at this point in the history
  4. refactor: only parse error messages instead of object, wrap success a…

    …nd error messages in wrapper
    Marcel committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8dd8458 View commit details
    Browse the repository at this point in the history
  5. refactor: remove unnecessary code

    Marcel committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b56b515 View commit details
    Browse the repository at this point in the history
  6. merge main into invite-users

    Marcel committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    fd01fdc View commit details
    Browse the repository at this point in the history
  7. fix: only display user feedback once

    Marcel committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ddbb984 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into invite-users

    Marcel committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ede9bc1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2073b33 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3cc50e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f476aa0 View commit details
    Browse the repository at this point in the history
  12. fix: use onMouseDown instead of onClick

    Marcel committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    fdad060 View commit details
    Browse the repository at this point in the history
  13. fix: use onMouseUp instead of onMouseDown

    Marcel committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    088c2c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Merge branch 'main' into invite-users

    Marcel committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    66abff3 View commit details
    Browse the repository at this point in the history
  2. refactor: use DataListRow for selected items, change variable name to…

    … focused
    
    fix: key bindings
    Marcel committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c62c2b6 View commit details
    Browse the repository at this point in the history
  3. fix: table breaking mobile width

    Marcel committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    101a3e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73ec8ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6112aa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b9e0a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c95e57 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    b62f64a View commit details
    Browse the repository at this point in the history
  2. chore: fix translations for invitations

    Marcel committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f0dda56 View commit details
    Browse the repository at this point in the history
  3. remove unused file

    Marcel committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7d71222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67150e7 View commit details
    Browse the repository at this point in the history
  5. chore: add jsDoc for DataListRow

    Marcel committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    eddff13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fefe201 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 28, 2023

  1. Merge branch 'main' into invite-users

    # Conflicts:
    #	components/UI/ErrorMessage.js
    #	pages/spacedeck/[[...roomId]].js
    fnwbr committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b1e3486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b54cdd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d95be6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    522245d View commit details
    Browse the repository at this point in the history