Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) | David Robertson | 2022-03-04 | 1 | -0/+360 |
| | |||||
* | Move scripts directory inside synapse, exposing as setuptools entry_points ↵ | David Robertson | 2022-03-02 | 8 | -0/+1851 |
| | | | | | | | | | | | | (#12118) * Two scripts are basically entry_points already * Move and rename scripts/* to synapse/_scripts/*.py * Delete sync_room_to_group.pl * Expose entry points in setup.py * Update linter script and config * Fixup scripts & docs mentioning scripts that moved Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | ||||
* | Add a flag to the `synapse_review_recent_signups` script to ignore and ↵ | lukasdenk | 2022-01-17 | 1 | -3/+15 |
| | | | | filter appservice users. (#11675) | ||||
* | Add type hints to synapse._scripts (#11297) | Patrick Cloke | 2021-11-10 | 2 | -18/+28 |
| | |||||
* | Fixed config parse bug in review_recent_signups (#11191) | Samuel Philipp | 2021-10-27 | 1 | -2/+7 |
| | |||||
* | Remove shebang line from module files (#10415) | V02460 | 2021-07-29 | 1 | -1/+0 |
| | | | Signed-off-by: Kai A. Hiller <V02460@gmail.com> | ||||
* | Add script for getting info about recently registered users (#10290) | Erik Johnston | 2021-07-06 | 1 | -0/+175 |
| | |||||
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
| | | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` | ||||
* | Strip trailing / from server_url in register_new_matrix_user (#8823) | Dmitry Borodaenko | 2020-11-26 | 1 | -1/+1 |
| | | | | | | | | | When server URL provided to register_new_matrix_user includes path component (e.g. "http://localhost:8008/"), the command fails with "ERROR! Received 400 Bad Request". Stripping trailing slash from the server_url command argument makes sure combined endpoint URL remains valid. Signed-off-by: Dmitry Borodaenko angdraug@debian.org | ||||
* | Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) | Dirk Klimpel | 2020-11-25 | 1 | -1/+1 |
| | | | These are now only available via `/_synapse/admin/v1`. | ||||
* | Remove obsolete __future__ imports (#8337) | Jonathan de Jong | 2020-09-17 | 1 | -2/+0 |
| | |||||
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -2/+0 |
| | |||||
* | Replace instance variations of homeserver with correct case/spacing | Andrew Morgan | 2019-11-12 | 1 | -3/+3 |
| | |||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -11/+13 |
| | |||||
* | Fix flake8 (#4519) | Amber Brown | 2019-01-30 | 1 | -2/+2 |
| | |||||
* | create support user (#4141) | Neil Johnson | 2018-12-14 | 1 | -3/+16 |
| | | | | | | Allow for the creation of a support user. A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits. | ||||
* | Port register_new_matrix_user to Python 3 and add tests (#4085) | Amber Brown | 2018-10-26 | 2 | -0/+215 |