Commit graph

  • c725176878 Fix http responses in validateRecaptcha (#431) Anant Prakash 2019-07-09 18:51:33 +0530
  • 7f9321825b Add missing servers field in /directory/room/:alias response Cnly 2019-07-09 12:32:39 +0800
  • 9a989686e5 Fix #661 appservice can't set aliases in its namespace Cnly 2019-07-09 01:47:16 +0800
  • 69f8d5a77e Content-Disposition HTTP header in mediaapi's responses added (#685) Behouba Manassé 2019-07-08 16:06:17 +0300
  • 3bb7e34e53
    Merge branch 'master' into profile-fed-query Alex Chen 2019-07-06 02:50:07 +0800
  • fa910fa10a Merge remote-tracking branch 'upstream/master' into mediaapi_issue#628 Cnly 2019-07-05 21:49:57 +0800
  • 7984150933 Add back missing returns for httputil.LogThenError calls Cnly 2019-07-05 20:18:46 +0800
  • da0dd06475 Update testfile and fix empty warning in show-expected-fail-tests.sh (#729) Alex Chen 2019-07-05 19:42:23 +0800
  • 94e2855e4d Merge branch 'master' into fix_http_responses Andrew Morgan 2019-07-05 12:12:37 +0100
  • 595279caea Update testfile and fix empty warning in show-expected-fail-tests.sh Cnly 2019-07-05 17:40:20 +0800
  • 33a1392541
    Encode URLs properly (#728) Andrew Morgan 2019-07-03 16:38:50 +0100
  • f77fc64a5c Make the helper function name slightly more generic Andrew Morgan 2019-07-03 10:44:01 +0100
  • dc0702a055 fix URLDecodeVarMap Andrew Morgan 2019-07-02 17:36:43 +0100
  • a0eeba8af6 Add nolint: gocyclo to all Setup functions Andrew Morgan 2019-07-02 17:36:01 +0100
  • db7157f73b Fix go.mod/sum Andrew Morgan 2019-07-02 17:28:45 +0100
  • e58be233b4 lint Andrew Morgan 2019-07-02 17:26:57 +0100
  • 46881a68b2 Encode URLs properly Andrew Morgan 2019-07-02 17:09:08 +0100
  • b39b26624a Implement profile retrieval over federation - fixes #651 Cnly 2019-07-02 02:04:22 +0800
  • 1eb77b8161
    Don't print Sending EDU if there is noone to send to (#721) Andrew Morgan 2019-07-01 16:04:49 +0100
  • 8ed82c0278 Merge branch 'master' into syncapi-typing-notifications-635 Cnly 2019-07-01 20:32:31 +0800
  • 1be2089d96 Add newly passing tests to testfile Cnly 2019-07-01 19:38:10 +0800
  • f46d41b2ed Do federation query if event not existing locally Cnly 2019-06-28 23:40:09 +0800
  • 750887efd8 Rebase branch onto master after gb is removed Cnly 2019-05-22 14:24:17 +0800
  • 01895495b8 Code style cleanup Cnly 2019-03-16 21:12:23 +0800
  • 6b5187c17e Correct licence header Alex Chen 2019-03-10 22:22:10 +0800
  • ad365f2f12 Implement client single event retrieval - #671 Spec: https://matrix.org/docs/spec/client_server/r0.4.0.html#get-matrix-client-r0-rooms-roomid-event-eventid Alex Chen 2019-03-10 19:50:49 +0800
  • 530ed11ecc Refine docs Cnly 2019-06-28 01:32:23 +0800
  • 19f1a6fe0d Remove users from typing list when typing status times out Cnly 2019-06-27 16:11:29 +0800
  • d79a6a21c7 Userstreams should store and use complete pos, not pos update ("pos delta") Cnly 2019-06-27 05:10:31 +0800
  • 274db2fbaf Fix zero value of currPos may be used in OnIncomingSyncRequest Cnly 2019-06-27 05:00:48 +0800
  • 6fd1c21207 Fix docs for SyncPosition.WithUpdates Cnly 2019-06-27 04:48:14 +0800
  • aeceacd917 Make Notifier.CurrentPosition() respect stream lock Cnly 2019-06-27 04:33:45 +0800
  • 74fd292403 Fix latest sync pos used as since pos in requestpool.go Cnly 2019-06-27 04:02:43 +0800
  • e7cf44946f Fix necessary field not set properly in TypingEvent; clean up OutputTypingEvent Cnly 2019-06-26 23:03:50 +0800
  • 2a9dab21f8 Fix sync position with partial info used as complete one in syncserver and notifier Cnly 2019-06-26 22:56:58 +0800
  • 55219aa746 Better logging in typing event consumer Cnly 2019-06-26 22:48:19 +0800
  • d3ee72c59b Typing event consumer now supplies real, not bogus position to notifier Cnly 2019-06-26 22:46:12 +0800
  • ad4f69a81c Remove room ID from m.typing client events Cnly 2019-06-26 22:38:30 +0800
  • 5a8df3be88 Fix test POST /rooms/:room_id/join can join a room Andrew Morgan 2019-06-26 14:21:02 +0100
  • b37de99e5f Don't print Sending EDU if there is noone to send to Andrew Morgan 2019-06-26 11:35:38 +0100
  • badd360fe6 Add a simple test for EDU-only updates in notifier_test.go Cnly 2019-06-26 18:00:50 +0800
  • 18c59e68cd Fix more linting issues and docs Cnly 2019-06-26 17:46:08 +0800
  • e6870279ed Fix syncapi/sync/notifier_test.go Cnly 2019-06-26 17:45:25 +0800
  • e742b7d9b5 Add warning for OnNewEvent when no user to wake up Cnly 2019-06-25 22:53:07 +0800
  • ba35a0a96d Fix nil pointer and goroutine safety in typing cache Cnly 2019-06-25 22:45:53 +0800
  • 55a4e6061a Fix linting Cnly 2019-06-25 22:22:03 +0800
  • a0dec456c1 rommserver/alias: Do not call appserviceAPI in GetRoomIDForAlias if local alias found #631 (#702) Serra Allgood 2019-06-25 05:43:18 -0700
  • 7ff229c55f Merge branch 'master' into sca/631-alias-lookup Andrew Morgan 2019-06-25 13:30:23 +0100
  • 7792f12e6f Fix testfile path hardcoded in show-expected-fail-tests.sh (#719) Alex Chen 2019-06-25 18:50:19 +0800
  • b88112b05d Make federation state request 404 when event not in the room - fixes #625 (#716) Alex Chen 2019-06-25 18:32:15 +0800
  • b896fdc537 Add typing notifications to /sync responses - fixes #635 Cnly 2019-06-18 20:54:08 +0800
  • eaf38ae87e
    Not all systems have bash (#720) Andrew Morgan 2019-06-24 13:35:29 +0100
  • bf2d161618 Not all systems have bash Andrew Morgan 2019-06-23 21:06:44 +0100
  • c3fa294776 Fix testfile path hardcoded in show-expected-fail-tests.sh Cnly 2019-06-24 01:47:11 +0800
  • 4030cd2900 Make federation state request 404 when event not in the room - fixes #625 Cnly 2019-05-30 21:58:29 +0800
  • ce189a737d Update dependency gomatrixserverlib to 178ed5e (#695) Alex Chen 2019-06-22 21:40:55 +0800
  • 87092c69c1 Fix getAliasesForRoomID has no HTTP handler in aliasAPI Cnly 2019-05-28 22:33:49 +0800
  • aea0b36a84 Fix permission and 404 response for alias deletion - #654 Cnly 2019-05-28 23:59:28 +0800
  • 027a6cc010 Update dependency gomatrixserverlib to 178ed5e Cnly 2019-06-22 21:28:10 +0800
  • adaec7c8e7 Refine config and docs for sytest (#714) Alex Chen 2019-06-21 23:49:37 +0800
  • 0ea26a72aa
    Apply suggestions to sytest.md from code review Alex Chen 2019-06-21 22:29:53 +0800
  • 39110cd254
    Refine sytest.md Alex Chen 2019-06-21 22:10:59 +0800
  • e51d9838a3 Update testfile Cnly 2019-06-19 23:07:42 +0800
  • c382ae00bb Revert changes for .circleci/config.yml - included in sytest docker image Cnly 2019-06-19 22:59:23 +0800
  • 3245ede125 Refine test guides in docs/sytest.md Cnly 2019-06-19 22:29:30 +0800
  • bc382bba46
    Fix pipeline, emoji and syntax (#713) Andrew Morgan 2019-06-19 14:05:03 +0100
  • 9a9047532f Change accidental edit Andrew Morgan 2019-06-19 13:52:01 +0100
  • c15b480004 gosec is good Andrew Morgan 2019-06-19 13:46:24 +0100
  • d90d447281 Redisable maligned Andrew Morgan 2019-06-19 13:42:55 +0100
  • 248da25bbf Better output format for show-expected-fail-tests.sh Cnly 2019-06-19 20:40:34 +0800
  • ee5ae372a5 Revert prometheus fix and go.mod/sum changes Andrew Morgan 2019-06-19 13:38:39 +0100
  • 275deb9ca7 try enabling maligned Andrew Morgan 2019-06-19 13:25:09 +0100
  • 51881abcbc lint Andrew Morgan 2019-06-19 12:07:22 +0100
  • d3058e1869 Replace deprecated method Andrew Morgan 2019-06-17 15:34:05 +0100
  • f0e81464c1 Proper instrumenthandler fix Andrew Morgan 2019-06-19 11:46:39 +0100
  • 8f6ee9de9c Proper handler replacement Andrew Morgan 2019-06-19 11:28:23 +0100
  • e11563f12f Fix badge on README Andrew Morgan 2019-05-30 12:58:34 +0100
  • a79f20a66b Fix linting errors and make config temporarily more loose Andrew Morgan 2019-06-17 14:20:15 +0100
  • cc5f108c98 Fix path for show-expected-fail-tests.sh Cnly 2019-06-04 14:34:06 +0800
  • b9e82db8d8 Remove not ok test from testfile Cnly 2019-06-04 05:17:21 +0800
  • 896ddd69d6 Show tests to add to testfile in CircleCI Cnly 2019-06-04 04:42:09 +0800
  • 3d890f3df9 roomserver/alias: Minor fixes, consolidate test cases Serra Allgood 2019-06-03 08:04:36 -0700
  • ab6e15389e Change linter file Andrew Morgan 2019-06-03 00:09:43 +0100
  • eaacecc36d Merge branch 'sca/631-alias-lookup' of github.com:serra-allgood/dendrite into sca/631-alias-lookup Serra Allgood 2019-06-02 12:14:17 -0700
  • dc935165cc roomserver/alias: Get tests passing Serra Allgood 2019-06-02 12:07:31 -0700
  • da234d4dab roomserver/alias: Add test cases, load from DB if appserviceAPI says AliasExists Serra Allgood 2019-06-01 17:33:32 -0700
  • 6a7cc65cdb roomserver/alias: don't call appserviceAPI in GetRoomIDForAlias if local alias found Serra Allgood 2019-05-20 22:56:58 -0700
  • 3655c0d454 Merge branch 'master' of https://github.com/matrix-org/dendrite SUMUKHA-PK 2019-05-30 20:38:43 +0530
  • 6ce865c632 Add passed but expected fail tests to testfile Cnly 2019-05-30 17:09:34 +0800
  • 753a41305b Add instructions for finding which tests to add for PR in docs/sytest.md Cnly 2019-05-30 17:08:57 +0800
  • e77f3b7146 Use a medium instance for linting Andrew Morgan 2019-05-29 20:14:43 +0100
  • 5e4820fe3f We should be using golangci-lint to check spelling anyways Andrew Morgan 2019-05-29 17:41:04 +0100
  • bf3c0458df up timeout to 30m Andrew Morgan 2019-05-29 17:31:48 +0100
  • b5985dcf72 GOGC to 10\?\!\?\!\?\! Andrew Morgan 2019-05-29 17:23:43 +0100
  • c5cf9386ce Retry the builds when downloads fail Andrew Morgan 2019-05-29 17:22:46 +0100
  • 60fff8619a GOGC to 15 Andrew Morgan 2019-05-29 17:17:51 +0100
  • 675c7d4e29 GOGC to 20 Andrew Morgan 2019-05-29 17:13:44 +0100
  • 501f3e1529 GOGC to 25 Andrew Morgan 2019-05-29 17:10:40 +0100
  • 1c210acfc0 Switch back to unicode emoji for better labels Andrew Morgan 2019-05-29 17:08:50 +0100
  • 5c56efcc04 Change GOGC to 30 Andrew Morgan 2019-05-29 17:06:33 +0100