Commit Graph

89 Commits

Author SHA1 Message Date
manuelcortez 29ceca055e Added a new authentication method to replace official Kate's tokens 2019-01-19 23:20:51 -06:00
manuelcortez 076f64788a Added some code to get alternative tokens 2019-01-18 17:22:24 -06:00
manuelcortez cb00ff7c5d Retrieve data for users not cached when they are requested 2019-01-13 13:13:05 -06:00
manuelcortez 689d7bf0a9 Removed get_user_name and replaced it with get_user which handles cases correctly 2019-01-11 04:22:53 -06:00
manuelcortez 35c2e07261 Implemented get_user() in all other renderer functions 2019-01-10 17:52:33 -06:00
manuelcortez 77109fd3cc Implemented get_user() in newsfeed renderer 2019-01-10 17:30:01 -06:00
manuelcortez 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
manuelcortez 536aea6c48 get_user_name now retrieves new user_ids from VK.. Closes #17 2019-01-03 17:53:29 -06:00
manuelcortez 4442931dd4 Port socializer to Python 3. #16 2019-01-02 04:42:53 +03:00
manuelcortez 3b685fe164 Added rendering to audio playlists in the newsfeed buffer 2018-12-31 11:50:48 -06:00
manuelcortez a531e8ee19 Fixes a traceback when adding an unsupported post to db. Closes #15 2018-12-31 11:50:11 -06:00
manuelcortez 1cff350fed Added 2FA for kate's tokens, finally. Closes #13 2018-12-25 18:55:50 -06:00
manuelcortez c442aac0a9 Updated patched VK and core methods 2018-12-24 08:54:53 -06:00
manuelcortez 27b6d068ed Added a few comments to session 2018-12-24 08:53:28 -06:00
manuelcortez 527d4670d4 Implemented two factor authentication for alternative tokens 2018-12-23 10:06:06 -06:00
manuelcortez 2a729ffcc2 Avoid adding removed newsfeed posts to the database and log unhandled posts 2018-12-22 05:40:39 -06:00
manuelcortez 3887dce508 Handles case when an audio object has been deleted by the user 2018-12-21 16:21:19 -06:00
manuelcortez 48e3e39514 Attempt to add two factor auth to socializer. Needs testing 2018-12-19 17:34:51 -06:00
manuelcortez 909fd9d68c Use patched VK api only if kate tokens are enabled 2018-12-19 17:34:28 -06:00
manuelcortez 9d2615c221 Added a patched version of jconfig to support non-ascii paths 2018-12-18 11:48:53 -06:00
manuelcortez 0a5822e64e Added a patched version of vk_api to use kate's user agent 2018-12-17 21:55:26 -06:00
manuelcortez 9296ef5333 authenticate properly in alternative tokens 2018-12-17 17:01:37 -06:00
manuelcortez bb500779d9 Allow use of kate mobile's tokens for accessing all methods 2018-12-15 21:09:17 -06:00
manuelcortez 127207414c Added a replacement tokes as an entry point for an experiment 2018-12-14 15:31:15 -06:00
manuelcortez ba72e80279 Tokens will not expire in 24 hours 2018-12-14 15:30:44 -06:00
manuelcortez 4b5d271ab4 Handles non-english charset encoding for filesystem paths 2018-12-14 15:27:20 -06:00
manuelcortez 353a487ded fixed some issue when building a distributable file 2018-12-13 16:36:46 -06:00
manuelcortez f16576c03c Added voice messages to the list of supported attached files in chats 2018-12-13 11:48:17 -06:00
manuelcortez 2d60e2b461 Call to get_my_data after logging in VK 2018-12-10 00:47:25 -06:00
manuelcortez 5cded5f27c Updated code for the new deletion of methods in vk sessions 2018-12-09 21:41:09 -06:00
manuelcortez 39d1663fa1 Removed login with tokens only due to vk_api login requirements 2018-12-09 21:40:25 -06:00
manuelcortez 6ddea35dec Fixed a typo 2018-12-09 12:43:56 -06:00
manuelcortez feb3215745 Use methods provided in vk_api for supporting conversations 2018-12-09 07:25:30 -06:00
manuelcortez bb26d45f1d Replaced VK with vk_api 2018-12-09 05:21:52 -06:00
manuelcortez 5d804b2d8e Display audio attachments in chat messages properly 2018-12-06 17:56:22 -06:00
manuelcortez 4a83edf3bc Adapted some files to changes present in renderers 2018-12-06 17:34:48 -06:00
manuelcortez 49530b8d0c Separated rendering functions from the rest of the code 2018-12-06 15:37:16 -06:00
manuelcortez 965f14e249 Change date formatting for chat messages 2018-12-05 15:56:23 -06:00
manuelcortez 08484d9807 Added call to trackVisitor for helping with app statistics 2018-11-05 10:04:02 -06:00
manuelcortez 0936ae6fb6 Chats with more than 200 messages will be displayed properly 2018-11-04 01:39:06 -06:00
manuelcortez 964ff00520 Fixed strange issue with chat messages 2018-09-03 13:55:27 -05:00
manuelcortez d45bfb0eeb Started using VK API V 5.84 2018-09-03 09:43:33 -05:00
manuelcortez 314a615b68 Commented issue #11 2018-09-03 09:18:32 -05:00
manuelcortez e77276ae52 Fixed error when getting VK API error 5. Closes #11 2018-09-03 09:15:52 -05:00
manuelcortez 0b8e1a1a0d Switched to VK API V 5.69 2018-01-14 07:18:00 -06:00
manuelcortez ae5ec93b53 Added some changes 2017-04-30 16:09:11 -05:00
manuelcortez ead1f186f0 Update API version 2017-03-13 02:16:34 -06:00
manuelcortez 4900b67882 My videos, album management, add/remove to video albums 2016-08-14 07:46:41 -05:00
manuelcortez c8927e0b60 Using VK API Version 5.53 2016-08-13 19:50:27 -05:00
manuelcortez f190b7651e Added an experimental photo viewer in posts dialog 2016-08-10 12:58:11 -05:00