Commit Graph

253 Commits

Author SHA1 Message Date
OldHawk
50a0c0d6f6 feat(torrents): resource title and subtitle support 2018-05-12 02:59:18 +08:00
OldHawk
8ae849779e fix(peers): recount user download percent of torrent 2018-05-11 23:46:10 +08:00
OldHawk
1f33ae5289 fix(core): fixed subdocument remove issue 2018-05-07 16:45:59 +08:00
OldHawk
659131fc61 fix(torrents): fixed mongoose .remove().exec() issue 2018-05-07 11:42:27 +08:00
OldHawk
ee15c8e72a feat(core): add mongoose to 5.0.17 support 2018-05-07 11:12:10 +08:00
OldHawk
726174d784 feat(users): search torrent by _id 2018-05-04 12:16:30 +08:00
OldHawk
c371287f23 feat(torrents): show torrent info_hash in detail page 2018-05-04 11:07:40 +08:00
OldHawk
2da29e9edc feat(core): set db fields setter of Number type 2018-05-03 18:04:55 +08:00
OldHawk
7955a83683 feat(core): add many db fields min value of Number type 2018-05-03 16:59:33 +08:00
OldHawk
8356745621 fix(torrents): fixed torrents and forum list from guest user issue 2018-05-01 16:39:10 +08:00
OldHawk
3293176248 feat(torrents): new logic for torrent list and top recommend 2018-04-30 17:08:00 +08:00
OldHawk
aff9298238 feat(torrents): add all torrents list menu and page 2018-04-30 12:30:26 +08:00
OldHawk
8ca9f83d67 fix(logger): fixed announce inactive peer over announce interval 2018-04-30 00:06:36 +08:00
OldHawk
5924f86030 feat(torrents): log many error info 2018-04-28 17:51:22 +08:00
OldHawk
443c35ff18 fix(torrents): fixed eslint warning 2018-04-28 17:18:10 +08:00
OldHawk
e000358a76 feat(torrents): log many error info 2018-04-28 17:09:10 +08:00
OldHawk
3349ca6b6f fix(torrents): fixed eslint warning 2018-04-28 12:35:51 +08:00
OldHawk
f5a7f941dd feat(home): add idle and banned users count on home 2018-04-28 12:34:07 +08:00
OldHawk
8301ef9d8e feat(torrents): limit to upload torrent if uploader access is limit to maker group 2018-04-24 12:40:40 +08:00
OldHawk
b0e1e7196f feat(torrents): add configure item resourcesLanguage to setting the fixed language of the dropdown resource info 2018-04-20 17:53:23 +08:00
OldHawk
e0a9d81bda feat(tickets): new recommend level 2018-04-17 17:37:49 +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
47c7017c56 feat(torrents): add torrent file metadata info of private status and source info
idea from: gynkkun(https://github.com/taobataoma/meanTorrent/commits?author=gyakkun)
2018-03-16 22:54:56 +08:00
OldHawk
e46e95b9ee fix(core): remove all code for public mode, meanTorrent support private mode only now 2018-03-16 21:57:19 +08:00
OldHawk
f9755c68c6 chg(score): change some score operator logic to ready for examination 2018-02-01 11:51:39 +08:00
OldHawk
a748399a46 chg(score): change thumbs score config and update logic 2018-01-31 12:31:27 +08:00
OldHawk
861efafd7f feat(torrents): torrents cover image support crop 2018-01-21 22:01:51 +08:00
OldHawk
2a995dcf18 fix(core): fixed all res.send(message) of not found from db by id 2018-01-21 16:27:17 +08:00
OldHawk
afc3cce920 feat(torrents): torrent images preview support crop size 2018-01-21 00:38:42 +08:00
OldHawk
c9ae334a4b feat(requests): requests comment finished
#20
2018-01-16 15:51:09 +08:00
OldHawk
9986236f2b fix(torrents): check torrent status when user download a torrent 2018-01-13 17:20:17 +08:00
OldHawk
8ce455ce88 feat(requests): accept response for request
* rewards score transfer
* request status check

#20
2018-01-12 16:53:24 +08:00
OldHawk
c85aa64170 feat(requests): upload request torrent and server notice to requestor 2018-01-11 17:19:35 +08:00
OldHawk
fed88277e3 feat(mongo): add common.server.model to define common Schema for all models. 2018-01-10 14:05:45 +08:00
OldHawk
83e25da223 feat(requests): requests views and controllers of client side 2018-01-09 16:27:08 +08:00
OldHawk
e624d79fa6 feat(torrents): update user score when torrent was deleted only by torrent status is reviewed 2018-01-08 09:45:30 +08:00
OldHawk
ee84f4f376 feat(torrents): add user score of uploaded torrent when torrent status change to reviewed 2018-01-08 09:38:42 +08:00
OldHawk
11635470bc feat(config): set config default value on render index 2017-12-29 13:56:08 +08:00
OldHawk
be3d7b9484 feat(rss): add sendRSS server module
#20
2017-12-29 12:39:25 +08:00
OldHawk
e95ce29ca0 feat(rss): compete rss feed support.
#20
2017-12-28 17:25:07 +08:00
OldHawk
2c95970e4e feat(torrents): download torrent by passkey policy to logined user 2017-12-27 16:37:58 +08:00
OldHawk
10b09322f5 feat(torrents): support guest download torrent file with their passkey
used in rss download and irc download
2017-12-27 15:39:39 +08:00
OldHawk
845c40ea93 opt(core): optimization file download with encodeURIComponent and UTF-8 on filename 2017-12-27 15:38:11 +08:00
OldHawk
cf311b3f7a opt(mongo): optimization db index 2017-12-26 18:33:22 +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
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