Commit Graph

  • 83b830e0fc Merge pull request 'Implement Room Workflow' (#16) from implement-rooms into main Henrik HerHde Huettemann 2023-06-14 15:05:24 +0200
  • ab597195da
    Add membership handling Henrik Hüttemann 2023-06-14 15:02:10 +0200
  • 8b8b7b290d
    Add cleanup script to reset dev environment Henrik Hüttemann 2023-06-14 13:37:57 +0200
  • a06e379531
    Move Membership side-effects to own function Henrik Hüttemann 2023-06-14 13:07:52 +0200
  • f767753bb3
    Add instructions for rate limiting Henrik Hüttemann 2023-06-13 14:48:48 +0200
  • 4a54b63cc0
    Fix error for duplicate room memberships Henrik Hüttemann 2023-06-13 12:32:11 +0200
  • 5d5c751de8
    Fix promises to be awaited Henrik Hüttemann 2023-06-12 16:52:41 +0200
  • e706451d90
    Add createMembership function Henrik Hüttemann 2023-06-12 16:51:56 +0200
  • f4891fdc83
    Update reset instructions Henrik Hüttemann 2023-06-12 15:28:59 +0200
  • 997ebf3ebb
    Add public room visibility to public chats Henrik Hüttemann 2023-06-12 15:23:28 +0200
  • ef86d6e369 --wip-- [skip ci] Henrik Hüttemann 2023-06-12 14:54:39 +0200
  • 91fa37f82d
    Make accessTokens nullable in storage Henrik Hüttemann 2023-06-12 14:54:24 +0200
  • 4692c7edea
    Move handlers and clean up Henrik Hüttemann 2023-06-07 18:23:20 +0200
  • ae3353c6cb
    Add room handler Henrik Hüttemann 2023-06-07 18:10:55 +0200
  • 98fe90264f
    Move helper modules Henrik Hüttemann 2023-06-07 18:08:30 +0200
  • ce5a668f1c
    Add Storage helper Henrik Hüttemann 2023-06-07 18:07:36 +0200
  • 870128dd6e
    Update entities to have more options Henrik Hüttemann 2023-06-05 15:33:32 +0200
  • b02db837cb
    Update run instructions to be clearer Henrik Hüttemann 2023-06-05 14:53:48 +0200
  • ac5da7dd01 Merge pull request 'Save user access token' (#18) from store-access-token into main Henrik HerHde Huettemann 2023-06-07 16:35:30 +0200
  • ad034d0343
    Save user access token Henrik Hüttemann 2023-06-07 16:33:07 +0200
  • 5e59481e35 Merge pull request 'Upgrade dependencies' (#15) from updates into main Henrik HerHde Huettemann 2023-06-05 14:33:43 +0200
  • 889947228d
    Add WIP warning Henrik Hüttemann 2023-06-05 14:31:21 +0200
  • ec368273ab
    Update dependencies Henrik Hüttemann 2023-06-05 14:23:01 +0200
  • 48c1bd7753
    Add clean up instructions Henrik Hüttemann 2023-06-05 14:22:40 +0200
  • 81b092cc7b Merge pull request 'Implement User Workflow' (#14) from implement-workflow into main Henrik HerHde Huettemann 2023-06-05 14:01:41 +0200
  • dc2617c218
    Add cSpell workspace-specific dictionary Henrik Hüttemann 2023-06-05 13:57:15 +0200
  • 567fe7233f
    Remove newline chars from token creation command variable Henrik Hüttemann 2023-06-05 13:43:59 +0200
  • dd7c9c10d5
    Update CI config to DRY in token creation Henrik Hüttemann 2023-06-05 13:41:40 +0200
  • f041d9584e
    Sort imports Henrik Hüttemann 2023-06-05 13:28:56 +0200
  • f414326737
    Add test for HMAC generation Henrik Hüttemann 2023-06-05 13:27:40 +0200
  • 7560d76c4b
    Add test running section to README Henrik Hüttemann 2023-06-05 13:26:04 +0200
  • 4f9bde109f
    Add user creation test Henrik Hüttemann 2023-05-26 19:41:57 +0200
  • d07bade46b
    Add tests to CI Henrik Hüttemann 2023-05-26 17:43:39 +0200
  • ed2b206f18
    Add user mapping test Henrik Hüttemann 2023-05-26 17:42:03 +0200
  • f81cf1e1fb
    Read input files synchronously line by line Henrik Hüttemann 2023-05-26 17:00:41 +0200
  • 414ad0ea4e
    Add config to exclude users Henrik Hüttemann 2023-05-26 15:40:19 +0200
  • 0dceec826e
    Remove mock storage Henrik Hüttemann 2023-05-26 15:27:38 +0200
  • a93b2c68e0
    Add memberships to db Henrik Hüttemann 2023-05-26 15:20:40 +0200
  • c9537ab909
    Add sqlite database for ID mappings Henrik Hüttemann 2023-05-26 14:47:46 +0200
  • 3d0f505961
    Add dotenv and config instructions Henrik Hüttemann 2023-05-25 17:35:21 +0200
  • efdd2c933f
    Add user creation to workflow Henrik Hüttemann 2023-05-24 18:21:33 +0200
  • 62d6b5b30b
    Implement user registration functions Henrik Hüttemann 2023-05-24 18:01:08 +0200
  • a1a50d44e9
    Fix linter warning Henrik Hüttemann 2023-05-23 15:30:40 +0200
  • 82bb59d6f9
    Move User type to own module Henrik Hüttemann 2023-05-23 15:28:36 +0200
  • 59dbce5672
    Draft user workflow Henrik Hüttemann 2023-05-23 15:19:19 +0200
  • 15697f3897
    Add storage dummy Henrik Hüttemann 2023-05-23 14:35:09 +0200
  • 3edc835deb
    Add switch for rc entity type Henrik Hüttemann 2023-05-22 17:19:44 +0200
  • d32a2c76bb Merge pull request 'Add lint-staged' (#13) from add-lint-stages into main Henrik HerHde Huettemann 2023-05-25 16:27:05 +0200
  • e241fa7491
    Add lint-staged Henrik Hüttemann 2023-05-23 13:40:40 +0200
  • 18985caab8
    Run pre-commit via husky hook Henrik Hüttemann 2023-05-22 16:12:41 +0200
  • a06ed05011
    Move synapse connection and logger to separate modules Henrik Hüttemann 2023-05-22 16:02:52 +0200
  • b138df0dac
    Read rc entities from filesystem Henrik Hüttemann 2023-05-20 10:05:56 +0200
  • cf3e26de8d
    Add dummy synapse access token for CI Henrik Hüttemann 2023-05-20 11:26:44 +0200
  • 5810f3e237
    Run checks and compilation in CI Henrik Hüttemann 2023-05-20 11:17:09 +0200
  • 09d5f1c806
    Add husky for pre-commit checks Henrik Hüttemann 2023-05-20 10:44:58 +0200
  • 8804c37d6d
    Add CI, mdl and pre-commit Henrik Hüttemann 2023-05-20 10:41:41 +0200
  • 6ba65443f1
    Add whoami example Henrik Hüttemann 2023-05-19 17:48:31 +0200
  • bdf3ef1e52
    Set up TS, linter and formatter Henrik Hüttemann 2023-05-19 17:16:13 +0200
  • 17a76ea343
    Init npm project Henrik Hüttemann 2023-05-19 15:36:57 +0200
  • 73a5d837cf
    Move JS to src Henrik Hüttemann 2023-05-19 15:32:37 +0200
  • 6ba30cb2a7
    Docs: Add access token acquisition Henrik Hüttemann 2023-05-17 19:39:53 +0200
  • ffb1e91c90
    Update README Henrik Hüttemann 2023-05-17 18:50:43 +0200
  • 0c6ca6f410
    INIT Henrik Hüttemann 2023-05-17 18:42:26 +0200