Commit Graph

93 Commits

Author SHA1 Message Date
Alexey Skobkin f598864d4d Crutch-fixing PostController::showAction() exception handling with 404 instead of 403 exception. 2019-04-03 20:34:16 +03:00
Alexey Skobkin 44c4158602 Fixing automatic replacing of AccessDeniedExceptions with InsufficientAuthenticationException in Symfony\Component\Security\Http\Firewall\ExceptionListener::handleAccessDeniedException(). 2019-04-03 20:16:34 +03:00
Alexey Skobkin 9bcc3c6b24 Telegram logging support removed. 2019-01-19 04:11:01 +03:00
Alexey Skobkin 115b097929 composer update jms/serializer-bundle to ^2. 2019-01-19 03:56:46 +03:00
Alexey Skobkin 49a7d69867 composer require sentry/sentry-symfony. Also sentry bundle basic configuration. 2019-01-19 03:12:48 +03:00
Alexey Skobkin 7a4bc44608 updated all other deps. 2019-01-19 02:43:26 +03:00
Alexey Skobkin 7917106eed composer remove sensio/generator-bundle 2019-01-19 02:37:27 +03:00
Alexey Skobkin 0aa91015ff app/console, web{app,app_dev}.php updated according to new symfony-standard distribution. 2019-01-19 02:34:51 +03:00
Alexey Skobkin 6c321a9fc6 DB schema, entities and factories small refactoring. 2017-11-06 05:36:32 +03:00
Alexey Skobkin a44ce74d9b Fix #39. Duplicated index 'subscriptions.subscription_unique' removed. 2017-11-06 04:43:23 +03:00
Alexey Skobkin 6f9b457e7d Telegram WebHook logger injection fix. 2017-11-06 02:23:15 +03:00
Alexey Skobkin 0915bbc9d1 Monolog Telegram handler fix. 2017-11-05 16:13:51 +03:00
Alexey Skobkin 46502c4a80 deprecations removal. 2017-11-05 05:39:52 +03:00
Alexey Skobkin c4f9adbac5 autowiring_types removed from services.yml. 2017-11-05 05:29:47 +03:00
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 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 c0ea97e8f9 Public feed implemented. 2017-11-05 00:30:32 +03: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 845097f7ea crontab added for future deployment integration. 2017-01-18 04:34:24 +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 144a535c6b Monolog Telegram handler reconfigured for prod environment. New 'subscribers_update' channel. 2017-01-14 03:56:17 +03:00
Alexey Skobkin ca62397cbb composer require unreal4u/monolog-telegram. Telegram Monolog handler added. 2017-01-14 01:47:46 +03:00
Alexey Skobkin 5aa09ada31 Monolog log rotation for dev environment reconfigured. 2017-01-11 21:42:29 +03:00
Alexey Skobkin a165c879cc Monolog log rotation for prod environment. 2017-01-11 21:41:48 +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 ff38cbc278 TODO comment. 2017-01-11 18:26:16 +03:00
Alexey Skobkin dd3b1e2399 Todo for config_test.yml 2017-01-11 04:40:48 +03:00
Alexey Skobkin b3822c5be6 Top page renamed to 'statistics'. 2017-01-10 04:24:22 +03:00
Alexey Skobkin bfc40d595c Events by day stats added. DAY() DQL function added. 2017-01-10 04:21:57 +03:00
Alexey Skobkin 279896be50 public resources from SkobkinPointToolsBundle moved to web directory. 2017-01-10 03:11:53 +03:00
Alexey Skobkin db90f9ec87 Tests moved to new directory (/tests). 2017-01-09 22:08:01 +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 30faaa7b08 Monolog log rotation in dev environment. Console command logging updated. 2017-01-09 04:21:31 +03:00
Alexey Skobkin 2f4a83d366 Monolog log rotation in dev environment. 2017-01-09 04:07:27 +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 ffa785d44c AsseticBundle removed from project. 2017-01-09 00:39:41 +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 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 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 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 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