OldHawk
6741734566
feat(users): add field 'upload_access' for model user and maker
2017-12-08 15:03:54 +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
c1e1eb3be6
fix(core): remove mongodb table pre hook update of model user, torrents etc.
2017-11-23 17:11:34 +08:00
OldHawk
692d19ac24
feat(users): user can setting to hide more account detail info
2017-11-09 17:27:19 +08:00
OldHawk
22343353bd
feat(users): use displayName alternative first name and last name
2017-11-09 16:36:40 +08:00
OldHawk
ddc90ac902
feat(users): new feature for signature for forum settings.
2017-11-08 15:21:40 +08:00
OldHawk
6076ec0a1f
feat(users): add feature for verify mail address and active account by mail
2017-11-06 15:01:43 +08:00
OldHawk
9835f536ad
feat(core): add table users and torrents global update method
...
for some fields update with time limit
2017-11-03 21:42:14 +08:00
OldHawk
18f3af75cb
feat(maker): admin oper can create maker group for user now, in user manager page
2017-10-19 18:44:22 +08:00
OldHawk
4c7d0535b2
fix(users): fixed first install meanTorrent and first register user`s admin roles
2017-10-19 10:33:40 +08:00
OldHawk
c3149302a0
Merge commit '84ec1c80d283cbea8b186629e7b1de49d91cf9ba'
...
* commit '84ec1c80d283cbea8b186629e7b1de49d91cf9ba':
fix(heroku): fix invalid app.json (#1901 )
feat(deps): dependencies upgrade (#1887 )
release(0.6.0): MEAN.JS 0.6.0 (#1863 )
feat(readme): Deploy to Heroku button (#1854 )
fix(users): Spacing Issues
Abstracted OAuth routes to use req param to identify strategy & moved scope to actual strategy definition.
Save profile images to Amazon S3 (#1857 )
fix(build): Require correct dependencies for prod build (#1855 )
fix(eslint): Make `space-before-function-paren` rule consistent with other rules (#1858 )
fix(gulpfile): show error on uglify (#1860 )
feat(core): Add manifest.json (#1851 )
# Conflicts:
# CHANGELOG.md
# README.md
# modules/core/client/views/header.client.view.html
# modules/users/client/views/settings/change-profile-picture.client.view.html
# modules/users/server/controllers/users/users.profile.server.controller.js
# package.json
2017-10-13 15:43:39 +08:00
OldHawk
a175308b52
feat(users): add fields 'isVip, isOper, isAdmin' to model user
2017-09-14 15:18:14 +08:00
OldHawk
09f1fbbb3b
feat(users): add invited_by filed to model user
2017-09-13 14:54:58 +08:00
OldHawk
2b2bdc1dd4
feat(admin): add fields uptotal of users to count the uploaded torrent file numbers and get uptotal method
2017-09-12 10:53:42 +08:00
OldHawk
8dec0dff66
feat(users): add fields 'hnr_warning' to count H&R warning number
2017-09-07 16:44:13 +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
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
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
OldHawk
355307d21b
fix(forums): update user topic & reply count when +/-
2017-07-16 14:44:22 +08:00
OldHawk
65bb420363
fix(user): count ratio error when mongo update event
2017-06-29 18:15:00 +08:00
OldHawk
dbba4c0d64
feat(users): add filter to show ratio formated info
2017-06-21 09:58:27 +08:00
OldHawk
ba46261f6a
fix(users): toJSON roles null error
2017-06-18 18:01:50 +08:00
OldHawk
2b75fb9e72
fix(users): user passowrd & salt value lose
2017-05-27 17:15:50 +08:00
OldHawk
76a239e3fa
fix(status): load my seeding list and my downloading list data
2017-05-26 19:11:12 +08:00
OldHawk
41e444f928
fix(translate): change TVSeries to TVSerial
2017-05-26 11:53:49 +08:00
OldHawk
7679e89a51
feat(users): log user signed_ip,leeched_ip, client_agent, last_signed
2017-05-26 10:49:17 +08:00
OldHawk
180c24f498
feat(user): set first signup user role to 'admin'
2017-05-22 14:09:32 +08:00
OldHawk
84b3d1aea1
feat(user): set first signup user role to 'admin'
2017-05-20 23:24:02 +08:00
OldHawk
448f868099
oper/admin can ban/kick user out to chat room now~~
2017-05-12 16:38:02 +08:00
OldHawk
46fb8015a7
overwrite user model toJSON, make is_vip vitrual field
2017-05-03 18:20:31 +08:00
OldHawk
10b28b379e
fixed up/down bytes and peer status
2017-04-19 19:20:46 +08:00
OldHawk
a9c516f3f4
add fields about vip/score of user table
2017-04-18 15:32:25 +08:00
OldHawk
dfcfc6db48
announce request update more function
2017-04-17 16:53:02 +08:00
OldHawk
9d74664f26
make passkey when user signup
2017-04-16 17:46:15 +08:00
OldHawk
1181d48f5a
announce request: user status check normal,banned,sealed
2017-04-15 15:48:07 +08:00
OldHawk
e13171dc87
add relationship on model user,torrent,peer
2017-04-11 22:27:57 +08:00
OldHawk
fd9fc1d02f
modify torrent & user model
2017-04-09 20:55:57 +08:00
OldHawk
74da8464c2
add passkey field in user model
2017-04-08 04:01:45 +08:00
OldHawk
6de8eac7b6
add many fields for torrents about
2017-03-25 16:05:26 +08:00
Sujeeth
fb9d9d912c
feat(user): add strict validations for username ( #1574 )
...
Idea proposed by @sparshy #1204
Suggestions, rules and tests from Trustroots @simison
Added validations on user server model
Added client side validations
Added relevant tests on user server tests
Added relevant tests on user e2e tests
Fixes #1204
2016-10-19 20:40:26 -07:00
walter
0588eaba48
Moved owasp config into default and reverted other config files.
...
Modified config to be "shared". This will allow future configurations to be easily passed to the client.
2016-09-12 11:53:22 -07:00
walter
8dcf3f6728
Fixed minor type-o's and set owasp.config() rather than the underlying configs.
2016-09-08 12:08:37 -07:00
walter
c0a1ce5ea5
Removed debug code.
2016-09-08 11:25:05 -07:00
walter
4ddb059346
switched to handlebar template for passing the server's owasp config down to the client.
...
reverted some of the other changes (regarding the http request).
2016-09-08 11:17:41 -07:00
walter
d896d07d8b
Added configuration for owasp. Synchronize client owap configs with the server configs.
...
Also added a time indicator on failed login attempts to give the user feedback on subsequent failed login attempts.
2016-09-07 19:16:11 -07:00
Mikael Korpela
96aec09488
fix(user): specify a digest with crypto.pbkdf2Sync ( #1429 )
...
Fixes Node v6 crypto deprecation warning
“crypto.pbkdf2 without specifying a digest is deprecated. Please specify a digest”
2016-08-26 10:13:51 +03:00
Michael Leanos
4906611ccc
fix(users): GitHub strategy missing email ( #1250 )
...
Fixes an issue with an empty/missing/null Email coming from GitHub's
OAuth call response.
Also, introduces the `sparse` index option on the User model's Email
field. This will ensure that we can have multiple User documents without
the Email field.
Adds a server-side User model test for the sparse index setting on the
email field.
Confirms that User documents without the email field are not indexed,
illustrating the sparse option on the schema's email field works
properly.
Added the dropdb task to the Gulp test:client & test:server tasks, to
ensure we have a clean database & that any indexes are rebuilt; this
will ensure any Schema changes (in this case the email index is rebuilt using
the sparse index option) are reflected when the database is started again.
Added a UPGRADE.md for tracking important upgrade information for our
user's to be aware of, when we introduce potentially breaking changes.
Included an explanation of the Sparse index being added, and how to apply it
to an existing MEANJS application's database.
Adds a script for dropping the `email` field's index from the User
collection.
Related #1145
2016-04-29 14:13:46 -07:00
Marek Grzybek
d14d5130af
feat(config): Deprecate JSHint in favor of ESLint
...
Add basic ESLint setup extending well-known Airbnb code style.
Fixes #1072 , #1097
2016-03-15 19:11:12 +01:00
Sébastien Combéfis
d2b2dfd606
fix(docs): Fix comments content and style
...
Changed some bad comments referencing the Articles module in other modules.
Typo fixed in xxx.client.modules.js files ("Application" => "Applicaion")
Full stop character removed at the end of line comments
2016-01-17 11:46:11 +01:00
jloveland
33258f1314
feat(users): Supporting valid email according to HTML5 and RFC 822
...
Supporting valid email (i.e. root@admin) according to HTML5 and RFC 822
proposed by @jloveland
Fixes #934
2015-11-30 21:47:13 -05:00