Commit graph

  • a734b112c6
    Fix backfilling (#3117) Till 2023-06-20 16:52:29 +0200
  • d13466c1ee
    rearrange order of sections about signing keys and configuring dendrite, fix a dead link (#3114) CicadaCinema 2023-06-18 22:54:16 +0100
  • 420e7ec81f
    Fix unsafe hotserving behaviour for multimedia uploads. (#3113) Josh Qou 2023-06-15 12:28:34 +0100
  • 8cf6c381e2
    Fix senderID/key conversion unit tests Devon Hudson 2023-06-14 17:11:27 +0100
  • 3f4df25b31
    Add missing dep Devon Hudson 2023-06-14 17:04:19 +0100
  • 5aaa539e3e
    Fix senderID/key conversions Devon Hudson 2023-06-14 16:42:09 +0100
  • e4665979bf
    Merge SenderID & Per Room User Key work (#3109) devonh 2023-06-14 14:23:46 +0000
  • 7a2e325d10
    Add AssignRoomNID to pre-assign roomNIDs (#3111) Till 2023-06-13 16:28:41 +0200
  • 2c87972a3a
    Create user room key if needed (#3108) Till 2023-06-13 14:19:31 +0200
  • 82b73a4906
    Add sender_key to ClientEvent (#3110) Till 2023-06-13 12:50:22 +0200
  • 77d9e4e93d
    Cleanup remaining statekey usage for senderIDs (#3106) devonh 2023-06-12 11:19:25 +0000
  • 832ccc32f6
    Add initial support for storing user room keys (#3098) Till 2023-06-12 12:45:42 +0200
  • 5713c5715c
    Update sample link (#3107) Antonio Cheong 2023-06-12 16:51:26 +0800
  • 8ea1a11105
    Use SenderID Type (#3105) devonh 2023-06-07 17:14:35 +0000
  • 7a1fd7f512
    PDU Sender split (#3100) devonh 2023-06-06 20:55:18 +0000
  • 725ff5567d
    Make StrictValidityChecking a function (#3092) Till 2023-06-06 15:16:55 +0200
  • d11da6ec7c
    Fix newly found linter issues (#3099) Till 2023-06-02 15:48:04 +0200
  • ea6b368ad4
    Move Invite logic to GMSL (#3086) devonh 2023-05-31 16:33:49 +0000
  • cbdc601f1b
    Move CreateRoom logic to Roomserver (#3093) devonh 2023-05-31 15:27:08 +0000
  • 61341aca50
    Add tests for the UpDropEventReferenceSHAPrevEvents migration (#3087) Till 2023-05-30 18:05:48 +0200
  • 3dcca4017c
    Fix potential state reset when trying to join a room (#3040) Till 2023-05-30 15:27:11 +0200
  • f956a8c1d9
    Docs restructure (#2953) Till 2023-05-30 10:02:53 +0200
  • 11b557097c
    Drop reference_sha column (#3083) Till 2023-05-24 12:14:42 +0200
  • 5d6221d191
    Move MakeLeave to GMSL (#3085) Till 2023-05-23 19:37:04 +0200
  • 2eae8dc489
    Move SendJoin logic to GMSL (#3084) devonh 2023-05-19 16:27:01 +0000
  • 027a9b8ce0
    Fix bug with nil interface return & add test Devon Hudson 2023-05-18 13:41:47 -0600
  • 345f025ee3
    Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible (#3082) dependabot[bot] 2023-05-17 17:44:59 +0200
  • 67d6876857
    Move MakeJoin logic to GMSL (#3081) devonh 2023-05-17 00:33:27 +0000
  • 0489d16f95
    Move json errors over to gmsl (#3080) devonh 2023-05-09 22:46:49 +0000
  • a49c9f01e2
    Only require room version instead of room info for db.Events() (#3079) devonh 2023-05-08 19:25:44 +0000
  • 2b34f88fde
    Use ProtoEvent where needed instead of EventBuilder (#3075) kegsay 2023-05-04 11:17:42 +0100
  • d5c11a3c86
    Fix flaky test in process context Devon Hudson 2023-05-03 18:21:33 -0600
  • 99b143d4d0
    Fix flaky test in clientapi Devon Hudson 2023-05-03 18:21:10 -0600
  • 6284790f98
    Use PDU in even more places (#3074) kegsay 2023-05-03 10:21:27 +0100
  • 9b98e5a102
    fix(helm): do not deploy screenshot to cluster (just dashboard) (#3063) genofire 2023-05-02 18:29:21 +0200
  • f5b3144dc3
    Use PDU not *Event in HeaderedEvent (#3073) kegsay 2023-05-02 15:03:16 +0100
  • 696cbb70b8
    Pass federation API to roomserver in PurgeRoom tests Devon Hudson 2023-05-01 21:28:10 -0600
  • b00e272e6f
    Use new gmsl to use new String() API Devon Hudson 2023-04-28 13:31:21 -0600
  • 9e9617ff84
    Add key backup tests (#3071) Till 2023-04-28 17:49:38 +0200
  • 6b47cf0f6a
    Remove PerformError (#3066) Till 2023-04-28 17:46:01 +0200
  • 1432743d1a
    Use PDU in more places (#3072) kegsay 2023-04-28 16:00:22 +0100
  • d23d0369cc
    Pass RoomID to gmsl.PerformJoin Devon Hudson 2023-04-27 18:34:43 -0600
  • 6171310307
    Use PDU interface (#3070) kegsay 2023-04-27 16:35:19 +0100
  • c6457cd4e5
    Add CS API /keys tests (#3069) Till 2023-04-27 16:43:28 +0200
  • b189edf4f4
    Remove gmsl.HeaderedEvent (#3068) kegsay 2023-04-27 12:54:20 +0100
  • 2475cf4b61
    Add some roomserver UTs (#3067) Till 2023-04-27 08:07:13 +0200
  • dd5e47a9a7
    Move high level room joining logic to GMSL (#3065) devonh 2023-04-27 00:43:46 +0000
  • ed19efc5d7
    Move fedclient interface over to gmsl (#3061) devonh 2023-04-24 16:23:25 +0000
  • 4679098a64
    Use IRoomVersion (#3064) kegsay 2023-04-24 11:50:37 +0100
  • 1647213fac
    Implement new RoomVersionImpl API (#3062) kegsay 2023-04-21 17:06:29 +0100
  • 71eeccf34a
    refactor: funnel event creation through room versions (#3060) kegsay 2023-04-20 19:07:31 +0100
  • 72285b2659
    refactor: update GMSL (#3058) kegsay 2023-04-19 15:50:33 +0100
  • 9fa39263c0
    Add sync API db tests (#3043) Till 2023-04-17 11:25:33 +0200
  • f66862958d
    Remove event building duplication & push to GMSL (#3056) devonh 2023-04-14 15:03:07 +0000
  • 914e6145a5
    Bump nokogiri from 1.13.10 to 1.14.3 in /docs (#3055) dependabot[bot] 2023-04-14 12:36:07 +0100
  • 2d822356ff
    Bump commonmarker from 0.23.7 to 0.23.9 in /docs (#3054) dependabot[bot] 2023-04-14 12:35:53 +0100
  • c45d8cd688
    Add pushrules tests (#3044) Till 2023-04-14 13:35:27 +0200
  • ca63b414da
    Update GMSL: use static Check functions (#3052) kegsay 2023-04-14 12:32:42 +0100
  • 94e81cc3f3
    chore(linter): remove deprecated linters (#3046) Marcelina Hołub 2023-04-06 13:20:05 +0000
  • ee57400afd
    Bump github.com/docker/docker from 20.10.19+incompatible to 20.10.24+incompatible (#3047) dependabot[bot] 2023-04-06 09:55:26 +0100
  • 0db43f13a6
    refactor: use latest GMSL which splits fed client from matrix room logic (#3051) kegsay 2023-04-06 09:55:01 +0100
  • e093005bc2
    ci: don't use go get, use go install (#3048) kegsay 2023-04-05 14:35:55 +0100
  • 3691423626
    Move GMSL client types to Dendrite (#3045) kegsay 2023-04-04 18:16:53 +0100
  • 985298cfc4
    app service unix socket support (#3022) Boris Rybalkin 2023-04-04 08:42:46 +0100
  • 682a7d0a66
    Add tests for /turnServer, /capabilities and /3pid/ (#3038) Till 2023-04-03 21:42:46 +0200
  • 560ba46272
    Add tests for CSAPI membership changes (#3034) Till 2023-04-03 21:21:06 +0200
  • c2db38d295
    Add user profile tests, refactor user API methods (#3030) Till 2023-04-03 20:19:26 +0200
  • 4cb9cd7842
    hard code path of README.md (#3035) Aiden Leong 2023-04-04 01:08:13 +0800
  • 10ef1fb11a
    Remove sync.Once when setting up server notice sender Till Faelligen 2023-04-03 15:08:33 +0200
  • 675926967d
    Update Helm README [skip ci] Till Faelligen 2023-04-03 09:08:36 +0200
  • 8223e1f2e1
    fix(helm): improve documentation and grafana dashboard (#2992) genofire 2023-04-03 09:04:59 +0200
  • 01dd02dad2
    chart - Add configuration for extra volumes / volume mounts (#3042) Rhea Danzey 2023-04-03 02:00:32 -0500
  • 44ed0a3279
    add deployment strategy option to helm chart (#3021) George Antoniadis 2023-04-03 07:13:06 +0100
  • 2854ffeb7d
    Add CS API device tests (#3029) Till 2023-03-31 10:15:01 +0200
  • 28d3e296a8
    Rdanzey/helm-fixes-existing-db-secrets (#3033) Rhea Danzey 2023-03-28 01:30:19 -0500
  • f4104b4b5d
    Pinecone-demo: Wait on dendrite before shutting down Devon Hudson 2023-03-27 17:19:53 -0600
  • 69e3bd82a9
    Add dendrite-demo-pinecone cypress tests Devon Hudson 2023-03-27 07:55:49 -0600
  • fa7710315a
    Add tests for the Dendrite admin APIs (#3028) Till 2023-03-27 15:39:33 +0200
  • e8b2162a01
    Add /search tests (#3025) Till 2023-03-27 11:26:52 +0200
  • aa1bda4c58
    Add AS invite test, fix issue with invitations being processed twice (#3020) Till 2023-03-27 11:26:26 +0200
  • e2d2482ca6
    Get the logs for dendrite when installing the chart Till Faelligen 2023-03-27 11:07:30 +0200
  • 05f72fc4be
    Update docs and sample config for the relay_api (#3011) Alex Kirk 2023-03-27 10:55:36 +0200
  • 234ed603e6
    Move every db.Prepare to sqlutil.Statementlist, remove trace driver (#3026) Till 2023-03-23 13:52:53 +0100
  • cb18ba0230
    Upload covdatafiles for each server Till Faelligen 2023-03-22 17:36:33 +0100
  • 14085d30ac
    Update workflow to not use commas when joining names Till Faelligen 2023-03-22 16:01:12 +0100
  • a4400bdd76
    Sytest coverage file Till Faelligen 2023-03-22 14:58:36 +0100
  • b741d38e10
    Update Workflow Till Faelligen 2023-03-22 14:51:18 +0100
  • 6948d16527
    Update Go, use go tool covdata for coverage files? Till Faelligen 2023-03-22 14:12:06 +0100
  • 5e85a00cb3
    Remove BaseDendrite (#3023) Till 2023-03-22 09:21:32 +0100
  • ec6879e5ae
    Update GMSL to fix #3013 Till Faelligen 2023-03-21 16:04:51 +0100
  • 0459d2b9e5
    Make "m.upload.size" optional Till Faelligen 2023-03-20 09:24:00 +0100
  • 5579121c6f
    Preparations for removing BaseDendrite (#3016) Till 2023-03-17 12:09:45 +0100
  • d88f71ab71
    simplify unix socket permission format (#3014) Boris Rybalkin 2023-03-16 07:51:21 +0000
  • 2c58bab6a8
    Fix UTs on x86 Till Faelligen 2023-03-15 08:21:00 +0100
  • 74dc54684b
    Version 0.12.0 (#3009) Till 2023-03-13 20:02:57 +0100
  • 232aef016c
    Add basic runtime tracing (#2996) Till 2023-03-13 16:45:14 +0100
  • 689b5ee72f
    Change default stats reporting endpoint (#3007) Till 2023-03-10 12:27:08 +0100
  • c7303cbf76
    Update dependencies (#3006) Till 2023-03-10 10:32:50 +0100
  • 70322699ab
    Unset RoomServerEvent, since we can't be sure that Set actually updates the cached entry (#3002) Till 2023-03-09 09:52:13 +0100
  • baef523cb0
    Fix invalid roomNID returned Till Faelligen 2023-03-07 15:35:08 +0100