Commit Graph

1833 Commits

Author SHA1 Message Date
Dale Lotts
6021c145f9 refactor(menus): Refactor to the Menus client service to use functional loops/filters (#1575)
The for loops, expecially the nested for loops, over array elements with variable names contianing

'index' made the code incomprehensible.
2017-07-29 15:35:43 -07:00
Michael Leanos
dc880eb5a7 feat(config): Mongoose 4.11 upgrade (#1818)
Upgrades Mongoose to 4.11.1

Updates Mongoose connection implementation to accommodate deprecated
features & connection options.

Also, updates the Gulp Mocha tasks to reflect changes to the Mongoose
implementation.

Fixes tests to get the database from the existing Mongoose singleton.

Derives from changes in https://github.com/meanjs/mean/pull/1816

Closes https://github.com/meanjs/mean/issues/1814
2017-07-27 13:19:22 -07:00
OldHawk
ce5cdcc73d fix(forums): global topic path url error 2017-07-27 12:23:06 +08:00
OldHawk
9b0b2a45bd feat(torrents): rewrite upload page, ready for music and other type torrents 2017-07-25 13:30:53 +08:00
OldHawk
196c81ece6 fix(torrents): thumbs-up link css 2017-07-21 18:35:30 +08:00
OldHawk
0fbed06b1a Merge commit '11777465cf77e2a0bbd0d576a1dadd76a8c2f55d'
* commit '11777465cf77e2a0bbd0d576a1dadd76a8c2f55d':
  Update templateCache root path
  feat(packages): updating packages (#1819)
  feat(Karma): Add mocha style progress to Karma tests
  feat(Travis): Don't allow Node.js 8 testing fail (#1815)
  feat(dependencies): replace PhantomJS in favor of chrome (#1776)
  fix(security): updated compression lib in package.json to reduce vulnerabilities (#1812)
  fix(build): ESLint error in Express config (#1807)
  fix(security): updating vulnerable packages (#1802)
  fix(build): E2E coverage broken on Travis CI (#1805)
  fix(users): Domain config setting (#1803)

# Conflicts:
#	package.json
2017-07-21 18:09:46 +08:00
OldHawk
d8f1a7c9f1 doc(readme): update readme.md 2017-07-21 17:01:25 +08:00
OldHawk
659d15bd45 feat(torrents): load torrent thumbs-up data on detail page 2017-07-21 16:52:04 +08:00
OldHawk
74d9cf9173 feat(torrents): add torrent thumbs-up client services method 2017-07-21 16:51:17 +08:00
OldHawk
200db660ec feat(torrents): add torrent thumbs-up server route,policy and controller methods 2017-07-21 16:50:54 +08:00
OldHawk
a79eeb6000 feat(torrents): model torrent add Thumb Schema field 2017-07-21 15:20:28 +08:00
OldHawk
f3d7cb7c8b fix(chat): thumbs-up configure item 2017-07-21 15:06:13 +08:00
OldHawk
f61f2fc3e5 fix(chat): thumbs-up translate string 2017-07-21 14:56:01 +08:00
OldHawk
50cb5ac8a5 fix(chat): chat message css 2017-07-20 12:28:44 +08:00
OldHawk
ad3ca9dff5 fix(forums): topic title css 2017-07-20 11:37:52 +08:00
OldHawk
112670d1fa fix(forums): change attach file icon 2017-07-20 11:30:16 +08:00
OldHawk
832f18b5d4 feat(forums): fixed forum list order index 2017-07-20 11:15:32 +08:00
OldHawk
68f80f225d feat(trances): system trances log pagination 2017-07-20 10:22:49 +08:00
OldHawk
dd34e37544 feat(forums): search keys result match case 2017-07-20 09:49:59 +08:00
OldHawk
854a81ea3d fix(forums): search result empty tooltip 2017-07-19 18:15:47 +08:00
OldHawk
58887714ca fix(forums): translate string 2017-07-19 18:08:32 +08:00
OldHawk
b6028919b9 fix(forums): css lint warning 2017-07-19 18:06:12 +08:00
OldHawk
74b2d118bf feat(forums): show attach flag if topic or reply has attach file 2017-07-19 18:00:17 +08:00
OldHawk
841e342c41 feat(forums): replace search key words css 2017-07-19 17:13:01 +08:00
OldHawk
bc8f638f3c feat(forums): load search result topic content data 2017-07-19 16:21:30 +08:00
OldHawk
25a9afb06f feat(forums): load search result data 2017-07-19 15:57:00 +08:00
OldHawk
2d1fea1873 feat(forums): add forum search server side controller,route,policy 2017-07-19 15:56:40 +08:00
OldHawk
d6bdd7ea6f feat(forums): add forum search result controller and view 2017-07-19 15:55:47 +08:00
OldHawk
0d66d08d0b fix(forums): global topic reply by 2017-07-19 10:58:48 +08:00
OldHawk
1082f7f4b6 feat(forums): add forums item into search btn group 2017-07-19 10:45:37 +08:00
OldHawk
df2506d1b0 feat(forums): add forum topics search client controller 2017-07-19 10:45:14 +08:00
OldHawk
c5952da128 feat(forums): split search view and include into forums each page view 2017-07-19 09:55:05 +08:00
OldHawk
5bd8eaa506 fix(forum): topic reply floor number 2017-07-18 19:00:30 +08:00
OldHawk
8e13219603 feat(forum): thumbs up users list title string 2017-07-18 18:39:44 +08:00
OldHawk
cd1f32562d feat(forum): hide redundant header menu item 2017-07-18 18:32:16 +08:00
OldHawk
54973b0aa7 feat(forum): configure toggle of thumbs-up user list 2017-07-18 18:29:54 +08:00
OldHawk
53def6e92a feat(forum): show thumbs-up user list in topic detail 2017-07-18 18:26:14 +08:00
OldHawk
48d1ce68ee feat(forum): topic replies list pagination nav 2017-07-18 17:08:33 +08:00
OldHawk
f08ad7a158 feat(forum): topic replies list pagination nav 2017-07-18 17:02:25 +08:00
OldHawk
61d8209d4b feat(core):rewrite userInfo directive 2017-07-18 16:28:08 +08:00
OldHawk
936de8f73d feat(forum): topic title in list css 2017-07-18 14:50:35 +08:00
OldHawk
3050294aab feat(forum): manual-file-chooser css 2017-07-18 14:32:39 +08:00
OldHawk
40ad7dd4f9 feat(forum): topics list pagination css 2017-07-18 11:48:48 +08:00
OldHawk
48763c99d7 feat(forum): topics list pagination nav 2017-07-18 11:29:14 +08:00
OldHawk
11b89664ba feat(core): torrents & comments items-per-page configure 2017-07-18 11:27:51 +08:00
OldHawk
4d4dd8ed83 feat(core): scroll to page top when $locationChangeSuccess 2017-07-18 10:18:15 +08:00
OldHawk
ff441c0ae2 fix(forums): eslint warning 2017-07-17 23:06:16 +08:00
OldHawk
017a72182d feat(users): add user-info link at many place 2017-07-17 22:59:33 +08:00
OldHawk
e9e93da8ec feat(users): add user-info link at many place 2017-07-17 22:45:54 +08:00
OldHawk
9b33bee429 feat(users): add user-info link at many place 2017-07-17 22:17:20 +08:00