Commit Graph

51 Commits

Author SHA1 Message Date
OldHawk
598987d2d7 feat(torrents): show topOne music info at home page 2017-10-03 00:24:49 +08:00
OldHawk
9515a0fc4f feat(torrents): new TorrentGetInfoServices to get field value of torrent 2017-09-30 11:29:23 +08:00
OldHawk
8b254310fc feat(torrents): add music-disk status in user account center and admin manage page 2017-09-29 15:14:38 +08:00
OldHawk
59edec3910 feat(torrents): show vip torrent flag in every list page 2017-09-21 13:37:47 +08:00
OldHawk
ba1835b33e feat(users): filter isVip, isAdmin, isOper in admin users manager page 2017-09-19 13:35:00 +08:00
OldHawk
8dd996c657 chg(all): change all torrents list page download button ui 2017-09-15 17:23:45 +08:00
OldHawk
1daa5a07cf chg(all): change all torrents list page td size 2017-09-15 15:19:29 +08:00
OldHawk
1773fdf613 feat(users): show user VIP flag 2017-09-14 16:11:11 +08:00
OldHawk
a2be173405 feat(invitations): show ok message when user has no any H&R warning 2017-09-14 12:08:20 +08:00
OldHawk
77f3765d0c fix(users): invited_by info bug 2017-09-13 18:16:33 +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
19328c205c feat(H&R): user can remove warning with score number, admin and oper can remove warning too. 2017-09-12 17:07:12 +08:00
OldHawk
4a8bac4544 feat(users): admin/oper list user uploaded torrent detail list 2017-09-12 11:22:35 +08:00
OldHawk
16c0035a31 feat(users): show uploaded torrent files number in admin manage page 2017-09-12 11:08:41 +08:00
OldHawk
3302bf478d feat(admin): show detail list when user seed/leech/warning torrents count more than 0 2017-09-12 10:52:01 +08:00
OldHawk
674d31fd9b feat(admin): add count number of seeding/leeching/warning torrent in admin list page 2017-09-11 18:20:10 +08:00
OldHawk
bcba926df2 feat(admin): admin can list user`s seeding/leeching/warning torrents 2017-09-11 18:15:46 +08:00
OldHawk
6cb8934a34 feat(admin): add warning torrents list of admin method 2017-09-11 16:34:42 +08:00
OldHawk
d2eae81eb2 fix(config): reset configure item variable name 2017-09-01 11:34:00 +08:00
OldHawk
23168f2cb3 fix(core): hide all info in app public tracker mode
user uploaded
user download
user ratio
user seeded
user leeched
user finished
2017-08-14 12:46:55 +08:00
OldHawk
a9966d4401 feat(users): show user forum topics and replies count info in status page. 2017-07-16 14:54:52 +08:00
OldHawk
ed723422a3 fix(users): user roles modify 2017-07-04 17:30:38 +08:00
OldHawk
dcd59df3d3 fix(users): disable user admin in manager area 2017-07-04 17:28:15 +08:00
OldHawk
5551c04012 fix(users): disable user admin in manager area 2017-07-04 17:24:12 +08:00
OldHawk
b6a6481bfe fix(users): user roles modify 2017-07-04 17:19:15 +08:00
OldHawk
76576a2e6c feat(users): add send message link on admin user manager page 2017-06-21 10:31:30 +08:00
OldHawk
dbba4c0d64 feat(users): add filter to show ratio formated info 2017-06-21 09:58:27 +08:00
OldHawk
5b79b720ed feat(users): show scoreLevel on admin manage user view 2017-06-12 12:16:57 +08:00
OldHawk
6893587ab5 feat(users): add user profile picture in admin users manager list 2017-06-08 16:06:46 +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
fe0c509fa5 feat(admin): update admin check user info view 2017-05-26 11:04:56 +08:00
OldHawk
71ae0ed8c9 update torrent admin option
update angular bootstrap pagination
2017-05-08 11:32:30 +08:00
OldHawk
1738e31d08 change some css h1>h3 2017-05-04 12:31:46 +08:00
OldHawk
7e4b7a21e3 make more string translate 2017-05-04 12:12:37 +08:00
OldHawk
570dc74c79 change views class => container 2017-04-01 14:38:42 +08:00
Laurence Tennant
f53db0f2e2 Better autofocus (#1664) 2016-12-13 18:51:19 -08: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
IteloFilho
173b702f6a feat(users): Modify users module to implement style guidelines. 2016-03-06 12:21:51 -03:00
Joris Willems
9cd4ceca46 feat(config): Upgrade angular-bootstrap 0.13 to 1.0
Many issues arise when using angular-bootstrap 0.13. Migration to 1.0 is
straightforward, offers a more stable interface, extra directives and fixes
many bugs.
Migration guide:
https://github.com/angular-ui/bootstrap/wiki/Migration-guide-for-prefixes

Fixes #1142
Fixes #1131
2016-01-17 22:06:34 +01:00
mleanos
bbbe8772f2 Admin Users require role
These changes make the role field required in the User model. Changes to
the Admin user edit view were added to provide validation for the role
field.

As an added enhancement, the user's roles are displayed in the Admin
user list view.
2015-08-28 17:41:13 -07: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
3bf07fe4ec Remove data- prefix from attributes 2015-08-25 12:34:40 -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
Sebastien Vaucouleur
851973f459 Fixed end tags in page header 2015-08-14 17:26:55 +02:00
Ryan Hutchison
2747df6310 BUG: Removed a ng-binding to article.content in user-list.client.view.html 2015-07-31 23:45:56 -04:00
Ryan Hutchison
ef3a3f9548 formatting reboot (space-2 and consistency)
JSCS fixes

update editorconfig
2015-07-31 10:04:02 -04:00