Alexey Skobkin
|
22a61c2a67
|
Missing translation fixed.
|
2017-01-10 02:48:57 +03:00 |
|
Alexey Skobkin
|
290e3cb609
|
Auto-focus in the search field on the main page.
|
2017-01-10 02:47:33 +03:00 |
|
Alexey Skobkin
|
9ec1dce9ab
|
TopUserDTO type hints added.
|
2017-01-09 23:58:03 +03:00 |
|
Alexey Skobkin
|
973207d543
|
UserRepository type hints added.
|
2017-01-09 22:36:08 +03:00 |
|
Alexey Skobkin
|
dcf3f0f3e9
|
ApplicationAvailabilityFunctionalTest moved to the new path.
|
2017-01-09 22:14:08 +03:00 |
|
Alexey Skobkin
|
db90f9ec87
|
Tests moved to new directory (/tests).
|
2017-01-09 22:08:01 +03:00 |
|
Alexey Skobkin
|
99888794ef
|
Crawler UserFactory fix.
|
2017-01-09 21:46:56 +03:00 |
|
Alexey Skobkin
|
fbea7ffe4e
|
PostFactory exception fix.
|
2017-01-09 21:43:41 +03:00 |
|
Alexey Skobkin
|
bdbcf14a15
|
User phpDoc fixes.
|
2017-01-09 21:29:39 +03:00 |
|
Alexey Skobkin
|
628916d69b
|
UpdateSubscriptionsCommand code quality fix.
|
2017-01-09 06:03:29 +03:00 |
|
Alexey Skobkin
|
abb320920a
|
UpdateSubscriptionsCommand code quality fix.
|
2017-01-09 05:53:58 +03:00 |
|
Alexey Skobkin
|
6c6fe5a65d
|
Some todo for UpdateSubscriptionsCommand.
|
2017-01-09 05:46:52 +03:00 |
|
Alexey Skobkin
|
5bf20066fa
|
UpdateSubscriptionsCommand now uses ProgressBar.
|
2017-01-09 05:35:18 +03:00 |
|
Alexey Skobkin
|
a6ac3757b6
|
UpdateSubscriptionsCommand refactored and simplified. API delay moved to parameters.yml.
|
2017-01-09 05:22:56 +03:00 |
|
Alexey Skobkin
|
fa76440fa2
|
Unneeded variable removed in AbstractApi.
|
2017-01-09 04:47:10 +03:00 |
|
Alexey Skobkin
|
7d0440db92
|
Logging in Point API clients.
|
2017-01-09 04:42:06 +03:00 |
|
Alexey Skobkin
|
1df09fa68d
|
SubscriptionsManager logging added.
|
2017-01-09 04:28:33 +03:00 |
|
Alexey Skobkin
|
30faaa7b08
|
Monolog log rotation in dev environment. Console command logging updated.
|
2017-01-09 04:21:31 +03:00 |
|
Alexey Skobkin
|
0232dee4fb
|
Symfony upgraded to 3.2.1. Deprecations solved, BC breaks fixed. All tests passing right.
|
2017-01-09 03:33:29 +03:00 |
|
Alexey Skobkin
|
cf005637f8
|
MisdGuzzleBundle removed from project in favor of CsaGuzzleBundle. AbstractApi refactored to use Guzzle 6. Service names refactoring (now all uses 'app.' prefix). Factories slightly refactored.
|
2017-01-09 02:26:06 +03:00 |
|
Alexey Skobkin
|
2702f0cb5e
|
MainControllerTest updated according to 9f53628
|
2017-01-09 00:24:25 +03:00 |
|
Alexey Skobkin
|
9f53628373
|
Code deprecations update according to https://github.com/symfony/symfony/blob/2.8/UPGRADE-2.8.md
|
2017-01-08 22:57:52 +03:00 |
|
Alexey Skobkin
|
25f15e40ba
|
Removed unnecessary entity class binding from UserSearchType form type.
|
2017-01-08 20:52:50 +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
|
7dacc3e4d3
|
LoadSubscribersData micro optimization.
|
2017-01-08 18:05:52 +03:00 |
|
Alexey Skobkin
|
cfd30a093d
|
Check for first-time processing removed from SubscriptionsManager. SubscriptionsManager optimized and slightly refactored.
|
2017-01-08 17:13:51 +03:00 |
|
Alexey Skobkin
|
cc29168d83
|
Telegram bot user subscribers update notification template fix.
|
2017-01-07 22:20:21 +03:00 |
|
Alexey Skobkin
|
1d5ccd6e30
|
Telegram bot settings template fix.
|
2017-01-07 22:20:01 +03:00 |
|
Alexey Skobkin
|
2d47fb4f4d
|
Telegram bot empty subscribers change notification fix.
|
2017-01-07 21:56:09 +03:00 |
|
Alexey Skobkin
|
1372b7e6d1
|
Telegram bot users statistics in /stats response.
|
2017-01-07 21:53:31 +03:00 |
|
Alexey Skobkin
|
88be9e99ae
|
Telegram notifications on user subscribers list changes. Some refactoring of SubscriptionsManager and event system.
|
2017-01-07 21:46:50 +03:00 |
|
Alexey Skobkin
|
9488eddd9f
|
UsersRenamedEvent now dispatches instead of GenericEvent on users rename. Some events refactoring.
|
2017-01-07 18:05:54 +03:00 |
|
Alexey Skobkin
|
3db25e9bdb
|
Telegram bot settings page template updated. Linking status added. Notification about disabled linking when turning on subscribers notifications.
|
2017-01-07 14:30:30 +03:00 |
|
Alexey Skobkin
|
9a0d374baf
|
User renaming Telegram notifications. User renaming event 'app.users.renamed' present. UpdateSubscriptionsCommand refactored (now updates data in single transaction). SubscriptionsManager updated (now not flushing). UserApi updated (now not flushing). Possible bugs added.
|
2017-01-07 00:51:56 +03:00 |
|
Alexey Skobkin
|
43dbb0b007
|
Telegram bot /help template updated.
|
2017-01-07 00:46:08 +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
|
3e42ded305
|
Point user links bug fixed.
|
2017-01-06 20:51:03 +03:00 |
|
Alexey Skobkin
|
565ec33a19
|
Small fix after refactoring.
|
2017-01-06 20:24:40 +03:00 |
|
Alexey Skobkin
|
e6338b0cbd
|
Telegram services refactoring.
|
2017-01-06 20:18:39 +03:00 |
|
Alexey Skobkin
|
a84c2dcd3b
|
Small quality fixes in AbstractApi.
|
2017-01-06 00:57:32 +03:00 |
|
Alexey Skobkin
|
4e9c556320
|
Small quality fixes in UserApi.
|
2017-01-06 00:54:19 +03:00 |
|
Alexey Skobkin
|
48b47c9bc2
|
Type cast for $sendMessage->chat_id.
|
2017-01-06 00:52:46 +03:00 |
|
Alexey Skobkin
|
8f9bb3a71e
|
Small problems fixes.
|
2017-01-06 00:50:16 +03:00 |
|
Alexey Skobkin
|
b51d2f1a6e
|
Recent fix additional fix.
|
2017-01-06 00:30:52 +03:00 |
|
Alexey Skobkin
|
7298c37f44
|
Recent fix fix.
|
2017-01-06 00:18:52 +03:00 |
|
Alexey Skobkin
|
b712307782
|
Fixing @ in POST parameters which could cause sending file from filesystem as POST data.
|
2017-01-06 00:13:50 +03:00 |
|
Alexey Skobkin
|
d9082a3a71
|
Telegram bot /link case sensitive user search fix.
|
2017-01-06 00:00:37 +03:00 |
|
Alexey Skobkin
|
4ebc547ab2
|
Telegram /last response template fix.
|
2017-01-05 23:27:08 +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
|
1145e4da45
|
Telegram bot link in header.
|
2017-01-05 14:35:04 +03:00 |
|
Alexey Skobkin
|
2b38c8b48e
|
Test version of Telegram bot support.
|
2017-01-05 01:36:30 +03:00 |
|
Alexey Skobkin
|
ca0991a623
|
MainControllerTest code quality fix.
|
2016-12-12 21:37:15 +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
|
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
|
b06eaec2b3
|
PostsPage code quality fix.
|
2016-12-12 20:59:42 +03:00 |
|
Alexey Skobkin
|
a9a247ba45
|
PostController code quality fix.
|
2016-12-12 20:58:01 +03:00 |
|
Alexey Skobkin
|
7776b1ac74
|
UpdateSubscriptionsCommand code quality fix.
|
2016-12-12 20:57:03 +03:00 |
|
Alexey Skobkin
|
b16646a2ed
|
ImportUsersCommand code quality fix 2.
|
2016-12-12 20:56:40 +03:00 |
|
Alexey Skobkin
|
e52dc94c77
|
ImportUsersCommand code quality fix.
|
2016-12-12 20:44:36 +03:00 |
|
Alexey Skobkin
|
77b6e866de
|
LoadSubscribersData bug fix.
|
2016-12-12 20:07:03 +03:00 |
|
Alexey Skobkin
|
84be9d5df4
|
PostControllerTest added. LoadPostData now loads one long and one short post for different tests.
|
2016-12-12 19:58:29 +03:00 |
|
Alexey Skobkin
|
4e0bbadd7f
|
Very important whitespace fix.
|
2016-12-12 18:52:51 +03:00 |
|
Alexey Skobkin
|
88105a4ef1
|
LoadSubscribersData possible fix.
|
2016-12-12 03:51:41 +03:00 |
|
Alexey Skobkin
|
706933b405
|
Unused variables removed in MainControllerTest.
|
2016-12-12 03:27:35 +03:00 |
|
Alexey Skobkin
|
5843dfbd12
|
MainControllerTest now tests AJAX user autocompletion.
|
2016-12-12 03:22:02 +03:00 |
|
Alexey Skobkin
|
d988bac7b0
|
MainControllerTest now checks non-existing user search scenario.
|
2016-12-12 02:58:11 +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
|
24a173af16
|
LoadCommentsData fixture fix.
|
2016-12-12 01:58:58 +03:00 |
|
Alexey Skobkin
|
22784542bf
|
Many test users in fixtures
|
2016-12-12 01:53:56 +03:00 |
|
Alexey Skobkin
|
9264170d0b
|
Fix #26. Top users page fixed.
|
2016-12-12 01:26:27 +03:00 |
|
Alexey Skobkin
|
0dfdf9793e
|
ApiController phpDoc fix.
|
2016-12-12 00:40:55 +03:00 |
|
Alexey Skobkin
|
f216b4f11a
|
MainControllerTest fix.
|
2016-12-12 00:09:29 +03:00 |
|
Alexey Skobkin
|
6f47fa344d
|
Useless test removed from EventsControllerTest
|
2016-12-12 00:09:02 +03:00 |
|
Alexey Skobkin
|
e493eb6322
|
Updated user page tests.
|
2016-12-11 23:59:05 +03:00 |
|
Alexey Skobkin
|
5cbc255331
|
EventsControllerTest tests page heading and table with events are properly shown.
|
2016-12-11 23:27:56 +03:00 |
|
Alexey Skobkin
|
961b9f346a
|
MainControllerTest testing user stats output.
|
2016-12-11 23:27:14 +03:00 |
|
Alexey Skobkin
|
36be7e7225
|
Named data sources in ApplicationAvailabilityFunctionalTest.
|
2016-12-11 22:07:01 +03:00 |
|
Alexey Skobkin
|
3d2a1593cf
|
First functional test.
|
2016-12-11 08:26:30 +03:00 |
|
Alexey Skobkin
|
874ff42797
|
composer update. Query fix.
|
2016-12-11 06:23:03 +03:00 |
|
Alexey Skobkin
|
1a5ce08fcd
|
Doctrine entities mapping fix. Excessive schemas removed.
|
2016-12-11 06:03:59 +03:00 |
|
Alexey Skobkin
|
207a8bab21
|
Typeahead library link.
|
2016-12-11 03:56:14 +03:00 |
|
Alexey Skobkin
|
23042cf2b1
|
Autocomplete search bug fix.
|
2016-12-11 03:54:14 +03:00 |
|
Alexey Skobkin
|
4c3191aa86
|
Autocomplete items count.
|
2016-12-11 03:54:01 +03:00 |
|
Alexey Skobkin
|
28f3c14fa5
|
User search field placeholder.
|
2016-12-11 03:34:20 +03:00 |
|
Alexey Skobkin
|
cfe8339ab1
|
Top chart fix after HighCharts bundle update.
|
2016-12-11 03:28:29 +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
|
74b39d7918
|
Pagination of last events.
|
2016-12-11 02:55:28 +03:00 |
|
Alexey Skobkin
|
65cc08d91f
|
Pagination of subscribers events on user page. KnpPaginatorBundle added.
|
2016-12-11 02:43:25 +03:00 |
|
Alexey Skobkin
|
d0c103eae0
|
User search refactored, autocomplete added. bootstrap3-typeahead jQuery plugin added.
|
2016-12-11 01:48:51 +03:00 |
|
Alexey Skobkin
|
6abb1f647c
|
UpdateSubscriptionsCommand "--all-users" option.
|
2016-07-29 22:03:43 +03:00 |
|
Alexey Skobkin
|
648e5d7ba5
|
Fixtures for post with large discussion.
|
2016-03-29 09:53:06 +03:00 |
|
Alexey Skobkin
|
f4f33a8947
|
PostRepository#getPostWithComments() fixed.
|
2016-03-29 09:52:21 +03:00 |
|
Alexey Skobkin
|
6d10b6dac1
|
Post and Comment small fixes.
|
2016-03-29 07:43:23 +03:00 |
|
Alexey Skobkin
|
c880304ef5
|
Test post comments templates implementation.
|
2016-03-29 07:13:01 +03:00 |
|
Alexey Skobkin
|
0ceaf43ff3
|
PostRepository getPostWithComments() method added. PostController#showAction() now uses it.
|
2016-03-29 07:11:12 +03:00 |
|
Alexey Skobkin
|
cf08978c58
|
Point avatars twig extension.
|
2016-03-29 07:08: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
|
dd3733f75e
|
PostFactory more informative log and bugfix for null arguments with array typehint.
|
2016-03-26 02:48:39 +03:00 |
|
Alexey Skobkin
|
b5007fceec
|
Crawler API now checks token.
|
2016-03-25 17:34:18 +03:00 |
|
Alexey Skobkin
|
f9f1072bbd
|
PointParser external post link added and commented.
|
2016-03-25 17:16:25 +03:00 |
|
Alexey Skobkin
|
c4182e3621
|
Post page layout. New markdown parser used for post text rendering. Lightbox analog library integrated.
|
2016-03-25 17:06:14 +03:00 |
|
Alexey Skobkin
|
42d504aba5
|
Custom PointParser for Markdown implemented.
|
2016-03-25 16:58:11 +03:00 |
|
Alexey Skobkin
|
f0ed72aa36
|
Basic post page implemented.
|
2016-03-25 01:10:10 +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
|
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
|
1aacdead06
|
Symfony Serializer annotations removed. Lifecycle 'preUpdate' callbacks added in User and Post entities.
|
2016-03-23 22:36:44 +03:00 |
|
Alexey Skobkin
|
f043649ad0
|
Post DTO getPrivate() method added.
|
2016-03-23 22:34:12 +03:00 |
|
Alexey Skobkin
|
2ed693fbcd
|
Recommendation DTO removed.
|
2016-03-23 22:33:43 +03:00 |
|
Alexey Skobkin
|
2aaa620606
|
Factories refactoring (moved to separate directory).
|
2016-03-23 20:06:49 +03:00 |
|
Alexey Skobkin
|
0f0700f87b
|
Repositories refactoring. TopUserDTO moved.
|
2016-03-23 20:06:38 +03:00 |
|
Alexey Skobkin
|
8f44a04989
|
PostsPage deserialization via JMS Serializer.
|
2016-03-22 22:57:18 +03:00 |
|
Alexey Skobkin
|
c1914f3b27
|
UpdatePostsCommand removed.
|
2016-03-22 21:22:56 +03:00 |
|
Alexey Skobkin
|
7dfb520161
|
AbstractApiController and CrawlerController draft added.
|
2016-03-22 20:45:05 +03:00 |
|
Alexey Skobkin
|
5ccefa630f
|
API routing updated.
|
2016-03-22 20:44:22 +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
|
057481b808
|
DTO's for crawler. Test implementation. Not tested.
|
2016-03-16 23:55:41 +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
|
408dafe2c4
|
Fix service DI definition.
|
2015-11-04 17:21:55 +03:00 |
|
Alexey Skobkin
|
1034ce4692
|
Forgotten code and some other fixes.
|
2015-10-26 06:31:24 +03:00 |
|
Alexey Skobkin
|
6e32fec5c1
|
Dummy comment.
|
2015-10-26 06:05:40 +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
|
2380cdbc1c
|
API orderBy() fix.
|
2015-10-08 02:40:42 +03:00 |
|
Alexey Skobkin
|
a429d571a5
|
Route fix.
|
2015-10-08 02:24:36 +03:00 |
|
Alexey Skobkin
|
3bb54550eb
|
First API method.
|
2015-10-08 02:11:57 +03:00 |
|
Alexey Skobkin
|
1461837405
|
Last events link on the events counter on the main page.
|
2015-10-05 04:16:49 +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 |
|