Skip to content
Snippets Groups Projects
  1. Feb 07, 2021
  2. Feb 05, 2021
  3. Jan 31, 2021
  4. Jan 28, 2021
  5. Jan 26, 2021
  6. Jan 23, 2021
  7. Jan 22, 2021
  8. Jan 21, 2021
  9. Jan 20, 2021
    • Tulir Asokan's avatar
      Add missing ReplyStatus value · d889776d
      Tulir Asokan authored
      d889776d
    • Adrian Petrescu's avatar
      Update docstring for community_template in example-config.yaml · ab60a8ea
      Adrian Petrescu authored and Tulir Asokan's avatar Tulir Asokan committed
      Now it matches mautrix-whatsapp in warning users that this setting will do nothing without the appropriate, non-default, and non-intuitively-named permission already set in homeserver.yaml.
      ab60a8ea
    • Nicolai Søborg's avatar
      Auth: redact login command (#122) · 4dbdb3d9
      Nicolai Søborg authored
      Improvement idea from #10
      
      Especially useful now that the "cookie method" is no longer possible
      Unverified
      4dbdb3d9
    • Tulir Asokan's avatar
      Add more message flow logs · 0d971d36
      Tulir Asokan authored
      0d971d36
    • Tulir Asokan's avatar
      Fix subtitle field type · c4bcc439
      Tulir Asokan authored
      c4bcc439
    • Tulir Asokan's avatar
    • Tulir Asokan's avatar
      Include topics.json in package_data · 115458aa
      Tulir Asokan authored
      115458aa
    • Nicolai Søborg's avatar
      Fix web: exception on bad requests · 174b4cba
      Nicolai Søborg authored and Tulir Asokan's avatar Tulir Asokan committed
      Currently bad requests to the web endpoint will throw exceptions like (making it difficult to play with):
      
      ```
      [2021-01-20 18:02:40,637] [ERROR@aiohttp.server] Unhandled exception
      Traceback (most recent call last):
        File "/path/matrix/mautrix-facebook/mautrix_facebook/web/public.py", line 92, in check_token
          user_id = request.query["user_id"]
      KeyError: 'user_id'
      
      During handling of the above exception, another exception occurred:
      
      Traceback (most recent call last):
        File "/root/.virtualenvs/bridge-fb/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
          resp = await self._request_handler(request)
        File "/root/.virtualenvs/bridge-fb/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle
          resp = await handler(request)
        File "/path/matrix/mautrix-facebook/mautrix_facebook/web/public.py", line 105, in status
          user = await self.check_token(request)
        File "/path/matrix/mautrix-facebook/mautrix_facebook/web/public.py", line 94, in check_token
          raise web.HTTPBadRequest(body='{"error": "Missing user_id query param"}',
      aiohttp.web_exceptions.HTTPBadRequest: Bad Request
      
      During handling of the above exception, another exception occurred:
      
      Traceback (most recent call last):
        File "/path/.virtualenvs/bridge-fb/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 485, in start
          resp, reset = await task
        File "/path/.virtualenvs/bridge-fb/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 427, in _handle_request
          status=exc.status, reason=exc.reason, text=exc.text, headers=exc.headers
        File "/path/.virtualenvs/bridge-fb/lib/python3.8/site-packages/aiohttp/web_response.py", line 650, in text
          return self._body.decode(self.charset or "utf-8")
      AttributeError: 'StringPayload' object has no attribute 'decode'
      ```
      174b4cba
    • Tulir Asokan's avatar
      Fix parsing some types of MQTT payloads · d1a9fd09
      Tulir Asokan authored
      d1a9fd09
    • Tulir Asokan's avatar
      Add some extra logs · 38850a22
      Tulir Asokan authored
      38850a22
    • Tulir Asokan's avatar
      Add another MessageUnsendability value · f863e915
      Tulir Asokan authored
      f863e915
    • Tulir Asokan's avatar
      Update media upload stuff · 7fb364f6
      Tulir Asokan authored
      7fb364f6
  10. Jan 19, 2021
Loading