Commit Graph

56 Commits

Author SHA1 Message Date
Alexey Skobkin 89998a6418 New PHP 7.1 type hints for entities and repositories. 2017-01-13 01:58:52 +03:00
Alexey Skobkin aebc31a0fe Tests for nullable User#getName(). 2017-01-12 21:49:38 +03:00
Alexey Skobkin 45c3a0d9c9 Fixing User#getName() when name is null. 2017-01-12 21:36:57 +03:00
Alexey Skobkin bc363c03e7 Hardcoded URL's removed everywhere in favor of dynamically generated based on container parameters. Router now can generate absolute URL even when not processing HTTP request. Avatar-related functions moved from UserApi to PointUrlExtension. 2017-01-11 21:03:32 +03:00
Alexey Skobkin 09cc3741e7 CommentFactory is now gets direct injection of CommentRepository and PostRepository instead of EntityManager. 2017-01-11 19:11:55 +03:00
Alexey Skobkin 99888794ef Crawler UserFactory fix. 2017-01-09 21:46:56 +03:00
Alexey Skobkin bdbcf14a15 User phpDoc fixes. 2017-01-09 21:29:39 +03:00
Alexey Skobkin 366396a4c2 More SubscriptionEvent optimization. 2017-01-08 18:31:05 +03:00
Alexey Skobkin c3d430e8f8 Base user-related and subscriptions-related entities refactored and optimized. 2017-01-08 18:29:12 +03:00
Alexey Skobkin 4e24b58c49 User renaming Telegram notifications. User renaming event 'app.users.renamed' present. UpdateSubscriptionsCommand refactored (now updates data in single transaction). SubscriptionsManager updated (now not flushing). Point API clients and factories not flushing data themselves. Possible bugs added. 2017-01-07 00:38:20 +03:00
Alexey Skobkin 6c198053d5 Editable Telegram account settings. Some PrivateMessageProcessor refactoring. 2017-01-06 22:19:44 +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 eae74e58fa Entity\Blogs\Post code quality fix. phpDoc fixed. 2016-12-12 21:03:06 +03:00
Alexey Skobkin 95cab0b564 Entity\Comment code quality fix. 2016-12-12 21:02:19 +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 1a5ce08fcd Doctrine entities mapping fix. Excessive schemas removed. 2016-12-11 06:03:59 +03:00
Alexey Skobkin 6d10b6dac1 Post and Comment small fixes. 2016-03-29 07:43:23 +03:00
Alexey Skobkin 9b052cc97e Renaming log on user page. newLogin property deleted from UserRenameEvent entity. New migration. 2016-03-29 03:58:33 +03:00
Alexey Skobkin 13e35d939d User rename logging implemented. 2016-03-29 03:12:52 +03:00
Alexey Skobkin a36259dc34 Some varchar fields altered to text. New migration. 2016-03-27 00:33:55 +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 e95b05f854 Comments primary key changed to simple. PostTag entity added. Blogs migration. 2016-03-24 01:01:18 +03:00
Alexey Skobkin 626a823233 User updatedAt migration. 2016-03-24 00:31:44 +03:00
Alexey Skobkin 1aacdead06 Symfony Serializer annotations removed. Lifecycle 'preUpdate' callbacks added in User and Post entities. 2016-03-23 22:36:44 +03:00
Alexey Skobkin 0f0700f87b Repositories refactoring. TopUserDTO moved. 2016-03-23 20:06:38 +03:00
Alexey Skobkin 9779233e87 Merge branch 'feature_posts' of bitbucket.org:skobkin/point-tools into feature_posts
# Conflicts:
#	src/Skobkin/Bundle/PointToolsBundle/Entity/Blogs/Post.php
2016-03-17 19:54:17 +03:00
Alexey Skobkin c1e01c4738 Symfony Serializer enabled. Serializer groups added to Post, Tag and Comment. 2016-03-16 23:08:48 +03:00
Alexey Skobkin ae8cbde3e1 Post entity update. PostRepository and TagRepository created. 2016-03-16 22:03:08 +03:00
Alexey Skobkin 1034ce4692 Forgotten code and some other fixes. 2015-10-26 06:31:24 +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 23b51ea98c User constructor now recieving id, login and name for faster creation. 2015-10-05 03:56:16 +03:00
Alexey Skobkin 0685e6d8f9 Migration fix. 2015-10-01 21:45:16 +03:00
Alexey Skobkin f7bbe3ebed Temporary #21 bugfix. 2015-10-01 21:15:49 +03:00
Alexey Skobkin c5f63d86cb Last user subscribers events query optimized. 2015-06-26 19:16:14 +03:00
Alexey Skobkin 5778404813 Query crutchy fix. 2015-06-23 14:19:57 +03:00
Alexey Skobkin aedc15a204 Last events on the main page. 2015-06-23 14:03:46 +03:00
Alexey Skobkin ac297dc0a2 Moar refactoring. 2015-06-23 13:41:29 +03:00
Alexey Skobkin 41c7e57524 Small fix. 2015-06-23 13:37:45 +03:00
Alexey Skobkin c87192a1f2 More refactoring. 2015-06-23 13:34:53 +03:00
Alexey Skobkin da7b8894f5 Repository fix. 2015-06-23 12:42:59 +03:00
Alexey Skobkin 6384527720 Some refactoring. 2015-06-23 12:38:43 +03:00
Alexey Skobkin ca28ebd67d Merge branch 'master' into feature_posts 2015-06-02 10:56:29 +03:00
Alexey Skobkin 5bb8c64c98 Fix #10. 2015-06-02 05:39:09 +03:00
Alexey Skobkin 42b213ac85 Basic implementation of blogs (posts, comments, tags). No migration yet. 2015-06-01 03:39:14 +03:00
Alexey Skobkin ce0b6e856f Top users page. SQL queries optimization. 2015-05-31 09:16:36 +03:00
Alexey Skobkin 5652a5ca68 Test implementation of subscriptions checking command. 2015-05-29 01:47:06 +03:00
Alexey Skobkin 032730d2b2 Import date fixed. 2015-05-29 00:15:56 +03:00