Commit Graph

421 Commits

Author SHA1 Message Date
Alexey Skobkin 997f41e723 AsseticBundle removed from project (forgotten composer.lock) 2017-01-09 00:47:07 +03:00
Alexey Skobkin b41ef97885 Merge branch 'fix_symfony_upgrade' 2017-01-09 00:39:53 +03:00
Alexey Skobkin ffa785d44c AsseticBundle removed from project. 2017-01-09 00:39:41 +03:00
Alexey Skobkin 2aff160048 Forgotten composer.json update for 72cc28c 2017-01-09 00:28:02 +03:00
Alexey Skobkin 2702f0cb5e MainControllerTest updated according to 9f53628 2017-01-09 00:24:25 +03:00
Alexey Skobkin 72cc28ca7e Fixed autoloading of AppKernel.php. See https://github.com/symfony/symfony-standard/issues/868 2017-01-09 00:20:45 +03:00
Alexey Skobkin 700429032d New phpunit.xml.dist 2017-01-09 00:12:40 +03:00
Alexey Skobkin 988c80737b composer require --dev phpunit/phpunit (lost in recent commits) 2017-01-09 00:04:10 +03:00
Alexey Skobkin 25cf7fab0a Rest changes according to symfony/framework-standard-edition 2.8.15. Some autoload hacks added. Need to remove in future. See app/console and web/app_dev.php 2017-01-08 23:56:01 +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 db3c9a0bd2 composer update symfony/symfony --with-dependencies 2017-01-08 22:47:05 +03:00
Alexey Skobkin d02a3a03a7 PHP minimal version in composer.json now is 7.0.0 2017-01-08 22:45:11 +03:00
Alexey Skobkin b034a3e875 composer update unreal4u/telegram-api 2017-01-08 22:39:56 +03:00
Alexey Skobkin c3e7356c54 composer update phpunit/phpunit phpunit/php-code-coverage 2017-01-08 22:39:04 +03:00
Alexey Skobkin 1aae9b8625 composer update sensio/framework-extra-bundle 2017-01-08 22:37:42 +03:00
Alexey Skobkin b9f1a767e4 composer update symfony/monolog-bundle 2017-01-08 22:35:40 +03:00
Alexey Skobkin a68083a622 composer update symfony/swiftmailer-bundle 2017-01-08 22:34:48 +03:00
Alexey Skobkin 3446f1c02c composer update swiftmailer/swiftmailer 2017-01-08 22:33:42 +03:00
Alexey Skobkin 888af2ed52 composer update sensio/distribution-bundle from ~3.0,>=3.0.12 to ~4.0 2017-01-08 22:32:11 +03:00
Alexey Skobkin 8f7343c8d8 composer update doctrine/doctrine-bundle 2017-01-08 22:26:28 +03:00
Alexey Skobkin 5eb7ef1843 composer update doctrine/migrations. ocramius/package-versions, zendframework/zend-eventmanager, zendframework/zend-code, ocramius/proxy-manager are also updated as dependencies. 2017-01-08 22:22:07 +03:00
Alexey Skobkin 68e087b2a9 composer update doctrine/orm. doctrine/annotations also updated as dependency. 2017-01-08 22:19:11 +03:00
Alexey Skobkin 95930e5c64 composer update twig/twig. symfony/symfony updated too due to twig 2.0 incompatibility in symfony/symfony 2.7.21. 2017-01-08 22:13:37 +03:00
Alexey Skobkin 25f15e40ba Removed unnecessary entity class binding from UserSearchType form type. 2017-01-08 20:52:50 +03:00
Alexey Skobkin fd3cd2d517 Tag forgotten index added. 2017-01-08 18:36:55 +03:00
Alexey Skobkin a5fb026354 SubscriptionEvent forgotten indexes renaming migration. 2017-01-08 18:33:48 +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