- Arkhangelsk, Russia
- https://skobk.in
- Joined on
2022-03-02
adb1d62c0a
Merge branch 'upgrade_1_4_287' into 'master'
fc30bdc4eb
Upgrade to 1.4.287
skobkin
synced commits to refs/merge-requests/1/merge at skobkin/docker-murmur from mirror
2023-04-02 01:14:48 +03:00
ef40d8f19a
composer remove symfony/runtime.
822f7a5530
Adding missing ext-json to composer.json.
5cb0cecd69
composer remove symfony/serializer.
307b242d21
composer remove symfony/web-link.
Use Symfony Runtime (dockerize)
f4e932ab79
composer remove symfony/process.
8353ed49fd
composer remove symfony/mime.
86458b006a
composer remove symfony/messenger.
1ca0d1fe93
composer remove symfony/notifier.
5725aaa305
composer remove symfony/mailer.
351bffb298
Moved LICENSE.
312c1617e1
Moved JS/CSS/etc resources from /web to /public.
c908a22d15
Removed useless index.rst.
53028d2577
Removed useless SkobkinPointToolsBundle.
1393e2d53f
Ported UserController. Fixed PhpDoc type hinting in SubscriptionEventRepository and UserRepository.
690b849ca6
Preliminary changes in README.md: Codeship, CodeCov, Total Downloads badges removed.
50d56f0007
Ported PointUrlExtension Twig extension.
a129130ba1
Removed DependencyInjection dir from old code due to uselessness.
2029adc48d
Ported Day DQL extension.
441fdc06b3
Ported all API DTO's (without serializer configuration).
b7e2cbc630
Ported DailyEvents and TopUserDTO.
fd8161c9e1
Ported AccountFactory.
5e2f8787ae
Ported {Comment, File, Post, Tag}Factory. Service\Api\{Post, User}Api modified accordingly.
5afc8d91b4
Ported AbstractFactory, UserFactory.
7c9ee60103
Ported Service\Api\*. Now using symfony/http-client instead of Guzzle. AbstractApi refactored a bit.
4cc4f50e13
Using new bind variables in commands.
8c59f656f6
Creating default Point API HTTP client. Defining default bind by name variables in services.yaml.
d68ae868ae
jms/serializer-bundle installed. Probably need to add more configuration later.
64b042bf77
Ported Exceptions\Api\*. Some small optimization.
64855c5076
Ported UsersRenamedEvent, UserSubscribersUpdatedEvent.
405b8a9f59
Ported RestoreRemovedUsersCommand.
4cb8e715bf
Ported ImportUsersCommand.
3fd76ff0ab
Ported Blog\Post entity and repo.
bcc2c609c4
Ported Blog\PostTag entity and repo.
98f3634cf1
Fixing Blog\{Comment, File}::getId() signature.
c5a63a4259
Ported Blog\Tag entity and repo.
fa9a84f2a7
Ported Blog\File entity and repo.
WIP: Symfony 6 project remake