Commit Graph

122 Commits

Author SHA1 Message Date
a015593971 Changed to VK APi V 5.101 2019-09-17 17:23:46 -05:00
69f8b79fc4 Added fault tolerance to socializer in posts, topic creation and chat messages 2019-08-30 11:26:00 -05:00
60d283f931 Added some comments to the new post function 2019-08-28 08:53:37 -05:00
f41dd51dc7 Added error reports to failed posts in VK (pubsub). Added an extra param called from_post which specifies which buffer will get updated if the post is created successfully 2019-08-27 16:59:57 -05:00
a7173adc22 Chat messages were upgraded to the new post method, too 2019-08-27 12:13:13 -05:00
bbef34d125 Removed unneeded prints 2019-08-27 11:14:29 -05:00
6a69d4eaac Added new methods (pubsub) for uploading attachments and sending posts to VK. Those methods will be extended to support all post types and attachments lately and will be able to report errors and success when posting to the full application 2019-08-27 11:10:15 -05:00
19a9c305ce Added more type fixes 2019-08-06 08:41:26 -05:00
dca7b4a694 Fixed problems when loading newsfeed buffers sometimes in Socializer 2019-07-27 12:45:03 -05:00
357d18fbe0 fixed incorrect display of the method being called from VK in the logs 2019-07-22 13:21:13 -05:00
ead54fce3f Fixed error with some posts in the home timeline that were making socializer to not load anything else 2019-07-04 08:38:47 -05:00
8ec7fbb49e Added support for displaying and opening wall posts as attachments in conversations 2019-05-29 09:17:02 -05:00
7d52ed8802 Fixed error retrieving group information of objects not present in the db. 2019-05-29 09:16:16 -05:00
72cc04342f Restructured group info storage for a wider usage 2019-05-06 15:50:45 -05:00
f1eb640564 Select songs with spacebar and play audio from selected tracks has been implemented 2019-05-02 05:57:49 -05:00
194ca2d380 Implemented a selection control in audio buffers (not working yet) 2019-04-30 17:36:53 -05:00
976e90f0a0 Fixed audio methods 2019-04-30 15:32:38 -05:00
f88d2177c3 Updated audio methods for changes introduced in 17/04 2019-04-17 11:50:15 -05:00
4f3bb6ac93 Fixed all audio methods due to latest VK changes 2019-04-16 15:45:25 -05:00
2b42c64160 Fix AttributeError when saving data from the alternative tokens method 2019-04-11 05:29:42 -05:00
00eebf9260 Added support for loading more items in conversation buffers 2019-04-09 16:08:14 -05:00
b6ce1f62e0 display poll in attachments for posts (no actions are available, yet) 2019-02-26 16:41:30 -06:00
f1f86e04e6 Fixed buffer updates for buffers depending on get_page. That includes wall buffers and everything else which is not the home buffer 2019-02-26 08:35:42 -06:00
5780d3ca21 Added online friends buffer 2019-02-14 13:09:44 -06:00
4c220cbb36 display error if there is an internet connection problem during startup 2019-02-14 08:36:31 -06:00
fb50f2783f Improved GUI for topic comments. Authentication errors should be handled gracefully now 2019-02-12 17:49:33 -06:00
4b6d5a86b2 It is possible to load previous items in the home buffer properly, and the feature works too in wall buffers and timelines 2019-02-11 04:53:32 -06:00
fbada0c4be Fixed get previous item in newsfeed buffer. Now it should load around 700 items 2019-02-11 03:55:16 -06:00
3f7c069ce0 Added basic creation of document buffers in communities 2019-02-05 12:20:50 -06:00
38b0eec741 Text should be cleaned better in posts, coments and topic comments. Cleaned texts will render properly usernames, group names and render properly certain unicode characters 2019-02-03 20:56:32 -06:00
21932dc329 Group mentions are displayed properly when mentioned in comments 2019-02-03 18:54:31 -06:00
9e3ff74b98 Added renderer for group topics 2019-01-31 16:45:31 -06:00
53176a9a26 Sound settings are taken from app-settings instead of session settings 2019-01-23 08:22:22 -06:00
29ceca055e Added a new authentication method to replace official Kate's tokens 2019-01-19 23:20:51 -06:00
076f64788a Added some code to get alternative tokens 2019-01-18 17:22:24 -06:00
cb00ff7c5d Retrieve data for users not cached when they are requested 2019-01-13 13:13:05 -06:00
689d7bf0a9 Removed get_user_name and replaced it with get_user which handles cases correctly 2019-01-11 04:22:53 -06:00
35c2e07261 Implemented get_user() in all other renderer functions 2019-01-10 17:52:33 -06:00
77109fd3cc Implemented get_user() in newsfeed renderer 2019-01-10 17:30:01 -06:00
21570ea5ec Retrieve all cases for user names and stores them in a new structure. Added get_user(user_id, key) that will return a dictionary with keys similar to key_gen, key_nom, key_acc 2019-01-10 17:29:17 -06:00
536aea6c48 get_user_name now retrieves new user_ids from VK.. Closes #17 2019-01-03 17:53:29 -06:00
4442931dd4 Port socializer to Python 3. #16 2019-01-02 04:42:53 +03:00
3b685fe164 Added rendering to audio playlists in the newsfeed buffer 2018-12-31 11:50:48 -06:00
a531e8ee19 Fixes a traceback when adding an unsupported post to db. Closes #15 2018-12-31 11:50:11 -06:00
1cff350fed Added 2FA for kate's tokens, finally. Closes #13 2018-12-25 18:55:50 -06:00
c442aac0a9 Updated patched VK and core methods 2018-12-24 08:54:53 -06:00
27b6d068ed Added a few comments to session 2018-12-24 08:53:28 -06:00
527d4670d4 Implemented two factor authentication for alternative tokens 2018-12-23 10:06:06 -06:00
2a729ffcc2 Avoid adding removed newsfeed posts to the database and log unhandled posts 2018-12-22 05:40:39 -06:00
3887dce508 Handles case when an audio object has been deleted by the user 2018-12-21 16:21:19 -06:00