magnetico-web/src
Alexey Skobkin 27f290670a Invite list privacy bug fix. 2018-07-01 15:13:42 +03:00
..
Api/V1 #1 Torrent list ordering support added to API V1 '/torrents' method. 2018-06-29 03:27:35 +03:00
Command #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
Controller #4 InvalidInviteException handling removed from UserController due to new validator implemented. 2018-06-30 03:02:05 +03:00
Entity Invite mapping fixed. 2018-06-28 22:22:19 +03:00
Form Service autowiring exclude rules updated. 2018-06-25 22:39:47 +03:00
FormRequest #4 ValidInvite constraint implemented. 2018-06-30 02:52:53 +03:00
Magnetico #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
Migrations Initial migration for PostgreSQL database. 'users' schema with tables added. 2018-06-27 01:41:19 +03:00
Repository Invite list privacy bug fix. 2018-07-01 15:13:42 +03:00
Search #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
Security AuthenticatedApiToken implemented for per-request ApiToken::$key value storage. 2018-06-27 02:02:32 +03:00
Twig Twig extensions added. 'magnet' function implemented for magnet-links easy generation. 'readable_size' filter implemented to show human-readable torrent and file sizes. Templates changed to use new features. Public torrent trackers list implemented. It is stored now in the 'config/public_trackers.json' file and is injected using constructor. Some small cleanup in configs. 2018-06-22 18:16:55 +03:00
User #4 InvalidInviteException handling removed from UserController due to new validator implemented. 2018-06-30 03:02:05 +03:00
Validator/Constraints #4 ValidInvite constraint implemented. 2018-06-30 02:52:53 +03:00
Kernel.php initial commit. 2018-06-20 19:35:08 +03:00