- Arkhangelsk, Russia
- https://skobk.in
- Joined on
2022-03-02
Docker image
Also don't forget to create Docker Compose stack for easy startup (and educational purposes).
Here some of my examples:
Docker image
As it's not important what exactly is the value of this variable, it's better to use more intuitive value like 1
or TRUE
.
Docker image
You can probably copy only Python files and requirements.txt
. We don't need anything else in the image to run the app.
WIP: Preparations for Symfony 6 upgrade
38bb2530eb
#27 App\Api\V1\Controller\SecurityController upgraded due to changes in ApiTokenAuthenticator. framework.router.utf8 set to true.
0a152bc19b
#27 composer update spiral/roadrunner (v2.10.5 => v2.10.7), php-http/discovery (1.14.2 => 1.14.3), sentry/sentry (3.6.1 => 3.7.0).
6d2c70d427
#27 composer update doctrine/doctrine-migrations-bundle (2.2.3 => 3.2.2), doctrine/migrations (2.3.5 => 3.5.1), doctrine/dbal (2.13.9 => 3.3.7). Configuration update.
382bd0f95e
#26 #27 Migrating from deprecated Guard to new authenticators. Some deprecation security fixes.
skobkin
created branch fix_symfony6_preparations in skobkin/magnetico-web
2022-07-21 02:07:16 +03:00
skobkin
deleted branch feature_user_password_change from skobkin/magnetico-web
2022-07-20 03:48:20 +03:00
skobkin
created branch feature_user_password_change in skobkin/magnetico-web
2022-07-20 03:42:37 +03:00
087297b0e1
Removing UserManager::changePassword(). Some UserController refactoring.
f68d120ca5
#17. Implementing password change.
86e6a5870e
Replacing User::getUsername() with User::getUserIdentifier().
Implement update grouping to make less API requests
Telegram API: Bad Request: message is too long - Implement maximum message length limiter
Migrate to PostgreSQL
Convert what? Maybe __dictrow_to_dict_list()
или __dictrow_to_list_of_dicts()
?
Migrate to PostgreSQL
I forgot to tell about that earlier, but it's better not to expose specifics of database implementation in public methods.