Commit Graph

33 Commits

Author SHA1 Message Date
Alexey Skobkin 40118a0edc Password change (!13)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #13
2022-07-20 03:48:19 +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 Skobkin a24d9c0670 Now always ignoring short words in the search query to be able to always use index. Adding small search help docs. 2020-07-20 01:26:58 +03:00
Alexey Skobkin 60dacda829 Improving navbar UX. 2020-07-05 05:13:50 +03:00
Alexey Skobkin af8dd658c0 Fixing incorrect RSS link query parameter. 2020-07-05 03:36:43 +03:00
Alexey Skobkin 883fbf942c jQuery 3.3.1 -> 3.5.1. 2020-07-05 01:06:16 +03:00
Alexey Skobkin 301bc59a6d Implementing new account page. Adding ability to create API tokens on the account page. Showing RSS feed link on the account page. 2020-07-02 02:12:49 +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 2d357d5c80
Small torrent page enhancements. 2019-10-21 02:00:43 +03:00
Alexey Skobkin 47a671c493 MagnetExtension for Twig refactored: MagnetGenerator extracted to separate service. 2019-01-29 20:09:58 +03:00
Alexey Eschenko d752b47c8c base.html.twig page title fixed (magnetoco -> magnetico) 2019-01-24 14:02:19 +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 Eschenko a1ecf300be Using desc sorting by default in sortable_table_macro.html.twig. 2018-10-28 13:26:34 +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 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 Skobkin ca357ccc90 #9 Simple sortable table headers implemented. 2018-07-01 02:32:48 +03: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 0457c1ff11 #7 Now all resources are serving from local server and not from CDN. 2018-06-30 02:11:21 +03: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 Skobkin 511e124c40 #3 done. Simple invite interface. Font Awesome CSS added (by external link). 2018-06-28 22:22:00 +03:00
Alexey Skobkin ef29705a37 Basic login functionality added. 2018-06-25 04:02:27 +03:00
Alexey Skobkin d953e8a319 User registration implemented: registration form, user:add command. User creation time and roles are now stored in the DB. Simple invite system implemented. 2018-06-25 01:42:26 +03:00
Alexey Skobkin 11d89c8a10 Separated Entity Managers for magneticod SQLite database and app's PostgreSQL database implemented. Some refactoring has been made. 2018-06-23 17:57:10 +03:00
Alexey Skobkin 296850e482 Torrent::getInfoHashAsHex() removed in favor of Torrent::getInfoHash() which is now returns cached HEX string. 2018-06-22 22:47:51 +03:00
Alexey Skobkin 027476c553 Simple API V1 implemented using Symfony Serializer. 2018-06-22 22:45:17 +03:00
Alexey Skobkin d1eefb3d12 'Last' menu item removed. Remove bootstrap comment. 2018-06-22 20:07:26 +03:00
Alexey Skobkin fba80d17c1 torrent_list.html.twig small changes and invalid markup fix. Now 'Link' column shows before 'Name' column. 2018-06-22 18:50:11 +03:00
Alexey Skobkin a02d7685cc 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
Alexey Skobkin f30c47cca6 Meta tags fixed. 2018-06-21 02:41:15 +03:00
Alexey Skobkin 8ab6acf620 Torrent search and torrent show implemented. Simple imdex page implemented. 2018-06-21 02:37:35 +03:00
Alexey Skobkin 0fe7910fd3 Test implementation of torrent data reading. Entities, repositories, templates. 2018-06-20 22:30:00 +03:00