Commit Graph

459 Commits

Author SHA1 Message Date
Alexey Eschenko 07f89712d9 Merged in composer_update (pull request #27)
composer update.
2020-04-29 14:22:11 +00:00
Alexey Skobkin fd09f389f7
composer update. 2020-04-29 16:55:02 +03:00
Alexey Skobkin b6f7ac8ec5 Fixing UserRepositoryTest according to new test users. 2019-04-03 20:40:09 +03:00
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 aa751bbbc1 Fixing MainControllerTest::testAjaxUserAutoCompleteHasValidUserObjectsForUnnamedUser() in case of user's name in null instead of empty string. 2019-04-03 19:43:32 +03:00
Alexey Skobkin 9e5f59a2b2 Fixina small MainControllerTest problems. 2019-04-03 19:38:57 +03:00
Alexey Skobkin 7fcdcbf728 Fixing AJAX data deserialization in the MainControllerTest. 2019-04-03 19:34:01 +03:00
Alexey Skobkin 60dcc5e955 Fixing MainControllerTest dependencies. 2019-04-03 19:28:18 +03:00
Alexey Skobkin c3605b2db1 Fixing MainControllerTest::{testAjaxUserAutoCompleteHasOptions, testFindUsersLikeLogin}() and adding new tests for user without name. 2019-04-03 19:19:03 +03:00
Alexey Skobkin b455a6c8e7 Adding new tests in PostControllerTest to check for potential private post leakage. 2019-04-03 18:55:29 +03:00
Alexey Skobkin 5e8935ce66 Fixing PostController::showAction() exception on private author's post. 2019-04-03 18:52:36 +03:00
Alexey Skobkin d9c0673445 Fixing user and post data fixtures to fix PostControllerTest::testShortPostPageIsOk() according to previous privacy fix. New post for more advanced privacy test-cases added. Test must be written though. 2019-04-03 18:38:53 +03:00
Alexey Skobkin 0c004085fd Fixing privacy in PostController::showAction(). 2019-04-03 18:07:47 +03:00
Alexey Skobkin 184030ebd5 Disabling debug class loader in test environment to hide deprecation warnings. 2019-02-16 00:55:43 +03:00
Alexey Skobkin cbd24e85f9 Merge branch 'master' of bitbucket.org:skobkin/point-tools 2019-02-16 00:03:30 +03:00
Alexey Skobkin 5eb81e87be PHP removed from platrofm reqs. 2019-02-16 00:03:17 +03:00
Alexey Eschenko d4b5367c27 Merged in unit_testing (pull request #25)
Unit test added
2019-02-15 20:51:22 +00:00
Alexey Skobkin e5d5059c30 UserFactoryTest added 2019-02-15 23:42:31 +03:00
Alexey Eschenko 5d2ee61b49 Merged in fix_subscribers_update_local_users_list_fallback (pull request #24)
Fixes POINT-TOOLS-5 from Sentry.
2019-01-19 13:49:41 +00:00
Alexey Skobkin 3805ec366f Fixes POINT-TOOLS-5 from Sentry. 2019-01-19 16:43:34 +03:00
Alexey Eschenko 9798590f3e Merged in sentry_logging (pull request #22)
Telegram logging removed. JMS Serializer updated.
2019-01-19 01:14:32 +00:00
Alexey Skobkin 9bcc3c6b24 Telegram logging support removed. 2019-01-19 04:11:01 +03:00
Alexey Skobkin c2ccaad049 composer update csa/guzzle-bundle (dev-master 6b10e6f => v3.1.0) 2019-01-19 03:59:40 +03:00
Alexey Skobkin 115b097929 composer update jms/serializer-bundle to ^2. 2019-01-19 03:56:46 +03:00
Alexey Eschenko ac281b2913 Merged in sentry_logging (pull request #21)
Temporary downgrade to PHP 7.1
2019-01-19 00:28:29 +00:00
Alexey Skobkin 1bac5b68bf ocramius/proxy-manager temporary downgraded to 2.1.1. composer config platform.php temporarily forced to PHP 7.1. 2019-01-19 03:27:04 +03:00
Alexey Eschenko 101619f7b5 Merged in sentry_logging (pull request #20)
Sentry logging and dep updates
2019-01-19 00:18:51 +00: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 110f661904 composer update symfony/polyfill-mbstring (v1.6.0 => v1.10.0), symfony/polyfill-php70 (v1.6.0 => v1.10.0), symfony/polyfill-util (v1.6.0 => v1.10.0), symfony/polyfill-php56 (v1.6.0 => v1.10.0), symfony/polyfill-intl-icu (v1.6.0 => v1.10.0), symfony/polyfill-apcu (v1.6.0 => v1.10.0), symfony/monolog-bundle (v3.1.1 => v3.3.1), symfony/phpunit-bridge (v3.3.10 => v3.4.21). 2019-01-19 02:25:36 +03:00
Alexey Skobkin f63b70fdd3 composer update knplabs/knp-paginator-bundle (v2.6.0 => v2.8.0). KNP Paginator deprecations removed. 2019-01-19 02:20:58 +03:00
Alexey Skobkin 75b6f0a19d composer update symfony/symfony (from 3.4.x-dev to 3.4.21). 2019-01-19 02:14:28 +03:00
Alexey Skobkin 6c8c0829ca Update commands now can fallback to API for point-tools user retrieval if it's not found in the database. Also small bug fixed. 2019-01-19 02:07:00 +03:00
Alexey Skobkin 2618398d06 composer update doctrine/orm zendframework/zend-code (for PHP 7.3 compatibility). 2019-01-19 02:06:03 +03:00
Alexey Eschenko 527645935f Merged in fix_43_telegram_bot_link_error (pull request #18)
Fix #43. AbstractApi::sendRequest() fix
2017-11-07 00:18:22 +00:00
Alexey Skobkin a1fae6e3f0 Fix #43. AbstractApi::sendRequest() fixed. Telegram account linking fixed too. 2017-11-07 03:15:58 +03:00
Alexey Skobkin 49b039026c Tag->setPost() removed in Post. 2017-11-06 07:18:02 +03:00
Alexey Skobkin 6c321a9fc6 DB schema, entities and factories small refactoring. 2017-11-06 05:36:32 +03:00
Alexey Skobkin e970a55f24 Trying to fix #40. 2017-11-06 05:24:19 +03:00
Alexey Skobkin 8f8f6973c0 AbstractApi now has 'abstract' definition. 2017-11-06 04:54:02 +03:00
Alexey Skobkin a44ce74d9b Fix #39. Duplicated index 'subscriptions.subscription_unique' removed. 2017-11-06 04:43:23 +03:00
Alexey Skobkin 34bf869cea More detailed 'Remote user is not equal with local' log record. 2017-11-06 04:37:14 +03:00
Alexey Skobkin 5631f1762a UpdateUsersPrivacyCommand flushes removed. 2017-11-06 04:31:43 +03:00
Alexey Skobkin 71a6e2add8 Telegram WebHook logger injection fix. 2017-11-06 03:26:10 +03:00
Alexey Skobkin 6f9b457e7d Telegram WebHook logger injection fix. 2017-11-06 02:23:15 +03:00
Alexey Skobkin 47e5e3d8c5 Telegram WebHook logger injection fix. 2017-11-05 16:20:35 +03:00
Alexey Skobkin 0915bbc9d1 Monolog Telegram handler fix. 2017-11-05 16:13:51 +03:00