Commit Graph

309 Commits

Author SHA1 Message Date
862dbd0b8a
Change session name as identifiable key for every session in TWblue 2022-11-14 17:51:27 -06:00
07dc813cb6
Fixed a small typo 2022-11-08 15:16:01 -06:00
6f69426f03
Fixed more conflicts 2022-11-08 08:48:35 -06:00
c8c242a27f
Fixed merge conflicts with next-gen 2022-11-08 08:35:01 -06:00
40989a54ed
cleaned up some imports 2022-11-07 16:15:04 -06:00
87f2976419
moved searches to Twitter handler 2022-11-07 16:06:52 -06:00
b6b81e2b36
Move almost everything related to Twitter to handler 2022-11-07 15:55:28 -06:00
dfcd63b9b6
Moved timelines for users, likes, followers, following and conversations to Twitter handler 2022-11-07 13:55:08 -06:00
23af944fba
Moved some interactions with buffers from main controller to the buffer classes themselves 2022-11-07 13:02:54 -06:00
8ad266ad1b
Moved filters, list features, user actions, user aliases and account config to twitter handler 2022-11-07 12:26:58 -06:00
2c7eab60a8
Separate most Twitter features in their own controller so it might be easier to implement those in the handler 2022-11-07 10:25:19 -06:00
d43738a2ec
Added base mastodon controller 2022-11-07 09:54:09 -06:00
14a10989e5
Update controller 2022-11-07 09:17:08 -06:00
1ded773e84
Removed some platform checks 2022-11-03 17:11:13 -06:00
c6cbe3360b
Restart streaming in certain changes to followed/muted people 2022-08-24 11:32:06 -05:00
0a395af3a9
Updated changelog 2022-08-22 15:40:01 -05:00
b9794806d7
Display error when attempting to open a TL for an unauthorized user. Closes #485 2022-08-16 17:11:50 -05:00
76a5c960e5
Added user autocompletion functionality to some dialogs. Closes #466 2022-08-03 11:12:23 -05:00
fa9ebea836
Remove issue reporting dialogs as we no longer use mantis 2022-05-13 13:22:52 -05:00
b35cdbd7b4
Added handlers to map features from different networks 2022-03-24 10:37:50 -06:00
dbafeb9872
Fixed some typos 2022-02-24 16:29:59 -06:00
c6865a7742
Remove some platform independent code for a while 2022-02-24 16:26:05 -06:00
fcb2ce119b
Sorted imports on main controller 2022-02-24 16:18:01 -06:00
ac0e7380b0
TWBlue should not allow users to retweet or quote any protected account. Closes #454 2022-01-25 12:01:03 -06:00
416151570c
Request image description features for all created buffers by default 2021-12-10 15:23:41 -06:00
924f5d8e9f Updated main controller file 2021-11-03 12:30:46 -06:00
84fa2fad91
Fixed title for Trending topic buffers after a restart. Closes #421 2021-11-01 05:18:46 -06:00
e3e0ac9457 Added an alias manager dialog in the application menu 2021-10-26 10:45:11 -05:00
286e030f40 Handle new Tweepy exceptions properly. #403 2021-10-07 09:20:06 -05:00
d8fca3b31a
Initial work to Support Tweepy 4 2021-09-26 03:58:25 -05:00
4bcae1aa97 Fixed search filters. Closes #397 2021-09-02 09:38:05 -05:00
4cabf5b9cd Added code to handle user timelines in buffer creator 2021-08-31 10:31:18 -05:00
c7b6d69518 Fixed an error in new buffer creation. Closes #396 2021-08-30 13:19:15 -05:00
65512a9862 Added a pubsub event to create sessions buffers 2021-08-30 10:51:26 -05:00
3d8519313e Switched Geocoding library to OpenStreetMap's Nominatim API. Closes #390 2021-08-26 08:56:51 -05:00
f4ecf10885 Allow to copy tweet URLS from tweet displayer dialog 2021-08-25 16:30:37 -05:00
b2b9cd810f Fixed an issue when indefined keystrokes 2021-07-13 17:53:01 -05:00
b74cd9a73d Ignore undefined actions in keymaps 2021-07-06 17:01:42 -05:00
de12dadac2 Added GUI for user alias addition 2021-07-06 13:58:13 -05:00
03b61946f8 Fixed user searches 2021-07-04 09:43:53 -05:00
062289a977
Merge pull request #385 from manuelcortez/streaming
Streaming API support
2021-07-02 17:29:10 -05:00
3c7063792c Separate all buffers in modules for an easier work with code 2021-07-02 17:22:24 -05:00
77eadb42bb Make sure to disconnect the streams as tweepy implements it 2021-07-02 10:35:20 -05:00
9053fcd5de Send Tweets to mentions properly 2021-07-02 10:11:50 -05:00
5f11467f27 Switched threads to our own facilities and attempts to improve thread management for streaming endpoints 2021-07-02 09:52:21 -05:00
ba90842185 Initial work to put tweets in mentions, sent and timelines 2021-06-29 17:55:36 -05:00
8fd3041efd Added some reconnection code and logging 2021-06-29 17:16:53 -05:00
168c7e7a5d Initial test for supporting a subset of the Streaming API 2021-06-28 17:03:26 -05:00
3ebfdbc48b Request for a restart when switching memory cache 2021-06-27 19:09:21 -05:00
71358ea74d changed function names and cleaned code a little bit to reflect better the changes to object percistance 2021-06-25 23:35:33 -05:00