Commit Graph

25 Commits

Author SHA1 Message Date
OldHawk
9524c28656 feat(torrents): show peers ip type info in torrent peers list 2018-06-09 00:25:07 +08:00
OldHawk
2d32f50ff0 fix(user): new user info and manage logic 2018-05-26 17:28:59 +08:00
OldHawk
52e7920c38 feat(logger): new logger logic 2018-04-29 15:05:18 +08:00
OldHawk
a5bb081094 feat(follow): add directive upDownFlag to show user`s uploaded and downloaded data 2018-01-05 18:04:51 +08:00
OldHawk
e3a1e6f77d feat(about): add directive makerInfo to show maker group info 2017-10-22 01:18:51 +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
1773fdf613 feat(users): show user VIP flag 2017-09-14 16:11:11 +08:00
OldHawk
74b8334d4c feat(invitations): add directive of vipFlag to show user`s VIP flag 2017-09-14 14:42:56 +08:00
OldHawk
fde647cd2b feat(invitations): add prop 'info-uname' into directives 'user-info' 2017-09-14 11:41:03 +08:00
OldHawk
61d8209d4b feat(core):rewrite userInfo directive 2017-07-18 16:28:08 +08:00
OldHawk
ff441c0ae2 fix(forums): eslint warning 2017-07-17 23:06:16 +08:00
OldHawk
017a72182d feat(users): add user-info link at many place 2017-07-17 22:59:33 +08:00
OldHawk
e9e93da8ec feat(users): add user-info link at many place 2017-07-17 22:45:54 +08:00
OldHawk
bf791ce8c5 feat(users): add user-info client directive 2017-07-17 22:16:42 +08: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
IteloFilho
173b702f6a feat(users): Modify users module to implement style guidelines. 2016-03-06 12:21:51 -03:00
droooney
52faf0697f fix(build): Remove BOM
Remove byte-order mark from source files.

Fixes #1227
2016-02-20 14:49:30 +05:00
Ilan Biala
cc486d54c5 Merge pull request #910 from jloveland/hide-password-validator
Hide the password strength progress when the field is empty
2015-10-16 23:34:55 -04:00
Ilan Biala
0323696eaf Format code according to ESLint rules 2015-10-16 20:52:31 -04:00
jloveland
65140442f0 adding tests for directives 2015-10-13 23:23:52 -04:00
jloveland
f733efba5a renaming strength meter, hiding when password field is empty, and refactoring directives to use $validators 2015-10-13 22:47:35 -04:00
jloveland
96bcd6d646 fixing spacing 2015-09-27 12:58:06 -04:00
jloveland
a38abd0f8c fixing jshint issues by requiring single quotes 2015-09-11 12:47:19 -04:00
jloveland
1fd6bb6119 adding stronger password requirements for improving security based on OWASP 2015-09-07 22:11:02 -04:00
almegdad
aafa5e69cf Force Lowercase & Remove Sensitive Data
* add directive to force username & email lowercase
* remove sensitive data in password reset
* 2 space indentation  in reset & forgot password views
2015-09-01 21:09:20 +03:00