Commit Graph

116 Commits

Author SHA1 Message Date
OldHawk
d7adbb8236 fix(torrent): reset torrent recommend level issues 2017-11-08 10:50:18 +08:00
OldHawk
31990b887d feat(torrents): limit vip torrent can download only by vip users 2017-11-03 22:09:20 +08:00
OldHawk
571c2a953d fix(core): fixed torrent set salesType and recommend level issues 2017-11-03 18:34:51 +08:00
OldHawk
6db2fd29b9 feat(torrents): show seed or leech progress stats in vip torrent list page 2017-11-03 15:15:44 +08:00
OldHawk
fb48320b9c fix(torrents): fixed torrent delete issues 2017-11-01 14:21:22 +08:00
OldHawk
89a35d38f8 feat(torrents): order by imdb vote on torrent list page when click the table header of 'vote' 2017-10-26 11:52:44 +08:00
OldHawk
36deb6e3a4 fix(torrents): fixed torrent upload and scrape status data on public mode issues. 2017-10-22 20:55:53 +08:00
OldHawk
f079bd718c fix(scrape): fixed torrent status scrape Interval ussues 2017-10-21 23:33:37 +08:00
OldHawk
b86931b68a feat(about): list all torrents group by maker group 2017-10-20 22:26:22 +08:00
OldHawk
18f3af75cb feat(maker): admin oper can create maker group for user now, in user manager page 2017-10-19 18:44:22 +08:00
OldHawk
198744578b feat(collections): add new module Collections server side method
controller, routes, views, policy
2017-10-18 16:02:36 +08:00
OldHawk
78674d3384 feat(torrents): add search movie collection and get collection info from TMDB 2017-10-17 17:37:11 +08:00
OldHawk
23d3ff96a0 feat(torrents): admin or oper can edit torrent tags in admin panel 2017-10-14 15:27:22 +08:00
OldHawk
c2809ba24d fix(core): fixed site total Info issues, by 'ruhul' 2017-10-13 18:56:20 +08:00
OldHawk
8eb3963b0e fix(torrents): upload movie and tvserial torrent issues, thanks to 'ruhul' 2017-10-13 18:35:09 +08:00
OldHawk
1cc24c99f6 fix(core): remove some comment 2017-10-13 11:28:37 +08:00
OldHawk
937f2ed7e3 feat(core): add totalVipUsers count in page footer site info 2017-10-11 18:19:56 +08:00
OldHawk
752ea28bde fix(torrents): move image files when create new torrent 2017-10-11 17:17:58 +08:00
OldHawk
28931479b4 feat(torrents): add torrent rating route, policy,method of server side 2017-10-04 15:46:31 +08:00
OldHawk
8857674f7d feat(torrents): hide subtitle tab in music detail page 2017-10-01 23:42:22 +08:00
OldHawk
6f0b90d546 feat(torrents): show music torrent detail info 2017-09-30 18:05:33 +08:00
OldHawk
8ff1531142 feat(torrents): restore commented lines 2017-09-29 18:31:38 +08:00
OldHawk
38018a507e feat(torrents): create music torrents 2017-09-28 18:31:49 +08:00
OldHawk
b9df724dfe feat(torrents): add torrent images upload method of server side 2017-09-28 15:28:41 +08:00
OldHawk
c92f5adc9a feat(torrents): add music cover images upload method of server side 2017-09-28 13:50:25 +08:00
OldHawk
7eea910b10 feat(torrents): hide vip torrents in normal list page 2017-09-21 13:18:29 +08:00
OldHawk
a22a98bb6e feat(torrents): add torrent_vip method, route, policy of server side 2017-09-21 11:40:29 +08:00
OldHawk
1773fdf613 feat(users): show user VIP flag 2017-09-14 16:11:11 +08:00
OldHawk
a175308b52 feat(users): add fields 'isVip, isOper, isAdmin' to model user 2017-09-14 15:18:14 +08:00
OldHawk
7fcc8479e8 feat(debug): add app configure item of debug mode to show debug console log message 2017-09-13 10:51:52 +08:00
OldHawk
19328c205c feat(H&R): user can remove warning with score number, admin and oper can remove warning too. 2017-09-12 17:07:12 +08:00
OldHawk
7f30da058f fix(score): fix score user object when admin/oper operation 2017-09-12 10:57:23 +08:00
OldHawk
2b2bdc1dd4 feat(admin): add fields uptotal of users to count the uploaded torrent file numbers and get uptotal method 2017-09-12 10:53:42 +08:00
OldHawk
bcba926df2 feat(admin): admin can list user`s seeding/leeching/warning torrents 2017-09-11 18:15:46 +08:00
OldHawk
6cb8934a34 feat(admin): add warning torrents list of admin method 2017-09-11 16:34:42 +08:00
OldHawk
cd07fa5f1e feat(users): list all warning torrents in users account center 2017-09-11 16:03:10 +08:00
OldHawk
738bb0be15 fix(torrent): remove torrent h&r warning only when status value from true to false 2017-09-08 13:41:48 +08:00
OldHawk
aa8a8a70ac feat(torrent): remove all complete warning of torrent when the torrent H&R status to false and when the torrent be deleted 2017-09-08 12:03:53 +08:00
OldHawk
5b0d42e99a feat(announce): only announce msg to irc when ircAnnounce enabled 2017-09-08 11:20:55 +08:00
OldHawk
668f0a7df4 feat(announce): write upload & download data size and seed time to H&R torrent complete record and update user`s H&R warning numbers 2017-09-08 10:57:50 +08:00
OldHawk
dfc984c0f0 feat(torrent): show H&R flag in other torrent info of torrent detail page 2017-09-07 13:48:23 +08:00
OldHawk
d2edc44283 feat(torrent): show torrent H&R tag label in list and detail page 2017-09-07 13:05:41 +08:00
OldHawk
bd9854fa93 feat(torrent): add toggleHnRStatus method of admin/oper 2017-09-07 11:06:03 +08:00
OldHawk
7b5281e6c3 feat(scrape): add scrape method and route for scrape torrent status from client side 2017-09-01 14:05:21 +08:00
OldHawk
d2eae81eb2 fix(config): reset configure item variable name 2017-09-01 11:34:00 +08:00
OldHawk
1eff61e567 fix(scrape): delete dependented subtitles, peers when delete a torrent, and update user seed and leech number 2017-08-29 14:05:56 +08:00
OldHawk
3aab02b523 feat(scrape): test scrape torrent info from other tracker server 2017-08-29 12:26:32 +08:00
OldHawk
98296c1ede feat(torrents): test scrape torrent info when create new torrent record 2017-08-17 17:32:32 +08:00
OldHawk
be62816ffc feat(core): showing site info at footer
include users, torrents, seeders, leechers, uploaded, download etc.
2017-08-16 11:38:14 +08:00
OldHawk
4ae40c6090 feat(torrents): irc announce message when torrent reviewed by oper/admin 2017-08-03 11:21:29 +08:00