OldHawk
76576a2e6c
feat(users): add send message link on admin user manager page
2017-06-21 10:31:30 +08:00
OldHawk
44c659dace
fix(invitations): count invitations on sign in
2017-06-16 17:15:38 +08:00
OldHawk
2cbc9f6c9c
feat(invitation): show invitations count badge in header menu
2017-06-16 10:04:52 +08:00
OldHawk
a50da22141
feat(invitation): show user info by invite mail on detail page
2017-06-15 16:57:14 +08:00
OldHawk
30bd5169d7
feat(invitation): user can sign up by invitation mail now!!!!!
2017-06-15 16:18:07 +08:00
OldHawk
88be3c96bf
fix(invitations): show Correct score level when user sign in/up
2017-06-14 10:27:09 +08:00
OldHawk
ddb9b05756
feat(invitations): exchange an invitation with scores, the invitation can invite friend join us.
2017-06-13 17:28:54 +08:00
OldHawk
b9aea7627f
feat(invitations): init invitations module
2017-06-13 10:38:16 +08:00
OldHawk
8567bb4617
fix(users): first sign in, level show error
2017-06-13 09:42:07 +08:00
OldHawk
65432e4636
feat(users): show help info of score on detail view
2017-06-12 17:40:19 +08:00
OldHawk
b44dbb0464
feat(users): load score data on score detail view
2017-06-12 16:08:37 +08:00
OldHawk
5b79b720ed
feat(users): show scoreLevel on admin manage user view
2017-06-12 12:16:57 +08:00
OldHawk
d64a7a1fdb
feat(users): show scoreLevel on account detail view
2017-06-12 10:40:34 +08:00
OldHawk
b93e160260
feat(users): admin can change user uploaded and downloaded(+/-)
2017-06-07 16:34:22 +08:00
OldHawk
8c848433b7
feat(users): admin can change user score(+/-)
2017-06-07 15:54:16 +08:00
OldHawk
68392d7db5
feat(users): admin can change user account status banned/unbanned
2017-06-06 17:29:23 +08:00
OldHawk
9a9ce1de45
feat(users): admin can change user`s role now
2017-06-06 16:33:59 +08:00
OldHawk
063b7ba244
feat(users): add sign up open/closed function
...
if sign up is open, all user can free register
otherwise, sign up is closed, and show tooltip message to user
2017-06-05 14:30:03 +08:00
OldHawk
c11a13de25
feat(users): translate manage-social string
2017-05-27 15:51:46 +08:00
OldHawk
76a239e3fa
fix(status): load my seeding list and my downloading list data
2017-05-26 19:11:12 +08:00
OldHawk
83a13fb8e5
fix(status): torrent tag with type of TVSerial
2017-05-26 15:05:13 +08:00
OldHawk
be03dc0cb6
feat(status): load torrent_status data
2017-05-26 14:33:05 +08:00
OldHawk
e162d8e48a
feat(status): load user uploaded torrents list data
2017-05-26 14:17:16 +08:00
OldHawk
10e85ed21f
feat(status.account): load user account info
2017-05-25 19:11:12 +08:00
OldHawk
52a31c164d
user can reset their passkey now
2017-05-09 13:40:16 +08:00
OldHawk
7933fb2010
remove not used lines
2017-05-03 14:15:25 +08:00
OldHawk
0c6606bc35
ui-cropper worked fine!!!
2017-05-03 12:02:21 +08:00
Laurence Tennant
2b6cf53d30
fix(users): Better MIME-type checking, remove image cropping library ( #1589 )
...
* Cropping remove, nicer UI
* Fix MIME-type checking, add image upload tests
* Change image config settings to uploads.profile.image to build a more
rational structure for configuring other types of uploads
2016-11-15 15:59:47 -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
itelo
0e2ea65918
fix(users): fix redirect when signup or add provider ( #1573 )
...
Fixes the issue of the redirect after Social login authentication, on signup or user profile add provider.
2016-10-19 17:12:47 -07:00
Cameron Behar
aebaf2ff74
fix(core): Remove the <base> tag.
2016-10-10 16:05:10 -07:00
Sujeeth
607ed061e3
feat(core): add notification feedback with angular-ui-notification ( #1532 )
...
Added visual notification for user/article updates
angular-ui-notification config added to core client config
Notification idea from #369
2016-10-10 14:51:44 -07:00
sujeethk
0736a404c9
fix(user): hide delete button for self ( #1535 )
...
Remove delete button for self
Fixes #1531
2016-10-01 12:17:15 -07:00
Michael Leanos
fa138045e6
Deprecated $http success/error promise methods ( #1508 )
...
Replaces the $http service calls with promise based methods
of the client-side UsersService for the following:
Users Change Password
Users Manage Social Accounts
Users Password Forgot
Users Password Reset
Users Signup
Users Signin
Modifies tests to reflect changes.
Closes #1479
2016-09-17 12:05:21 -07:00
hyperreality
246c5d953c
feat(profile): Profile picture cropping, mobile uploading and progress bar ( #1443 )
...
* Add ng-file-upload and picture cropping
* Update bower.json
Remove bower dependency for angular-file-upload
2016-08-26 09:56:56 +03:00
Liran Tal
c95bd7d1cb
fix(core): fix ESLint console warnings, Twitter redirect, and and scope usage ( #1388 )
...
* Use validator.js instead of regexp for validations in User Schema.
* Disables "Unexpected console statement no-console" warnings
* Fixes redirection to wrong URL after login with social networks.
* Use ViewModel vm instead of $scope in manage social accounts controller.
* preserving the option to redirect to a specific URL as done in saveOAuthUserProfile() (thanks to @OneOfTheWorld for pointing out)
2016-07-07 01:24:23 +03:00
Trevor Jennings
5137214972
fix(users): Incorrect UsersService injection ( #1283 )
...
* fix bug in edit profile controller.
* fix(users): Incorrect UsersService injection
2016-04-29 14:20:03 -07:00
Liran Tal
80226a2b24
fix(client): lint issues for confirm() messages not referencing the window object
2016-03-17 22:27:53 +02: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
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
gustavodemari
7ecf9337ce
updating profile upload with a new version of multer
2015-10-18 20:56:12 -02:00
jloveland
1fd6bb6119
adding stronger password requirements for improving security based on OWASP
2015-09-07 22:11:02 -04:00
Sebastien Vaucouleur
ab82acb51b
Renamed files using convention verb-object.client.etc. Closes #817
...
Renamed files using convention verb-object.client.etc. Closes #817
2015-08-26 16:50:15 +02:00
Ryan Hutchison
801547602b
client-side form validation with ng-messages.
...
remove data prefix from attributes.
fix tests
2015-08-25 02:02:18 -04:00
Ryan Hutchison
c6d26831fc
do not save state to previous (history) for routes marked ignoreState.
2015-08-23 04:09:36 -04:00
Ryan Hutchison
ef3a3f9548
formatting reboot (space-2 and consistency)
...
JSCS fixes
update editorconfig
2015-07-31 10:04:02 -04:00
Igor Freire
e6a35a7f9a
Enable redirection to previous page after login
...
Two different strategies are adopted, one for when the user authenticates locally and the other through providers. When authenticating locally, the signin function in the client controller redirects to the previous state (storing and using a state name) after successful login. When authenticating through a provider, the first call to provider stores the previous URL (not state, URL) in the session. Then, when provider actually calls the authentication callback, session redirect_to path is used for redirecting user.
2015-07-29 10:55:47 -03:00
Ryan Hutchison
60660204ac
Admin module base & user admin implementation.
...
update displayName
implements #700 (client-side role security) on angular routes.
2015-07-24 20:03:35 -04:00
Andrew Throener
1b54d35305
Final Clean Up after code review
2015-07-24 17:06:55 -05:00