OldHawk
|
e870576014
|
feat(users): admin/oper can send official invitations now
|
2017-09-13 18:30:03 +08:00 |
|
OldHawk
|
3e49537808
|
feat(invitations): add 'official invitation' admin menu
|
2017-09-13 15:44:02 +08:00 |
|
OldHawk
|
201d54d18a
|
feat(users): show invited_by user info in account status center and admin manage page
|
2017-09-13 15:05:28 +08:00 |
|
OldHawk
|
f639409a87
|
feat(debug): add debuginfo client service, hide or show console.log
|
2017-09-13 13:27:34 +08:00 |
|
OldHawk
|
cd91ff774f
|
feat(H&R): show H&R warning tooltip info in user account status page
|
2017-09-12 18:02:28 +08:00 |
|
OldHawk
|
19328c205c
|
feat(H&R): user can remove warning with score number, admin and oper can remove warning too.
|
2017-09-12 17:07:12 +08:00 |
|
OldHawk
|
4a8bac4544
|
feat(users): admin/oper list user uploaded torrent detail list
|
2017-09-12 11:22:35 +08:00 |
|
OldHawk
|
05e0ab330f
|
feat(users): show uploaded torrent files number in account status page
|
2017-09-12 11:05:32 +08:00 |
|
OldHawk
|
bcba926df2
|
feat(admin): admin can list user`s seeding/leeching/warning torrents
|
2017-09-11 18:15:46 +08:00 |
|
OldHawk
|
cd07fa5f1e
|
feat(users): list all warning torrents in users account center
|
2017-09-11 16:03:10 +08:00 |
|
OldHawk
|
7c8f51183f
|
feat(users): add warning torrents list route of client
|
2017-09-11 15:29:31 +08:00 |
|
OldHawk
|
91bec12382
|
feat(users): show user h&r warning numbers in header menu and user info page
|
2017-09-11 15:12:21 +08:00 |
|
OldHawk
|
873a1d6e95
|
feat(torrents): add torrent filename info in torrent video info panel
|
2017-09-11 13:46:10 +08:00 |
|
OldHawk
|
d3230b57dc
|
feat(torretns): add torrent seed/leech/finished users abbr prop
|
2017-09-11 13:00:48 +08:00 |
|
OldHawk
|
b52bed1639
|
feat(users): show user up/down data size and speed and ratio in account page
|
2017-09-11 12:52:04 +08:00 |
|
OldHawk
|
77d123b726
|
feat(torrent): add H&R to torrent list page as filter tag
|
2017-09-07 13:32:44 +08:00 |
|
OldHawk
|
d2edc44283
|
feat(torrent): show torrent H&R tag label in list and detail page
|
2017-09-07 13:05:41 +08:00 |
|
OldHawk
|
873d29d98e
|
feat(torrent): admin/oper can set torrent H&R status on torrent detail page and admin manage page
|
2017-09-07 11:42:11 +08:00 |
|
OldHawk
|
bc6e18bb9e
|
feat(scrape): scrape torrent status in home
|
2017-09-05 10:44:47 +08:00 |
|
OldHawk
|
55cbe82308
|
feat(scrape): scrape torrent status in admin panel
|
2017-09-04 13:13:27 +08:00 |
|
OldHawk
|
d2eae81eb2
|
fix(config): reset configure item variable name
|
2017-09-01 11:34:00 +08:00 |
|
OldHawk
|
0f9172d56b
|
fix(users): forgot pass placeholder string
|
2017-08-22 13:48:57 +08:00 |
|
OldHawk
|
a2f149da90
|
fix(core): restore page-title directive
|
2017-08-22 13:48:04 +08:00 |
|
OldHawk
|
f052ea853e
|
Merge commit 'b43c80e2c097b11114f4e4f01b9718321721a89b'
* commit 'b43c80e2c097b11114f4e4f01b9718321721a89b':
feat(build): Update dependencies (#1847)
fix(travis): Fix Travis failing on webdriver issues (#1845)
fix(eslint): Inconsistent spacing before function parentheses (#1844)
fix(mongodb): update ssl connection settings (#1809)
Remove deprecated crypto package (#1843)
feat(config): Mongo Seed 2.0 (#1808)
fix(users): don't fail on missing old image on image upload (#1839)
feat(build): Turn on mangling for uglify (#1841)
fix(gulp): fix broken test:server:watch task (#1842)
feat(core): Enhancement page title directive (#1686)
feat(user): Add email support to forgot password (#1834)
fix(mocha): update mochajs version to reduce vulnerabilities (#1830)
refactor(menus): Refactor to the Menus client service to use functional loops/filters (#1575)
feat(config): Mongoose 4.11 upgrade (#1818)
# Conflicts:
# config/env/development.js
# config/lib/app.js
# modules/articles/server/models/article.server.model.js
# modules/chat/client/config/chat.client.routes.js
# modules/core/client/directives/page-title.client.directive.js
# modules/core/client/services/menu.client.service.js
# modules/users/client/config/users-admin.client.routes.js
# modules/users/client/views/password/forgot-password.client.view.html
# modules/users/server/models/user.server.model.js
# package.json
|
2017-08-22 13:35:29 +08:00 |
|
OldHawk
|
3637fe47e8
|
feat(core): hide upload/download site info on public mode
|
2017-08-16 16:26:26 +08:00 |
|
OldHawk
|
be62816ffc
|
feat(core): showing site info at footer
include users, torrents, seeders, leechers, uploaded, download etc.
|
2017-08-16 11:38:14 +08:00 |
|
OldHawk
|
7835dfd548
|
fix(core): reshow torrent seed/leech/finished users number
these number can scrape from public track server
|
2017-08-15 11:05:07 +08:00 |
|
Mikael Korpela
|
f44c9bce71
|
fix(eslint): Inconsistent spacing before function parentheses (#1844)
Defines `space-before-function-paren` eslint rule and changes files accordingly.
|
2017-08-14 23:50:33 +03:00 |
|
OldHawk
|
1e3b1b2713
|
fix(core): add demo config
show_demo_warning_popup
show_demo_sign_message
|
2017-08-14 13:10:51 +08:00 |
|
OldHawk
|
23168f2cb3
|
fix(core): hide all info in app public tracker mode
user uploaded
user download
user ratio
user seeded
user leeched
user finished
|
2017-08-14 12:46:55 +08:00 |
|
Pierre Brisorgueil
|
c69644db65
|
feat(core): Enhancement page title directive (#1686)
* fix(users): test for usernameOrEmail
* Add comment to remind change for mongo replicaset connection
* clean comment ..
* Generic pageTitle concept
* Revert "Generic pageTitle concept"
This reverts commit ff00ec950f085ca3b6d1abb564eab1965ab0a56e.
* align on meanjs state
* fix atom beautify newline
* align to mean indent
* pageTitle directive
automatic pageTitle directive
fix loads add ..
clean lodash dependencies
clean code
clean code & indent
clean lodash
* pageTitle directive
automatic pageTitle directive
fix loads add ..
clean lodash dependencies
clean code
clean code & indent
clean lodash
|
2017-08-09 22:47:01 -07:00 |
|
OldHawk
|
9f4a04c443
|
feat(torrents): tag label css
|
2017-08-03 14:41:39 +08:00 |
|
OldHawk
|
dfffcb8a09
|
feat(forums): readonly string
|
2017-08-03 13:54:52 +08:00 |
|
Dale Lotts
|
6021c145f9
|
refactor(menus): Refactor to the Menus client service to use functional loops/filters (#1575)
The for loops, expecially the nested for loops, over array elements with variable names contianing
'index' made the code incomprehensible.
|
2017-07-29 15:35:43 -07:00 |
|
OldHawk
|
9b0b2a45bd
|
feat(torrents): rewrite upload page, ready for music and other type torrents
|
2017-07-25 13:30:53 +08:00 |
|
OldHawk
|
d8f1a7c9f1
|
doc(readme): update readme.md
|
2017-07-21 17:01:25 +08:00 |
|
OldHawk
|
659d15bd45
|
feat(torrents): load torrent thumbs-up data on detail page
|
2017-07-21 16:52:04 +08:00 |
|
OldHawk
|
f61f2fc3e5
|
fix(chat): thumbs-up translate string
|
2017-07-21 14:56:01 +08:00 |
|
OldHawk
|
58887714ca
|
fix(forums): translate string
|
2017-07-19 18:08:32 +08:00 |
|
OldHawk
|
74b2d118bf
|
feat(forums): show attach flag if topic or reply has attach file
|
2017-07-19 18:00:17 +08:00 |
|
OldHawk
|
841e342c41
|
feat(forums): replace search key words css
|
2017-07-19 17:13:01 +08:00 |
|
OldHawk
|
25a9afb06f
|
feat(forums): load search result data
|
2017-07-19 15:57:00 +08:00 |
|
OldHawk
|
1082f7f4b6
|
feat(forums): add forums item into search btn group
|
2017-07-19 10:45:37 +08:00 |
|
OldHawk
|
5bd8eaa506
|
fix(forum): topic reply floor number
|
2017-07-18 19:00:30 +08:00 |
|
OldHawk
|
8e13219603
|
feat(forum): thumbs up users list title string
|
2017-07-18 18:39:44 +08:00 |
|
OldHawk
|
53def6e92a
|
feat(forum): show thumbs-up user list in topic detail
|
2017-07-18 18:26:14 +08:00 |
|
OldHawk
|
3050294aab
|
feat(forum): manual-file-chooser css
|
2017-07-18 14:32:39 +08:00 |
|
OldHawk
|
48763c99d7
|
feat(forum): topics list pagination nav
|
2017-07-18 11:29:14 +08:00 |
|
OldHawk
|
4d4dd8ed83
|
feat(core): scroll to page top when $locationChangeSuccess
|
2017-07-18 10:18:15 +08:00 |
|
OldHawk
|
9b33bee429
|
feat(users): add user-info link at many place
|
2017-07-17 22:17:20 +08:00 |
|