Commit Graph

56 Commits

Author SHA1 Message Date
OldHawk
1e50abb5fa fix(home): fixed home header menu icon css 2018-03-19 20:56:28 +08:00
OldHawk
9f2b294b9d feat(core): change menu icon color 2018-03-19 17:30:36 +08:00
OldHawk
b249186a9a feat(core): add icon for menu item 2018-03-17 18:20:53 +08:00
OldHawk
7c95d3a547 feat(follow): add submenu item of followers and following in user account menu 2018-01-04 09:57:28 +08:00
OldHawk
415cfab5ce fix(core): fixed limit user score number to two decimals 2017-11-21 16:26:37 +08:00
OldHawk
d05cd4def4 fix(core): fixed user ratio showed as -1 issues 2017-11-21 14:02:47 +08:00
OldHawk
5c7ba6a816 feat(core): add configure item 'showMenuHeaderForGuest'
set whether show menu header for guest user
2017-11-13 10:11:58 +08:00
OldHawk
1efb65cfa9 feat(core): link ratio info to user account status page 2017-11-07 17:00:03 +08:00
OldHawk
92557e89c7 feat(core): showing user`s ratio, level, seeding and leeching number in header 2017-11-07 16:38:16 +08:00
OldHawk
84bd762d63 feat(core): show red dot badge on header when user has new message or H&R warning. 2017-11-07 14:14:58 +08:00
OldHawk
c63f926bb2 chg(core): change the User Ranking menu item position into about 2017-10-30 10:53:58 +08:00
OldHawk
c3149302a0 Merge commit '84ec1c80d283cbea8b186629e7b1de49d91cf9ba'
* commit '84ec1c80d283cbea8b186629e7b1de49d91cf9ba':
  fix(heroku): fix invalid app.json (#1901)
  feat(deps): dependencies upgrade (#1887)
  release(0.6.0): MEAN.JS 0.6.0 (#1863)
  feat(readme): Deploy to Heroku button (#1854)
  fix(users): Spacing Issues
  Abstracted OAuth routes to use req param to identify strategy & moved scope to actual strategy definition.
  Save profile images to Amazon S3 (#1857)
  fix(build): Require correct dependencies for prod build (#1855)
  fix(eslint): Make `space-before-function-paren` rule consistent with other rules (#1858)
  fix(gulpfile): show error on uglify (#1860)
  feat(core): Add manifest.json (#1851)

# Conflicts:
#	CHANGELOG.md
#	README.md
#	modules/core/client/views/header.client.view.html
#	modules/users/client/views/settings/change-profile-picture.client.view.html
#	modules/users/server/controllers/users/users.profile.server.controller.js
#	package.json
2017-10-13 15:43:39 +08:00
Ghalleb
f146cbc4b2 Save profile images to Amazon S3 (#1857)
* Profile Image to S3

* Delete image from S3
Fix file deletion

* S3 refactoring
2017-09-19 13:47:41 -07:00
OldHawk
8eee5d78e4 feat(configure): add app.name configure item. 2017-09-14 16:39:08 +08:00
OldHawk
91bec12382 feat(users): show user h&r warning numbers in header menu and user info page 2017-09-11 15:12:21 +08:00
OldHawk
d2eae81eb2 fix(config): reset configure item variable name 2017-09-01 11:34:00 +08:00
OldHawk
03a0cd7d8f feat(core): add header dropdown menu item separator divider line 2017-06-24 00:16:14 +08:00
OldHawk
41be88aaaa feat(core): add MenuService attr 'divider' of item 2017-06-23 10:05:50 +08:00
OldHawk
fd314bf211 feat(messages): show unread messages count on header menu 2017-06-18 21:18:15 +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
d29796a7f0 feat(users): change score/status menu position 2017-06-13 10:34:27 +08:00
OldHawk
5b79b720ed feat(users): show scoreLevel on admin manage user view 2017-06-12 12:16:57 +08:00
OldHawk
711bc12a23 feat(users): show scoreLevel on user profile menu of header 2017-06-12 10:51:19 +08:00
OldHawk
ab93adc650 feat(users): add user score menu item 2017-06-09 16:08:04 +08:00
OldHawk
dfe599283b feat(users): add social account switch 2017-06-05 14:28:16 +08:00
OldHawk
1cbde1763f feat(core,messages,status): add module Messages and Status 2017-05-25 16:20:24 +08:00
OldHawk
127addf166 hide top menu bar displayName on screen-sm size 2017-05-17 11:25:22 +08:00
OldHawk
b289e04a35 fixed mtTarget attrs value 2017-05-13 00:11:13 +08:00
OldHawk
241f6e67bf add mtTarget directive, set menu item target 2017-05-12 21:50:59 +08:00
OldHawk
7b94e017d8 add menu item target attr, can be _blank,default _self 2017-05-07 17:23:55 +08:00
OldHawk
04ebf3a49e add language select menu & option 2017-05-06 15:04:22 +08:00
OldHawk
34458aeed4 fixed many issues 2017-05-05 17:23:24 +08:00
OldHawk
eecf64416f add navbar submenu active status 2017-05-04 11:00:43 +08:00
OldHawk
cdcacc6b85 add download btn on every list item
change meanTorrent config
2017-04-07 15:34:51 +08:00
OldHawk
e2ec5b7d01 add the footer view 2017-04-01 10:28:54 +08:00
OldHawk
756c0a9052 add many multilingual fields
add torrents and forum topbar menu
2017-03-26 18:27:53 +08:00
OldHawk
111ab49b06 add many multilingual fields
add torrents and forum topbar menu
2017-03-26 00:52:31 +08:00
OldHawk
ecad977de7 add angular-translate multilingual support 2017-03-25 23:49:29 +08:00
OldHawk
6526d88042 change config file MEAN.js -> meanTorrent 2017-03-23 13:48:43 +08:00
Cameron Behar
aebaf2ff74 fix(core): Remove the <base> tag. 2016-10-10 16:05:10 -07:00
Steve Fox
5817a484fa Add support for params in menu items
 (#1305)
* Support params to state for menu items.

* feat(core): Add support for params in menu items

Proposed by @scfox

Fixes #1304

* Removed trailing space on test.

* Changed default params to be empty object instead of empty string.
2016-07-25 14:14:39 -07:00
Ryan Hutchison
b2462ec86c feat(core): Modify core module to implement style guidelines.
Update the core module to implement the style guidelines.
Reduce size of init.js - moved filter logic out to it's own config.
Rename Menus to menuService
2016-03-23 15:41:57 -04:00
Joris Willems
500d1a62df feat(config): upgrade to angular 1.5
Update bower dependencies to more recent versions.
Resolved hard-coded dependency by updating file upload
PhantomJs to 2.x series for tests (@usta)
Fix assertion in tests for compatibility with MongoDB 3.2 (@rhutchison)
Improve coding style tests to avoid type errors (@ilanbiala)
Fix refresh showing flash of scrollbar in menu
Remove deprecated angular-ui-utils

Fixes #1124
2016-03-02 18:18:53 +01:00
Cody B. Daig
43b8caeb58 Merge pull request #1143 from trendzetter/master
feat(config): upgrade angular-bootstrap from 0.13 to 1.0
2016-01-29 11:49:39 -07:00
Andrew Throener
48eabd02ed fix(core menu): Menuize the account routes so they can be added to by submodules
Newlines fix

Removed Comment
2016-01-25 19:40:05 -06: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
Ryan Hutchison
3bf07fe4ec Remove data- prefix from attributes 2015-08-25 12:34:40 -04:00
Ryan Hutchison
ef3a3f9548 formatting reboot (space-2 and consistency)
JSCS fixes

update editorconfig
2015-07-31 10:04:02 -04:00
Ryan Hutchison
9ca71c8cde remove href attribute. 2015-07-07 08:18:47 -04:00