Commit Graph

74 Commits

Author SHA1 Message Date
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
Alexey Skobkin 61405ead60 AuthenticatedApiToken implemented for per-request ApiToken::$key value storage. 2018-06-27 02:02:32 +03:00
Alexey Skobkin 5136a20241 Initial migration for PostgreSQL database. 'users' schema with tables added. 2018-06-27 01:41:19 +03:00
Alexey Skobkin 0dd74177e3 Unique index on Invite::$code. 2018-06-27 01:40:43 +03:00
Alexey Skobkin b35da23e8e #2 API token authentication implemented. Login method implemented. Some refactoring. ApiTokenRepository::findUserByTokenKey() query bug fix. 2018-06-27 01:28:42 +03:00
Alexey Skobkin 84f2d5ece9 small config changes. 2018-06-26 22:09:46 +03:00
Alexey Skobkin 857a6c84c4 small config changes. 2018-06-26 20:48:52 +03:00
Alexey Skobkin a87bb2be30 composer update. 2018-06-26 20:40:25 +03:00
Alexey Skobkin 43d5d39a92 anonymous set to '~' in 'api' firewall. 2018-06-26 20:34:35 +03:00
Alexey Skobkin 94e4ffe328 API token auth using Guard implementation added. 2018-06-26 00:56:32 +03:00
Alexey Skobkin c5d2f68c57 Service autowiring exclude rules updated. 2018-06-25 22:39:47 +03:00
Alexey Skobkin 69a2326c3e API access is now temporarily anonymous. 2018-06-25 20:43:04 +03:00
Alexey Skobkin 182d4f49fa Api firewall is now defined as stateless. 2018-06-25 19:59:51 +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 3212f29b3d Probably fixing PostgreSQL connection failure because of incorrect database URL. 2018-06-24 21:24:43 +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 582def6c2d PostgreSQL database version. 2018-06-24 00:17:32 +03:00
Alexey Skobkin 0d04ec7485 Fallback database URLs fixed. 2018-06-23 23:19:01 +03:00
Alexey Skobkin a6bc4afc3c Test SQLite database included. 2018-06-23 21:56:03 +03:00