Commit graph

1329 commits

Author SHA1 Message Date
Alex Root Junior
96e69d108c
Merge pull request #272 from 2noik/dev-2.x
Add params send_phone_number_to_provider and send_email_to_provider
2020-02-22 23:17:38 +02:00
Alex Root Junior
a00548c061
Merge pull request #273 from uburuntu/fix-copy-poll
fix: send_copy for poll: missed attribute getting
2020-02-22 23:16:48 +02:00
Alex Root Junior
f8fa313403
Merge pull request #276 from vanyakosmos/fix-redis-closing
fix redis pool connection closing
2020-02-22 23:16:08 +02:00
Bachynin Ivan
5a9a4c888e add simple tests for RedisStorage2 2020-02-12 20:28:45 +02:00
Bachynin Ivan
cffec23371 fix redis pool connection closing
- add locks in closing methods of RedisStorage
- don't remove reference to the pool in the `close()` method
2020-02-12 19:38:02 +02:00
Ramzan Bekbulatov
30a17413f0
fix: send_copy for poll: missed attribute getting 2020-02-07 15:02:00 +03:00
2noik
b8311c034e add send_phone_number_to_provider and send_email_to_provider 2020-02-03 21:49:37 +03:00
Alex Root Junior
20ba5faf5c Improve poll type 2020-01-25 17:56:43 +02:00
Alex Root Junior
cf127d596a
Merge pull request #266 from evgfilim1/patch-1
Fix reply_keyboard.py
2020-01-24 09:55:05 +02:00
Evgen
7a874c7a58
Update reply_keyboard.py
Fix missing request_poll in KeyboardButton.__init__
2020-01-24 10:49:12 +05:00
Alex Root Junior
1aa80c80d1 #247: Don't mutate TelegramObject in to_* and as_* methods 2020-01-24 00:00:06 +02:00
Alex Root Junior
5db726d758 Add IsSenderContact filter 2020-01-23 23:13:07 +02:00
Alex Root Junior
7c8006d742 #262: Fix aiohttp-socks version in setup.py 2020-01-23 22:49:35 +02:00
Alex Root Junior
7ad756658d
Merge pull request #265 from aiogram/dev-2.x-api-4.6
Bot API 4.6
2020-01-23 22:47:30 +02:00
Alex Root Junior
d1ff0046a5 Export KeyboardButtonPollType 2020-01-23 22:44:24 +02:00
Alex Root Junior
ca9a4440d1 - Update docstring of KeyboardButton
- Fix PollAnswer model and export it from `aiogram.types`
- Fix dispatcher poll_answer handlers registration
- Add actions to LoggingMiddleware
2020-01-23 22:37:54 +02:00
gabbhack
a8debbba04 poll_type to type 2020-01-23 20:51:25 +05:00
gabbhack
caf9f9e411 typofix 2020-01-23 20:49:43 +05:00
gabbhack
ee803303aa Bot API 4.6 2020-01-23 20:23:08 +05:00
Alex Root Junior
7afe783914
Merge pull request #260 from gabbhack/fix-content-type-filter
Fix ContentTypeFilter
2020-01-16 15:06:58 +02:00
gabbhack
a026100353 Fix ContentTypeFilter
Now the ContentTypeFilter  works correctly with single elements.
2020-01-16 17:14:57 +05:00
Alex Root Junior
78d75bccef
Merge pull request #258 from Birdi7/patch-3
Update i18n_example.py
2020-01-08 17:37:59 +02:00
Alex Root Junior
284268bd01
Merge pull request #253 from cybernet/patch-1
aiogram dev
2020-01-08 17:37:40 +02:00
cybernet
13b4f345a6
Update README.md
as sugested by @JrooTJunior

Co-Authored-By: Alex Root Junior <jroot.junior@gmail.com>
2020-01-08 15:14:31 +01:00
Egor
29aa4daf2c
Update i18n_example.py 2020-01-08 00:09:56 +05:00
Alex Root Junior
ef8dff092e Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x 2020-01-05 20:22:26 +02:00
Alex Root Junior
a8ec717d32 Fix tests 2020-01-05 20:22:16 +02:00
Alex Root Junior
9f6b87901d
Merge pull request #255 from TC-b64/dev-2.x
Data validity condition changed
2020-01-05 19:53:17 +02:00
Alex Root Junior
9a6caba41e
Merge pull request #257 from klaipher/patch-3
Fix CommandStart filter
2020-01-04 18:28:26 +02:00
klaipher
7917a196ed Fix CommandStart filter 2020-01-04 18:08:41 +02:00
Alex Root Junior
facae42bad
Merge pull request #256 from Birdi7/patch-2
fix: renamed_argument decorator error
2020-01-04 17:36:33 +02:00
Egor
b436cf8e27
fix: renamed_argument decorator error
Also, I removed hidden mutation of input in _handling function
2020-01-04 20:17:22 +05:00
TC-b64
59a223ce81 Data validity condition changed 2020-01-04 17:09:01 +11:00
cybernet
538ba2bab1
aiogram dev 2020-01-01 20:20:09 +00:00
Alex Root Junior
3783e7052a Get back quote_html and escape_md functions 2020-01-01 21:40:31 +02:00
Alex Root Junior
5a559584ff Fix deeplink filter 2020-01-01 20:34:56 +02:00
Alex Root Junior
c954509a2a Merge branch 'dev-2.x'
# Conflicts:
#	aiogram/__init__.py
2020-01-01 17:15:39 +02:00
Alex Root Junior
a2f4f193c5 Update setup.py 2020-01-01 17:14:54 +02:00
Alex Root Junior
2323771cb9 Bump versions and URL's 2020-01-01 16:55:33 +02:00
Alex Root Junior
84de4e95f6 #237 Prevent syntax warning 2020-01-01 16:47:21 +02:00
Alex Root Junior
23325e09e3 #236 remove bad link 2020-01-01 16:44:49 +02:00
Alex Root Junior
856c938871 Bump dev requirements (aiohttp-socks>=0.3.3) 2020-01-01 16:42:58 +02:00
Alex Root Junior
c19e2a0d42
Merge pull request #248 from a6a3uh/fix_socks_login
Latest version of aiohttp_socks changed interface
2020-01-01 16:41:25 +02:00
Alex Root Junior
9115a44be6 Backport of text decoration utils from 3.0 2020-01-01 16:39:31 +02:00
Alex Root Junior
ce026dfa71 Add exception MethodIsNotAvailable 2020-01-01 16:05:59 +02:00
Alex Root Junior
18d1115b50 Replace .reply(reply=False) to .answer() in examples 2020-01-01 16:05:45 +02:00
Alex Root Junior
4933261d65 Fix deprecation warning in user module 2020-01-01 16:05:09 +02:00
Alex Root Junior
3355c64b64
Merge pull request #251 from gabbhack/shortcut
Shortcut
2020-01-01 01:12:10 +02:00
Alex Root Junior
778913d51f
Merge branch 'dev-2.x' into shortcut 2020-01-01 01:07:23 +02:00
Gabben
4df615446d Try to resolve conflict 2020-01-01 00:56:55 +05:00