Commit Graph

54 Commits

Author SHA1 Message Date
firedotguy
62730b48e9 feat: add polls 2026-02-12 19:56:57 +03:00
firedotguy
c1042d32ae fix: add BannedAccount error 2026-02-12 18:25:25 +03:00
firedotguy
8e8b0b3bb9 chore: stylize sse code; fix: add sseclient-py to requirements 2026-02-10 17:53:48 +03:00
firedotguy
51518ce0d7 fix: stylize examples 2026-02-10 15:49:06 +03:00
firedotguy
337a1eb17b fix: remove deprecated functions 2026-02-10 15:29:05 +03:00
Vasily Domakov
f2e18e08c0 #11 Added SSE listening 2026-02-10 15:29:04 +03:00
Vasily Domakov
13365fc23a #11 Add model for events 2026-02-10 15:29:04 +03:00
firedotguy
9a4c47bd8e feat: add get and delete files 2026-02-08 23:11:59 +03:00
firedotguy
c2413277d6 fix: fix error 'str' object has not attribute 'get' (rate limit); add AlreadyFollowing exception on follow 2026-02-08 22:49:06 +03:00
firedotguy
5ebcdb1ad5 feat: add get replies and get_user_posts 2026-02-07 23:20:00 +03:00
firedotguy
27bd528883 fix: add __init__.py in routes and models 2026-02-07 18:51:31 +03:00
firedotguy
8aef43e11d feat: add pins 2026-02-07 17:47:09 +03:00
firedotguy
506e6a5d09 feat: add models final part 5 2026-02-07 17:23:42 +03:00
firedotguy
f33ed4f76a fix: revert str UUID 2026-02-06 22:19:56 +03:00
firedotguy
2d27507338 fix: fix type warnings 2026-02-06 22:15:16 +03:00
firedotguy
7d5275c880 Merge branch 'v1' of https://github.com/firedotguy/pyITDclient into v1 2026-02-06 21:43:12 +03:00
firedotguy
a2d019e1d6 fix: JSONDecodeError when view post 2026-02-06 21:43:03 +03:00
firedotguy
844671ab4e Merge pull request #5 from EpsilonRationes/like-and-restore 2026-02-07 00:42:21 +06:00
Rationess
65cd617a1f Преобразование str в UUID 2026-02-05 09:26:16 +03:00
firedotguy
55630bc23f feat: add models part 4 2026-02-05 00:20:26 +03:00
firedotguy
60ae5feb21 Merge branch 'v1' into like-and-restore 2026-02-05 02:50:35 +06:00
firedotguy
dd7b8c077e Merge branch 'v1' of https://github.com/firedotguy/pyITDclient into v1 2026-02-04 22:52:22 +03:00
firedotguy
2f026a32d7 feat: add cant follow yourself error 2026-02-04 22:52:10 +03:00
firedotguy
b82d4fc30b Merge branch 'v1' into Typo 2026-02-05 01:31:03 +06:00
Rationess
eb83c724cc restore и like постов 2026-02-04 11:15:19 +03:00
Rationess
a547bbfdfb mime_type не только png там может быть и jpg и gid. Ещё и аудио форматы 2026-02-03 22:22:27 +03:00
Rationess
6ac12c6f79 attachment_ids для комментариев 2026-02-03 22:20:33 +03:00
Rationess
0c212e41cb ошибка в названии verificate 2026-02-03 20:58:22 +03:00
Rationess
80a5a33443 ошибка в названиях get_hastags и get_posts_by_hastag 2026-02-03 20:55:33 +03:00
Rationess
7ce699e42a лишний аргумент в docstring 2026-02-03 20:48:08 +03:00
Rationess
3ad003a0b1 user limit 2026-02-03 20:45:06 +03:00
Rationess
2ccd26fc9b Ошибка в слове популярных 2026-02-03 20:42:55 +03:00
Rationess
af0b2a1acc Ошибка в слове verificate 2026-02-03 20:41:34 +03:00
Rationess
c9a5dcad10 Ошибка в слове Старый 2026-02-03 20:33:28 +03:00
Rationess
1db59149f4 попроваил get_hastags на get_hashtags 2026-02-03 20:32:43 +03:00
firedotguy
ba78457de5 feat: add models part 3 2026-02-01 17:20:37 +03:00
firedotguy
2a9f7da9a9 feat: add models part 2 2026-01-31 18:28:23 +03:00
firedotguy
a388426d8d feat: add models and partially custom error messages 2026-01-31 12:10:20 +03:00
firedotguy
c7e3812ee8 feat: add models and enum 2026-01-30 20:49:49 +03:00
firedotguy
1a606da55f feat: add verification; add auth - change password and logout 2026-01-30 16:12:05 +03:00
firedotguy
aa20199ebe feat: add get liked post and update privacy 2026-01-30 15:39:52 +03:00
firedotguy
49427a5535 refactor: move api calls to routes folder; feat: add update_banner user-friendly method; fix: change file data type 2026-01-30 15:16:29 +03:00
firedotguy
f1d9a0b2f0 feat: add files uploading; add banner updating 2026-01-29 23:39:35 +03:00
firedotguy
10751f9ddb fix: use json for non-get 2026-01-29 23:26:03 +03:00
firedotguy
7c99d8e00b feat: add etc and users 2026-01-29 22:17:28 +03:00
firedotguy
0a78fe219c feat: add refresh token on 401 2026-01-29 22:01:25 +03:00
firedotguy
b2f4a359e0 feat: add auth 2026-01-29 21:47:27 +03:00
firedotguy
fcd63dd75e feat: add search 2026-01-29 21:15:01 +03:00
firedotguy
6e7826f049 feat: add report 2026-01-29 21:11:00 +03:00
firedotguy
c2866a9d28 feat: add posts 2026-01-29 21:01:51 +03:00