OldHawk
0637d803cb
fix(core): fixed login issue
2018-06-14 17:20:47 +08:00
OldHawk
ce7f944ab4
feat(users): ban user and inviter together if configure setting banUserInviterVip is true
2018-06-10 00:59:20 +08:00
OldHawk
0402626c23
feat(users): add ban reason when admin banned a user
2018-06-09 21:37:10 +08:00
OldHawk
63572afc28
feat(home): add a cron job to check users account status to idle if for lang time no sign in
2018-04-26 18:45:34 +08:00
OldHawk
ab3d7ac2bb
feat(torrents): add access limit to maker group settings of torrent uploader
2018-04-24 12:01:53 +08:00
OldHawk
d2a10bc280
feat(core): add message to admin group support
2018-04-10 16:41:30 +08:00
OldHawk
8d27f9b758
feat(core): add support settings into templates
2018-04-03 14:33:08 +08:00
OldHawk
6b4212214c
feat(templates): add more variable into server templates
2018-03-20 13:19:35 +08:00
OldHawk
1e2bcc57b1
feat(core): add more templates file content with sprintf format support
2018-03-17 11:34:32 +08:00
OldHawk
11f5f2bfec
feat(users): set user status to idle when long time not login
2017-12-03 16:50:22 +08:00
OldHawk
61e05343d0
fix(core): optimization user reset password logic, prevent duplication of mail
2017-11-29 17:03:56 +08:00
OldHawk
b7b735e3d2
fix(core): fixed some translate string from server
2017-11-29 14:36:33 +08:00
OldHawk
7d61463960
fix(core): optimization user sign up logic, prevent duplication of mail
2017-11-29 11:18:45 +08:00
OldHawk
22343353bd
feat(users): use displayName alternative first name and last name
2017-11-09 16:36: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
44c659dace
fix(invitations): count invitations on sign in
2017-06-16 17:15:38 +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
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
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
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
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
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
jloveland
1fd6bb6119
adding stronger password requirements for improving security based on OWASP
2015-09-07 22:11:02 -04: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
Igor Freire
5d4d7cecfe
Make emails unique
...
Emails are made unique. When user attempts to sign in through a provider in which his email is one that is already registered, user is redirected to the signin page with an error passed as a query string parameter.
2015-07-17 14:52:27 -03:00
Christian Berendt
e027f4025b
Add missing newline at the end of text files
...
On Unix it is common to have a newline at the end of text files.
2015-02-16 21:39:55 +01:00
Amos Haviv
ab81d61bd3
New 0.4 version
2014-11-10 23:12:33 +02:00