1
0
mirror of https://github.com/ihabunek/toot synced 2025-02-01 11:56:48 +01:00

742 Commits

Author SHA1 Message Date
Ivan Habunek
2e96d6146b
Remove tags timeline command, moved to timelines tag 2025-01-21 12:14:05 +01:00
Ivan Habunek
50f05c5072
Make pager active by default 2025-01-21 12:13:56 +01:00
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
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
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
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
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
6be6ba4fb2
Remove unused import 2024-11-14 19:44:09 +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
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 61843feae13cec1ee57372357936dc0ef3017568.
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
3969a15029
Break long line 2024-09-29 09:40:37 +02:00
Ivan Habunek
3176fa0614
Ignore vermin in one place 2024-09-29 09:38:23 +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
Ivan Habunek
76bb1b5484
Add post --reply-last option
fixes #464
2024-09-22 22:14:36 +02:00
Denis Laxalde
74a73d1c2d Fix shortcut for status links in help 2024-08-25 13:58:32 +02:00
Ivan Habunek
a730a33901
Print statuses in search output 2024-08-12 12:04:29 +02:00
Ivan Habunek
070f6b9ef1
Attempt to resolve status ID from URL for status actions 2024-08-12 11:59:39 +02:00
Sandro Santilli
125626d884 Explain post visibility 2024-08-12 09:55:13 +02:00
Daniel Schwarz
727fec415c Fix for TUI crash bug #487 2024-08-12 09:50:40 +02:00
Ivan Habunek
4ae9443174
Remove unnecessary try blocks 2024-08-12 09:48:37 +02:00
Ivan Habunek
72b6a67215
Make diags look a bit nicer in markdown
e.g. when pasted into a github issue
2024-08-12 09:24:50 +02:00
Ivan Habunek
7e09c0b387
Move imports to top 2024-08-12 09:12:09 +02:00
Ivan Habunek
93cfe2af75
Remove unneccessary fstrings 2024-08-12 09:02:48 +02:00
Ivan Habunek
a0e0f4fccd
Make toot diag work when not logged in 2024-08-12 08:57:59 +02:00
Daniel Schwarz
1883042344 Added toot diag -s flag; if specified, includes server info 2024-08-04 23:37:40 -04:00