OldHawk
9c6d36c783
fix(core): limit the displayName length
2018-06-28 21:23:05 +08:00
OldHawk
18dbdf50b1
feat(medals): new module medals
2018-06-18 20:32:11 +08:00
OldHawk
a34d8585a8
opt(core): optimization emoji in markdown
2017-12-14 13:32:38 +08:00
OldHawk
341ae3b9e8
feat(core): add enter string length count in input form
2017-12-13 18:59:16 +08:00
OldHawk
1f0391987c
feat(messages): limit message content and reply string length
2017-12-11 16:20:55 +08:00
OldHawk
ab30cac1a3
feat(forums): emoji in bootstrap-markdown enter colon
...
in maker edit desc
in collections edit overview
in user status edit forum signature
in torrent detail edit overview
#20
2017-12-10 21:32:14 +08:00
OldHawk
92a46e06bf
chg(core): optimization many marked edit ui
2017-12-10 17:04:14 +08:00
OldHawk
961e620c9a
feat(users): add configure item to limit user signature length
...
#20
2017-12-07 18:20:50 +08:00
OldHawk
5dc1b9e3a8
feat(users): user can active idle account by score numbers in account status page
...
#20
2017-12-03 20:17:51 +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
a16793e2fd
fix(torrents): reomve redundant login check code
2017-10-22 21:40:24 +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
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
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
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
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
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
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
ef3a3f9548
formatting reboot (space-2 and consistency)
...
JSCS fixes
update editorconfig
2015-07-31 10:04:02 -04:00
Andrew Throener
1b54d35305
Final Clean Up after code review
2015-07-24 17:06:55 -05:00
Igor Freire
9fc88e6e5b
Filter states for which login is required during state change
...
A state parameter was added for the routes that require user authentication. Now, everytime a statechange occurs, the destination state is checked and user is redirected to signin page if necessary. Note the state parameter is added within `data`, so that nested states can inherent its value.
2015-07-24 16:17:14 -03:00
Ryan Hutchison
75c80524b7
remove unused dependcies.
2015-07-09 14:23:31 -04:00
Amos Haviv
ab81d61bd3
New 0.4 version
2014-11-10 23:12:33 +02:00