Commit Graph

1075 Commits

Author SHA1 Message Date
manuelcortez 1545bf39ee Invite users to the socializer's group during the first start. This will be done only if the user is not already a member 2019-01-11 11:20:09 -06:00
manuelcortez ff4496be24 Deleting a video album will fail if there are no albums 2019-01-11 10:03:51 -06:00
manuelcortez bf7e602e4a Added wxWidgets locale files 2019-01-11 08:55:28 -06:00
manuelcortez a66430c255 Implemented get_user in postDisplayers 2019-01-11 04:23:38 -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 6d1417ab73 Fixed an incorrect call to uninstall() in the displayFriendshipInteractor 2019-01-11 04:15:35 -06:00
manuelcortez a60edfdd37 It is possible to delete conversation buffers from the tree 2019-01-11 04:14:55 -06:00
manuelcortez a28c088c06 Merge branch 'master' of code.manuelcortez.net:manuelcortez/socializer 2019-01-11 03:19:31 -06:00
manuelcortez acb57bffb4 Fixed compatibility with Python 2.x 2019-01-11 03:18:31 -06:00
manuelcortez 35c2e07261 Implemented get_user() in all other renderer functions 2019-01-10 17:52:33 -06:00
manuelcortez 14a2313e5f Added experimental support to communities. Only posts are supported so far 2019-01-10 17:35:32 -06:00
manuelcortez 1f75ba41cf Use genitive case when viewing an user profile. Seems to work fine in russian 2019-01-10 17:33:27 -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 2b8ed2192b Updated changelog 2019-01-10 13:11:35 -06:00
manuelcortez 1e5cf55521 Comments allow sending attachments. New comments are rendered automatically after being made 2019-01-10 13:02:11 -06:00
manuelcortez 87db7ddd98 fixed incorrect parameters in call to messages.markAsRead 2019-01-10 13:00:48 -06:00
manuelcortez 09d7bd4fae Call to view.Destroy in uninstall() 2019-01-10 13:00:08 -06:00
manuelcortez 38e56254ff Added views in post displaying dialog 2019-01-09 17:42:11 -06:00
manuelcortez c5246e73ca Retrieve wallposts when displaying them for updating likes, reposts and view info 2019-01-09 17:24:00 -06:00
manuelcortez 120da86904 Updated changelog 2019-01-09 17:04:40 -06:00
manuelcortez 02f1ab0e4a Added support to comment threads. Shows comment replies in a separate viewer. Show total replies for a comment in a column in the list 2019-01-09 16:47:58 -06:00
manuelcortez 9465cf03ac Fixed exception when message is blank in a post. Fixes #20 2019-01-09 05:17:25 -06:00
manuelcortez 7168b874aa Added basic comment viewer. It is possible to do likes and remove likes to comments. Pressing enter in a comment will open the experimental viewer 2019-01-08 17:56:51 -06:00
manuelcortez 67f2eec4eb Audio display features have been moved to work in MVP 2019-01-08 11:56:10 -06:00
manuelcortez 50a23afe7a Moved basic post displaying logic to MVP. Comments and audio still are not moved 2019-01-08 10:40:58 -06:00
manuelcortez d57c07affd Fixed typos 2019-01-07 23:14:14 -06:00
manuelcortez d5c975d0b6 Added basic support to chat groups. Closes #23 2019-01-07 17:52:14 -06:00
manuelcortez febf9f2c3e Added update exceptions to Python3 2019-01-07 15:35:28 -06:00
manuelcortez cfadede201 Tests will be performed once in a day 2019-01-07 15:26:06 -06:00
manuelcortez 9988c4daf6 Install gettext function 2019-01-07 15:07:53 -06:00
manuelcortez 6b4feb3b91 Handles permission errors when opening timelines. Closes #22 2019-01-07 15:05:43 -06:00
manuelcortez b4625335b6 Moved code related to post creation to MVP 2019-01-07 13:16:20 -06:00
manuelcortez 0d7bae5be8 Documented new design pattern 2019-01-07 09:31:47 -06:00
manuelcortez 11b4aaad6e Updated changelog 2019-01-06 22:51:44 -06:00
manuelcortez 589a7da53b Refactored attachment code so it will match to the MVP pattern 2019-01-06 22:51:20 -06:00
manuelcortez 71ce8597e5 Deleted old attach code 2019-01-06 22:50:55 -06:00
manuelcortez 7ef1ba10a9 Added player to presenters module 2019-01-06 19:58:33 -06:00
manuelcortez b8df7e9603 Moved longPoll thread to presenters package 2019-01-06 19:53:01 -06:00
manuelcortez 73d2d4a95d Moved profile displayer to MVP pattern. User info is collected in a thread 2019-01-06 19:41:00 -06:00
manuelcortez 0f68d2d0fc Updated tests 2019-01-06 17:27:36 -06:00
manuelcortez 9083fc65d4 Modified presenters to use basePresenter as parent 2019-01-06 17:22:23 -06:00
manuelcortez 9604869639 Modified interactors and presenters to match base modules 2019-01-06 16:12:55 -06:00
manuelcortez 0c0238ee20 Added a base presenter class 2019-01-06 16:12:20 -06:00
manuelcortez 0763168367 Deleted old config controller 2019-01-06 15:36:30 -06:00
manuelcortez 9490952d6c Reorganized code for audioRecorder and config module 2019-01-06 15:35:07 -06:00
manuelcortez 9a576d70e4 Changed config to MVP 2019-01-06 15:26:54 -06:00
manuelcortez 0530b450ce Deleted old fle 2019-01-06 15:24:51 -06:00
manuelcortez 17e90c4761 Added unittest for audioRecorder 2019-01-05 18:54:57 -06:00
manuelcortez 200d476462 Call to postprocess after successful response from view 2019-01-05 18:54:33 -06:00