forked-synapse/synapse/rest/client
Denis Kasak 700d2cc4a0
Tidy up integer parsing (#17339)
The parse_integer function was previously made to reject negative values by
default in https://github.com/element-hq/synapse/pull/16920, but the
documentation stated otherwise. This fixes the documentation and also:

- Removes explicit negative=False parameters from call sites.
- Brings the negative default of parse_integer_from_args in alignment with
  parse_integer.
2024-06-24 15:12:14 +02:00
..
__init__.py
_base.py
account_data.py Stabilize support for MSC4010: push rules & account data. (#17022) 2024-04-09 17:11:50 +01:00
account_validity.py
account.py Reorganize Pydantic models and types used in handlers (#17279) 2024-06-10 15:03:50 -05:00
appservice_ping.py
auth_issuer.py
auth.py
capabilities.py
devices.py Reorganize Pydantic models and types used in handlers (#17279) 2024-06-10 15:03:50 -05:00
directory.py Reorganize Pydantic models and types used in handlers (#17279) 2024-06-10 15:03:50 -05:00
events.py
filter.py
initial_sync.py
keys.py Enable cross-signing key upload without UIA (#17284) 2024-06-14 11:14:56 +01:00
knock.py Add support for via query parameter from MSC4156 (#17322) 2024-06-18 10:03:39 +00:00
login_token_request.py
login.py
logout.py
media.py Ratelimiting of remote media downloads (#17256) 2024-06-05 13:43:36 +01:00
mutual_rooms.py
notifications.py Require the 'from' parameter for /notifications be an integer (#17283) 2024-06-19 10:05:39 +01:00
openid.py
password_policy.py
presence.py
profile.py
push_rule.py Fixups to new push stream (#17038) 2024-03-28 16:29:23 +00:00
pusher.py
read_marker.py
receipts.py
register.py Send an email if the address is already bound to an user account (#16819) 2024-04-23 16:45:24 +01:00
relations.py Stabliize support for MSC3981: recurse /relations (#17023) 2024-04-09 17:11:08 +01:00
rendezvous.py Add note about MSC3886 being closed (#17151) 2024-05-08 12:49:32 +01:00
reporting.py Clarify that MSC4151 is enabled on matrix.org (#17296) 2024-06-13 13:49:00 +00:00
room_keys.py
room_upgrade_rest_servlet.py
room.py Tidy up integer parsing (#17339) 2024-06-24 15:12:14 +02:00
sendtodevice.py
sync.py Register sliding sync under a different path (#17331) 2024-06-19 16:18:45 +00:00
tags.py
thirdparty.py
tokenrefresh.py
transactions.py
user_directory.py
versions.py Add report room API (MSC4151) (#17270) 2024-06-12 12:27:46 +02:00
voip.py