Commit Graph

676 Commits

Author SHA1 Message Date
OldHawk
7cc16c5038 feat(forums): emoji in forum post form by enter colon
#20
2017-12-10 15:37:21 +08:00
OldHawk
9f12a91e9f dep(core): restore dependencies 2017-12-10 13:49:15 +08:00
OldHawk
018bb33723 feat(forums): emoji in post form 2017-12-09 23:16:34 +08:00
OldHawk
4195a6059a fix(core): fixed home page warning issue 2017-12-09 23:13:08 +08:00
OldHawk
0d34e33c14 feat(core): Add a quick access download button in the home page newest list
#20
2017-12-09 12:36:10 +08:00
OldHawk
69c0759953 fix(core): fixed home page css issues on media screen 2017-12-09 12:18:08 +08:00
OldHawk
a6b1982d8e feat(core): Add a quick access download button in the home page
#20
2017-12-09 12:02:11 +08:00
OldHawk
9e09a42720 feat(uploader): new css and string of upload access desc info 2017-12-08 21:46:55 +08:00
OldHawk
17e7c36437 feat(uploader): new css of upload access desc info 2017-12-08 21:42:40 +08:00
OldHawk
5950dddeba feat(uploader): add upload access desc info 2017-12-08 21:33:25 +08:00
OldHawk
ee34a59826 fix(uploader): fixed uploader list page css issues
#42
2017-12-08 21:05:12 +08:00
OldHawk
b4814f8f8c feat(makers): admin can set maker upload access from maker detail page
#20
2017-12-08 15:53:26 +08:00
OldHawk
59d3b431fe feat(torrents): new feature for manage upload by admin
maker and user has new fields 'upload_access', value is 'review' and 'pass', admin can set value of them, 'review' is all uploaded torrents need review by oper or admin, and 'pass' not need review and pass directly

#20
2017-12-08 15:32:46 +08:00
OldHawk
96d46530de fix(users): fixed timezone of local moment when user reset password failed notice message
#20
2017-12-08 10:48:51 +08:00
OldHawk
833a11d11a fix(users): fixed user signature break all word
#20
2017-12-07 18:20:07 +08:00
OldHawk
c38b35b707 feat(forums): admin/Moderators and topic owner can edit topic title when click on the title text
#20
2017-12-07 17:47:05 +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
c93ff903bf fix(vip): Reorganize vip torrents show/hide
show in user status uploaded torrents list
show in uploaded list at admin user page
show in all newest torrents list at admin manage page
2017-12-07 11:45:58 +08:00
OldHawk
939ae87187 fix(home): fixed translate string at home footer
#20
2017-12-07 10:21:44 +08:00
OldHawk
fea1664fd4 feat(vip): write last selected vip torrent type to local storage
restore value when join(back to) vip page
2017-12-06 17:42:44 +08:00
OldHawk
c0063d7e01 feat(torrents): Add an orderBy function for "Life" and "Size"
#20
2017-12-06 16:27:31 +08:00
OldHawk
38aa428d43 feat(torrents): add ‘role’ attribute for torrent type configure
if role value of 'user' will show the type menu item in torrent submenu
if role value of 'vip' do not show as menu item in torrent submenu, it is only list torrents in VIP area
it can be include some movie not in TMDB(or Unsuitable for normal users, such as Adult?) and input all info manually.
these resource only VIP or oper and admin can upload

#20 #32
2017-12-06 14:46:45 +08:00
OldHawk
23852f7740 feat(invitations): oper/admin can delete All Expired Official Invitation
#20
2017-12-05 15:47:17 +08:00
OldHawk
4af4b47d65 fix(forums): fixed normal user and vip/oper only forum access issues
normal user cannot view the vip/oper forum topics in 'global topics'
normal user can not view forum by url link enter, system well nav to forums home

#40 #20
2017-12-04 16:39:37 +08:00
OldHawk
2caa625f0e fix(backup): ignore some important configure items in browser source code
//ignore backup settings
  cfg.backup = undefined;
  //ignore ircAnnounce settings
  cfg.ircAnnounce = undefined;
  //ignore password settings
  cfg.password = undefined;
  //ignore trace settings
  cfg.trace = undefined;
  //ignore tmdbConfig.key settings
  cfg.tmdbConfig.key = undefined;

  #20
2017-12-04 15:18:49 +08:00
OldHawk
5dc1b9e3a8 feat(users): user can active idle account by score numbers in account status page
#20
2017-12-03 20:17:51 +08:00
OldHawk
11f5f2bfec feat(users): set user status to idle when long time not login 2017-12-03 16:50:22 +08:00
OldHawk
9e8bcb692d fix(torrents): remove resource tags configure items of douban 2017-12-03 12:43:58 +08:00
OldHawk
d69e4ebfb9 feat(torrents): add sale filter on torrent list page and admin list page
to list all sale now torrents
2017-12-03 12:38:50 +08:00
OldHawk
e26beac87b fix(core): fixed torrent status progressbar issues 2017-12-03 10:50:16 +08:00
OldHawk
54b98c6878 feat(torrents): list all files in torrent on torrent detail page
#20
2017-12-03 10:35:51 +08:00
OldHawk
d48f081d37 fix(string): fixed translate string. 2017-12-02 20:12:45 +08:00
OldHawk
07abc1eb3b feat(torrents): Add 'All Newest Torrents' in resources type list option of torrent manage admin page
Admin can directly management all newest torrents of all category at here. but this is not the default selected category.

#20
2017-12-02 20:06:38 +08:00
OldHawk
3be9a47bbc feat(core): add configure item to hide count info at home footer for guest user 2017-12-02 19:30:17 +08:00
OldHawk
3ac67c4a74 fix(string): fixed translate string. 2017-12-01 17:51:29 +08:00
OldHawk
c2018fd0a6 feat(collections): oper and admin can remove torrent from collections. 2017-12-01 16:01:23 +08:00
OldHawk
45c0c415ee fix(string): translate string from server when user sign in 2017-12-01 13:22:48 +08:00
OldHawk
953138277e fix(string): fixed translate string issues. 2017-11-30 17:50:20 +08:00
OldHawk
b87f33e67d feat(users): limit for reset password time interval
add password reset configure item for time interval
default 24 hours
only can reset once in setting hours

#20 , #61e0534
2017-11-30 15:09:12 +08:00
OldHawk
9e1564247b feat(translate): translate error page string 2017-11-30 15:04:58 +08:00
OldHawk
f72025e78d fix(core): fixed some translate string from server 2017-11-29 17:43:26 +08:00
OldHawk
61e05343d0 fix(core): optimization user reset password logic, prevent duplication of mail 2017-11-29 17:03:56 +08:00
OldHawk
b7b735e3d2 fix(core): fixed some translate string from server 2017-11-29 14:36:33 +08:00
OldHawk
7d61463960 fix(core): optimization user sign up logic, prevent duplication of mail 2017-11-29 11:18:45 +08:00
OldHawk
acfaf32f13 feat(torrents): add "go to top" in torrent commentary section 2017-11-26 20:10:43 +08:00
OldHawk
037c0f5844 feat(announce): refresh torrent`s sale status when any torrents list request 2017-11-25 11:22:57 +08:00
OldHawk
a22d905d25 feat(torrents): new filter to show H&R warning torrent seeding times 2017-11-25 08:33:54 +08:00
OldHawk
1722452c9c fix(core): remove some debug console msg 2017-11-21 17:19:48 +08:00
OldHawk
6fd75eae90 feat(home): optimization home torrent list 2017-11-21 17:18:58 +08:00
OldHawk
901e2b5985 fix(core): fixed some translate key name 2017-11-21 16:46:11 +08:00