Commit Graph

1507 Commits

Author SHA1 Message Date
OldHawk
b6bbd91dfb feat(request): list all requests 2018-01-10 18:15:11 +08:00
OldHawk
9a3d096bb1 feat(request): list my requests 2018-01-10 18:07:33 +08:00
OldHawk
401cb0e41e feat(request): user post new request 2018-01-10 16:55:34 +08:00
OldHawk
2147934af7 fix(users): fixed admin edit user form translate string 2018-01-10 15:34:04 +08:00
OldHawk
35ed9b054b feat(requests): add request server controllers 2018-01-10 15:01:09 +08:00
OldHawk
ecca6ef705 feat(requests): add request server policy and routes 2018-01-10 15:00:35 +08:00
OldHawk
e4e195411d feat(requests): add request client.service 2018-01-10 14:11:01 +08:00
OldHawk
2e815e7027 feat(requests): add request server.model 2018-01-10 14:08:15 +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
07216729b9 fix(messages): fixed send to params for user displayName 2018-01-10 10:38:37 +08:00
OldHawk
83e25da223 feat(requests): requests views and controllers of client side 2018-01-09 16:27:08 +08:00
OldHawk
f79e009601 feat(requests): requests menu and route of client side 2018-01-09 16:26:33 +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
959a658aae feat(core): add configure item to set setDefaultValueOnIndex
set app.domain and announce.url on renderer index
if false, app.domain and announce.url used these config settings value
if true, app.domain and announce.url used req.app.get('domain') || req.headers.host
if web server used proxyPass setting, this should set to false
2018-01-07 10:28:21 +08:00
OldHawk
19e1990abc fix(follow): fixed eslint warning 2018-01-07 09:51:43 +08:00
OldHawk
89b13f976e feat(core): add title msg on scoreLevel directive 2018-01-06 22:18:13 +08:00
OldHawk
12d8413dcb fix(status): fixed status css style on sm, xs size screen 2018-01-06 22:11:24 +08:00
OldHawk
92c2e88ce9 feat(follow): oper admin can list user`s follow detail 2018-01-06 16:32:42 +08:00
OldHawk
32a936fd15 feat(follow): add send message shortcut on follow list page
#20
2018-01-06 14:11:34 +08:00
OldHawk
b4731171b1 feat(follow): followers and following list 2018-01-05 18:07:11 +08:00
OldHawk
aa14664894 feat(follow): add follow server controller 2018-01-05 18:06:17 +08:00
OldHawk
a5bb081094 feat(follow): add directive upDownFlag to show user`s uploaded and downloaded data 2018-01-05 18:04:51 +08:00
OldHawk
2d7ef9e48b feat(follow): followers and following count number in user info page 2018-01-04 15:32:40 +08:00
OldHawk
3dc0b42407 feat(follow): add followers and following views 2018-01-04 15:32:09 +08:00
OldHawk
46c81617a8 feat(follow): add follow client controller 2018-01-04 15:31:50 +08:00
OldHawk
95422aaaec feat(follow): follow & unfollow in userinfo page 2018-01-04 12:14:43 +08:00
OldHawk
7c95d3a547 feat(follow): add submenu item of followers and following in user account menu 2018-01-04 09:57:28 +08:00
OldHawk
a006695f14 feat(config): set config default value on render index 2017-12-29 14:30:28 +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
e1ce563f84 feat(rss): rss icon 2017-12-28 17:41:17 +08:00
OldHawk
e95ce29ca0 feat(rss): compete rss feed support.
#20
2017-12-28 17:25:07 +08:00
OldHawk
e4923a53d6 add rss.jpeg 2017-12-28 14:02:01 +08:00
OldHawk
003a352386 feat(rss): add button click to copy rss url to clipboard 2017-12-28 11:19:53 +08:00
OldHawk
4aeb7b1ad3 feat(core): add directive and service mtScaleByClick 2017-12-28 11:17:30 +08:00
OldHawk
6cefc4e087 feat(core): add directive and service mtCopyToClipboard 2017-12-28 11:06:19 +08:00
OldHawk
dbc9dbc598 feat(rss): add rss url link at torrents list page bottom of search tags 2017-12-27 18:22:50 +08:00
OldHawk
2facb4e0b5 fix(torrents): fixed reset torrent search tags issue 2017-12-27 18:09:57 +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
b31eb05ba6 opt(announce): optimization announce data for remove H&R warning by ratio 2017-12-26 11:04:48 +08:00
OldHawk
2f9ea2f5ed fix(messages): fixed messages box delete button show/hide issue 2017-12-25 15:28:28 +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
f204417162 fix(users): fixed userinfo page show username to displaName 2017-12-24 16:31:12 +08:00
OldHawk
b694e1e6c4 opt(announce): optimization announce data 2017-12-24 16:05:55 +08:00