Commit Graph

60 Commits

Author SHA1 Message Date
Alexey Skobkin 9747eefe47
Replacing jms/serializer with symfony/serializer and doing some DTO refactoring. 2023-08-19 03:32:43 +03:00
Alexey Skobkin 4c33ce9d84
Fixing stats page, replacing ob/highcharts-bundle with own implementation based on ghunti/highcharts-php. Some refactoring. 2023-08-18 20:20:26 +03:00
Alexey Skobkin 3a69565ecb
Fixing posts web controllers, templates and entities. 2023-08-18 18:56:17 +03:00
Alexey Skobkin 6c173b2e5c
Changes in tests: namespaces, properties, calls. 2023-08-18 16:06:30 +03:00
Alexey Skobkin 82b541c0fc
Translations moved/fixed. 2023-08-17 02:37:46 +03:00
Alexey Skobkin ab3a54bde9
Fixing main templates. 2023-08-17 01:40:29 +03:00
Alexey Skobkin 0a8c6b0395
Ported templates and routes. Saved external JS/CSS into the public dir. 2023-04-10 00:35:58 +03:00
Alexey Skobkin 1aff2ac244
Telegram services and commands ported to telegram-bot/api. Also fixed ENV reading in the services.yaml. Some small refactoring and style fixes. 2023-04-10 00:30:51 +03:00
Alexey Skobkin 109c95fcdb
Ported doctrine.orm from old config.yml. 2023-04-01 21:31:34 +03:00
Alexey Skobkin 65138f6868
Removed doctrine_migrations from config.yml. 2023-04-01 21:26:50 +03:00
Alexey Skobkin dc683362d7
Ported DataFixtures. composer require doctrine-fixtures-bundle. 2023-04-01 21:23:30 +03:00
Alexey Skobkin 351bffb298
Moved LICENSE. 2023-04-01 21:07:42 +03:00
Alexey Skobkin 312c1617e1
Moved JS/CSS/etc resources from /web to /public. 2023-04-01 21:06:57 +03:00
Alexey Skobkin c908a22d15
Removed useless index.rst. 2023-04-01 21:04:53 +03:00
Alexey Skobkin 53028d2577
Removed useless SkobkinPointToolsBundle. 2023-04-01 21:04:12 +03:00
Alexey Skobkin 1393e2d53f
Ported UserController. Fixed PhpDoc type hinting in SubscriptionEventRepository and UserRepository. 2023-04-01 21:00:16 +03:00
Alexey Skobkin 77fa05f457
Ported PublicFeedController. 2023-04-01 20:31:40 +03:00
Alexey Skobkin 40db2edc38
Ported PostController. 2023-04-01 20:30:04 +03:00
Alexey Skobkin e56cae9568
Ported MainController. 2023-04-01 20:28:24 +03:00
Alexey Skobkin fc9026d13f
Ported EventsController. composer require knplabs/knp-paginator-bundle. 2023-04-01 20:28:24 +03:00
Alexey Skobkin 0c48b57710
Ported ApiController. 2023-04-01 19:57:27 +03:00
Alexey Skobkin a83b783de4
Ported WebHookController. 2023-04-01 19:56:02 +03:00
Alexey Skobkin 430632c8e4
Ported Api\{AbstractApiController, CrawlerController}. 2023-04-01 19:45:21 +03:00
Alexey Skobkin a409fbae8d
Ported UserSearchType. 2023-04-01 19:36:13 +03:00
Alexey Skobkin 0822aea5ec
Ported CommandProcessingException. 2023-04-01 19:36:13 +03:00
Alexey Skobkin c7256f5a50
Ported Exception\Factory\Blog\*. 2023-04-01 19:36:13 +03:00
Alexey Skobkin c151acd30b
Ported InvalidUserDataException. 2023-04-01 19:36:13 +03:00
Alexey Skobkin 690b849ca6
Preliminary changes in README.md: Codeship, CodeCov, Total Downloads badges removed. 2023-03-28 23:52:49 +03:00
Alexey Skobkin 50d56f0007
Ported PointUrlExtension Twig extension. 2023-03-28 23:41:04 +03:00
Alexey Skobkin 8a9a5028dc
Ported SubscriptionsManager. 2023-03-28 23:33:14 +03:00
Alexey Skobkin ca1fb63604
Ported EventListener\* (without service registration). 2023-03-28 23:22:39 +03:00
Alexey Skobkin a129130ba1
Removed DependencyInjection dir from old code due to uselessness. 2023-03-28 23:02:58 +03:00
Alexey Skobkin 2029adc48d
Ported Day DQL extension. 2023-03-28 23:01:56 +03:00
Alexey Skobkin 441fdc06b3
Ported all API DTO's (without serializer configuration). 2023-03-28 22:57:11 +03:00
Alexey Skobkin b7e2cbc630
Ported DailyEvents and TopUserDTO. 2023-03-28 22:45:11 +03:00
Alexey Skobkin fd8161c9e1
Ported AccountFactory. 2023-03-28 22:29:19 +03:00
Alexey Skobkin 5e2f8787ae
Ported {Comment, File, Post, Tag}Factory. Service\Api\{Post, User}Api modified accordingly. 2023-03-28 21:45:41 +03:00
Alexey Skobkin 5afc8d91b4
Ported AbstractFactory, UserFactory. 2023-03-28 20:11:28 +03:00
Alexey Skobkin 7c9ee60103
Ported Service\Api\*. Now using symfony/http-client instead of Guzzle. AbstractApi refactored a bit. 2023-03-26 17:08:41 +03:00
Alexey Skobkin 64b042bf77
Ported Exceptions\Api\*. Some small optimization. 2023-03-26 17:04:20 +03:00
Alexey Skobkin 8d6197b116
Ported SubscriptionManagerException. 2023-03-26 16:24:28 +03:00
Alexey Skobkin 3d0b2bdbc8
Ported UpdateUsersPrivacyCommand. 2023-03-26 15:32:13 +03:00
Alexey Skobkin 7b465f46e3
Ported UpdateSubscriptionsCommand. 2023-03-26 15:09:57 +03:00
Alexey Skobkin f700b0c3c3
Ported TelegramWebHookCommand. Needs migration to another library. 2023-03-26 14:50:42 +03:00
Alexey Skobkin 9f97ba5db2
Ported TelegramSendMessageCommand. 2023-03-26 14:03:09 +03:00
Alexey Skobkin 64855c5076
Ported UsersRenamedEvent, UserSubscribersUpdatedEvent. 2023-03-19 19:20:12 +03:00
Alexey Skobkin 405b8a9f59
Ported RestoreRemovedUsersCommand. 2023-03-19 18:50:25 +03:00
Alexey Skobkin 4cb8e715bf
Ported ImportUsersCommand. 2023-03-19 17:55:24 +03:00
Alexey Skobkin 3fd76ff0ab
Ported Blog\Post entity and repo. 2023-03-19 17:43:05 +03:00
Alexey Skobkin bcc2c609c4
Ported Blog\PostTag entity and repo. 2023-03-19 17:30:44 +03:00