Commit Graph

95 Commits

Author SHA1 Message Date
Alexey Skobkin d9082a3a71 Telegram bot /link case sensitive user search fix. 2017-01-06 00:00:37 +03:00
Alexey Skobkin 3b8b6d3732 Telegram account linking added. Telegram bot services refactored. Legacy abstract API client POST requests fixed. 2017-01-05 23:17:19 +03:00
Alexey Skobkin 2b38c8b48e Test version of Telegram bot support. 2017-01-05 01:36:30 +03:00
Alexey Skobkin 97dc750e08 UserApi code quality fix. 2016-12-12 21:35:59 +03:00
Alexey Skobkin 54da4c454c unused imports removed. 2016-12-12 21:34:48 +03:00
Alexey Skobkin f184bde6ad SubscriptionsManager code quality fix. 2016-12-12 21:33:37 +03:00
Alexey Skobkin 68440c8531 PostApi code quality fix. Non implemented yet method removed. 2016-12-12 21:32:56 +03:00
Alexey Skobkin 7fbe9f8752 PointParser code quality fix. 2016-12-12 21:30:27 +03:00
Alexey Skobkin 34fc7c9e21 UserFactory code quality fix. 2016-12-12 21:25:41 +03:00
Alexey Skobkin d8e6a2bbe0 TagFactory code quality fix. 2016-12-12 21:24:23 +03:00
Alexey Skobkin 860ea95538 PostFactory code quality fix. 2016-12-12 21:23:11 +03:00
Alexey Skobkin be074ebad5 FileFactory code quality fix. 2016-12-12 21:17:02 +03:00
Alexey Skobkin aeaad243bc CommentFactory code quality fix. 2016-12-12 21:15:46 +03:00
Alexey Skobkin 12d33c9400 Service/AbstractApi code quality fix. 2016-12-12 21:11:53 +03:00
Alexey Skobkin 6e5e0435ac LoadSubscribersData fixture added. Subscription and SubscriptionEvent entities refactored. SubscriptionsManager refactored as well. 2016-12-12 02:21:05 +03:00
Alexey Skobkin 6d8e17b114 composer update. PointParser updated to match new version of markdown library. 2016-12-11 03:20:55 +03:00
Alexey Skobkin cf08978c58 Point avatars twig extension. 2016-03-29 07:08:23 +03:00
Alexey Skobkin dd3733f75e PostFactory more informative log and bugfix for null arguments with array typehint. 2016-03-26 02:48:39 +03:00
Alexey Skobkin f9f1072bbd PointParser external post link added and commented. 2016-03-25 17:16:25 +03:00
Alexey Skobkin 42d504aba5 Custom PointParser for Markdown implemented. 2016-03-25 16:58:11 +03:00
Alexey Skobkin f919740524 File entity added. Post and Comment entities now has $files property. New migration. New FileFactory. 2016-03-25 00:28:43 +03:00
Alexey Skobkin a1b982d891 Test implementation of crawler API. NOT SECURED BY TOKEN YET. 2016-03-24 01:49:22 +03:00
Alexey Skobkin 892f24fb16 UserFactory createFromDTO() public method added. Bug fixed. 2016-03-23 22:38:44 +03:00
Alexey Skobkin 8d29564d18 New exceptions for factories. 2016-03-23 22:37:19 +03:00
Alexey Skobkin 2aaa620606 Factories refactoring (moved to separate directory). 2016-03-23 20:06:49 +03:00
Alexey Skobkin 1034ce4692 Forgotten code and some other fixes. 2015-10-26 06:31:24 +03:00
Alexey Skobkin 98252f6dff PostApi now using PostFactory. 2015-10-26 06:00:39 +03:00
Alexey Skobkin 3b25afd6aa More factories to the God of Factories! Entities update. 2015-10-26 06:00:01 +03:00
Alexey Skobkin 41960f21c7 Merge branch 'master' into feature_posts 2015-10-25 21:25:19 +03:00
Alexey Skobkin 4bd570e910 urlencode() for user logins in API requests. 2015-10-05 04:10:07 +03:00
Alexey Skobkin 295b089616 getUserByLogin() method in UserApi. 2015-10-05 04:08:01 +03:00
Alexey Skobkin f8bd95360e Common User repository via class property. 2015-10-05 04:02:06 +03:00
Alexey Skobkin c3191d82e6 New UserApi methods for getting single user from API. Some refactoring. New API exceptions. 2015-10-05 03:59:22 +03:00
Alexey Skobkin dfc7fb70e4 User without login flushing fix. 2015-10-01 22:14:30 +03:00
Alexey Skobkin f351fc22ff API exceptions. 2015-10-01 21:05:11 +03:00
Alexey Skobkin 4dfda21401 getUserSubscriptions methods in UserApi. 2015-08-08 12:22:35 +03:00
Alexey Skobkin a3b1f60c6f Post requests test implementation. 2015-06-23 12:04:02 +03:00
Alexey Skobkin 659a930037 Post requests test implementation. 2015-06-02 14:56:39 +03:00
Alexey Skobkin b7e4374dac Fix #13. 2015-06-02 05:27:19 +03:00
Alexey Skobkin f353949e6d Fix #12. 2015-06-02 04:52:27 +03:00
Alexey Skobkin 76d75542fd Get user subscribers by id. 2015-06-01 00:19:03 +03:00
Alexey Skobkin b76036573a More try-catch. Logs added. 2015-05-31 01:50:35 +03:00
Alexey Skobkin 5652a5ca68 Test implementation of subscriptions checking command. 2015-05-29 01:47:06 +03:00
Dmitri Vereshchagin 1ab993edaf Whitespace police
Remove unnecessary trailing whitespace
2015-03-27 22:49:21 +03:00
Alexey Skobkin c534168058 Test implementation of Point API services. Login field added to the User entity. 2015-03-24 02:49:56 +03:00