Commit Graph

93 Commits

Author SHA1 Message Date
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
Alexey Eschenko eccf815faa Merged in skobkin/desc-sorting-by-default (pull request #17)
Using desc sorting by default in sortable_table_macro.html.twig.
2018-10-28 13:26:49 +00:00
Alexey Eschenko a1ecf300be Using desc sorting by default in sortable_table_macro.html.twig. 2018-10-28 13:26:34 +00:00
Alexey Eschenko 4fa46e2a33 Merged in skobkin/remember-me-twice-as-long (pull request #16)
Remember Me is now twice as long
2018-10-26 00:13:33 +00:00
Alexey Eschenko cec5a840f1 Remember Me is now twice as long 2018-10-26 00:11:32 +00:00
Alexey Eschenko cdfd99dd17 Merged in fix_composer_update (pull request #15)
Fix composer update

Approved-by: Alexey Eschenko <skobkin-ru@ya.ru>
2018-09-02 19:33:39 +00:00
Alexey Skobkin c015274636 composer update 2018-09-02 22:30:59 +03:00
Alexey Skobkin 7381112794 symfony/flex updated to solve symfony/flex#397 bug. 2018-09-02 22:29:37 +03:00
Alexey Eschenko 9d277440ee Merged in skobkin/public_trackersjson-edited-online-with-b-1535915641346 (pull request #14)
Added public trackers to the default trackers list.
2018-09-02 19:14:50 +00:00
Alexey Eschenko 120f4113ee Added public trackers to the default trackers list. 2018-09-02 19:14:28 +00:00
Alexey Eschenko 522d79bf2b Merged in fix_invites_list_privacy (pull request #13)
Invite list privacy bug fix.
2018-07-01 12:15:08 +00:00
Alexey Skobkin 27f290670a Invite list privacy bug fix. 2018-07-01 15:13:42 +03:00
Alexey Eschenko 45dd6d46ee Merged in sortable_table_icons (pull request #12)
Icon added to the column which is sorted by user.
2018-07-01 01:05:10 +00:00
Alexey Skobkin 7b51940a0a Torrents list table id updated. 2018-07-01 04:03:34 +03:00
Alexey Skobkin 94b5d27ba5 Icon added to the column which is sorted by user. 2018-07-01 04:01:53 +03:00
Alexey Eschenko d70fe119ce Merged in font_awesome_upgrade (pull request #11)
Font awesome upgrade
2018-07-01 00:29:38 +00:00
Alexey Skobkin 665a1c1f85 Assets hierarchy refactored. 2018-07-01 03:26:55 +03:00
Alexey Skobkin 1b16f39d5e Font Awesome upgraded and placed in the new assets file hierarchy. 2018-07-01 03:19:26 +03:00
Alexey Eschenko f569609671 Merged in feature_sortable_search_results (pull request #10)
#9 Simple sortable table headers implemented.
2018-06-30 23:39:35 +00:00
Alexey Skobkin ca357ccc90 #9 Simple sortable table headers implemented. 2018-07-01 02:32:48 +03:00
Alexey Eschenko 390e21f44b Merged in feature_invite_validator (pull request #9)
Feature invite validator
2018-06-30 00:05:55 +00:00
Alexey Skobkin 7d3b81b35a #4 InvalidInviteException handling removed from UserController due to new validator implemented. 2018-06-30 03:02:05 +03:00
Alexey Skobkin 01827680a1 #4 ValidInvite constraint implemented. 2018-06-30 02:52:53 +03:00
Alexey Eschenko 16f8d1ff32 Merged in feature_local_assets (pull request #8)
#7 Now all resources are serving from local server and not from CDN.
2018-06-29 23:18:55 +00:00
Alexey Skobkin 0457c1ff11 #7 Now all resources are serving from local server and not from CDN. 2018-06-30 02:11:21 +03:00
Alexey Eschenko 47175f489b Merged in feature_users (pull request #7)
Torrent search results list ordering.
2018-06-29 00:30:49 +00:00
Alexey Skobkin 737339b676 #1 Torrent list ordering support added to API V1 '/torrents' method. 2018-06-29 03:27:35 +03:00
Alexey Skobkin b6bd4f211a #1 Basic support of torrent list ordering added. Search slightly refactored and now does not create full search QueryBuilder in the repository. 2018-06-29 03:24:16 +03:00
Alexey Eschenko a8816ea45f Merged in feature_users (pull request #6)
Telling user when he's using invalid invite code before he filled the form.
2018-06-28 23:17:02 +00:00
Alexey Skobkin e7d9fdaecd Telling user when he's using invalid invite code before he filled the form. 2018-06-29 02:14:36 +03:00
Alexey Eschenko aa25a2172b Merged in feature_users (pull request #5)
#8 done. NEW_USER_INVITES env variable added. Now new users will have defined amount of invites.
2018-06-28 22:42:26 +00:00
Alexey Skobkin 866685c90c #8 done. NEW_USER_INVITES env variable added. Now new users will have defined amount of invites. 2018-06-29 01:40:14 +03:00
Alexey Eschenko 719e552088 Merged in feature_users (pull request #4)
Simple user invtes interface.
2018-06-28 19:24:23 +00:00
Alexey Skobkin 769a6bc6c5 Invite mapping fixed. 2018-06-28 22:22:19 +03:00
Alexey Skobkin 511e124c40 #3 done. Simple invite interface. Font Awesome CSS added (by external link). 2018-06-28 22:22:00 +03:00
Alexey Eschenko 25f7d978b5 Merged in feature_users (pull request #3)
Registration access control bug fix.
2018-06-28 16:55:23 +00:00
Alexey Skobkin 898751bc7e Registration access control bug fix. 2018-06-28 19:53:44 +03:00
Alexey Eschenko 9d957d5800 Merged in feature_users (pull request #2)
Web login form bug fix.
2018-06-27 23:23:28 +00:00
Alexey Skobkin 97e99c604a Web login form bug fix. 2018-06-28 02:21:07 +03:00
Alexey Eschenko c0f500e79b Merged in feature_users (pull request #1)
Users and authentication
2018-06-27 22:03:24 +00:00
Alexey Skobkin 6dec613b61 #2 API logout implemented. 2018-06-27 02:15:39 +03:00