Commit Graph

453 Commits

Author SHA1 Message Date
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
Michael Leanos
eb9cdd784c feat(config): Mongo Seed 2.0 (#1808)
feat(config): Mongo Seed 2.0

Adds a more configurable and easily extended MongoDB Seed feature.

Adds additional options at the collection, and collection item level to
allow more control over how each environment config handles the seeding
feature.

Enforces seed order based on the order of the  environment's seeding configuration object.

Removes the previous SeedDB config file.

Adds chalk to messages logged to the console for readability.

Refactors the Mongo Seed configuration tests.

Adds Gulp tasks to perform Mongo Seed operations for default, prod, and
test environment configurations. Also, adds accommodating npm scripts.
2017-08-13 16:29:47 -07: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
OldHawk
e99835e480 feat(core): add project keywords 2017-08-03 13:28:39 +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
Michael Leanos
dc880eb5a7 feat(config): Mongoose 4.11 upgrade (#1818)
Upgrades Mongoose to 4.11.1

Updates Mongoose connection implementation to accommodate deprecated
features & connection options.

Also, updates the Gulp Mocha tasks to reflect changes to the Mongoose
implementation.

Fixes tests to get the database from the existing Mongoose singleton.

Derives from changes in https://github.com/meanjs/mean/pull/1816

Closes https://github.com/meanjs/mean/issues/1814
2017-07-27 13:19:22 -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
OldHawk
b65eb27683 fix(forums): eslint warning 2017-07-16 16:44:44 +08:00
OldHawk
28f20af9dc feat(forums): attach file upload add manual-file-chooser. 2017-07-16 16:42:28 +08:00
OldHawk
a9966d4401 feat(users): show user forum topics and replies count info in status page. 2017-07-16 14:54:52 +08:00
OldHawk
ba72241eea fix(forums): attach download error 2017-07-15 15:28:46 +08:00
OldHawk
49ad31de49 feat(forums): resources string 2017-07-15 14:33:24 +08:00
OldHawk
09758c250b feat(forums): add topic global status, will show at top of topics list 2017-07-15 14:23:00 +08:00
OldHawk
9e6dc7adbc feat(forums): top status of topic set and showed 2017-07-15 13:38:26 +08:00
OldHawk
b153645f2b feat(forums): thumbs up css effect 2017-07-14 18:36:09 +08:00
OldHawk
f2e0878da6 feat(forums): add scale by param directive 2017-07-14 18:35:31 +08:00
OldHawk
9aec36d161 feat(forums): attach upload & download is finished 2017-07-14 12:30:42 +08:00
OldHawk
dcfb91a59a feat(forums): user can thumbs up to topic and reply with score donate 2017-07-12 12:12:13 +08:00
OldHawk
e9b82d46e0 feat(forums): show forum new topics and replies of today 2017-07-11 18:42:36 +08:00
OldHawk
a9a2478e9e feat(forums): change new topic/reply status 2017-07-11 14:54:26 +08:00