Commit Graph

70 Commits

Author SHA1 Message Date
OldHawk
89bb662768 Merge branch 'master' of https://github.com/taobataoma/meanTorrent
* 'master' of https://github.com/taobataoma/meanTorrent:
  feat(torrents): show torrent joined collections and albums in detail page
2018-06-19 21:05:28 +08:00
OldHawk
8804aa5377 feat(torrents): show torrent joined collections and albums in detail page 2018-06-19 20:58:45 +08:00
OldHawk
18dbdf50b1 feat(medals): new module medals 2018-06-18 20:32:11 +08:00
OldHawk
b1fd2def16 feat(core): update font-awesome to v5.0.13 2018-06-12 19:21:36 +08:00
OldHawk
0e460c52ed fix(albums): fixed albums, makers, collections css issue 2018-06-06 16:52:29 +08:00
OldHawk
64d70ee2e9 fix(torrents): fixed screenshots edit panel css 2018-06-02 14:32:42 +08:00
OldHawk
330f0c5406 feat(history): write admin operate history on user account 2018-05-29 15:50:18 +08:00
OldHawk
f57582bc07 feat(torrents): Optimized torrent list data 2018-05-25 17:56:14 +08:00
OldHawk
dd0a0a0ace fix(albums): fixed eslint warning 2018-05-25 04:18:14 +08:00
OldHawk
39213b85d5 fix(albums): fixed albums size issue 2018-05-25 04:15:51 +08:00
OldHawk
40ba60576c fix(core): fixed album css issue 2018-05-25 02:40:21 +08:00
OldHawk
4428f4434a feat(home): show albums list in home page 2018-05-23 16:55:19 +08:00
OldHawk
44b6cb632e fix(albums): title css 2018-05-23 03:22:52 +08:00
OldHawk
3c148e9095 feat(albums): list and detail page 2018-05-23 03:14:23 +08:00
OldHawk
4cba23dd48 fix(collections): fixed collection item height issue 2018-05-23 02:23:56 +08:00
OldHawk
47dec34b5d fix(collections): fixed collections list css 2018-05-22 22:14:10 +08:00
OldHawk
30078d3382 feat(albums): create album from torrent 2018-05-22 03:28:58 +08:00
OldHawk
715e2f2718 fix(announce): fixed score count issue 2018-05-13 16:48:15 +08:00
OldHawk
50a0c0d6f6 feat(torrents): resource title and subtitle support 2018-05-12 02:59:18 +08:00
OldHawk
9005a0ce1b fix(core): fixed issue of $resource returned data type 2018-05-06 00:16:34 +08:00
OldHawk
2062485347 Revert "fix(core): fixed many issue of $resource method"
This reverts commit 00cfe341db.
2018-05-05 20:05:47 +08:00
OldHawk
00cfe341db fix(core): fixed many issue of $resource method 2018-05-05 14:56:26 +08:00
OldHawk
20dce95c8f fix(collections): fixed eslint warning 2018-05-03 15:13:05 +08:00
OldHawk
775ea6d59b feat(core): update cache data when $resource method of PUT|POST|DELETE 2018-05-03 15:09:08 +08:00
OldHawk
ee5124759d feat(core): write all returned data from $resource to cache 2018-05-02 14:10:53 +08:00
OldHawk
1956d60e31 feat(torrents): show torrent file link in all list page 2018-05-01 11:10:46 +08:00
OldHawk
d3e5afe4c0 chg(torrents): update torrents list page css 2018-04-30 18:18:05 +08:00
OldHawk
0988d6e5bf chg(torrents): update torrents list page css 2018-04-30 18:03:28 +08:00
OldHawk
e0a9d81bda feat(tickets): new recommend level 2018-04-17 17:37:49 +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
ae8799bbe6 fix(collections): fixed collections list item min-height 2018-01-14 18:03:26 +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
bae7da82c0 opt(mongo): optimization db index 2017-12-23 17:26:39 +08:00
OldHawk
7eda0d271d feat(mongodb): mongodb3.5+ is unstable and error on $pushAll, meanTorrent can used on mongodb 3.5 3.6
#44
2017-12-15 09:17:41 +08:00
OldHawk
a34d8585a8 opt(core): optimization emoji in markdown 2017-12-14 13:32:38 +08:00
OldHawk
5e15ae854c fix(css): fixed angular-side-overlay css issues 2017-12-13 15:35:33 +08:00
OldHawk
190e34d513 feat(chat): emoji support on maker group create popup side overlay
#20
2017-12-12 17:27:27 +08:00
OldHawk
ab30cac1a3 feat(forums): emoji in bootstrap-markdown enter colon
in maker edit desc
in collections edit overview
in user status edit forum signature
in torrent detail edit overview

#20
2017-12-10 21:32:14 +08:00
OldHawk
92a46e06bf chg(core): optimization many marked edit ui 2017-12-10 17:04:14 +08:00
OldHawk
151ef36c89 feat(collections): add torrent-progress of seed/leech on collection torrents 2017-12-08 21:17:33 +08:00
OldHawk
43abe80c9f fix(collections): limit set recommend level to oper 2017-12-08 15:50:48 +08:00
OldHawk
e038d635ed feat(torrents): uploader can set anonymous option on upload page
anonymous option only for torrent not for user account settings
if do not want to show maker group also, not select maker group when upload

#20
2017-12-07 13:01:38 +08:00
OldHawk
7fc085b8d1 fix(torrents): Reorganize show/hide uploader and maker group name 2017-12-07 12:18:56 +08:00
OldHawk
5d5115d4c9 fix(torrents): remove torrent tags if not exist in resources tags list 2017-12-03 12:59:46 +08:00
OldHawk
c2018fd0a6 feat(collections): oper and admin can remove torrent from collections. 2017-12-01 16:01:23 +08:00
OldHawk
c28b9f494a feat(makers): show torrent maker group on more list page 2017-12-01 15:00:25 +08:00
OldHawk
4776f2fce9 fix(home): optimization torrents sale status showed issues 2017-11-23 17:12:10 +08:00
OldHawk
9383089ab3 fix(collections): fixed create collections popup window css issues 2017-11-16 10:27:48 +08:00
OldHawk
8de65c386c fix(collections): fixed css issues of movie collections 2017-11-09 10:39:39 +08:00
OldHawk
5aee546dc0 fix(core): fixed some css effect issues 2017-11-08 18:52:51 +08:00