0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-09-21 19:35:03 -04:00

1058 Commits

Author SHA1 Message Date
Ivan Habunek
ecc8033a41 Rework paging to take terminal height into account 2025-01-21 11:04:54 +01:00
Ivan Habunek
bfcf623448 Test new timeline commands, tweaks 2025-01-16 15:09:21 +01:00
Ivan Habunek
89035accc3 Fix tests 2025-01-16 14:38:42 +01:00
Ivan Habunek
32a509df93 Reuse get_list_id 2025-01-16 14:34:07 +01:00
Ivan Habunek
d0f119f950 Add new timelines commands group 2025-01-16 13:59:45 +01:00
Ivan Habunek
61fe478bf3 Add anon variant of get_paged 2025-01-16 13:59:44 +01:00
Ivan Habunek
e0f3888370 Remove accidental textual-dev dependency 2025-01-16 13:59:44 +01:00
Ivan Habunek
af91d2c9dd Don't duplicate parameters when paging 2025-01-16 13:58:30 +01:00
Ivan Habunek
889459cbd0 Remove deprecated lists command 2025-01-16 13:58:30 +01:00
Ivan Habunek
08df141a8e Extract get_continue 2025-01-16 11:49:25 +01:00
Ivan Habunek
561bc6d7b5 Add tags timeline command 2025-01-15 07:59:56 +01:00
Ivan Habunek
bb32a691b7 Add entities helpers for working with responses 2025-01-15 05:42:31 +01:00
Ivan Habunek
d6096df299 Add http.get_paged for paging lists 2025-01-15 05:42:31 +01:00
Ivan Habunek
38dfd747f6 Add batched helper 2025-01-12 12:02:30 +01:00
Ivan Habunek
c98af14a84 Remove deprecated tags commands 2025-01-12 09:44:03 +01:00
Ivan Habunek
a84a7e2ee0 Ignore uv lock 2025-01-11 08:58:03 +01:00
Aleksei Stepanov
d4a991e956 Handle urwid API deprecations
* `_set_original_widget` -> `original_widget` property (setter)
* `button._state` -> `button.get_state()`
  (not deprecated, but we have public getter)
2025-01-02 11:43:15 +01:00
Ivan Habunek
1368a89125 Update changelog 0.47.1 2024-11-27 19:59:29 +01:00
Ivan Habunek
af09020cec Don't set default visibility to public
Leave it blank so the server can decide
2024-11-27 19:55:48 +01:00
Ivan Habunek
54a111d669 Fix last ID not saving when using --json 2024-11-27 19:46:18 +01:00
Ivan Habunek
eb175029a8 Show distro packages in 4 columns 2024-11-27 19:45:57 +01:00
Ivan Habunek
39ff728119 Fix deprecation warning 2024-11-27 19:45:48 +01:00
Ivan Habunek
6be6ba4fb2 Remove unused import 0.47.0 2024-11-14 19:44:09 +01:00
Ivan Habunek
cd7b5dc847 Update changelog 2024-11-14 19:42:23 +01:00
Ivan Habunek
84bfc3d5e1 Fix timeline generators when status is not set 2024-11-14 19:35:51 +01:00
Ivan Habunek
65f426fbcb Add tui --show-display-names option
fixes #501
2024-11-14 19:30:45 +01:00
Ivan Habunek
45e78fa286 Add descriptions for other notification types
fixes #502
2024-11-14 19:21:16 +01:00
Ivan Habunek
2d61a2f30f Fix catching the wrong exception
fixes #504
2024-11-14 19:14:46 +01:00
Ivan Habunek
4548e25cff Fix paging where limit was sent twice, dedupe logic
fixes #505
2024-11-14 19:13:35 +01:00
Ivan Habunek
e360f6d51f Update changelog 0.46.0 2024-11-14 10:09:06 +01:00
Ivan Habunek
20eec3ba63 Add --type and --exclude-type options to notification 2024-11-14 10:02:43 +01:00
Ivan Habunek
4b88b86b6f Add --json option to notifications 2024-11-14 09:39:10 +01:00
Ivan Habunek
e960267b70 Add min_id and max_id options to search 2024-11-12 09:10:22 +01:00
Ivan Habunek
803f36d1ed Improve search option types 2024-11-12 09:07:05 +01:00
Giuseppe Bilotta
71d9c9ff12 search: add support for type, offset and limit from the command line 2024-11-12 08:56:15 +01:00
Ivan Habunek
89ea4604e5 Fix matching list by ID 2024-10-01 09:32:58 +02:00
Ivan Habunek
a568980f9f Revert "Handle 422: Validation Failed. Status has already been taken errors"
It broke --json option when 422 was triggered.

This reverts commit 61843feae1.
2024-10-01 08:58:44 +02:00
Daniel Schwarz
61843feae1 Handle 422: Validation Failed. Status has already been taken errors 2024-10-01 08:46:40 +02:00
Ivan Habunek
707b6e0ca7 Update installation instructions 2024-10-01 08:36:51 +02:00
Ivan Habunek
3969a15029 Break long line 0.45.0 2024-09-29 09:40:37 +02:00
Ivan Habunek
3176fa0614 Ignore vermin in one place 2024-09-29 09:38:23 +02:00
Fipaddict
0f6ae972b5 Update Setting up dev environnement (#496)
Remove reference to requirements files that no longer exist
2024-09-29 09:35:19 +02:00
Ivan Habunek
bb25f6ad76 Update changelog 2024-09-29 09:34:48 +02:00
Ivan Habunek
f272cc2a38 Deprecate toot env in favour of toot diag 2024-09-29 09:34:48 +02:00
Ivan Habunek
2a5e823878 Move diag logic to own module, break up a bit 2024-09-29 09:34:48 +02:00
Ivan Habunek
0d829e9495 Rework the diag command a bit 2024-09-29 09:34:48 +02:00
Ivan Habunek
fe29ac816b Clean up formatting 2024-09-29 09:34:48 +02:00
ArthurHoaro
141623889a CONTRIBUTING - Bug report - Replace toot env by toot diag
toot diag include the same info as toot env, plus others that can be useful in bug reporting
2024-09-29 09:33:59 +02:00
Ivan Habunek
76bb1b5484 Add post --reply-last option
fixes #464
2024-09-22 22:14:36 +02:00
Ivan Habunek
3ff9bc7942 Use assert_ok helper for better testing errors 2024-09-22 22:14:36 +02:00