Max Sandholm
|
28f205057f
|
Lint imports after enabling linting
|
2023-01-02 15:11:27 +02:00 |
|
Max Sandholm
|
9e32ec3e39
|
Add provisioning API function to get list of user's sticker sets
|
2023-01-02 15:04:49 +02:00 |
|
Tulir Asokan
|
a0dca671d8
|
Remove regex filters in provisioning API paths
They're broken due to https://github.com/aio-libs/aiohttp/issues/5621
|
2022-11-05 19:25:47 +02:00 |
|
Sumner Evans
|
d37ca7eae3
|
provisioning API: client -> app
Signed-off-by: Sumner Evans <sumner@beeper.com>
|
2022-10-18 16:14:53 -06:00 |
|
Tulir Asokan
|
9b9a3b452d
|
Infinite backfill with MSC2716 (#817)
Disabled by default, with non-infinite fallback mode as the default behavior
|
2022-10-11 16:03:52 +03:00 |
|
Tulir Asokan
|
b60056c560
|
Add missing prefix to bridge info endpoint
|
2022-06-18 09:56:54 +03:00 |
|
Tulir Asokan
|
037d93471d
|
Catch PhoneNumberUnoccupied in /login/send_code provisioning API
|
2022-05-30 22:18:28 +03:00 |
|
Tulir Asokan
|
908e600dc9
|
Switch /resolve_identifier to GET
|
2022-05-19 18:22:04 +03:00 |
|
Tulir Asokan
|
eb43fde3e4
|
Add provisioning API for resolving identifiers
|
2022-05-19 13:15:44 +03:00 |
|
Tulir Asokan
|
5acd3cf007
|
Move API version number to endpoint definition
|
2022-04-06 14:33:03 +03:00 |
|
Tulir Asokan
|
279b997bd3
|
Add contacts and PM endpoints to OpenAPI spec
|
2022-04-06 14:29:50 +03:00 |
|
Tulir Asokan
|
4eb6095822
|
Update provisioning API spec to OpenAPI 3.1.0
|
2022-04-06 14:06:10 +03:00 |
|
Tulir Asokan
|
261f99ac82
|
Add provisioning API for listing contacts and starting DMs
|
2022-04-06 12:40:55 +03:00 |
|
Tulir Asokan
|
4766d14359
|
Move DM creation code to mautrix-python
|
2022-03-04 16:12:02 +02:00 |
|
Tulir Asokan
|
2fb08d59c7
|
Return error if user tries to send empty login code to API
|
2022-02-09 12:05:16 +02:00 |
|
Tulir Asokan
|
f55d6606df
|
Update ensure_future/loop.create_task -> asyncio.create_task
|
2021-12-21 15:30:54 +02:00 |
|
Tulir Asokan
|
6d25e9687e
|
Blacken and isort code
|
2021-12-21 01:36:24 +02:00 |
|
Tulir Asokan
|
89ab29ea5f
|
Switch from SQLAlchemy to asyncpg/aiosqlite
|
2021-12-21 00:44:42 +02:00 |
|
Tulir Asokan
|
8603c67347
|
Move format_duration to mautrix-python
Closes #707
|
2021-12-14 11:21:44 +02:00 |
|
Tulir Asokan
|
6b8831872c
|
Allow logout even if session isn't authorized
|
2021-10-20 20:55:11 +03:00 |
|
Tulir Asokan
|
4e8c373d1b
|
Delete session on log_out() even if telegram logout fails
|
2021-10-20 20:24:47 +03:00 |
|
Tulir Asokan
|
e4a2bd2f69
|
Catch authorization errors in get_me()
|
2021-10-20 20:02:09 +03:00 |
|
Tulir Asokan
|
bda41417aa
|
Update repo path
|
2021-08-06 17:46:24 +03:00 |
|
Tulir Asokan
|
1b91fbc806
|
Check room encryption status when bridging portal
|
2020-10-30 20:16:02 +02:00 |
|
Tulir Asokan
|
52adbb7335
|
Fix potential bugs in manual bridging
|
2020-10-30 19:46:02 +02:00 |
|
Tulir Asokan
|
eae7bba649
|
Update to mautrix-python v0.7
|
2020-08-06 20:34:09 +03:00 |
|
Tulir Asokan
|
10926a1240
|
Use chat.id instead of get_peer_id(chat) for Dialog. Fixes #450
|
2020-04-06 10:17:13 +03:00 |
|
Tulir Asokan
|
992e962df7
|
Fix async for typo. Fixes #448
|
2020-04-06 10:06:12 +03:00 |
|
Tulir Asokan
|
65d7934c21
|
Add missing response to logout provisioning API endpoint
|
2020-01-28 22:49:48 +02:00 |
|
Tulir Asokan
|
2ae4b23528
|
Add option to log in to custom puppet with shared secret
|
2019-12-15 18:50:07 +02:00 |
|
Tulir Asokan
|
39927ac6c0
|
Try to fix cleaning up rooms
Not tested at all
|
2019-12-11 10:03:05 +02:00 |
|
Andrew Morgan
|
b854119445
|
Make 2FA error message clearer
|
2019-11-08 11:51:40 +00:00 |
|
Tulir Asokan
|
8655f5903a
|
Improve things
|
2019-08-06 21:30:14 +03:00 |
|
Tulir Asokan
|
43d16474c2
|
Improve logging and make get_dialogs use iterators more
|
2019-08-06 19:58:15 +03:00 |
|
Tulir Asokan
|
d6a2e7a9f7
|
Split portal.py and migrate more stuff to mautrix-0.4
|
2019-08-05 00:11:21 +03:00 |
|
Tulir Asokan
|
32d686e908
|
Migrate formatter and utils to mautrix-python
|
2019-08-04 15:20:14 +03:00 |
|
Tulir Asokan
|
d8653961af
|
Even even more migrations to mautrix-python
|
2019-08-04 01:41:10 +03:00 |
|
Tulir Asokan
|
d4e3956941
|
Even more migrations to mautrix-python
|
2019-07-19 21:36:21 +03:00 |
|
Tulir Asokan
|
be6d395ed6
|
Remove Python 3.5 compatibility
|
2019-07-18 23:24:25 +03:00 |
|
Tulir Asokan
|
cd51fb85cf
|
Make getting started more user-friendly. Fixes #327
|
2019-06-01 22:38:43 +03:00 |
|
Tulir Asokan
|
9591a05361
|
Ignore whitespace in web login input
|
2019-06-01 22:15:49 +03:00 |
|
Tulir Asokan
|
fce22b08e9
|
Check if bot is configured before trying to get username in bridge info provisioning API
|
2019-04-24 16:42:28 +03:00 |
|
Tulir Asokan
|
2cf9dcafd9
|
Update copyright year and fix minor lint problems
|
2019-03-19 18:30:36 +02:00 |
|
Tulir Asokan
|
7e3c892ff6
|
Stop using rawgit in public website. Fixes #289
|
2019-03-16 18:05:12 +02:00 |
|
Tulir Asokan
|
f8e429f08a
|
More file splitting and new admin commands
|
2019-02-12 23:48:08 +02:00 |
|
Tulir Asokan
|
dad0ccb3c0
|
Clean up code
|
2018-12-23 19:51:02 +02:00 |
|
Tulir Asokan
|
a80fdf0990
|
Fix bug in 720210ac08
|
2018-11-15 22:25:49 +02:00 |
|
Tulir Asokan
|
d514b929b3
|
Automatically log out when logging in with a user someone logged in with previously. Fixes #198
|
2018-11-15 11:45:46 +02:00 |
|
Tulir Asokan
|
247c75191b
|
Merge pull request #226 from turt2live/travis/bridge-info
Add provisioning route for getting misc bridge info
|
2018-10-08 14:02:19 +03:00 |
|
Travis Ralston
|
4f3e1b4fe6
|
Fix errors in spec.yaml
|
2018-10-08 01:16:29 -06:00 |
|