|
1 | | -@comment $NetBSD: PLIST,v 1.7 2021/01/13 17:45:36 js Exp $ |
| 1 | +@comment $NetBSD: PLIST,v 1.8 2021/01/31 19:23:28 js Exp $ |
2 | 2 | bin/export_signing_key |
3 | 3 | bin/generate_config |
4 | 4 | bin/generate_log_config |
@@ -466,9 +466,6 @@ ${PYSITELIB}/synapse/http/client.pyo |
466 | 466 | ${PYSITELIB}/synapse/http/connectproxyclient.py |
467 | 467 | ${PYSITELIB}/synapse/http/connectproxyclient.pyc |
468 | 468 | ${PYSITELIB}/synapse/http/connectproxyclient.pyo |
469 | | -${PYSITELIB}/synapse/http/endpoint.py |
470 | | -${PYSITELIB}/synapse/http/endpoint.pyc |
471 | | -${PYSITELIB}/synapse/http/endpoint.pyo |
472 | 469 | ${PYSITELIB}/synapse/http/federation/__init__.py |
473 | 470 | ${PYSITELIB}/synapse/http/federation/__init__.pyc |
474 | 471 | ${PYSITELIB}/synapse/http/federation/__init__.pyo |
@@ -601,6 +598,9 @@ ${PYSITELIB}/synapse/replication/http/__init__.pyo |
601 | 598 | ${PYSITELIB}/synapse/replication/http/_base.py |
602 | 599 | ${PYSITELIB}/synapse/replication/http/_base.pyc |
603 | 600 | ${PYSITELIB}/synapse/replication/http/_base.pyo |
| 601 | +${PYSITELIB}/synapse/replication/http/account_data.py |
| 602 | +${PYSITELIB}/synapse/replication/http/account_data.pyc |
| 603 | +${PYSITELIB}/synapse/replication/http/account_data.pyo |
604 | 604 | ${PYSITELIB}/synapse/replication/http/devices.py |
605 | 605 | ${PYSITELIB}/synapse/replication/http/devices.pyc |
606 | 606 | ${PYSITELIB}/synapse/replication/http/devices.pyo |
@@ -754,9 +754,11 @@ ${PYSITELIB}/synapse/res/templates/registration_success.html |
754 | 754 | ${PYSITELIB}/synapse/res/templates/room.html |
755 | 755 | ${PYSITELIB}/synapse/res/templates/room.txt |
756 | 756 | ${PYSITELIB}/synapse/res/templates/sso_account_deactivated.html |
| 757 | +${PYSITELIB}/synapse/res/templates/sso_auth_bad_user.html |
757 | 758 | ${PYSITELIB}/synapse/res/templates/sso_auth_confirm.html |
758 | 759 | ${PYSITELIB}/synapse/res/templates/sso_auth_success.html |
759 | 760 | ${PYSITELIB}/synapse/res/templates/sso_error.html |
| 761 | +${PYSITELIB}/synapse/res/templates/sso_login_idp_picker.html |
760 | 762 | ${PYSITELIB}/synapse/res/templates/sso_redirect_confirm.html |
761 | 763 | ${PYSITELIB}/synapse/res/templates/terms.html |
762 | 764 | ${PYSITELIB}/synapse/res/username_picker/index.html |
@@ -1011,6 +1013,9 @@ ${PYSITELIB}/synapse/rest/synapse/client/__init__.pyo |
1011 | 1013 | ${PYSITELIB}/synapse/rest/synapse/client/password_reset.py |
1012 | 1014 | ${PYSITELIB}/synapse/rest/synapse/client/password_reset.pyc |
1013 | 1015 | ${PYSITELIB}/synapse/rest/synapse/client/password_reset.pyo |
| 1016 | +${PYSITELIB}/synapse/rest/synapse/client/pick_idp.py |
| 1017 | +${PYSITELIB}/synapse/rest/synapse/client/pick_idp.pyc |
| 1018 | +${PYSITELIB}/synapse/rest/synapse/client/pick_idp.pyo |
1014 | 1019 | ${PYSITELIB}/synapse/rest/synapse/client/pick_username.py |
1015 | 1020 | ${PYSITELIB}/synapse/rest/synapse/client/pick_username.pyc |
1016 | 1021 | ${PYSITELIB}/synapse/rest/synapse/client/pick_username.pyo |
@@ -1442,6 +1447,22 @@ ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/24drop_event_json_in |
1442 | 1447 | ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/25user_external_ids_user_id_idx.sql |
1443 | 1448 | ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/26access_token_last_validated.sql |
1444 | 1449 | ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/27local_invites.sql |
| 1450 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/28drop_last_used_column.sql.postgres |
| 1451 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/28drop_last_used_column.sql.sqlite |
| 1452 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/28rejected_events_metadata.sql |
| 1453 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/01ignored_user.py |
| 1454 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/01ignored_user.pyc |
| 1455 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/01ignored_user.pyo |
| 1456 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/02shard_send_to_device.sql |
| 1457 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/03shard_send_to_device_sequence.sql.postgres |
| 1458 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/04_event_auth_chains.sql |
| 1459 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/04_event_auth_chains.sql.postgres |
| 1460 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/04drop_account_data.sql |
| 1461 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/05cache_invalidation.sql |
| 1462 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/06chain_cover_index.sql |
| 1463 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/06shard_account_data.sql |
| 1464 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/06shard_account_data.sql.postgres |
| 1465 | +${PYSITELIB}/synapse/storage/databases/main/schema/delta/59/07shard_account_data_fix.sql |
1445 | 1466 | ${PYSITELIB}/synapse/storage/databases/main/schema/full_schemas/16/application_services.sql |
1446 | 1467 | ${PYSITELIB}/synapse/storage/databases/main/schema/full_schemas/16/event_edges.sql |
1447 | 1468 | ${PYSITELIB}/synapse/storage/databases/main/schema/full_schemas/16/event_signatures.sql |
|
0 commit comments