Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up integer parsing (#17339) | Denis Kasak | 2024-06-24 | 1 | -4/+4 |
| | | | | | | | | | | 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. | ||||
* | Parse Integer negative value validation (#16920) | Gordan Trevis | 2024-04-16 | 1 | -33/+5 |
| | |||||
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
| | | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them. | ||||
* | Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop | Erik Johnston | 2023-12-13 | 1 | -10/+16 |
|\ | |||||
| * | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
| | | |||||
* | | Set response values to zero if None for ↵ | Will Hunt | 2023-12-05 | 1 | -2/+2 |
|/ | | | | | | /_synapse/admin/v1/federation/destinations (#16729) | ||||
* | Remove more usages of cursor_to_dict. (#16551) | Patrick Cloke | 2023-10-26 | 1 | -1/+13 |
| | | | Mostly to improve type safety. | ||||
* | Convert simple_select_list_paginate_txn to return tuples. (#16433) | Patrick Cloke | 2023-10-06 | 1 | -1/+7 |
| | |||||
* | Add helper to parse an enum from query args & use it. (#14956) | Patrick Cloke | 2023-02-01 | 1 | -3/+4 |
| | | | | | | | | The `parse_enum` helper pulls an enum value from the query string (by delegating down to the parse_string helper with values generated from the enum). This is used to pull out "f" and "b" in most places and then we thread the resulting Direction enum throughout more code. | ||||
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -4/+4 |
| | | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733 | ||||
* | Add admin API to get a list of federated rooms (#11658) | Dirk Klimpel | 2022-01-25 | 1 | -0/+56 |
| | |||||
* | Add admin API to reset connection timeouts for remote server (#11639) | Dirk Klimpel | 2022-01-25 | 1 | -1/+43 |
| | | | * Fix get federation status of destination if no error occured | ||||
* | Fix get federation status of destination if no error occured (#11593) | Dirk Klimpel | 2022-01-05 | 1 | -7/+19 |
| | |||||
* | Clean up `synapse.rest.admin` (#11535) | Dirk Klimpel | 2021-12-08 | 1 | -1/+1 |
| | |||||
* | Add admin API to get some information about federation status (#11407) | Dirk Klimpel | 2021-12-06 | 1 | -0/+135 |