forked-synapse/synapse/rest/admin
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 Bump black from 23.10.1 to 24.2.0 (#16936) 2024-03-13 16:46:44 +00:00
_base.py Update license headers 2023-11-21 15:29:58 -05:00
background_updates.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
devices.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
event_reports.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
experimental_features.py Enable cross-signing key upload without UIA (#17284) 2024-06-14 11:14:56 +01:00
federation.py Tidy up integer parsing (#17339) 2024-06-24 15:12:14 +02:00
media.py Tidy up integer parsing (#17339) 2024-06-24 15:12:14 +02:00
registration_tokens.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
rooms.py Filter added to Admin-API GET /rooms (#17276) 2024-06-19 11:45:48 +01:00
server_notice_servlet.py Update license headers 2023-11-21 15:29:58 -05:00
statistics.py Tidy up integer parsing (#17339) 2024-06-24 15:12:14 +02:00
username_available.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
users.py Tidy up integer parsing (#17339) 2024-06-24 15:12:14 +02:00