Commit graph

133 commits

Author SHA1 Message Date
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 578b6c35d1
Changed password encoding algorithm to 'auto'. 2020-01-18 01:48:29 +03:00
Alexey Skobkin b84900ed26
Entity repositories DI fixed. 2020-01-18 01:41:35 +03:00
Alexey Skobkin 711a6f3414
composer update (symfony 4.4 and many others). 2020-01-18 01:41:08 +03:00
Alexey Skobkin 27179828e3
Fixing README.md according to recent database changes. 2020-01-18 01:04:21 +03:00
Alexey Eschenko ed71b462f9 Merged in feature/docker (pull request #32)
Docker
2019-12-29 00:06:03 +00:00
Alexey Skobkin 88b7163f1e
Cleaning nginx config. 2019-12-29 02:59:42 +03:00
Alexey Skobkin 6a7f3b1314
Changing network mode to "host" for FPM container. 2019-12-29 02:31:56 +03:00
Alexey Skobkin 3df787b313
Setting default database version to 10.10 to avoid unnecessary DB connections from CLI. 2019-12-29 01:48:53 +03:00
Alexey Skobkin 5a81015de8
Adding Dockerfile, docker-compose.yml, sample Nginx config, etc. 2019-12-28 01:20:39 +03:00
Alexey Eschenko 6c3adfaac1 Merged in upgrade_and_refactoring (pull request #31)
Small torrent page enhancements.
2019-10-20 23:01:36 +00:00
Alexey Skobkin 2d357d5c80
Small torrent page enhancements. 2019-10-21 02:00:43 +03:00
Alexey Eschenko dd8cb1decf Merged in upgrade_and_refactoring (pull request #30)
Downgrading ocramius/package-versions due to minimal PHP version.
2019-10-20 21:41:14 +00:00
Alexey Skobkin 2cb8148e22
Downgrading ocramius/package-versions due to minimal PHP version. 2019-10-21 00:40:13 +03:00
Alexey Eschenko a722dd4653 Merged in upgrade_and_refactoring (pull request #29)
Updating dependencies and implementing ILIKE for DQL.
2019-10-20 21:31:18 +00:00
Alexey Skobkin 5109227b25
Using DQL 'ILIKE' implementation instead of 'LIKE' for search. 2019-10-21 00:29:08 +03:00
Alexey Skobkin 7d6b777603
Removing tests/database.sqlite3 due to upgrade to Go version of magneticod. 2019-10-20 23:25:05 +03:00
Alexey Skobkin 1a4eeaefb2
composer update. 2019-10-20 23:24:28 +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 Eschenko 5a87ae6476 Merged in feature_magnetico_go_postgres (pull request #28)
Using PostgreSQL for magneticod (Go) back-end.
2019-10-20 12:53:28 +00:00
Alexey Skobkin ad067aa19c
Using PostgreSQL for magneticod (Go) back-end. 2019-10-20 15:45:26 +03:00
Alexey Eschenko 56f787b484 Merged in upgrade (pull request #27)
Moving symfony/dotenv from require-dev to require section of composer.json.
2019-07-13 20:29:00 +00: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 Eschenko 8a0a99f5b1 Merged in upgrade (pull request #26)
Upgrading DotEnv files and other dependencies.
2019-07-13 20:13:43 +00:00
Alexey Skobkin a9b329e24c Updating DotEnv according to 2018.11 changes: https://symfony.com/doc/current/configuration/dot-env-changes.html 2019-07-13 22:44:21 +03:00
Alexey Skobkin dd6b0dc222 composer update symfony/flex (v1.4.1 => v1.4.4), sensio/framework-extra-bundle (v5.3.1 => v5.4.1). 2019-07-13 21:38:42 +03:00
Alexey Eschenko a488a0d842 Merged in upgrade (pull request #25)
composer update
2019-07-01 21:28:07 +00:00
Alexey Skobkin c98e63ed60 composer update 2019-07-02 00:18:49 +03:00
Alexey Eschenko b1ce00601f Merged in feature_magnet_redirector (pull request #24)
Fixing magnet redirection for anonymous users.
2019-01-29 18:20:50 +00:00
Alexey Skobkin c1ec521ffa Fixing route prefixes. 2019-01-29 21:16:17 +03:00
Alexey Skobkin 4ec3012148 Fixing magnet redirection for anonymous users. 2019-01-29 21:13:14 +03:00
Alexey Eschenko 31bbc4392e Merged in feature_magnet_redirector (pull request #23)
Feature magnet redirector
2019-01-29 17:41:24 +00:00
Alexey Skobkin 03a10aa231 MagnetRedirectController added (for working magnet-links in the Telegram bot). 2019-01-29 20:32:16 +03:00
Alexey Skobkin 47a671c493 MagnetExtension for Twig refactored: MagnetGenerator extracted to separate service. 2019-01-29 20:09:58 +03:00
Alexey Skobkin 13f974cc59 Removed annotations router config. 2019-01-29 19:48:15 +03:00
Alexey Eschenko 862191345b Merged in skobkin/basehtmltwig-edited-online-with-bitbucke-1548338518482 (pull request #22)
base.html.twig page title fixed (magnetoco -> magnetico)
2019-01-24 14:02:28 +00:00
Alexey Eschenko d752b47c8c base.html.twig page title fixed (magnetoco -> magnetico) 2019-01-24 14:02:19 +00:00
Alexey Eschenko 3af1d6b2ac Merged in composer_update (pull request #21)
composer update and Sentry support
2019-01-18 17:34:36 +00:00
Alexey Skobkin 718445ceb6 Deprecated Controller extending removed. Moved to Guard component from deprecated SimplePreAuthenticatorInterface. Small crutch added to the new ApiTokenAuthenticator to handle 'api-token' header retrieval. 2019-01-18 20:27:38 +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 451a5d9020 composer update (many packages including symfony 4.1 => 4.2). Symfony 4.2 compatibility fix. 2019-01-18 17:53:57 +03:00
Alexey Skobkin 542535e181 composer update doctrine/orm (v2.6.2 => v2.6.3) for PHP 7.3 compatibility. 2019-01-18 17:11:33 +03:00
Alexey Eschenko 9387d917d6 Merged in skobkin/readmemd-edited-online-with-bitbucket-1546357561748 (pull request #20)
README.md edited online with Bitbucket
2019-01-01 15:46:13 +00:00
Alexey Eschenko 1c38b3d69f README.md edited online with Bitbucket 2019-01-01 15:46:08 +00:00
Alexey Eschenko c5cdcd0e23 Merged in skobkin/readmemd-edited-online-with-bitbucket-1546356904998 (pull request #19)
Installation instructions fixed: https://github.com/boramalper/magnetico/issues/170
2019-01-01 15:45:22 +00:00
Alexey Eschenko d23236a594 Installation instructions fixed: https://github.com/boramalper/magnetico/issues/170 2019-01-01 15:35:35 +00:00
Alexey Eschenko ac90163d09 Merged in composer-update (pull request #18)
composer update and UI/UX improvements
2018-11-03 22:41:48 +00:00
Alexey Skobkin 9f77163de2 Search field is now not in the toolbar and also has autofocus attribute. 2018-11-04 01:38:14 +03:00
Alexey Skobkin db7825a025 composer update. 2018-11-04 01:25:02 +03:00