Alexey Skobkin
|
00526e5f19
|
Controllers small refactoring.
|
2017-11-05 05:03:26 +03:00 |
|
Alexey Skobkin
|
b8f912b91d
|
Dependency Injection refactoring according to new autowiring and autoconfiguration. A bunch of classes refactored.
|
2017-11-05 04:42:08 +03:00 |
|
Alexey Skobkin
|
d018c94a7a
|
Symfony upgraded to 3.4.x-dev. Small refactoring.
|
2017-11-05 02:43:20 +03:00 |
|
Alexey Skobkin
|
52f6d766a5
|
Symfony upgraded to 3.3.10. Small refactoring according to UPGRADE-3.3.md.
|
2017-11-05 02:24:08 +03:00 |
|
Alexey Skobkin
|
584547797f
|
composer update: 1 install, 53 updates, 1 removal.
|
2017-11-05 01:14:13 +03:00 |
|
Alexey Skobkin
|
6f817716b2
|
Single post template (post.html.twig) fix (comments rendering disabled in feed mode).
|
2017-11-05 01:00:25 +03:00 |
|
Alexey Skobkin
|
53ac59e032
|
Public feed post query fix (ORDER BY DESC).
|
2017-11-05 00:46:54 +03:00 |
|
Alexey Eschenko
|
b8668c66ce
|
Merged in feature_public_feed (pull request #16)
Public feed implemented.
|
2017-11-04 21:40:35 +00:00 |
|
Alexey Skobkin
|
efd1d29c3c
|
Merge branch 'master' into feature_public_feed
|
2017-11-05 00:34:55 +03:00 |
|
Alexey Skobkin
|
c0ea97e8f9
|
Public feed implemented.
|
2017-11-05 00:30:32 +03:00 |
|
Alexey Skobkin
|
faa7b92597
|
UserControllerTest fix.
|
2017-11-04 23:29:32 +03:00 |
|
Alexey Skobkin
|
988ac34752
|
#38 fix. User privacy status icons on user page.
|
2017-11-04 23:20:00 +03:00 |
|
Alexey Eschenko
|
ad1945b0b6
|
Merged in feature_update_users_privacy (pull request #15)
User privacy status update implemented
|
2017-11-04 19:51:08 +00:00 |
|
Alexey Skobkin
|
fe5c936681
|
#38 fix. User privacy status update implemented ('point:update:privacy' command). Small refactoring and several bug fixes. Small optimization.
|
2017-11-04 22:38:38 +03:00 |
|
Alexey Skobkin
|
013fb3ef3d
|
UpdateSubscriptionsCommand dependency setting minified.
|
2017-01-21 01:35:25 +03:00 |
|
Alexey Skobkin
|
845097f7ea
|
crontab added for future deployment integration.
|
2017-01-18 04:34:24 +03:00 |
|
Alexey Skobkin
|
41079a29a8
|
RestoreRemovedUsersCommand added.
|
2017-01-18 04:06:55 +03:00 |
|
Alexey Skobkin
|
3336bf3502
|
"User removed" label on user page (show.html.twig).
|
2017-01-18 02:42:54 +03:00 |
|
Alexey Skobkin
|
7b87dc22ba
|
User#isRemoved() bug fixed.
|
2017-01-18 02:42:06 +03:00 |
|
Alexey Skobkin
|
c83833c45d
|
Incorrect query build fix.
|
2017-01-18 01:36:21 +03:00 |
|
Alexey Skobkin
|
76b332155b
|
Revert: Revert: User removal support.
|
2017-01-18 00:58:53 +03:00 |
|
Alexey Skobkin
|
38d0ab50be
|
Revert: User removal support.
|
2017-01-17 04:36:35 +03:00 |
|
Alexey Skobkin
|
3ab7993d04
|
User removal support.
|
2017-01-17 04:07:38 +03:00 |
|
Alexey Skobkin
|
21224c0966
|
PointUrlExtension invalid method name bug fix.
|
2017-01-17 01:44:02 +03:00 |
|
Alexey Skobkin
|
5633a5146b
|
Autowiring test. 'telegram:send-message' command added.
|
2017-01-16 02:54:19 +03:00 |
|
Alexey Skobkin
|
3d481f744f
|
Post and PostFactory refactored.
|
2017-01-15 20:33:43 +03:00 |
|
Alexey Skobkin
|
1d88ccb6a3
|
Code quality refactoring for AbstractApi and PostFactory.
|
2017-01-15 19:53:17 +03:00 |
|
Alexey Skobkin
|
a816ec59fc
|
Probably Post DTO temprorary fix.
|
2017-01-15 18:03:13 +03:00 |
|
Alexey Skobkin
|
6e7280938d
|
PostFactory minor fixes.
|
2017-01-15 17:51:40 +03:00 |
|
Alexey Skobkin
|
7c5f1f1ee8
|
DTO.Api.PostsPage.yml invalid type mapping fix.
|
2017-01-15 16:51:29 +03:00 |
|
Alexey Skobkin
|
d4d4d8a4e8
|
DTO.Api.PostsPage.yml hasNext property mapping fix.
|
2017-01-15 06:33:54 +03:00 |
|
Alexey Skobkin
|
492a34c084
|
README.md updated.
|
2017-01-15 06:29:30 +03:00 |
|
Alexey Skobkin
|
1b592fa72e
|
Forgotten fix for previous commit.
|
2017-01-15 06:21:31 +03:00 |
|
Alexey Skobkin
|
f82102998f
|
DTO.Api.PostPage.yml mapping fix.
|
2017-01-15 06:19:52 +03:00 |
|
Alexey Eschenko
|
26b8e496d7
|
Merged in fix_api_refactor (pull request #14)
Factories and API clients refactored to DTO.
|
2017-01-15 05:57:55 +03:00 |
|
Alexey Skobkin
|
6fc01076e2
|
fix #30. Factories and API clients refactored to DTO. Some other changes.
|
2017-01-15 05:54:38 +03:00 |
|
Alexey Skobkin
|
80a7cc47be
|
UpdateSubscriptionsCommand advance progressbar before processing any operations with user.
|
2017-01-14 05:07:07 +03:00 |
|
Alexey Skobkin
|
b5b10b3072
|
Delay between requests even when user is not found.
|
2017-01-14 05:01:35 +03:00 |
|
Alexey Skobkin
|
2d8bd6f6fc
|
Fix for error in user list.
|
2017-01-14 04:35:44 +03:00 |
|
Alexey Skobkin
|
3edd3df3b1
|
UserRepositoryTest fixed according to the new fixture.
|
2017-01-14 04:08:41 +03:00 |
|
Alexey Skobkin
|
34a9aa8caf
|
Fix for 1b2df8d .
|
2017-01-14 04:02:04 +03:00 |
|
Alexey Skobkin
|
1b2df8d4c3
|
#35 done. LoadSubscribersData are now non-random.
|
2017-01-14 03:58:18 +03:00 |
|
Alexey Skobkin
|
144a535c6b
|
Monolog Telegram handler reconfigured for prod environment. New 'subscribers_update' channel.
|
2017-01-14 03:56:17 +03:00 |
|
Alexey Skobkin
|
93071b6be8
|
Telegram webhook management command updated to use router default context instead of input argument. TelegramWebHookCommand is now a service.
|
2017-01-14 02:15:08 +03:00 |
|
Alexey Skobkin
|
ca62397cbb
|
composer require unreal4u/monolog-telegram. Telegram Monolog handler added.
|
2017-01-14 01:47:46 +03:00 |
|
Alexey Skobkin
|
eb5aa80430
|
UserController slightly refactored.
|
2017-01-13 03:00:20 +03:00 |
|
Alexey Skobkin
|
da2a27dd63
|
Unnecessary phpDoc removed from Subscription and SubscriptionEvent.
|
2017-01-13 02:43:10 +03:00 |
|
Alexey Skobkin
|
37e0d10611
|
Account phpDoc and unnecessary method removal.
|
2017-01-13 02:42:19 +03:00 |
|
Alexey Skobkin
|
4d4493f7cd
|
Comment phpDoc removal.
|
2017-01-13 02:41:44 +03:00 |
|
Alexey Skobkin
|
22a26d5298
|
Post phpDoc fixes and type missing type hinting.
|
2017-01-13 02:39:44 +03:00 |
|