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
685697af20
feat(vip): admin can update user`s vip data
2017-10-17 16:32:56 +08:00
OldHawk
63b3ebacea
feat(uses): admin list pagination
2017-10-14 23:15:53 +08:00
OldHawk
5052db968f
feat(users): admin/oper can reset user`s profile image to default
2017-10-13 19:34:42 +08:00
OldHawk
201d54d18a
feat(users): show invited_by user info in account status center and admin manage page
2017-09-13 15:05:28 +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
bcba926df2
feat(admin): admin can list user`s seeding/leeching/warning torrents
2017-09-11 18:15:46 +08:00
OldHawk
d809b6262f
feat(traces): load traces data
2017-06-24 13:53:32 +08:00
OldHawk
025d40e7f5
feat(traces): trace log many admin and user action
2017-06-24 12:36:28 +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
Michael Leanos
0ea8cec120
fix(express): Incorrest uses of 400 error codes ( #1553 )
...
Fixes incorrest usage of 400 HTTP responses being returned from the
server, in favor of using 422.
Also, changed a few return codes to 401 where it was more appropriate.
See this article for reasoning behind moving to 422, and why 400 isn't
appropriate for these cases.
For ref:
6be12f8a06
Related:
https://github.com/meanjs/mean/pull/1547
https://github.com/meanjs/mean/pull/1510
2016-10-10 16:00:24 -07:00
Daron Jones
54ae7dc564
feat(users): prevent route leaking access token ( #1417 )
...
The test for authentication use a route /api/users/me. This should probably be upgraded to use
a proper passport mock.
In the meanwhile this should make the returned user object safer - using code from core.
Fixes n/a
2016-08-31 22:50:23 +03: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
Ryan Hutchison
ef3a3f9548
formatting reboot (space-2 and consistency)
...
JSCS fixes
update editorconfig
2015-07-31 10:04:02 -04:00
Ryan Hutchison
839f805172
BUG: fix admin access (blocking user PUT)
2015-07-28 18:50:11 -04: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