Commit Graph

99 Commits

Author SHA1 Message Date
OldHawk
63572afc28 feat(home): add a cron job to check users account status to idle if for lang time no sign in 2018-04-26 18:45:34 +08:00
OldHawk
38e8eeeb9e feat(core): add Cloudflare support 2018-03-22 12:44:54 +08:00
OldHawk
2da9bdf878 feat(announce): add seedingInFinishedCheck settings to check whether can seeding an un-download finished torrent 2018-03-20 14:08:36 +08:00
OldHawk
d69ba188ba feat(announce): settings addition ratio of upload for torrent uploader 2018-03-20 12:48:40 +08:00
OldHawk
7a0bafae08 feat(finished): add model finished to save user`s completed download torrent record 2018-03-20 10:56:12 +08:00
OldHawk
aa627b7956 feat(examination): list examination status users 2018-02-02 12:16:05 +08:00
OldHawk
91515e94aa chg(announce): change score logic when announce 2018-02-01 15:49:28 +08:00
OldHawk
424cbec663 fix(announce): fixed announce issue of download score 2018-02-01 14:41:18 +08:00
OldHawk
494f0ad63f fix(torrents): fixed examination score issue when announce 2018-02-01 13:34:54 +08:00
OldHawk
afd5feb161 fix(examination): fixed write examination data 2018-01-30 19:05:48 +08:00
OldHawk
60b9c3f056 feat(examination): write uploaded, downloaded data size of examination 2018-01-30 19:04:27 +08:00
OldHawk
ab39e62040 fix(announce): Math.round with score number 2018-01-28 16:37:20 +08:00
OldHawk
5d23f4d859 feat(announce): addition score on torrent seeders count and torrent life days count
The older torrent get the higher score(addition cumulation every day), the few seeding people got the higher score(only seeder count less than 10, no addition when more than 10)

#20
2018-01-28 16:34:07 +08:00
OldHawk
332413ac29 feat(announce): vip addition score ratio on seed upload/download/timed data 2018-01-28 15:34:23 +08:00
OldHawk
332da2c07d feat(announce): user can getting score though seed timed 2018-01-28 15:28:25 +08:00
OldHawk
c2ce759119 feat(announce): add announce upload score and download score obtain. 2018-01-28 15:01:29 +08:00
OldHawk
dbea9d8bb1 fix(core): fixed home global sale notice css 2018-01-23 10:29:28 +08:00
OldHawk
9772309bb5 feat(core): add new feature to setting global sales and show notice on home page 2018-01-22 16:04:04 +08:00
OldHawk
e95ce29ca0 feat(rss): compete rss feed support.
#20
2017-12-28 17:25:07 +08:00
OldHawk
b31eb05ba6 opt(announce): optimization announce data for remove H&R warning by ratio 2017-12-26 11:04:48 +08:00
OldHawk
b0b9c49985 opt(announce): optimization announce data
check H&R warning when user stop a download session and server check each two hours(this value has new configure item)
remove H&R when user announce request timely

#20
2017-12-25 14:52:13 +08:00
OldHawk
7a1a6fa2b6 fix(announce): fixed seedtime work with H&R warning
#20
2017-12-25 09:20:55 +08:00
OldHawk
7b329cb25d opt(announce): optimization announce data with vip
fixed USER_VIP_CHANGED_ADD string
remove all h&r warning when user got a vip month
vip download failed tooltip clean on seeder side

#20
2017-12-25 07:40:45 +08:00
OldHawk
b694e1e6c4 opt(announce): optimization announce data 2017-12-24 16:05:55 +08:00
OldHawk
965be75bb8 opt(debug): optimization debug console print methods 2017-12-24 14:31:51 +08:00
OldHawk
328a05e437 opt(announce): optimization announce data 2017-12-24 08:57:17 +08:00
OldHawk
afee637238 opt(announce): optimization announce data 2017-12-24 00:13:28 +08:00
OldHawk
bae7da82c0 opt(mongo): optimization db index 2017-12-23 17:26:39 +08:00
OldHawk
56d6a4b67a opt(announce): optimization announce data 2017-12-23 02:05:28 +08:00
OldHawk
aae5efdd28 fix(announce): fixed up/down speed count issue 2017-12-22 22:34:04 +08:00
OldHawk
b0b73bcd95 opt(announce): optimization announce response failed reason status code 2017-12-22 13:21:09 +08:00
OldHawk
033ec7949a opt(announce): optimization announce data 2017-12-21 23:56:04 +08:00
OldHawk
7b152e4749 fix(core): fixed model.remove method with exec() 2017-12-20 18:28:47 +08:00
OldHawk
8375237fdf fix(core): fixed model.remove method with exec() 2017-12-20 18:12:34 +08:00
OldHawk
9b10478a71 opt(announce): optimization announce data 2017-12-20 17:37:22 +08:00
OldHawk
99da678645 feat(config): add new configure item for server notice action
#20
2017-12-16 16:17:18 +08:00
OldHawk
6ff8f6e97e feat(announce): new config setting user whether can download from his own seeding torrent
#20
2017-12-16 14:36:08 +08:00
OldHawk
8f14c42a81 feat(announce): new function for download(leech) announce tatal ratio and signup days check
download check after signup setting days, then new user do not check, so can upgrade their total ratio

#20
2017-12-16 12:11:04 +08:00
OldHawk
4dea3ede8f feat(announce): idle user can not announce 2017-12-03 16:49:21 +08:00
OldHawk
c53961e6ea feat(announce): cannot announce data when torrent status is not reviewed by administrators 2017-11-27 16:08:09 +08:00
OldHawk
558969d664 feat(announce): refresh torrent`s sale status when write announce data 2017-11-25 09:09:02 +08:00
OldHawk
db42575f56 feat(announce): refresh user`s vip status when write announce data 2017-11-25 08:55:52 +08:00
OldHawk
d4d26143d1 feat(announce): refresh user`s h&r torrent total ratio when write announce data 2017-11-25 08:37:56 +08:00
OldHawk
c1e1eb3be6 fix(core): remove mongodb table pre hook update of model user, torrents etc. 2017-11-23 17:11:34 +08:00
OldHawk
8ee73d3605 feat(announce): add VIP access check for announce request 2017-11-10 17:37:42 +08:00
OldHawk
3005a0e4d6 chg(core): change torrent link from onClick to href, and open link in self window 2017-11-07 13:20:11 +08:00
OldHawk
185b6f61ff feat(users): add announce user account active status check 2017-11-06 15:04:02 +08:00
OldHawk
8864569402 chg(torrents): change global update method time point 2017-11-03 22:13:16 +08:00
OldHawk
9835f536ad feat(core): add table users and torrents global update method
for some fields update with time limit
2017-11-03 21:42:14 +08:00
OldHawk
6a595fa747 fix(torrents):fixed announce peer issues 2017-11-02 17:49:21 +08:00