Commit Graph

31 Commits

Author SHA1 Message Date
Alexey Skobkin d1d730767b
Removing WebServerBundle (deprecated). Downgrading symfony/* packages to 5.4 to avoid compatibility problems. 2022-07-06 22:48:02 +03:00
Alexey Skobkin 84b8936e01
Adding RoadRunner support (#28). 2022-07-06 00:21:41 +03:00
Alexey Skobkin 3b7b07fd0d
composer update symfony/* to ^5.4. Updating index.php to 5.4, adding security deprecations (#26), some small refactoring. 2022-07-05 00:56:05 +03:00
Alexey Skobkin f4769ed931
composer update symfony/* 4.x -> 5.0 (mostly) and -> ^5.0 (some packages). index.php also updated to 5.1 version. 2022-07-05 00:13:03 +03:00
Alexey Skobkin 0e806ff8f4
babdev/pagerfanta-bundle:^2.4 -> ^3.0 2022-07-04 23:44:17 +03:00
Alexey Skobkin 26313d7097
PHP bump to 8.1. 2022-07-04 23:07:04 +03:00
Alexey Skobkin 69df2a78f6
composer update (with some downgrades). 2022-07-04 23:05:40 +03:00
Alexey Skobkin b8b5b4bfbc
Trying to properly upgrade for PHP 8.0 support. 2021-02-20 18:34:58 +03:00
Alexey Skobkin 6d9e7f558e
PHP constraint changed to allow PHP 8.0.0. 2020-12-19 23:20:01 +03:00
Alexey Skobkin 18ecb646c0
#12 File tree (bstreeview) implemented instead of file path list. A bit of refactoring. symfony/asset added and used in templates. symfony/flex upgraded due to bugfix. 2020-12-19 22:56:03 +03:00
Alexey Eschenko 99c179e7a2 Changing PHP version constraint to allow PHP 8.0 usage. 2020-11-30 10:54:03 +00:00
Alexey Skobkin c1f743ab27 Fix #10. Move symfony/web-profiler-bundle to require-dev. 2020-07-05 04:54:55 +03:00
Alexey Skobkin 57558f16d4 Composer update for many packages. 2020-07-05 03:38:23 +03:00
Alexey Skobkin 65d4713f7d
Implementing RSS feed draft. 2020-04-04 02:59:47 +03:00
Alexey Skobkin cdfde1d426
Fixing sentry/sentry-symfony dependency. 2020-01-20 23:12:14 +03:00
Alexey Skobkin 3e8e44410b
PHP 7.4. 2020-01-20 21:21:33 +03:00
Alexey Skobkin 2816915c7c
Adding reCaptcha to password reset request form. 2020-01-20 20:44:27 +03:00
Alexey Skobkin 2c0c48d88e
Password reset implemented, some refactoring, Sentry SDK and bundle upgraded, some routes changed. PHP requirements is up to 7.3.0. 2020-01-20 20:01:51 +03:00
Alexey Skobkin 63811e10e3
Replacing TorrentSearcher dependency on EntityManager with dependency on ClassMetadata of the Torrent class. 2019-10-20 23:00:36 +03:00
Alexey Skobkin 691bf00cbc Moving symfony/dotenv from require-dev to require section of composer.json. 2019-07-13 23:26:47 +03:00
Alexey Skobkin 2d68505581 composer remove sentry/sentry-symfony (Sentry logging enabled). 2019-01-18 18:33:20 +03:00
Alexey Skobkin 0bd6665acc composer remove symfony/lts (abandoned in favor of symfony/flex). 2019-01-18 18:10:02 +03:00
Alexey Skobkin 13d001272d User and Invite entities added. DTO CreateUserRequest and form type CreateUserRequestType added. 2018-06-24 01:45:18 +03:00
Alexey Skobkin bd23236efe composer require security-bundle 2018-06-23 18:00:37 +03:00
Alexey Skobkin 70f8fef9a2 Monolog added. 2018-06-23 16:59:16 +03:00
Alexey Skobkin 027476c553 Simple API V1 implemented using Symfony Serializer. 2018-06-22 22:45:17 +03:00
Alexey Skobkin bd6de353d6 README.md added. LICENSE added. composer.json updated for packagist publication. .env.dist updated with fixed database path. 2018-06-22 18:43:19 +03:00
Alexey Skobkin b409bfbfc7 Web profiler added. Pagerfanta bundle added. FrameworkExtraBundle added. 2018-06-21 02:28:31 +03:00
Alexey Skobkin 7c97b7821b WebServerBundle added. 2018-06-20 22:28:52 +03:00
Alexey Skobkin 3fbadf4085 Twig bundle added. 2018-06-20 21:07:16 +03:00
Alexey Skobkin 2df246a15d initial commit. 2018-06-20 19:35:08 +03:00