Skip to content

Latest commit

 

History

History
1906 lines (1896 loc) · 276 KB

CHANGELOG.md

File metadata and controls

1906 lines (1896 loc) · 276 KB

Change Log

0.6.0 (2017-09-23)

  • Abstracted OAuth routes to use req param to identify strategy & moved scope to actual strategy defin (6377a1e)
  • Better autofocus (#1664) (f53db0f)
  • Incorrect production assets (#1647) (d37b603)
  • release(0.6.0) (5554541)
  • Remove deprecated crypto package (#1843) (c6d4a17)
  • Save profile images to Amazon S3 (#1857) (f146cbc)
  • Update templateCache root path (1177746)
  • updating changelog (73379bf)
  • feat(articles): Promisifies article server test set up and clean up (#1774) (d72da37), closes #1773
  • feat(articles): Simple test enhancement (#1659) (44a569e), closes #1658
  • feat(build): Ignore compiled sass/less files from git (#1592) (d47dd41)
  • feat(build): Turn on mangling for uglify (#1841) (1e3eeb7)
  • feat(build): Update dependencies (#1847) (b43c80e)
  • feat(build): updating supported Node.js versions for CI (#1768) (7b91f76)
  • feat(ci): Test for Node v7 (allow failure) (#1596) (aed6235)
  • feat(config): Mongo Seed 2.0 (#1808) (eb9cdd7)
  • feat(config): Mongoose 4.11 upgrade (#1818) (dc880eb)
  • feat(core): Add manifest.json (#1851) (e4f83c6)
  • feat(core): Enhancement page title directive (#1686) (c69644d)
  • feat(dependencies): replace PhantomJS in favor of chrome (#1776) (16a1dcd)
  • feat(docker): cleaning up pkgs and enabling npm install for dev env (#1603) (e62b680)
  • feat(Karma): Add mocha style progress to Karma tests (f43d3ea)
  • feat(packages): updating packages (#1819) (3470dc5)
  • feat(readme): Deploy to Heroku button (#1854) (0bf364d)
  • feat(Travis): Don't allow Node.js 8 testing fail (#1815) (19478ba)
  • feat(travis): start testing against Node.js 8 and other CI improvements (#1785) (482c38c)
  • feat(user): Add email support to forgot password (#1834) (f65d4b9)
  • fix: package.json to reduce vulnerabilities (#1782) (c6215a0)
  • fix: package.json to reduce vulnerabilities (#1787) (8c975c4)
  • fix(build): E2E coverage broken on Travis CI (#1805) (e3df83e)
  • fix(build): ESLint error in Express config (#1807) (b7fc24d)
  • fix(build): Require correct dependencies for prod build (#1855) (36887dc)
  • fix(build): updating travis to use the trusty image for speedy CIs (#1793) (962f50e)
  • fix(config): Default env config lint error (#1604) (502143b)
  • fix(core): updating instructions on how to generate the changelog for releases (#1587) (99496e6)
  • fix(dependencies): moving phantomjs-prebuild to devDependencies (#1754) (5f9e018)
  • fix(dependencies): upgrading dependencies to latest versions (#1753) (e5d7f15)
  • fix(dependencies): upgrading nodemailer (#1794) (4321744)
  • fix(eslint): Inconsistent spacing before function parentheses (#1844) (f44c9bc)
  • fix(eslint): Make space-before-function-paren rule consistent with other rules (#1858) (2c05600)
  • fix(gulp): fix broken test:server:watch task (#1842) (c467c84), closes #1842
  • fix(gulpfile): show error on uglify (#1860) (4320780)
  • fix(mocha): update mochajs version to reduce vulnerabilities (#1830) (27f5065)
  • fix(mongodb): update ssl connection settings (#1809) (4fcf240)
  • fix(mongoose): fixing mongoose deprecation notice for promises lib (#1691) (f838404)
  • fix(node-inspector): deprecating node-inspector infavor of native nodejs debug (#1744) (994369d)
  • fix(package): updating node engine supported version (#1789) (68c9606)
  • fix(protractor): support for gulp-protractor for v6-7 only (#1752) (73135df)
  • fix(security): updated compression lib in package.json to reduce vulnerabilities (#1812) (810dd81)
  • fix(security): updating vulnerable packages (#1802) (57c63e6)
  • fix(snyk): disabling snyk until we resolve insecure deps & snyk integration (817c4e3)
  • fix(snyk): travis snyk setup with snyk auth (#1749) (d7b6d95)
  • fix(tests): removing unused mock-fs library which caused tests to fail (#1751) (e596375)
  • fix(travis): Fix Travis failing on webdriver issues (#1845) (9dd0a7b), closes #1845
  • fix(users): Better MIME-type checking, remove image cropping library (#1589) (2b6cf53)
  • fix(users): Domain config setting (#1803) (0cbdbda)
  • fix(users): don't fail on missing old image on image upload (#1839) (be88a2c)
  • fix(users): Duplicate Provider Accounts (#1767) (e4a3d38)
  • fix(users): Spacing Issues (fabccc8)
  • refactor(menus): Refactor to the Menus client service to use functional loops/filters (#1575) (6021c14)
  • chore(documentation): add comment to remind change for mongo replicaset connection (7eedfcc)
  • build(gems): we shouldnt need any gem file installations anymore (#1759) (9c3a4f5)

0.6.0 (2017-09-07)

  • Better autofocus (#1664) (f53db0f)
  • Incorrect production assets (#1647) (d37b603)
  • release(0.6.0) (81280d3)
  • Remove deprecated crypto package (#1843) (c6d4a17)
  • Update templateCache root path (1177746)
  • fix: package.json to reduce vulnerabilities (#1782) (c6215a0)
  • fix: package.json to reduce vulnerabilities (#1787) (8c975c4)
  • fix(build): E2E coverage broken on Travis CI (#1805) (e3df83e)
  • fix(build): ESLint error in Express config (#1807) (b7fc24d)
  • fix(build): Require correct dependencies for prod build (#1855) (36887dc)
  • fix(build): updating travis to use the trusty image for speedy CIs (#1793) (962f50e)
  • fix(config): Default env config lint error (#1604) (502143b)
  • fix(core): updating instructions on how to generate the changelog for releases (#1587) (99496e6)
  • fix(dependencies): moving phantomjs-prebuild to devDependencies (#1754) (5f9e018)
  • fix(dependencies): upgrading dependencies to latest versions (#1753) (e5d7f15)
  • fix(dependencies): upgrading nodemailer (#1794) (4321744)
  • fix(eslint): Inconsistent spacing before function parentheses (#1844) (f44c9bc)
  • fix(eslint): Make space-before-function-paren rule consistent with other rules (#1858) (2c05600)
  • fix(gulp): fix broken test:server:watch task (#1842) (c467c84), closes #1842
  • fix(gulpfile): show error on uglify (#1860) (4320780)
  • fix(mocha): update mochajs version to reduce vulnerabilities (#1830) (27f5065)
  • fix(mongodb): update ssl connection settings (#1809) (4fcf240)
  • fix(mongoose): fixing mongoose deprecation notice for promises lib (#1691) (f838404)
  • fix(node-inspector): deprecating node-inspector infavor of native nodejs debug (#1744) (994369d)
  • fix(package): updating node engine supported version (#1789) (68c9606)
  • fix(protractor): support for gulp-protractor for v6-7 only (#1752) (73135df)
  • fix(security): updated compression lib in package.json to reduce vulnerabilities (#1812) (810dd81)
  • fix(security): updating vulnerable packages (#1802) (57c63e6)
  • fix(snyk): disabling snyk until we resolve insecure deps & snyk integration (817c4e3)
  • fix(snyk): travis snyk setup with snyk auth (#1749) (d7b6d95)
  • fix(tests): removing unused mock-fs library which caused tests to fail (#1751) (e596375)
  • fix(travis): Fix Travis failing on webdriver issues (#1845) (9dd0a7b), closes #1845
  • fix(users): Better MIME-type checking, remove image cropping library (#1589) (2b6cf53)
  • fix(users): Domain config setting (#1803) (0cbdbda)
  • fix(users): don't fail on missing old image on image upload (#1839) (be88a2c)
  • fix(users): Duplicate Provider Accounts (#1767) (e4a3d38)
  • feat(articles): Promisifies article server test set up and clean up (#1774) (d72da37), closes #1773
  • feat(articles): Simple test enhancement (#1659) (44a569e), closes #1658
  • feat(build): Ignore compiled sass/less files from git (#1592) (d47dd41)
  • feat(build): Turn on mangling for uglify (#1841) (1e3eeb7)
  • feat(build): Update dependencies (#1847) (b43c80e)
  • feat(build): updating supported Node.js versions for CI (#1768) (7b91f76)
  • feat(ci): Test for Node v7 (allow failure) (#1596) (aed6235)
  • feat(config): Mongo Seed 2.0 (#1808) (eb9cdd7)
  • feat(config): Mongoose 4.11 upgrade (#1818) (dc880eb)
  • feat(core): Add manifest.json (#1851) (e4f83c6)
  • feat(core): Enhancement page title directive (#1686) (c69644d)
  • feat(dependencies): replace PhantomJS in favor of chrome (#1776) (16a1dcd)
  • feat(docker): cleaning up pkgs and enabling npm install for dev env (#1603) (e62b680)
  • feat(Karma): Add mocha style progress to Karma tests (f43d3ea)
  • feat(packages): updating packages (#1819) (3470dc5)
  • feat(Travis): Don't allow Node.js 8 testing fail (#1815) (19478ba)
  • feat(travis): start testing against Node.js 8 and other CI improvements (#1785) (482c38c)
  • feat(user): Add email support to forgot password (#1834) (f65d4b9)
  • refactor(menus): Refactor to the Menus client service to use functional loops/filters (#1575) (6021c14)
  • chore(documentation): add comment to remind change for mongo replicaset connection (7eedfcc)
  • build(gems): we shouldnt need any gem file installations anymore (#1759) (9c3a4f5)

0.5.0 (2016-10-21)

upcoming (2017/05/17 10:32 +00:00)

  • bbf0b43 change torrent file upload mode, first save temp folder, when create data ok, then move the file to dest folder,and delete the temp file (@taobataoma)
  • 2729ed4 change torrent list order key (@taobataoma)
  • e8a2474 show torrent recommend level in detail view (@taobataoma)
  • 7ac59d7 show torrent recommend level in list view (@taobataoma)
  • 58b812d oper can update movie info from TMDB on torrent detail view admin panel (@taobataoma)
  • 127addf hide top menu bar displayName on screen-sm size (@taobataoma)
  • aef3f9e add topone torrent img link to open detail page (@taobataoma)
  • 93a196d load torrent detail info from local db (@taobataoma)
  • 9625893 load home data from local db (@taobataoma)
  • b41e575 add many fields to save movie info from tmdb (@taobataoma)
  • e6cebd2 home view data load, top level (@taobataoma)
  • 6c6bbb4 home view data load (@taobataoma)
  • f091c36 add mouseEnterToggleClass directive (@taobataoma)
  • 6f7f082 fixed many element css (@taobataoma)
  • 4c859ad fixed when chat message is empty, show space (@taobataoma)
  • de12b3c add four chat message colors (@taobataoma)
  • 1d31996 change recommend level all=>none,it can let`s level1 is the highest level (@taobataoma)
  • 1088b4a add torrent recommend attr, oper can set it, torrents list with orderby this attr, value is all/level0/level1/level2/level3, the level3 is highest (@taobataoma)
  • 9567d0f changed chat view background and restore on other views (@taobataoma)
  • 6078bad add chat message font color style select function (@taobataoma)
  • b7f87be add chat message font color style select function (@taobataoma)
  • 2f27dc0 add popover.less to style uib-popover (@taobataoma)
  • 8865aed disabled no-eval eslint warning (@taobataoma)
  • 9b2ac8b add mt-scale directive to scale element (@taobataoma)
  • 85cd88d hide footer view on chat room, other view show it (@taobataoma)
  • d00bdbc init route(client/server) policy access (@taobataoma)
  • 2a66366 modify template 400,403,404,500 etc (@taobataoma)
  • a9a5fde check only isOper can ban/kick on server side (@taobataoma)
  • e5d0590 fixed: oper can not ban/kick oper (@taobataoma)
  • 8747d61 show server down status message (@taobataoma)
  • cb538c1 check user Whether already logined from other location (@taobataoma)
  • b289e04 fixed mtTarget attrs value (@taobataoma)
  • 2203faf fixed after admin login, admin menu item not translate (@taobataoma)
  • 4aabcbd reconnect to chat server when user back to state chat (@taobataoma)
  • 241f6e6 add mtTarget directive, set menu item target (@taobataoma)
  • ae63e42 open admin menu access to oper (@taobataoma)
  • 15c3e40 open admin menu access to oper (@taobataoma)
  • 696619f add torrents Policy check function (@taobataoma)
  • 6c68b74 add ban expires time to config file, it can be auto moved when the time is expires (@taobataoma)
  • b74fddb show ban reason to baned user when them connecting (@taobataoma)
  • 448f868 oper/admin can ban/kick user out to chat room now~~ (@taobataoma)
  • bdd378b add chat message bold/italic font style (@taobataoma)
  • 32c978d add chat message bold/italic font style (@taobataoma)
  • bb44ea3 add chat message @user function (@taobataoma)
  • 4997016 add dynamicHtml cirective to show user chat message (@taobataoma)
  • c021bf8 hide some csslint warning (@taobataoma)
  • 78a0167 changed chat status message style (@taobataoma)
  • 1c5500d chat message load finished (@taobataoma)
  • 3783fe3 load chat message and users list (@taobataoma)
  • c2b952c add ng-repeat listen event repeat-begin and repeat-done (@taobataoma)
  • 302a9af add mt-scroll directive to listen scroll event of element (@taobataoma)
  • 6372e28 add repeat-done directive, runing when ng-repeat done (@taobataoma)
  • 8a038a2 init chat view (@taobataoma)
  • 52a31c1 user can reset their passkey now (@taobataoma)
  • 1eda960 save passkey when user used social accounts (@taobataoma)
  • b9e09cd add torrent reviewed status change function (@taobataoma)
  • 71ae0ed update torrent admin option (@taobataoma)
  • 83681d1 upgrade angular-bootstrap to 2.5.0 (@taobataoma)
  • 431ebc8 update admin torrents manager function delete/setSaleType (@taobataoma)
  • dde3a6d add admin torrents manager function (@taobataoma)
  • 7b94e01 add menu item target attr, can be _blank,default _self (@taobataoma)
  • 397430d add vip donate button (@taobataoma)
  • 0632522 add multi language rules support (@taobataoma)
  • 04ebf3a add language select menu & option (@taobataoma)
  • eb37152 add language list config (@taobataoma)
  • 02cab29 add flag-icon-css support (@taobataoma)
  • 42f18c5 change menu translate (@taobataoma)
  • 34458ae fixed many issues (@taobataoma)
  • 85f1724 add menu-title directive (@taobataoma)
  • a2cb1f6 add getStorageLangService service (@taobataoma)
  • fdf738f add angular-local-storage support (@taobataoma)
  • ab498cf add forums model view,routes,controller etc (@taobataoma)
  • fa661da fixed rules model (@taobataoma)
  • 2e0c175 add Vip model, client routes,menus,controller etc. (@taobataoma)
  • 57bd71c add Rules model, client routes,menus,controller etc. (@taobataoma)
  • b7b5988 add highlight.js support (@taobataoma)
  • 1c789cf add highlight.js support (@taobataoma)
  • 1738e31 change some css h1>h3 (@taobataoma)
  • 7e4b7a2 make more string translate (@taobataoma)
  • eecf644 add navbar submenu active status (@taobataoma)
  • 777cb52 load ranking data finished (@taobataoma)
  • 46fb801 overwrite user model toJSON, make is_vip vitrual field (@taobataoma)
  • 8254a88 init model ranking, views,controllers,routes etc. (@taobataoma)
  • ccaf4c9 show sale expires info in other torrent info view (@taobataoma)
  • 7933fb2 remove not used lines (@taobataoma)
  • 0c6606b ui-cropper worked fine!!! (@taobataoma)
  • 0ed058b add ui-cropper support (@taobataoma)
  • 6d1af55 add ui-cropper support (@taobataoma)
  • 2439170 show torrent expires info in list view (@taobataoma)
  • 1df12fb add torrent sale expires time, and show in video info view (@taobataoma)
  • 08e6460 add torrent admin panel function(delete,set sale type) (@taobataoma)
  • 59c91b7 fixed other torrents number wrong (@taobataoma)
  • 7125321 return user isOper/isAdmin to client (@taobataoma)
  • 64f7fd3 show all other torrent info finished (@taobataoma)
  • 8c38789 get other torrents info when show a torrent detail (@taobataoma)
  • 4db7cb0 add page changed effect (@taobataoma)
  • 652a00f add torrents list view pagination (@taobataoma)
  • a81f1c1 when user post new comment, goto last page auto (@taobataoma)
  • 4100aa2 add pagination on torrent comment list (@taobataoma)
  • 5cc02e2 change download service function name (@taobataoma)
  • af27842 can download subtitle file now (@taobataoma)
  • 284629b upload subtitle function finished (@taobataoma)
  • 4bc305f fix torrent upload fileFilter not working (@taobataoma)
  • 5cb2946 auto create subtitle upload dir (@taobataoma)
  • 68eda9a add subtitle create&delete in server controller (@taobataoma)
  • cd115df add subtitle upload multer config (@taobataoma)
  • 6eb6415 add subtitles upload config (@taobataoma)
  • 812b928 add subtitle server routes (@taobataoma)
  • 9eb2dab add subtitles server config (@taobataoma)
  • 1a2bea2 add subtitles client service (@taobataoma)
  • 3a5100c modify some lang string (@taobataoma)
  • de23fd9 fix comment/reply edit/delete bug (@taobataoma)
  • 1ae25f8 user self and admin can edit/delete comment&reply (@taobataoma)
  • 8fb14bd edit/delete sub comment reply work fine now (@taobataoma)
  • 82f4267 edit/delete comment (@taobataoma)
  • 2515c82 add modalConfirm service to alert modal confirm (@taobataoma)
  • 0ef9ef4 add comment reply user icon (@taobataoma)
  • 9620b62 add directive scrollIf, scroll to comment when reply (@taobataoma)
  • 1fc901b load comment and reply data (@taobataoma)
  • f13943e return user._id in browser (@taobataoma)
  • 202ba9c set markdown setRenderer link format (@taobataoma)
  • 72ea937 add setDatePrototypeToJSON to format date (@taobataoma)
  • aae251c load torrent comment from model (@taobataoma)
  • 0f64cfa spilt torrent info function from torrent controller (@taobataoma)
  • 1855fb5 add comments server config (@taobataoma)
  • d7adeed add comments server controller (@taobataoma)
  • 12c76f4 add comments server routes (@taobataoma)
  • 4a4379a add comments client service (@taobataoma)
  • 88a6af0 add torrent comment view (@taobataoma)
  • a7874f1 fix badge css not working (@taobataoma)
  • 14c7def add comment css file (@taobataoma)
  • 7314120 add marded/angular-marked js support (@taobataoma)
  • 09da2a0 add marded/angular-marked support (@taobataoma)
  • f41c528 add comment field to torrent model (@taobataoma)
  • 2044830 show user displayName in _peers list of torrent (@taobataoma)
  • e8096d6 add user(U/D/F) detail list in movie info page (@taobataoma)
  • daa3846 add filter percentage to format data (@taobataoma)
  • 970d2f3 add peer_connectable field to peer model (@taobataoma)
  • 720495a write left byte to peer_left (@taobataoma)
  • 8bc2679 add peer_left field in peer model (@taobataoma)
  • fd3f7e1 add movie detail info subtitles/users badge number (@taobataoma)
  • 10b28b3 fixed up/down bytes and peer status (@taobataoma)
  • 4879e5c fixed up/down bytes with VIP Ur/Dr (@taobataoma)
  • 958d755 write up/down bytes with VIP Ur/Dr (@taobataoma)
  • a9c516f add fields about vip/score of user table (@taobataoma)
  • f32cacb write up/down data bytes into user/peer record (@taobataoma)
  • ddf35ff modify url.parse querystring to get the info_hash (@taobataoma)
  • a7f428b get torrent size from info.length when only one file in torrent files list (@taobataoma)
  • bbaf40d show video size in detail page (@taobataoma)
  • fe9dfcd disabled announce access from browser (@taobataoma)
  • dfcfc6d announce request update more function (@taobataoma)
  • 621e08c upgrade mongoose (@taobataoma)
  • 260c72d save to user._torrents when a new torrent was created (@taobataoma)
  • a2719c2 remove from user._peers when a peer was removed (@taobataoma)
  • b8b9d51 save to user._peers when a new peer was created (@taobataoma)
  • 9d74664 make passkey when user signup (@taobataoma)
  • d7baed3 announce request: write user uploaded,downloaded data (@taobataoma)
  • 153d527 announce request: event completed (@taobataoma)
  • 2a2d92a announce request: event start&stop (@taobataoma)
  • 5d1aeb9 announce request: user client blacklist checked (@taobataoma)
  • 1181d48 announce request: user status check normal,banned,sealed (@taobataoma)
  • 1ac2fcb announce request (@taobataoma)
  • b39efa2 add imdb config (@taobataoma)
  • 352f4c7 init subtitle,mypanel info (@taobataoma)
  • e13171d add relationship on model user,torrent,peer (@taobataoma)
  • 79d397d add torrent detail info subtitles tab (@taobataoma)
  • 21f9369 when click release label, search data with release year (@taobataoma)
  • 1baceb5 torrent list&read model populate('subtitles') (@taobataoma)
  • fd9fc1d modify torrent & user model (@taobataoma)
  • 3daec38 add subtitle model (@taobataoma)
  • bdac4d1 load torrent video info (@taobataoma)
  • 389f990 add ngSanitize support (@taobataoma)
  • 1810078 add filter videoNfo to format video nfo to html (@taobataoma)
  • c78988a get TMDB info with: credits,images,alternative_titles,release_dates (@taobataoma)
  • 9bc18e8 upload torrent with video NFO (@taobataoma)
  • 863b309 add nfo field to torrent model (@taobataoma)
  • 4cde9f7 load TMDB detail info of torrent movie (@taobataoma)
  • 35ee37b add torrent_backdrop_img field to torrent model (@taobataoma)
  • 928f4a9 add a filter to format runtime (@taobataoma)
  • 354d0ed add a filter to format dollar (@taobataoma)
  • 020029f change to open new tab when showing a torrent detail info (@taobataoma)
  • f5384e7 add torrent view page and link (@taobataoma)
  • bc4bb5e add $translate support on page-title directive (@taobataoma)
  • d04d022 change announce url to default value when user download torrent file,and append passkey value at announce url (@taobataoma)
  • 7b36ac8 replace comma to space in upload filename (@taobataoma)
  • 74da846 add passkey field in user model (@taobataoma)
  • 01b3d2e user can download torrent file now (@taobataoma)
  • 4d81462 add angular-file-saver support (@taobataoma)
  • 80ec55c add torrent-download service to download torrent file (@taobataoma)
  • 9e23446 add filter to format torrent file name (@taobataoma)
  • cdcacc6 add download btn on every list item (@taobataoma)
  • 1a148f2 toggle collapse more search tags (@taobataoma)
  • 219becf add notify message where no result returned (@taobataoma)
  • 2944a44 add new class when tag is used in current searchTags (@taobataoma)
  • 006ef5e click the movie tag can join into searchTags list and reload the search result (@taobataoma)
  • 4b76d37 when uploads torrent file, now can reset seleted tags by clearAllCondition (@taobataoma)
  • a03f1b6 search movie with keyword is ok now (@taobataoma)
  • 7e0d4dd add tags search function to work fine (@taobataoma)
  • 7a4b906 add torrent_sale_status to model torrent (@taobataoma)
  • 9c36524 add movie keyword on search panel (@taobataoma)
  • 48da324 change bytes filter return format (@taobataoma)
  • ae8a005 list more item into movie list view (@taobataoma)
  • 1d09ed9 add field genres of torrents model (@taobataoma)
  • 33b2a23 add filter bytes to format torrent size (@taobataoma)
  • 46353b4 add filter life to format torrent added time (@taobataoma)
  • b5c15e8 add moment & angular-moment support (@taobataoma)
  • 3af8cfb fix class toggle on movie list view (@taobataoma)
  • ec771d6 add Tag Search on movie list view (@taobataoma)
  • cd6ae9f add toggleClass directive to toggle element class (@taobataoma)
  • e3bcc00 add Torrents movie list view,controller (@taobataoma)
  • 6e64b74 add Admin submenu 'Manager Torrents' (@taobataoma)
  • b1f2d53 edit the Torrent Model files, add torrent_status and torrent_recommend fields (@taobataoma)
  • c51aa69 show torrent seeds,leechers,finished users and IMDB Votes at home view (@taobataoma)
  • c50c3cc add db.find skip&limit variable (@taobataoma)
  • 9e01d2e reload top movie info of home page (@taobataoma)
  • 0079236 edited body & footer style (@taobataoma)
  • 81c3123 write upload torrent info to mongoDB (@taobataoma)
  • 546e06b add directive onErrorSrc when ng-src return 404 to load a default img (@taobataoma)
  • 3d259e7 add padding to img-circle->img-thumbnail (@taobataoma)
  • c1c1fed modify img src to ng-src (@taobataoma)
  • 13e4a34 add tmdb image base url config and service (@taobataoma)
  • b3763f3 add torrent server routes and function (@taobataoma)
  • 36f542b check the uploaded torrent file info_has already exists? (@taobataoma)
  • f14f228 config the themoviedb api key (@taobataoma)
  • 1b1ec89 check uploads torrent files`s announce url (@taobataoma)
  • f4f1144 add fent/node-torrent to get torrent file info (@taobataoma)
  • 62a73dc add home loading... info (@taobataoma)
  • 570dc74 change views class => container (@taobataoma)
  • bf01cb3 add home topone backdrop info (@taobataoma)
  • 2f4e91c delete order-alphabetical rules from csslint (@taobataoma)
  • a661e09 modify uploads function (@taobataoma)
  • e2ec5b7 add the footer view (@taobataoma)
  • a8722a3 modify the torrents config file (@taobataoma)
  • 9bc53f4 add ionicons icon lib (@taobataoma)
  • 10493d8 add torrents config file (@taobataoma)
  • 305f48f get movie credits info from tmdb (@taobataoma)
  • ee2f358 add NotifycationService to show custom notify message (@taobataoma)
  • b4946a5 onkeydown keycode 13, begin get movieinfo (@taobataoma)
  • 23031a4 load theMovieDB info by movieID (@taobataoma)
  • 95d856a upload torrent files is ok. (@taobataoma)
  • f8144d9 add torrents file upload API (@taobataoma)
  • 766f51c add torrentFileFilter to filter uploads torrent file (@taobataoma)
  • ab79882 fix filestyle directive bug (@taobataoma)
  • 67146ec add filestyle directive (@taobataoma)
  • 46610ff add bootstrap-filestyle.js support (@taobataoma)
  • 3ae30b8 add uploads views (@taobataoma)
  • e531a1d add uploads rules string (@taobataoma)
  • 2989274 add an AnnounceConfig client service, it can read announce config data of server side (@taobataoma)
  • ffff1df add torrents module server side code (@taobataoma)
  • 683dd84 add The moviedb support, it can get movie info from TMDB (@taobataoma)
  • b742761 ignore the torrents uploads folder (@taobataoma)
  • 85f1be1 add announce config item in config.js (@taobataoma)
  • 756c0a9 add many multilingual fields (@taobataoma)
  • 34e11b5 add topbar menu: torrents,forums,chat,upload,rules,ranking,vip etc. (@taobataoma)
  • 111ab49 add many multilingual fields (@taobataoma)
  • ecad977 add angular-translate multilingual support (@taobataoma)
  • 484c087 add many fields for torrents about (@taobataoma)
  • 7f89038 change torrents and peers models path (@taobataoma)
  • 68f3c60 add angular-translate multilingual support (@taobataoma)
  • 72a572a add passkey validate check (@taobataoma)
  • 6de8eac add many fields for torrents about (@taobataoma)
  • 10ed5c9 add Article model index on field user (@taobataoma)
  • e1a6a3b add torrents,peers models mongodb Schema (@taobataoma)
  • 7c7c9ba add angular-translate lib (@taobataoma)
  • e7af2be add announce module (@taobataoma)
  • 6526d88 change config file MEAN.js -> meanTorrent (@taobataoma)
  • 29507c3 Update README.md (@taobataoma)
  • 1cc43f4 Update README.md (@taobataoma)
  • #1691 fix(mongoose): fixing mongoose deprecation notice for promises lib (#1691) (@lirantal)
  • #1664 Better autofocus (#1664) (@hyperreality)
  • #1647 Incorrect production assets (#1647) (@mleanos)
  • #1589 fix(users): Better MIME-type checking, remove image cropping library (#1589) (@hyperreality)
  • #1603 feat(docker): cleaning up pkgs and enabling npm install for dev env (#1603) (@lirantal)
  • #1604 fix(config): Default env config lint error (#1604) (@mleanos)
  • #1592 feat(build): Ignore compiled sass/less files from git (#1592) (@shanavas786)
  • #1596 feat(ci): Test for Node v7 (allow failure) (#1596) (@simison)
  • #1587 fix(core): updating instructions on how to generate the changelog for releases (#1587) (@lirantal)
  • #1586 * chore(release): bumping to version 0.5.0 (@lirantal)
  • #1574 feat(user): add strict validations for username (#1574) (@sujeethk)
  • #1573 fix(users): fix redirect when signup or add provider (#1573) (@itelo)
  • #1582 fix(users): test for usernameOrEmail (#1582) (@PierreBrisorgueil)
  • #1583 doc(readme): wear the Snyk badge with pride! (#1583) (@adrukh)
  • #1519 feat(security): adding snyk support to test our dependencies for insecure vulnerabilities as part of our build process (#1519) (@lirantal)
  • #1581 fix(core): fix twitter meta tags (#1581) (@pgrodrigues)
  • #1572 fix(config): config.app.domain -> config.domain (#1572) (@sujeethk)
  • #1570 fix(config): Default config dangling comma (#1570) (@mleanos)
  • #1560 promise(core): Add Promise Option to Mongoose (#1560) (@codydaig)
  • #1567 * feat(core): node engine update, adding cleanup and reinstall npm scripts (@lirantal)
  • b9129a3 feat(node): replacing the outdated gulp-node-inspector (@lirantal)
  • 83ffc98 Merge branch 'master' into feat/replacing-gulp-node-inspector (@lirantal)
  • 19145b9 feat(debug): replacing deprecated gulp-node-inspector with vanilla node-inspector (@lirantal)
  • d824224 fix(core): Remove the tag (continues #1230) (@lirantal)
  • #1557 feat(core): Add error handler for failed requests (#1557) (@sujeethk)
  • #1558 fix(core): Directive file naming convention (#1558) (@mleanos)
  • #1552 feat(gulp): replacing the unmaintained gulp-livereload with gulp-refresh (@lirantal)
  • 99e5803 Fix client-side tests after removing (@mleanos)
  • aebaf2f fix(core): Remove the tag. (@0x24a537r9)
  • c065246 Update path in tests (@mleanos)
  • #1553 fix(express): Incorrest uses of 400 error codes (#1553) (@mleanos)
  • #1532 feat(core): add notification feedback with angular-ui-notification (#1532) (@sujeethk)
  • #1554 Fix(Users): Remove redundant request body (#1554) (@shanavas786)
  • #1551 feat(core): change console in angular to (#1551) (@itelo)
  • #1547 fix(core): Add custom 400 and 404 error messages (#1547) (@mleanos)
  • 8645b24 feat(core): updating gulp dependencies (@lirantal)
  • #1548 feat(core): updating dependencies (#1548) (@lirantal)
  • #1543 grunt(core): Remove Excess Grunt Dependencies (#1543) (@codydaig)
  • #1536 feat(core): Add prod asset versioning (#1536) (@sujeethk)
  • #1545 feat(users): change username to usernameOrEmail in signin (#1545) (@itelo)
  • #1499 feat(core): Minor UI fixes for mobile; autofocus (#1499) (@hyperreality)
  • #1542 bluemix(remove): Remove Excess CF files (#1542) (@codydaig)
  • #1175 deprecate(grunt): Remove Grunt (#1175) (@codydaig)
  • #1538 fix(user): remove bad request for local.png (#1538) (@sujeethk)
  • #1535 fix(user): hide delete button for self (#1535) (@sujeethk)
  • #1523 fix(docker) - Updated Dockerfile production (#1523) (@FedeG)
  • #1534 fix(article): add callback for remove article (#1534) (@sujeethk)
  • #1501 fix(users) Handle missing email - OAuth (#1501) (@Wuntenn)
  • #1521 fix(logger): cleaning up unused parameters in logger setup (#1521) (@lirantal)
  • #1516 fix(dependencies): updating karma and gulp dependencies to keep up to date (#1516) (@lirantal)
  • #1508 Deprecated $http success/error promise methods (#1508) (@mleanos)
  • acc111e feat(core): Move template to .github folder (@lirantal)
  • 7e0b3d3 fix(articles): delete button not required in create new article (@lirantal)
  • 7ffbd3f Update form-article.client.view.html (@kuldipem)
  • cb841ef feat(core): Move template to .github folder (@codydaig)
  • #1496 fixed 403 redirect if not signed in (#1496) (@hyperreality)
  • 4f3a501 feat(angular): added owasp configuration for frontend (@lirantal)
  • 0588eab Moved owasp config into default and reverted other config files. (@wansco)
  • #1495 fix(authentication) Stops error on signin/signup (#1495) (@Wuntenn)
  • #1498 fix(lint): CSS alphabetize warnings (#1498) (@mleanos)
  • 17772fe chore(core): Tidying up minor lint and layout issues (@lirantal)
  • #1494 fix(docker)Updated Dockerfile (#1494) (@lirantal)
  • e3e1839 Updated Dockerfile (@frank-dspeed)
  • e5a5d24 chore(tidy): tidying up minor lint and layout issues (@lirantal)
  • #1490 fix(core): Updating old package dependencies (#1490) (@lirantal)
  • #1491 fix(docker): Update dockerfile for development and production (#1491) (@FedeG)
  • 8dcf3f6 Fixed minor type-o's and set owasp.config() rather than the underlying configs. (@wansco)
  • d73d6ba Changed variable name to owaspConfig (@wansco)
  • c0a1ce5 Removed debug code. (@wansco)
  • 4ddb059 switched to handlebar template for passing the server's owasp config down to the client. (@wansco)
  • #1486 fix(docker): updating the dockerfile-production to build with gulp support (#1486) (@lirantal)
  • #1489 fix(tests): Clean out .send() from tests (#1489) (@simison)
  • d896d07 Added configuration for owasp. Synchronize client owap configs with the server configs. (@wansco)
  • #1476 chore(core): Remove Bluemix (#1476) (@codydaig)
  • #1480 fix(tests): Reorganized coverage tests (#1480) (@hyperreality)
  • #1478 fix(build): fixing travis build to run the updated nsp command (#1478) (@lirantal)
  • #1466 feat(tests): add client and server test coverage to Gulp (#1466) (@hyperreality)
  • #1471 feat(ui): improved social login buttons UI (#1471) (@hyperreality)
  • #1472 feat(mongodb): support for mongodb secure connections with ssl certificates (#1472) (@lirantal)
  • #1469 feat(config): adds a generic DOMAIN configuration environment (#1469) (@lirantal)
  • #1417 feat(users): prevent route leaking access token (#1417) (@Wuntenn)
  • #1467 feat(build): Modify Travis config (#1467) (@simison)
  • #1456 fix(core): update npm commands and documentation (#1456) (@simison)
  • #1463 feat(core): update project dependencies, fix express config (#1463) (@hyperreality)
  • #1461 feat(express): introducing handlebars nodejs template system (#1461) (@lirantal)
  • #1457 feat(angular): disable Angular debug data in production (#1457) (@simison)
  • #1458 fix(core): Fixes issues with tests and Node v6 (#1458) (@simison)
  • #1454 feat(html): support noscript tag on layout for browsers with no javascript (#1454) (@hyperreality)
  • #1421 fix(users): don't update secure profile fields (#1421) (@shanavas786)
  • 2f394ec fix(ui): update social login design (@lirantal)
  • #1426 fix(server): Remove unused loadModels() (#1426) (@simison)
  • #1428 fix(articles): Article controllers name conflicts (#1428) (@mleanos)
  • #1429 fix(user): specify a digest with crypto.pbkdf2Sync (#1429) (@simison)
  • 234f0c6 fix(user): fix changeProfilePicture to overwrite existing files (@aanev)
  • #1443 feat(profile): Profile picture cropping, mobile uploading and progress bar (#1443) (@hyperreality)
  • #1438 feat(docker): Add Dockerfile for production (@FedeG)
  • #1437 feat(docker): Update docker-compose to version 2 (@FedeG)
  • #1419 Merge pull request #1419 from 9ac345a5509a/patch-1 (@9ac345a5509a)
  • 24b6e3a fix(chat): fixed profile image not displaying properly on disconnect (@9ac345a5509a)
  • #1413 fix(config): updating environment variable name for mongodb with the new one for Heroku (#1413) (@lirantal)
  • 37183e0 * fix(express): updating express session name variable due to deprecation (@lirantal)
  • #807 feat(articles): Article Admin feature (#807) (@mleanos)
  • #1305 Add support for params in menu items
 (#1305) (@scfox)
  • #1409 feat(forever): removing forever dependency (#1409) (@lirantal)
  • #1395 feat(gulp) - refactoring gulpfile to properly add support for node-inspector as its own dedicated gulp task (#1395) (@lirantal)
  • #1402 feat(build): Wiredep task for grunt and gulp (#1402) (@shanavas786)
  • #1405 fix(core): fix page-title directive (#1405) (@itelo)
  • #1404 fix(core): fix page-title directive (#1404) (@mleanos)
  • 1600705 fix(core): packages update due to insecure old versions that carry vulnerabilities (@lirantal)
  • #1390 feat(gulp): deprecating Grunt in favor of Gulp and NPM commands (#1390) (@lirantal)
  • #1389 feat(core): Enable ng-strict-di (#1389) (@codydaig)
  • #1266 feat(articles): ArticlesService extended $resource (#1266) (@mleanos)
  • 5a91d7d eat(core): use npm commands (@simison)
  • #1388 fix(core): fix ESLint console warnings, Twitter redirect, and and scope usage (#1388) (@lirantal)
  • 30139a2 fix(docs): the project now supports Node v5, updated the README (@RoySegall)
  • #1329 feat(users): Edit Profile client controller tests (#1329) (@mleanos)
  • #1376 fix(docs): documentation fix for Pivotal Web Services (#1376) (@bencmbrook)
  • #1372 fix(typo): fixed a typo in PULL REQUEST template file (#1372) (@bigTunaHeb)
  • #1338 fix(users): fix for users.profile.server.controller.js security (#1338) (@masterwok)
  • #1363 feat(sass): replacing grunt-contrib-sass with grunt-sass (#1363) (@lirantal)
  • #1362 fix(editorconfig): Fix file path patterns (#1362) (@shanavas786)
  • #1342 feat(ssl): supporting a certificate authority bundle file for the secured SSL configuration (#1342) (@lirantal)
  • #1355 fix(core): Typo in menu.client.service.js (#1355) (@amanmavai)
  • #1334 feat(logs): replacing unmaintained and vulnerable file-stream-rotator package with winston log facility (#1334) (@lirantal)
  • #1343 fix(core): Typo in page-title.client.directives.js (#1343) (@aanev)
  • #1340 (typo): add missing word (#1340) (@gitname)
  • #1328 feat(CI): Add Node v6 and remove v5 from allow_failures (#1328) (@simison)
  • #1283 fix(users): Incorrect UsersService injection (#1283) (@t-jennings)
  • #1250 fix(users): GitHub strategy missing email (#1250) (@mleanos)
  • #1315 Merge pull request #1315 from trendzetter/revert-1276-enhancement-relative-header (@trendzetter)
  • #1309 Merge pull request #1309 from lirantal/bugfix/hsts-already-defined-by-helmet (@lirantal)
  • #1312 Merge pull request #1312 from simison/patch-16 (@simison)
  • #1314 Merge pull request #1314 from lirantal/feature/update-docker-container-names (@lirantal)
  • b633dfb Revert "Enhancement(core):Relative position attribute added to the header." (@trendzetter)
  • 852a1a6 feat(docker): persisting the container names for the docker containers that get created allows to easily use an alias instead of the container id which is automatically generated and is usually different (@lirantal)
  • 3fa9878 fix(docs): Add git to Prerequisites (@simison)
  • c9169e4 fix(hsts): removing hsts configuration set on lusca's csrf settings but is already configured and provided using helmet (@lirantal)
  • #1303 fix(gulp): Trailing spaces lint error in gulpfile (#1303) (@mleanos)
  • #1298 feat(gulp): test:server:watch task onlyChanged (#1298) (@mleanos)
  • #1287 Merge pull request #1287 from lirantal/feature/docker-efficient-npm-bower-changes (@lirantal)
  • 1bd42f6 fix(docker): more efficient dockerfile for changes strictly to packages.json or bowerr.json (@lirantal)
  • #1252 Merge pull request #1252 from lirantal/bugfix/replace-gulp-css-min (@lirantal)
  • #1281 Merge pull request #1281 from lirantal/bugfix/docker_maintainer_change (@lirantal)
  • 5d2019f fix(docker): updating maintainer and docker compose (@lirantal)
  • #1202 Merge pull request #1202 from Gym/core-styleguide (@Gym)
  • #1276 Merge pull request #1276 from generalgmt/enhancement-relative-header (@generalgmt)
  • b2462ec feat(core): Modify core module to implement style guidelines. (@rhutchison)
  • #1249 Merge pull request #1249 from lirantal/feature/docker_update_dev_environment (@lirantal)
  • abd7307 fix(docker): updating the Dockerfile and docker-compose.yml for up to date versions of a MEAN.JS development environment setup (@lirantal)
  • #1254 Merge pull request #1254 from lirantal/bugfix/updating_packages (@lirantal)
  • 7da7419 fix(dependencies): updating package dependencies to keep up to date versions (@lirantal)
  • 661b3b6 Enhancement(core):Relative positon attribute added to the header.
  • #1271 Merge pull request #1271 from mleanos/fix/mongoose-bump-4.4.8 (@mleanos)
  • 2f906e5 fix(dependency): Bump Mongoose to 4.4.8 (@mleanos)
  • #1261 Merge pull request #1261 from lirantal/bugfix/gulpfile_lint_issues (@lirantal)
  • #1259 Merge pull request #1259 from lirantal/bugfix/lint-confirm-functions (@lirantal)
  • b4c9464 fix(gulp): unhandled error in gulpfile and also changing existing error related console.log() to console.error() (@lirantal)
  • 80226a2 fix(client): lint issues for confirm() messages not referencing the window object (@lirantal)
  • #1097 Merge pull request #1097 from feimosi/eslint-integration (@feimosi)
  • d14d513 feat(config): Deprecate JSHint in favor of ESLint (@feimosi)
  • #1246 Merge pull request #1246 from QiyuLi/fix/supoort_mongo_3.2 (@QiyuLi)
  • #1208 Merge pull request #1208 from itelo/users-styleguide (@itelo)
  • #1265 Merge pull request #1265 from ryanjbaxter/change-pipeline-node-version (@ryanjbaxter)
  • c3d8da9 fix(bluemix): Changes Node Version In Bluemix Pipeline (@ryanjbaxter)
  • #1264 Merge pull request #1264 from mleanos/fix/mongoose-undefined-db-bug (@mleanos)
  • 07da139 fix(dependency): Mongoose 4.4.7 bug (@mleanos)
  • #1223 Merge pull request #1223 from itelo/gulp (@itelo)
  • 3d199ea feat(gulp): add wiredep gulp task (@itelo)
  • b661284 fix(gulp): replacing gulp-cssmin which has been deprecated and un-maintained with gulp-csso (@lirantal)
  • #1255 Merge pull request #1255 from lirantal/bugfix/remove_gulp_node_inspector (@lirantal)
  • #1253 Merge pull request #1253 from AlexanderGrooff/patch-1 (@AlexanderGrooff)
  • #1238 Merge pull request #1238 from mleanos/fix/ui-router-trailing-slash (@mleanos)
  • 537cc89 Removed duplicate mention of installing grunt (@AlexanderGrooff)
  • b004986 fix(core): Remove trailing slash from routes (@mleanos)
  • 0b13107 fix(gulp) remove gulp-node-inspector dependency (@lirantal)
  • 173b702 feat(users): Modify users module to implement style guidelines. (@itelo)
  • #1241 Merge pull request #1241 from mleanos/fix/connected-accounts-not-shown (@mleanos)
  • 6265aaa fix(core): Support WiredTiger engine errmsg format in MongoDB 3.2 (@QiyuLi)
  • #1207 Merge pull request #1207 from trendzetter/master (@trendzetter)
  • f2e18e2 fix(users): Missing primary social provider (@mleanos)
  • 500d1a6 feat(config): upgrade to angular 1.5 (@trendzetter)
  • #1242 Merge pull request #1242 from lirantal/master (@lirantal)
  • 2e7ac80 fix(docs): updating links, English issues (@lirantal)
  • #1239 Merge pull request #1239 from lirantal/feature/update_dependency_socketio (@lirantal)
  • #1240 Merge pull request #1240 from lirantal/feature/github_guidelines (@lirantal)
  • b3f9180 feat(github): adding support for Pull Requests templates (@lirantal)
  • fc78cbd feat(deps): update socket.io dependency (@lirantal)
  • #1236 Merge pull request #1236 from lirantal/bugfix/ignored_errors_on_controller (@lirantal)
  • #1235 Merge pull request #1235 from lirantal/bugfix/unused_variable_on_controller_file (@lirantal)
  • 03043dc fix(users): removing unused variable from code (@lirantal)
  • 8e24954 fix(users): error objects were not handled (@lirantal)
  • #1221 Merge pull request #1221 from meanjs/docs/version (@meanjs)
  • #1213 Merge pull request #1213 from meanjs/dependencies (@meanjs)
  • #1228 Merge pull request #1228 from droooney/remove-BOM (@droooney)
  • 1c143ae feat(deps): Update server-side dependencies (@ilanbiala)
  • #997 Merge pull request #997 from yilenpan/feat/csrf (@yilenpan)
  • 52faf06 fix(build): Remove BOM (@droooney)
  • 6365fdd doc(package): Change meanjs version to 0.5.0-beta (@codydaig)
  • b2db312 feat(csrf): Added Lusca CSRF Prevention (@yilenpan)
  • #1214 Merge pull request #1214 from itelo/feat/gulp (@itelo)
  • 936379d feat(gulp): Add node-inspector task to Gulp (@itelo)
  • #1186 Merge pull request #1186 from itelo/ImproveSEO (@itelo)
  • #1203 Merge pull request #1203 from Gym/patch-1192 (@Gym)
  • #1199 Merge pull request #1199 from Gym/mkdir-upload (@Gym)
  • 6cacc15 feat(gulp): Add gulp task mkdir:upload to ensure upload directory exists. (@rhutchison)
  • #1200 Merge pull request #1200 from meanjs/node5-support (@meanjs)
  • #1191 Merge pull request #1191 from mleanos/gulp-copy-localConfig (@mleanos)
  • b0f76dc feat(gulp): Add copyLocalEnvConfigExample task to Gulp (@mleanos)
  • a014ffc feat(articles): Rename list.articles.client.controller.js to list-articles.client.controller.js (@rhutchison)
  • #1197 Merge pull request #1197 from Gym/password-validator-typo (@Gym)
  • 62095a1 fix(test): Update Mocha, mock-fs, and fix Node 5 support (@ilanbiala)
  • 3e6a65d fix(users): Correct spelling/grammar mistakes (@rhutchison)
  • #1184 Merge pull request #1184 from meanjs/feat/linuxOnTravis (@meanjs)
  • #1160 Merge pull request #1160 from tfernandez/feature/fixing-gulp-templatecache (@tfernandez)
  • #1149 Merge pull request #1149 from mleanos/bugfix/article-remove-button-show (@mleanos)
  • 49f6a83 feat (title): Dynamic Title: Improve SEO (@itelo)
  • #1194 Merge pull request #1194 from francisdaigle/fix/safe-user-object (@francisdaigle)
  • 59d9347 fix(gulp): Removing transformUrl replace function from templatecache gulp task (@tfernandez)
  • ba85dcc fix(core): Add "additionalProvidersData" to "safeUserObject" (@francisdaigle)
  • 69b8a05 fix(articles): Article edit/delete validation (@mleanos)
  • #1190 Merge pull request #1190 from meanjs/feat/asyncVersion (@meanjs)
  • 2ee7194 feat(package.json): Set Async version to ~ from ^ (@codydaig)
  • a598e2b Add Mac and Windows Back In (@codydaig)
  • 0ad46a2 Update .travis.yml (@codydaig)
  • ac25044 add windows, chance linux to ubuntu (@codydaig)
  • 0091d3f feat(travis): Test on Mac and Linux (@codydaig)
  • #1169 Merge pull request #1169 from trainerbill/BowerAlpha (@trainerbill)
  • 9fe0586 fix(bower): Aphabetize list (@trainerbill)
  • #1143 Merge pull request #1143 from trendzetter/master (@trendzetter)
  • #1167 Merge pull request #1167 from codydaig/fix/dependencies (@codydaig)
  • a2c43c2 fix(dependencies): Lock dependencies major and minor versions (@codydaig)
  • #1154 Merge pull request #1154 from trainerbill/MenusFixes (@trainerbill)
  • #1165 Merge pull request #1165 from trainerbill/TravisFixes (@trainerbill)
  • 64884b8 fix(Travis build): PhantomJS and SocketIO dependencies (@trainerbill)
  • 48eabd0 fix(core menu): Menuize the account routes so they can be added to by submodules (@trainerbill)
  • #1144 Merge pull request #1144 from farajfarook/server-output (@farajfarook)
  • 9cd4cec feat(config): Upgrade angular-bootstrap 0.13 to 1.0 (@trendzetter)
  • #1128 Merge pull request #1128 from mleanos/bugfix/gh-1127 (@mleanos)
  • #1130 Merge pull request #1130 from combefis/enhance-comments (@combefis)
  • 36e956e fix(core): Adding server info to log initialization (@farajfarook)
  • d2b2dfd fix(docs): Fix comments content and style (@combefis)
  • #1134 Merge pull request #1134 from farajfarook/master (@farajfarook)
  • f9c7403 fix(users): Removing redundant variables (@farajfarook)
  • #1126 Merge pull request #1126 from Gym/article-styleguide (@Gym)
  • #1139 Merge pull request #1139 from simison/patch-15 (@simison)
  • f88f28e fix(users): Profile image path is invalid after escaping (@mleanos)
  • 80c08a3 fix(build): Linting error at gulpfile.js (@simison)
  • #1135 Merge pull request #1135 from JulianLaval/fix/gruntfile-lint (@JulianLaval)
  • #1137 Merge pull request #1137 from JulianLaval/fix/contrib-typo (@JulianLaval)
  • 9d29e44 fix(documentation): Contributing.md typo (@JulianLaval)
  • 6748a7f fix(config): Added Gruntfile linting (@JulianLaval)
  • #1104 Merge pull request #1104 from accraze/gulp-imagemin (@accraze)
  • 1a3f6f8 feat(build): added imagemin to gulp (@accraze)
  • #1119 Merge pull request #1119 from lirantal/bugfix/xss_and_validations (@lirantal)
  • b3ad56e feat(articles): Modify articles module to implement style guidelines. (@rhutchison)
  • #1100 Merge pull request #1100 from mleanos/bugfix/ClientRoutes-Guest-Access (@mleanos)
  • #1122 Merge pull request #1122 from Gym/chat-styleguide (@Gym)
  • 5d15e64 feat(chat): Modify chat module to implement johnpapa styleguide. (@rhutchison)
  • 2b0ae86 fix(security): fixing possible xss issue in parsed objects (@lirantal)
  • bfcfb55 fix(core): Client routes guest access bug (@mleanos)
  • #1107 Merge pull request #1107 from pgrodrigues/master (@pgrodrigues)
  • #1120 Merge pull request #1120 from lirantal/bugfix/logger_assertions_fix (@lirantal)
  • 0744ce5 fix(tests) fixing assertion test for logger which failed on undefined variable (@lirantal)
  • #1101 Merge pull request #1101 from farajfarook/master (@farajfarook)
  • #1108 Merge pull request #1108 from mleanos/hotfix/Articles-Orphaned-Users (@mleanos)
  • 6e4c54f feat(config): Adding host configuration feature (@farajfarook)
  • 2bdde4e fix(articles): Orphaned User reference throws server error (@mleanos)
  • #1083 Merge pull request #1083 from mleanos/feature/Gulp-TestWatch-Server (@mleanos)
  • bf2eeed feat(gulp): Gulp Server Watch for Mocha (@mleanos)
  • 996976a fix(core): Remove duplicate angular interceptor (@pgrodrigues)
  • #940 Merge pull request #940 from jloveland/email-validation (@jloveland)
  • #1093 Merge pull request #1093 from pursual/master (@pursual)
  • #1091 Merge pull request #1091 from mpfeil/bluemix-rvmpath-patch (@mpfeil)
  • 4701722 fix(core): Serve static files without session init (@pursual)
  • 9af6f2b Update pipeline.yml (@mpfeil)
  • #1011 Merge pull request #1011 from mleanos/mongoose-4.1.12-connect-bug (@mleanos)
  • 33258f1 feat(users): Supporting valid email according to HTML5 and RFC 822 (@jloveland)
  • #1080 Merge pull request #1080 from meanjs/npm-warnings (@meanjs)
  • 6088e0f fix(test): Remove npm warnings by testing against Node >=0.12 (@ilanbiala)
  • 6d74474 feat(config): Local env configurations (@mleanos)
  • #1057 Merge pull request #1057 from meanjs/bug/changelogDirections (@meanjs)
  • #1063 Merge pull request #1063 from boykoc/update-readme (@boykoc)
  • 099704c doc(readme): Update Yo Generator section (@boykoc)
  • ab7d92a bug(docs): Update change log command (@codydaig)
  • #1058 Merge pull request #1058 from meanjs/bug/dockerNodeVersion (@meanjs)
  • 710c70d bug(docker): Change Node Version (@codydaig)
  • #1049 Merge pull request #1049 from lirantal/feature/prep-for-042-release (@lirantal)
  • 5ef0ca9 Merge remote-tracking branch 'upstream/master' into feature/prep-for-042-release (@lirantal)
  • bcdb663 [docs] Changelog and updating package.json file for 0.4.2 release (@codydaig)
  • #1022 Merge pull request #1022 from codydaig/docs/changelog3 (@codydaig)
  • 892d9bf [docs] Changelog (@codydaig)
  • #1039 Merge pull request #1039 from ryanjbaxter/bluemix-mongo-changes (@ryanjbaxter)
  • 7340e68 Switched to using new MongoDB service in Bluemix since MongoLabs is being removed (@ryanjbaxter)
  • #1042 Merge pull request #1042 from codydaig/test/node5 (@codydaig)
  • #1043 Merge pull request #1043 from codydaig/bug/liveexample (@codydaig)
  • #1006 Merge pull request #1006 from zeldar/gulpdocs#741 (@zeldar)
  • 1a3d3c1 Added short Gulp Section to Intro (@zeldar)
  • 9bfb312 bug(readme): Remove Broken Live Demo Link (@codydaig)
  • #1008 Merge pull request #1008 from codydaig/nocache (@codydaig)
  • eafad77 test(travis): Add Testing for Node 5 (@codydaig)
  • #1028 Merge pull request #1028 from mleanos/duplicate-test-profile-picture (@mleanos)
  • #1025 Merge pull request #1025 from mleanos/seeddb-missing-config (@mleanos)
  • 3db8709 [bug] Dont use Cache (@codydaig)
  • #1027 Merge pull request #1027 from rodp82/master (@rodp82)
  • #980 Merge pull request #980 from codydaig/patch-1 (@codydaig)
  • a871c92 Duplicate CRUD Test - Profile Picture (@mleanos)
  • #1026 Merge pull request #1026 from jloveland/jshint-issues-missed (@jloveland)
  • 1f79770 Fixing jshint issues with grunt, gulp, and reset-password script. (@jloveland)
  • 28f1f57 [hotfix] SeedDB missing in env config (@mleanos)
  • #1020 Merge pull request #1020 from codydaig/updateMongoose (@codydaig)
  • #1019 Merge pull request #1019 from mleanos/logger-default-stdout (@mleanos)
  • 09bc727 Update Mongoose Version (@codydaig)
  • 99fe989 Logger Development config default (@mleanos)
  • #948 Merge pull request #948 from gustavodemari/update-multer-profile-upload (@gustavodemari)
  • #999 Merge pull request #999 from mleanos/morgan-logger-config (@mleanos)
  • 5af083c Changed favicon string to env variable
  • 8cd2291 Enable log options for Morgan (@mleanos)
  • #1009 Merge pull request #1009 from codydaig/bug/mongoose (@codydaig)
  • 64916dd Lock mongoose version to a working version (@codydaig)
  • #1004 Merge pull request #1004 from lirantal/feature/travis-webhooks-as-env-variables (@lirantal)
  • 7ecf933 updating profile upload with a new version of multer (@gustavodemari)
  • 70e83ff fixes #898 - addressing the issue where the webhook API is hard-coded into the travis config file (@lirantal)
  • #987 Merge pull request #987 from mleanos/favicon-path-bug (@mleanos)
  • e6a5732 Favicon invalid path (@mleanos)
  • #1002 Merge pull request #1002 from codydaig/docs/contributing-docs (@codydaig)
  • 5a4fe5a [docs] Information about Contributing (@codydaig)
  • #990 Merge pull request #990 from ilanbiala/eslint (@ilanbiala)
  • #1000 Merge pull request #1000 from tatethurston/docs/requirements (@tatethurston)
  • #1001 Merge pull request #1001 from ilanbiala/node-pre-gyp (@ilanbiala)
  • #985 Merge pull request #985 from jloveland/karma-coverage (@jloveland)
  • 2ab02b7 Update package.json (@ilanbiala)
  • c2b13b9 adding karma coverage for grunt (@jloveland)
  • cec3e1f Added Ruby and Sass to requirements with install directions (@tatethurston)
  • #993 Merge pull request #993 from jloveland/e2e-fail-travis (@jloveland)
  • 70d7e17 removing keepAlive conf to fail travis if e2e tests fail (@jloveland)
  • #910 Merge pull request #910 from jloveland/hide-password-validator (@jloveland)
  • #991 Merge pull request #991 from ilanbiala/formatting-fixes (@ilanbiala)
  • d5cc4b7 Add ESLint support (@ilanbiala)
  • 0323696 Format code according to ESLint rules (@ilanbiala)
  • #957 Merge pull request #957 from mleanos/seeddb-enhance-testability (@mleanos)
  • 6514044 adding tests for directives (@jloveland)
  • f733efb renaming strength meter, hiding when password field is empty, and refactoring directives to use $validators (@jloveland)
  • c8672a5 Fail Build on Node 4 (@codydaig)
  • #972 Merge pull request #972 from mleanos/mocha-global-timeout-grunt (@mleanos)
  • #959 Merge pull request #959 from lirantal/feature/user-route-tests-improve-3 (@lirantal)
  • 0017886 updating travis to support installing a local mail server (@lirantal)
  • eb7c4f8 adding more API tests (@lirantal)
  • 037878b Global Mocha timeout (@mleanos)
  • #967 Merge pull request #967 from mleanos/user-model-validate-bug (@mleanos)
  • 32e0d12 Synchronous tests (@mleanos)
  • 75cf745 Formatting and Indentation (@mleanos)
  • 0560062 Seed options - logResults (@mleanos)
  • #971 Merge pull request #971 from jloveland/session-tests-return (@jloveland)
  • b07af94 adding return done() to tests (@jloveland)
  • #968 Merge pull request #968 from jloveland/e2e-test-error (@jloveland)
  • #927 Merge pull request #927 from jloveland/local-session-secret (@jloveland)
  • #922 Merge pull request #922 from lirantal/feature/travis-add-node-v4-gcc-update (@lirantal)
  • b7a57ab adding the required support to properly build the nodejs v4 edition (@lirantal)
  • 83eb2dc adding protractor options to fix travis failing (@jloveland)
  • 288f0b4 Solves User model validation bug (@mleanos)
  • 2eb0b09 adding ability to configure session.secret in local env config (@jloveland)
  • #939 Merge pull request #939 from jloveland/e2e-tests-fix (@jloveland)
  • #956 Merge pull request #956 from mleanos/mocha-test-suite-timeouts (@mleanos)
  • #944 Merge pull request #944 from SibuStephen/patch-1 (@SibuStephen)
  • 3b375e6 Mocha test timeouts [fixes #955] (@mleanos)
  • #937 Merge pull request #937 from lirantal/feature/seeddb-refactoring (@lirantal)
  • fdf1ad5 fixing grunt and gulp e2e tests (@jloveland)
  • c83eefa Link for download link (NodeJs download) (@sibStephen)
  • #904 Merge pull request #904 from jloveland/jshint-single-quotes (@jloveland)
  • 6f8b5bf adding tests for meanjs core server functionality (@lirantal)
  • 9886093 refactoring the seeddb logic to work with promises all over due to all the async behavior (@lirantal)
  • 96bcd6d fixing spacing (@jloveland)
  • #901 Merge pull request #901 from igorauad/fixRedirection (@igorauad)
  • #891 Merge pull request #891 from codydaig/bug/gulphang (@codydaig)
  • #921 Merge pull request #921 from mleanos/dbseed-user-passwords (@mleanos)
  • #924 Merge pull request #924 from lirantal/bugfix/923-ssl-support-for-password-reset (@lirantal)
  • #928 Merge pull request #928 from lirantal/feature/user-route-tests-improve (@lirantal)
  • 3d37e20 Repeating Characters condition (@mleanos)
  • 1c7d742 [hotfix] Fixes db seed password bug (@mleanos)
  • de354ee adding route tests for user/admin CRUD operations (@lirantal)
  • #925 Merge pull request #925 from lirantal/bugfix/user-route-tests-typos (@lirantal)
  • 1eddc47 updating comments for tests in code (@lirantal)
  • 2b8bee0 Fix redirection to previous state after required authentication (@igorauad)
  • b824ebc fixed bug #923 - making password reset links work for both http and https configuration (@lirantal)
  • #917 Merge pull request #917 from simison/patch-13 (@simison)
  • 08c0732 Update Bower manifest (@simison)
  • #906 Merge pull request #906 from lirantal/feature/travis-add-node-v4 (@lirantal)
  • 97d7eb7 adding caching for packages and npm modules across builds. Also setting sudo to false as it's not used for anything during the build (@lirantal)
  • #911 Merge pull request #911 from simonlinj/patch-1 (@simonlinj)
  • be36823 Fix typo (@simonlinj)
  • #909 Merge pull request #909 from codydaig/patch-1 (@codydaig)
  • 1095131 [bug] Seed Password's strength [Closes #908] (@codydaig)
  • #801 Merge pull request #801 from codydaig/docs/pull793 (@codydaig)
  • 984e168 updating .travis.yml file for allowing builds to fail (@lirantal)
  • 0302a76 adding support for nodejs v4 and allowing it to fail without failing the complete build for CI (@lirantal)
  • a38abd0 fixing jshint issues by requiring single quotes (@jloveland)
  • #890 Merge pull request #890 from lirantal/feature/article-module-dummy-config-dir (@lirantal)
  • #878 Merge pull request #878 from jloveland/owasp-password-strength (@jloveland)
  • 927855f [doc] Add seed user instructions to README (@codydaig)
  • #893 Merge pull request #893 from lirantal/feature/seeddb-refactor-users (@lirantal)
  • #887 Merge pull request #887 from lirantal/feature/app-startup-version-number (@lirantal)
  • 1fd6bb6 adding stronger password requirements for improving security based on OWASP (@jloveland)
  • 2131ccd [bug] Gulp test wasn't running server tests (@codydaig)
  • 05f9053 Refactoring the seeded user objects to be easily maintained (@lirantal)
  • 903b4ca Dummy config directory for the articles module to make it easier for developers to understand and realize there's an actual per-module config/ directory/files that can be added (@lirantal)
  • a12746e Adding support for meanjs-version specific configuration option and displaying both MEAN.JS project and App project version numbers on start-up (@lirantal)
  • 58b371b Adding MEAN.JS version information as part of the startup info when app loads (@lirantal)
  • #886 Merge pull request #886 from lirantal/feature/travis-ci-enable-coverage-task (@lirantal)
  • c6e0f68 Adding another job for Travis CI to run the grunt coverage task on every build (@lirantal)
  • #876 Merge pull request #876 from codydaig/0.4.1 (@codydaig)
  • 834555c 0.4.1 (@codydaig)
  • #875 Merge pull request #875 from meanjs/travis-gitter-integration (@meanjs)
  • d1c3348 Travis now sends notifications to Gitter (@ilanbiala)
  • #866 Merge pull request #866 from almegdad/0.4.0 (@almegdad)
  • aafa5e6 Force Lowercase & Remove Sensitive Data (@almegdad)
  • #864 Merge pull request #864 from codydaig/bug/cfconfig (@codydaig)
  • #811 Merge pull request #811 from lirantal/feature/code-coverage (@lirantal)
  • #851 Merge pull request #851 from lirantal/feature/security-nsp-ci-packages-up-to-date (@lirantal)
  • #863 Merge pull request #863 from mleanos/hotfix/user-model-tests-roles (@mleanos)
  • 57079e2 Remove non CF specific files (@codydaig)
  • 14b8dd4 Fixed User model tests (@mleanos)
  • #858 Merge pull request #858 from mleanos/admin-users-require-role (@mleanos)
  • #840 Merge pull request #840 from lirantal/feature/users_module_tests_% (@lirantal)
  • #845 Merge pull request #845 from lirantal/feature/sessionCookie-refactoring-params (@lirantal)
  • 263adcc User model tests for roles (@mleanos)
  • bbbe877 Admin Users require role (@mleanos)
  • #853 Merge pull request #853 from Gym/task-enhancements (@Gym)
  • #832 Merge pull request #832 from codydaig/fix/dockerSASS (@codydaig)
  • e1d69b8 Adding the NSP tool to audit our packages version for known security vulnerabilities as part of the CI process (@lirantal)
  • #852 Merge pull request #852 from mleanos/chat-empty-message (@mleanos)
  • #850 Merge pull request #850 from vaucouleur/filenames (@vaucouleur)
  • 6db8a4e Major Fixing and Refactoring tests (@lirantal)
  • ab82acb Renamed files using convention verb-object.client.etc. Closes #817 (@vaucouleur)
  • #774 Merge pull request #774 from Gym/remove-data-prefix (@Gym)
  • 1fa9776 Task enhancements (@rhutchison)
  • 3bf07fe Remove data- prefix from attributes (@rhutchison)
  • #759 Merge pull request #759 from Gym/client-side-validation (@Gym)
  • #842 Merge pull request #842 from Gym/fb-enhancements (@Gym)
  • #796 Merge pull request #796 from trainerbill/UnauthorizedRoute2 (@trainerbill)
  • 8128570 [fix] Empty Chat Messages (@mleanos)
  • 8015476 client-side form validation with ng-messages. (@rhutchison)
  • 80b63b5 Refactoring the Session Cookie configuration and adding more configurale parameters (@lirantal)
  • ed89f9e Unauthorized client routing (@trainerbill)
  • #846 Merge pull request #846 from lirantal/feature/refresh-homepage-links (@lirantal)
  • 4a65439 Refreshing the M.E.A.N links and description in the homepage (@lirantal)
  • #844 Merge pull request #844 from Gym/404-behavior (@Gym)
  • #843 Merge pull request #843 from Gym/bug-previous-state (@Gym)
  • #841 Merge pull request #841 from Gym/master (@Gym)
  • c6d2683 do not save state to previous (history) for routes marked ignoreState. (@rhutchison)
  • 9fdd2a0 mask exception route, but show not-found page. (@rhutchison)
  • b249512 use pushstate, fall back to window.location.hash. (@rhutchison)
  • 27d2818 Closes #202 - if user does not authorize email scope, email will not be mapped. Username will be generated from first initial of first name and last name. (@rhutchison)
  • 3527537 local.example.js still has old fb auth callback (@rhutchison)
  • #836 Merge pull request #836 from Gym/0.4.1 (@Gym)
  • 4b43c4e Correct
    Tags and set Title (@Meistercoach83)
  • #830 Merge pull request #830 from codydaig/bug/password (@codydaig)
  • #790 Merge pull request #790 from ryanjbaxter/bluemix-button (@ryanjbaxter)
  • #835 Merge pull request #835 from simison/patch-12 (@simison)
  • 601cf9f Link to editorconfig from CONTRIBUTING.md (@simison)
  • #815 Merge pull request #815 from codydaig/docs/Contributing (@codydaig)
  • 7c286b0 adding support for coveralls integration for mean.js to report live project code coverage information (@lirantal)
  • ef7ce74 [docs] Contributing.md (@codydaig)
  • 814b856 [fix] Install ruby and SASS with Docker (@codydaig)
  • 5c287f5 [fix] Was storing a 6 char password in plain text [fixes #829] (@codydaig)
  • #827 Merge pull request #827 from mleanos/hotfix/default-env-client-path (@mleanos)
  • #826 Merge pull request #826 from codydaig/test/userEmail (@codydaig)
  • 195cbe5 Added missing /client/ path (@mleanos)
  • 74f58bb [test] Allow an email with sub domains (@codydaig)
  • #821 Merge pull request #821 from codydaig/fix/editorconfig (@codydaig)
  • #824 Merge pull request #824 from lirantal/bugfix/localjs-env-params-used-for-tests (@lirantal)
  • d188326 Fixed issue where if local.js exists then grunt test will run on that environment config and possibly delete collections (@lirantal)
  • #825 Merge pull request #825 from seanemmer/master (@seanemmer)
  • d737696 Corrected 'prod' task in gulpfile (@seanemmer)
  • #816 Merge pull request #816 from lirantal/feature/secure-mode-sslcerts-configurable (@lirantal)
  • #820 Merge pull request #820 from pgrodrigues/master (@pgrodrigues)
  • 5754b03 Changed .html files to have 2 spaces instead of tabs (@codydaig)
  • 3b5e13e fix default session cookie maxAge (@pgrodrigues)
  • #810 Merge pull request #810 from cdriscol/menus_service_issue (@cdriscol)
  • #812 Merge pull request #812 from mleanos/bug/socket-session-key (@mleanos)
  • 384fb7d adding support for a configurable ssl-mode and and ssl cert/key files in the environment configuration (@lirantal)
  • 792488e Fixed bug with Socket IO session (@mleanos)
  • 7252032 Adding coverage report for server-side tests using istanbul (@lirantal)
  • ec3af65 Fixing Menus service remove bugs. (@cdriscol)
  • #806 Merge pull request #806 from pgrodrigues/master (@pgrodrigues)
  • #780 Merge pull request #780 from codydaig/feature/issue583 (@codydaig)
  • #805 Merge pull request #805 from vaucouleur/master (@vaucouleur)
  • 9fc6091 Code from mleanos (@codydaig)
  • e68b422 Make TopBar Public By Default (@codydaig)
  • 1f7bfdd Make tests pass (@codydaig)
  • 8fc9b50 fix some typos (@pgrodrigues)
  • 851973f Fixed end tags in page header (@vaucouleur)
  • #758 Merge pull request #758 from trainerbill/PathRefactor (@trainerbill)
  • #804 Merge pull request #804 from lirantal/feature/session-expiration-enhancement-2 (@lirantal)
  • 0aa5e68 Adding support for configurable session expiration time (@lirantal)
  • #799 Merge pull request #799 from lirantal/feature/users_module_tests_4 (@lirantal)
  • #798 Merge pull request #798 from lirantal/feature/security-enhancements-session (@lirantal)
  • #793 Merge pull request #793 from trainerbill/SeedDB2 (@trainerbill)
  • 89050d5 Adding suite of tests for the e-mail validation field in the users model (@lirantal)
  • 360c3a4 Adding support for sessionKey configuration parameter to allow to easily change the session key that is used to hold the session value. The default is a generic sessionId key to introduce security through obscurity. (@lirantal)
  • d319f92 Initial commit to return /client to the URL include paths (@trainerbill)
  • ea97f2e Database seeding (@trainerbill)
  • #791 Merge pull request #791 from pgrodrigues/master (@pgrodrigues)
  • 8b29833 remove double esnext entry in .jshintrc (@pgrodrigues)
  • #771 Merge pull request #771 from lirantal/bugfix/fix_user_module_async_tests (@lirantal)
  • #781 Merge pull request #781 from codydaig/bug/listArticlesAuth (@codydaig)
  • 2892fe3 Added Deploy To Bluemix button to the README (@ryanjbaxter)
  • #787 Merge pull request #787 from Gym/spaces (@Gym)
  • cb9d7e3 fix indentation (@rhutchison)
  • #766 Merge pull request #766 from lirantal/feature/jshint-deprecated-options (@lirantal)
  • 9149dc4 removing deprecated options in the latest versiosn of jshint which will be replaced by adding JSCS settings (@lirantal)
  • #773 Merge pull request #773 from codydaig/patch-2 (@codydaig)
  • cbebed9 Allow Guests to view Articles (@codydaig)
  • 019e420 Remove Dev Branch Badges (@codydaig)
  • 463f5b9 fixing up a user model test which was not setup correctly without the async done() callback, which led to false postivies. Adding timeouts to the test ensures that the test completes in time, otherwise mocha's 2s timeout will fail the test (@lirantal)
  • 21d87e9 Merge branch 'ryanjbaxter-0.4.0-cf' (@lirantal)
  • 2f60b2b Merge branch '0.4.0-cf' of https://github.com/ryanjbaxter/mean into ryanjbaxter-0.4.0-cf (@lirantal)
  • #768 Merge pull request #768 from lirantal/feature/users_module_tests_2 (@lirantal)
  • #765 Merge pull request #765 from jloveland/more-security (@jloveland)
  • c967a98 refactoring the async nature in the user model tests to account for mocha 2 second timeouts causing travis-ci build fails (@lirantal)
  • #762 Merge pull request #762 from lirantal/feature/grunt_fail_on_failures (@lirantal)
  • dd254e1 updating travis ci build to install required ruby gem dependencies (@lirantal)
  • #755 Merge pull request #755 from Gym/bug-reset-password (@Gym)
  • 4949bdd adding ordered cipher list, stronger settings in generate-ssl-certs script, and hsts settings (@jloveland)
  • #756 Merge pull request #756 from lirantal/feature/users_module_tests (@lirantal)
  • c22c888 updating grunt 'force' option to default/force it to false so that we can fail any task that is failing and thus fail the build in case of any issues in tests, jshint conventions, and so on (@lirantal)
  • 346ebd6 re-factoring the server model tests to create user model from schema only during tests, so that we can re-use mongodb's _v versioning fields, and also cleaning up user tests on each test iteration (@lirantal)
  • 01a8d5e reset-password enhancements and bug fix (@rhutchison)
  • d0613ce Merge branch '0.4.0' (@lirantal)
  • #737 Merge pull request #737 from lirantal/feature/0.4.0_prepare_release (@lirantal)
  • #750 Merge pull request #750 from lirantal/bugfix/gitignore_jekyll_assets (@lirantal)
  • 379f58e updating gitignore file to disregard the _site/ directory which gets created when using jekyll for generating the gh-pages documentation branch locally (@lirantal)
  • #744 Merge pull request #744 from Gym/0.4.0 (@Gym)
  • 2747df6 BUG: Removed a ng-binding to article.content in user-list.client.view.html (@rhutchison)
  • #706 Merge pull request #706 from Gym/formatting-reboot (@Gym)
  • ef3a3f9 formatting reboot (space-2 and consistency) (@rhutchison)
  • f8750b3 updating the new 0.4.1 dev branch for when 0.4.0 will actually be released (@lirantal)
  • #736 Merge pull request #736 from lirantal/feature/refactor-app-service (@lirantal)
  • edb6234 Refactoring server application service to enable modularity and callbacks, as well as provide app, db, config variables outside of server.js (@lirantal)
  • #734 Merge pull request #734 from codydaig/docs/040release (@codydaig)
  • efd3ee4 Initial support for deploying MEANJS to Cloud Foundry (@ryanjbaxter)
  • c539cdb Modify Generator Refrences/Docs (@codydaig)
  • #733 Merge pull request #733 from codydaig/enhancement/pull662 (@codydaig)
  • 40878bb Get site title from default (@codydaig)
  • #731 Merge pull request #731 from simison/mkdir-uploads (@simison)
  • eba4754 Add Grunt task to make sure uploads directory exists (@simison)
  • #728 Merge pull request #728 from cdriscol/angular_tests (@cdriscol)
  • #487 Merge pull request #487 from igorauad/0.4.0 (@igorauad)
  • #568 Merge pull request #568 from floydpink/feature-fix-535 (@floydpink)
  • e6a35a7 Enable redirection to previous page after login (@igorauad)
  • #720 Merge pull request #720 from vaucouleur/getErrorMessage (@vaucouleur)
  • d5ea5c9 Adding client test coverage. (@cdriscol)
  • #713 Merge pull request #713 from Gym/0.4.0 (@Gym)
  • #729 Merge pull request #729 from mleanos/angular-file-upload-static-dep (@mleanos)
  • a5bceb9 Updated angular-file-upload to use static dependency (@mleanos)
  • 4bbc4a3 add user route tests (@rhutchison)
  • 839f805 BUG: fix admin access (blocking user PUT) (@rhutchison)
  • #714 Merge pull request #714 from cdriscol/fix_karma_errors_html2js (@cdriscol)
  • 71167b0 The article middleware was calling getErrorMessage with a null argument, causing a crash when this method tried to access 'code' on an null parameter. (@vaucouleur)
  • #707 Merge pull request #707 from lirantal/feature/mongoose_debug_option (@lirantal)
  • c468539 Adding karma-ng-html2js-preprocessor to fix karma tests. Adding user mock to articles tests. (@cdriscol)
  • #710 Merge pull request #710 from mleanos/Chat-Missing-Auth-DI (@mleanos)
  • 0fa9b95 Added missing dependency injection in Chat (@mleanos)
  • #676 Merge pull request #676 from Gym/admin-feature (@Gym)
  • 0bcadcc Enhancing support for development envionrment to enable mongoose debug mode so that we can debug db queries (@lirantal)
  • #685 Merge pull request #685 from codydaig/pull664 (@codydaig)
  • #701 Merge pull request #701 from mleanos/socket-connect (@mleanos)
  • #698 Merge pull request #698 from simison/patch-11 (@simison)
  • #703 Merge pull request #703 from lirantal/bugfix/config_chalk_console_log_order (@lirantal)
  • 65c6d1f Socket IO client enhancement with connect() method (@mleanos)
  • 6066020 Admin module base & user admin implementation. (@rhutchison)
  • 0a7a715 Moved all editor setting to bottom (@mleanos)
  • 2802729 Putting the head in order (@simison)
  • 6c2c77c Added Visual Studio files to gitignore (@mleanos)
  • 411765b fixing chalk and console usage for consistency reasons (@lirantal)
  • #700 Merge pull request #700 from trainerbill/requireLogin (@trainerbill)
  • 1b54d35 Final Clean Up after code review (@trainerbill)
  • #699 Merge pull request #699 from lirantal/bugfix/unused-variable (@lirantal)
  • #693 Merge pull request #693 from lirantal/feature/clean_angular_hashbang_urls (@lirantal)
  • 03a4042 Updated routes and a logic fix (@trainerbill)
  • de3b890 removed /#! in user controllers (@lirantal)
  • 2ff2490 removing unused passport variable in express.js library file (@lirantal)
  • fb71619 Refactor (@trainerbill)
  • e21805f Prepare for role-based access control of states (@igorauad)
  • 9fc88e6 Filter states for which login is required during state change (@igorauad)
  • #683 Merge pull request #683 from mleanos/gitignore_VS (@mleanos)
  • #688 Merge pull request #688 from codydaig/bugfix/github_undefined_displayname (@codydaig)
  • #666 Merge pull request #666 from Gym/task-enhancements (@Gym)
  • #691 Merge pull request #691 from lirantal/feature/missing_ssl_better_log (@lirantal)
  • 315187e enhancing error message with an actual instruction on how to fix the missing ssl problem when running in prod mode and secured enabled (@lirantal)
  • #684 Merge pull request #684 from lirantal/feature/users_tests_email_unique (@lirantal)
  • ac35f0f adding couple more tests to confirm users model works as expected (@lirantal)
  • c7ec27e Moved all editor setting to bottom (@mleanos)
  • a62c4dd Move livereload, image, and favicon to config (@codydaig)
  • 7605956 displayName undefined (@codydaig)
  • c3380bf Added Visual Studio files to gitignore (@mleanos)
  • #682 Merge pull request #682 from codydaig/patch-2 (@codydaig)
  • a7e065e Added Master and Dev Badges to README (@codydaig)
  • 3e378b4 BUG: Path separator support for windows. (@rhutchison)
  • 0f7cf54 move task configs to separate properties. (@rhutchison)
  • #566 Merge pull request #566 from simison/error-404-pages (@simison)
  • #439 Merge pull request #439 from igorauad/uniqueEmail (@igorauad)
  • #673 Merge pull request #673 from codydaig/bugfix/consolelog (@codydaig)
  • #671 Merge pull request #671 from lirantal/feature/lint-on-grunt-test (@lirantal)
  • 0efc82d Fix message catching the field for which a duplicate key error ocurred (@igorauad)
  • a8dae99 Remove console.log from an article test (@codydaig)
  • c90dda9 enabling the lint task when running tests so we can identify coding convention issues on Pull-Requests in the CI (@lirantal)
  • #665 Merge pull request #665 from codydaig/mergeissue (@codydaig)
  • #668 Merge pull request #668 from cdriscol/base_tag (@cdriscol)
  • 9e7239b appending a base tag to the head before jasmine tests run. (@cdriscol)
  • 4d1ae6e change _.extend to _.merge (@codydaig)
  • #659 Merge pull request #659 from lirantal/bugfix/secure-mode-fix (@lirantal)
  • 5d4d7ce Make emails unique (@igorauad)
  • 03b7f6f fixing up SSL support on startup to fallback to non-SSL mode if files are not present (@lirantal)
  • #658 Merge pull request #658 from codydaig/npm3-patch2 (@codydaig)
  • 5d5d1b7 Update package.json to include peer dependencies (@codydaig)
  • #656 Merge pull request #656 from fauria/0.4.0 (@fauria)
  • a23290b Use validator.js for email validation (@fauria)
  • #651 Merge pull request #651 from grantgeorge/no-password-ssl-certs (@grantgeorge)
  • bf777d9 do not use aes when creating ssl certs to prevent password requirement (@grantgeorge)
  • #610 Merge pull request #610 from trainerbill/PayPalAuth4 (@trainerbill)
  • fe1d584 Indentation fixes (@trainerbill)
  • a98a84f Fix merge conflicts (@trainerbill)
  • #647 Merge pull request #647 from lirantal/bugfix/cleanup-readme (@lirantal)
  • 8c2156f cleaning up code blocks in README (@lirantal)
  • #645 Merge pull request #645 from djorak/patch-1 (@djorak)
  • c572ed7 JSHint test failing because of missing semicolon (@djorak)
  • #642 Merge pull request #642 from lirantal/bugfix/password-changing-on-user-save (@lirantal)
  • #643 Merge pull request #643 from lirantal/enhancement/README-update-grunt-startup (@lirantal)
  • bf79c17 updating the schema save pre hook so that it checks for a modified version of the password field before it tries to re-calculate the new password to save for the user model (@lirantal)
  • #640 Merge pull request #640 from lirantal/bugfix/server-startup-log (@lirantal)
  • #641 Merge pull request #641 from lirantal/bugfix/db-name-per-environment (@lirantal)
  • 39e4282 updating README file with more elaborate instructions on running grunt in different environment modes (dev/prod/secure ssl) (@lirantal)
  • 2e03d13 updated the development.js environment configuration file to use the mean-dev database instead of mean-test which is used for testing/stages environment (@lirantal)
  • 9e8ee9e Merge branch 'Robaum-0.4.0' into 0.4.0 (@lirantal)
  • 6bb5b8c Merge branch '0.4.0' of https://github.com/Robaum/mean into Robaum-0.4.0 (@lirantal)
  • 9fb2215 cleaning up application startup information (@lirantal)
  • #637 Merge pull request #637 from Gym/0.4.0 (@Gym)
  • b8d6fa7 formatting: indent (@rhutchison)
  • #634 Merge pull request #634 from Gym/0.4.0 (@Gym)
  • 786c546 Update users.authentication.server.controller.js (@rhutchison)
  • 75c8052 remove unused dependcies. (@rhutchison)
  • 16aa646 Merge branch '0.4.0' of github.com:meanjs/mean into 0.4.0 (@rhutchison)
  • d0bb4a3 duplicate controller. This was moved under settings/ (@rhutchison)
  • b18a7dd bug: remove social account. (@rhutchison)
  • #599 Merge pull request #599 from loulin/0.4.0 (@loulin)
  • 9e19493 Remove unused scope declarations. (@rhutchison)
  • #633 Merge pull request #633 from Gym/package-formatting (@Gym)
  • #632 Merge pull request #632 from danaronoff/0.4.0 (@danaronoff)
  • f345d20 Update package.json to indent space-2. (@rhutchison)
  • 50937ea Remove duplicate assets definition (@danaronoff)
  • #616 Merge pull request #616 from meanjs/master_to_0.4.0 (@meanjs)
  • #622 Merge pull request #622 from Gym/0.4.0 (@Gym)
  • b6818b6 fix btn-large class names. (@rhutchison)
  • 67e38ae fix failing tests (@rhutchison)
  • 9ca71c8 remove href attribute. (@rhutchison)
  • 73b5fa3 Revert "load bootstrap (doh)" (@rhutchison)
  • #621 Merge pull request #621 from simison/patch-10 (@simison)
  • 96f8ab5 keeping nodejs versions 0.10 and 0.12 as the test servers for travis configuration (@lirantal)
  • 73be794 package.json will always use 2 spaces indent (@rhutchison)
  • 00a4668 update javascript libs (@rhutchison)
  • 30c9160 setup dropdown menu (@rhutchison)
  • 7d8cea1 load bootstrap (doh) (@rhutchison)
  • d4c880b update dependencies (@rhutchison)
  • 75aad2e Sorting out .gitignore (@simison)
  • d5b22e3 addressing missing newlines and node 0.12 version for travis-ci (@lirantal)
  • 2be8f71 support for test:server and test:client grunt tasks which were removed from the merge of 0.4.0 into master (@lirantal)
  • 52fe443 fixing err object which isnt present in this check, replacing it with a text message (@lirantal)
  • 834bfd6 removing left-overs of merge diff from 0.4 to master (@lirantal)
  • 08b2f74 Fig changed to Compose (@Robaum)
  • 8694b7e PayPal Authentication (@trainerbill)
  • b76c2cd updating 0.4.0 merged branch to support the declerative db connection object instead of just a connection string (@lirantal)
  • 67e96a4 0.4.0 branch merged into master (@lirantal)
  • d00f4ce should return done(err) in article server route test (@loulin)
  • #586 Merge pull request #586 from cdriscol/remove-target-on-signin (@cdriscol)
  • 2a3516e Removing target on signin and signup anchors to prevent a complete page reload when changing to those states. (@cdriscol)
  • #582 Merge pull request #582 from simison/patch-9 (@simison)
  • #575 Merge pull request #575 from pgrodrigues/0.4.0 (@pgrodrigues)
  • 10d35d1 Fix deprecated ExpressJS req.param('provider') (@simison)
  • #579 Merge pull request #579 from lirantal/0.4.0-backport-local-config-feature-553 (@lirantal)
  • #576 Merge pull request #576 from simison/patch-8 (@simison)
  • 1ea9f55 porting pull request from master to 0.4.0 branch: Local environment variables to address issue #553 #557 (@lirantal)
  • fcb6f90 Remove un-used hasAuthorization and requiresLogin (@simison)
  • e11ffda Add some abstraction to local strategy login error (@pgrodrigues)
  • #548 Merge pull request #548 from jloveland/generate-sslcerts (@jloveland)
  • 7c015e2 Correct the issue of Google OAuth2 redirect missing the hashbang after enabling GooglePlus API - Fixes #535 (@floydpink)
  • 7070796 Prettier res.status().format() (@simison)
  • fd17026 #501 Use req.format() to content-negotiate correct response (@simison)
  • ba1a447 #501 Handle 404 errors at Express backend at at Angular frontend (@simison)
  • 8190ee4 Merge branch 'bugfix/404/#501' of https://github.com/dotch/mean-1 into error-404-pages (@simison)
  • f24ce65 Ignore ALL .log files at gitignore (@ilanbiala)
  • #565 Merge pull request #565 from simison/patch-7 (@simison)
  • #549 Merge pull request #549 from vepasto/patch-5 (@vepasto)
  • fea436f Add fonts and svgs to gzip compression pattern (@simison)
  • #557 Merge pull request #557 from lirantal/feature-553-local-config (@lirantal)
  • dce17e9 creating a local.example.js as a sample file to extend configuration to local repository without committing these changes and also replacing .extend() with .merge() for local repository changes (@lirantal)
  • aca6a79 adding a grunt-contrib-copy dev dependency to create a local copy of local.js file and then updating config.js to include it and gruntfile.js to run it in all common tasks (@lirantal)
  • 0fc412d restoring previous state of removing local.js, we'll generate it with grunt when the project starts-up (@lirantal)
  • 619e123 adding the default config/env/local.js instance (@lirantal)
  • ba3e99f implemented feature to address issue 553 - provide a local.js file for local development configuration parameters that will not get committed to remote repositories and will accidentally expose API keys, passwords, and sensitive local configuration (@lirantal)
  • 3e1d0b5 adding ssl back in (@jloveland)
  • c800c0a Hide email address and remove trailing whitespaces (@vepasto)
  • #531 Merge pull request #531 from pgrodrigues/0.4.0 (@pgrodrigues)
  • b2d76b8 Remove more unused requires (@pgrodrigues)
  • #529 Merge pull request #529 from pgrodrigues/0.4.0 (@pgrodrigues)
  • 7f1b46b Remove unused passport require (@pgrodrigues)
  • #522 Merge pull request #522 from simison/patch-4 (@simison)
  • b7f24c6 Fix typo at gitignore (@simison)
  • #516 Merge pull request #516 from tcwd/0.4.0 (@tcwd)
  • 0dbab18 Removed duplicate include for crypto (@edwardysun)
  • #509 Merge pull request #509 from simison/patch-1 (@simison)
  • 238bbe1 Fix headers to HTML5 format (@simison)
  • #498 Merge pull request #498 from ilanbiala/0.4.0 (@ilanbiala)
  • 74273da return a 404 for not found api, module and lib routes (@dotch)
  • #500 Merge pull request #500 from smythey21/generate-ssl-certs-typo-fix (@smythey21)
  • 8f97155 Fixing typo in scripts/generate-ssl-certs.sh (@smythey21)
  • dc6f74d Update connect-mongo to support Mongoose 4.0.0 (@ilanbiala)
  • #497 Merge pull request #497 from ilanbiala/0.4.0 (@ilanbiala)
  • 1fa147e Update dependencies (@ilanbiala)
  • #458 Merge pull request #458 from ilanbiala/0.4.0 (@ilanbiala)
  • e1496dc Reset password script (@ilanbiala)
  • #463 Merge pull request #463 from adamwalz/0.4.0 (@adamwalz)
  • dd0cdfc Bump glob to version 5.0 (@adamwalz)
  • #453 Merge pull request #453 from reblace/#450 (@reblace)
  • #253 Merge pull request #253 from rmuch/fix-salt-encoding (@rmuch)
  • #376 Merge pull request #376 from rmuch/fix-salt-encoding-merge-0.4.0 (@rmuch)
  • #457 Merge pull request #457 from lirantal/feat-update-npm-chalk-1.0.0 (@lirantal)
  • 08f1750 Correctly encode and decode password salt (@rmuch)
  • 8769a6c updating package.json with latest stable API version for chalk (@lirantal)
  • 6d0363f Merge branch '0.4.0' of https://github.com/meanjs/mean into #450 (@reblace)
  • 9f45e63 #450 minor formatting fixes. (@reblace)
  • b61d6a7 #450 Fixing unrelated jshint warnings (@reblace)
  • #456 Merge pull request #456 from dotch/0.4.0 (@dotch)
  • 7876fad removed unused gulp-watch dependency (@dotch)
  • ffde5e8 #450 Use the error reported by mocha. Added some comments explaining (@reblace)
  • 5f57f9d #450 Now the mocha task synchronously calls mongoose connect and (@reblace)
  • 6f09033 Fix Gulp throwing errors (@ilanbiala)
  • 71c4d4b Cleanly track mongoose connection in test task sequence (@ilanbiala)
  • 81c2847 Properly track DB disconnect (@ilanbiala)
  • 6cce3d0 Gulp now closes the mongoose connection (@ilanbiala)
  • e954a20 Disconnect method to close DB connection (@ilanbiala)
  • #445 Merge pull request #445 from dotch/0.4.0 (@dotch)
  • 75bb6f2 update gulp-sass to ensure node-0.12 compatibility (@dotch)
  • #381 Merge pull request #381 from treyhunner/fix-editorconfig (@treyhunner)
  • 78f2808 Add newlines to ends of files (@treyhunner)
  • 7e397e9 Improve EditorConfig file (@treyhunner)
  • #442 Merge pull request #442 from miguelcoba/issue-441 (@miguelcoba)
  • 482ab19 Removes unnecessary whitespace, formats code and add comments (@miguelcoba)
  • #421 Merge pull request #421 from vepasto/0.4.0 (@vepasto)
  • #422 Merge pull request #422 from vepasto/master (@vepasto)
  • 1897ef9 Wait for async saving and removing (@vepasto)
  • 70828bf Wait for async saving and removing (@vepasto)
  • #425 Merge pull request #425 from vepasto/fix-file-ignore (@vepasto)
  • 659c8de Change file ignore pattern to match word 'core' instead of chars (@vepasto)
  • #413 Merge pull request #413 from berendt/add_newline (@berendt)
  • e027f40 Add missing newline at the end of text files (@berendt)
  • #411 Merge pull request #411 from berendt/executable_bit (@berendt)
  • 4879a8e Remove executable bit when not necessary (@berendt)
  • #395 Merge pull request #395 from sylvainlap/master (@sylvainlap)
  • #396 Merge pull request #396 from sylvainlap/0.4.0 (@sylvainlap)
  • eced93f Remove dist files 0.4.0 (@sylvainlap)
  • eef2a33 Remove dist files (@sylvainlap)
  • #382 Merge pull request #382 from igorauad/providerImages (@igorauad)
  • 12766c1 Adjust profile image URLs on Fb and Twitter strategies (@igorauad)
  • #377 Merge pull request #377 from sylvainlap/master (@sylvainlap)
  • #386 Merge pull request #386 from sylvainlap/0.4.0 (@sylvainlap)
  • 07e8b41 Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 (@sylvainlap)
  • 9c501db Auth service (@sylvainlap)
  • #384 Merge pull request #384 from igorauad/facebook2.0 (@igorauad)
  • 9929f1b Remove username from facebook strategy (@igorauad)
  • 6cfa74e Auth service (@sylvainlap)
  • #374 Merge pull request #374 from igorauad/provider_names (@igorauad)
  • db067bb Infer first and last name from github and twitter response (@igorauad)
  • #373 Merge pull request #373 from ilanbiala/update-user-controller (@ilanbiala)
  • #375 Merge pull request #375 from floydpink/comment-typo (@floydpink)
  • ce456b9 Fixed a couple of typos (@floydpink)
  • #157 Merge pull request #157 from miguelcoba/issue-155 (@miguelcoba)
  • 6bc36ed Adds support for re-running server and client tests automatically (@miguelcoba)
  • 121c38e User ID middleware now uses .findById (@ilanbiala)
  • #367 Merge pull request #367 from lirantal/cleanup_css_js_assets (@lirantal)
  • 73684e9 cleaning up css and js assets so they look indented and easy to read on browsers when viewing the HTML source of the page (@lirantal)
  • #349 Merge pull request #349 from lirantal/bugfix-348-article-not-found (@lirantal)
  • 9952138 adding test to check proper handling when no article exists (@lirantal)
  • 00b5ff0 updated to return the req.send() to be consistent with the rest of our codebase (@lirantal)
  • 4871173 correcting 500 server error to 400 client error (@lirantal)
  • 5bccbdd adding proper handling for invalid model ObjectIds passed on to article routes (@lirantal)
  • #354 Merge pull request #354 from androidfred/cloud9 (@androidfred)
  • #350 Merge pull request #350 from kfuchs/patch-1 (@kfuchs)
  • 689d7a8 settings for cloud9 ide added to gitignore (@androidfred)
  • b2377dd Removed sudo from npm install -g mean-cli in doc (@kfuchs)
  • 56aff70 fixing issue #348 - instead of returning a server error 500 on article loading which isnt found we'll throw a 404 with json message (@lirantal)
  • #323 Merge pull request #323 from AndreasHassing/0.4.0 (@AndreasHassing)
  • #332 Merge pull request #332 from bmonty/bmonty/issue-318 (@bmonty)
  • #338 Merge pull request #338 from lirantal/expressjs4.0-compatible (@lirantal)
  • 56bcf17 replacing old expressjs 3.x built-in 'compress' middleware with standalone compression middleware (@lirantal)
  • #258 Merge pull request #258 from ilanbiala/master (@ilanbiala)
  • #289 Merge pull request #289 from lirantal/refactor-mongodb-connection (@lirantal)
  • 90e05f6 resolved conflicts with other PR (@lirantal)
  • #330 Merge pull request #330 from lirantal/typo_users_client_module (@lirantal)
  • ca009b9 move helmet and express.static before sessions for performance (@bmonty)
  • 6cbefb6 fixing bug #317 for typo, thanks to @adipuscasu for finding (@lirantal)
  • #304 Merge pull request #304 from snez/ie8-fallback (@snez)
  • ab18e14 Fix #321 image paths in social meta tags [v0.4] (@AndreasHassing)
  • acccc03 Fix #283 glob path issue for Windows (@AndreasHassing)
  • #315 Merge pull request #315 from seanhussey/patch-1 (@seanhussey)
  • ce6ef3b Fix my own grammar mistake. (@seanhussey)
  • c9996fd Fix more typos and spruce up some grammar and wording.
  • #311 Merge pull request #311 from seanhussey/patch-1 (@seanhussey)
  • 587d551 Fix typo (@seanhussey)
  • daa124a Provide a fallback and upgrade path for IE6/7/8 users
  • #282 Merge pull request #282 from lirantal/ssl-support-fixes (@lirantal)
  • 9b36cfa resolved merge conflict with master (@lirantal)
  • 2faaca5 default port set to 8443 so it doesnt require root privileges (@lirantal)
  • #287 Merge pull request #287 from lirantal/fix-unnecessary-require-url (@lirantal)
  • #285 Merge pull request #285 from lirantal/gitignore-updates (@lirantal)
  • ea50c8b fixed #286 which originated due to commit https://github.com/meanjs/mean/commit/fa1171fe280496fa97a6a8eed1027776922e5c65 which was then re-factored to leave out the url library (@lirantal)
  • 7bce829 updating .gitignore file with more popular entries (@lirantal)
  • 4d9d5ec updating error handler to exit the node app if we cant establish access to mongodb for some reason (@lirantal)
  • 6036d65 adding eclipse and intellij project files to .gitignore (@lirantal)
  • 2d54e83 adding the production app debugging access.log file (@lirantal)
  • a17f86d updating .gitignore with ignoring the correct location of the ssl certficates (@lirantal)
  • 176b619 updating ssl generation script to check app root directory location as safe-guard (@lirantal)
  • 9c25722 make sure we catch errors connecting to mongodb due to wrongly supplied connection string or others, and show an error (@lirantal)
  • 75c40bd updating app startup debug output details for mongodb connection (@lirantal)
  • 5b7423c updating support for mongodb connection string to support special chars for username and password (@lirantal)
  • 586f0ad adding the new scripts directory (@lirantal)
  • 5c689e9 organizing contributed helpful scripts into a ./scripts/ folder before we mess up the app root directory (@lirantal)
  • 6ec9233 updating script to attempt generating the ssl certificates directory first before trying to create files there (@lirantal)
  • b8a3a1f correcting README instructions for the ssl certificates folder location (@lirantal)
  • 1b3cc8c Merge remote-tracking branch 'upstream/master' (@lirantal)
  • #271 Merge pull request #271 from lirantal/enhancement-logging-app-startup-details (@lirantal)
  • 5c975c1 Merge remote-tracking branch 'upstream/master' (@lirantal)
  • 2786c95 updating debug information to support https mode reporting (@lirantal)
  • bf5268e Update home.client.view.html (@amoshaviv)
  • #248 Merge pull request #248 from amckinlay/patch-1 (@amckinlay)
  • #225 Merge pull request #225 from uwolfer/password-request-mail-failure (@uwolfer)
  • #259 Merge pull request #259 from mindmelting/bug/fix_nodemailer_instance (@mindmelting)
  • #266 Merge pull request #266 from wesleyfsmith/master (@wesleyfsmith)
  • f891660 Merge branch 'pr/278' into 0.4.0 (@amoshaviv)
  • #245 Merge pull request #245 from ejsuncy/patch-1 (@ejsuncy)
  • #269 Merge pull request #269 from jeromegv/upstream (@jeromegv)
  • 87217da Because html5Mode is enabled, the links the social buttons point to will not work, the request to /api/auth/{provider} will be captured by ui-router and directed back to /. Adding target="_self" to each link will fix this issue. Maybe creating a new directive for links to hit server side endpoints would be more appropriate but this should do for now.
  • e2b91b0 removing debug information for current environment configuration which is replaced by new output (@lirantal)
  • adf6e0c update to angular-bootstrap 0.12.0 + fix breaking changes (@jeromegv)
  • 374b45c providing more verbose output for current nodejs app configuration on application startup (@lirantal)
  • e4519bc Removed unneeded comas from gruntfile. (@wesleyfsmith)
  • #264 Merge pull request #264 from wesleyfsmith/master (@wesleyfsmith)
  • 873e91f Fixed error message for non-unique username. (@wesleyfsmith)
  • b92f232 Merge remote-tracking branch 'upstream/master' (@lirantal)
  • 959d7e7 Fixed two tiny typos. (@wesleyfsmith)
  • #260 Merge pull request #260 from lirantal/lirantal-enhancements-express-cookie-parameters (@lirantal)
  • fd98f26 Update .travis.yml (@ilanbiala)
  • c94c870 Remove Image Uploads (@amoshaviv)
  • 9ef1812 Remove Image Uploads (@amoshaviv)
  • ab81d61 New 0.4 version (@amoshaviv)
  • 1852c64 Merge branch 'lirantal-enhancements-express-cookie-parameters' (@lirantal)
  • 3217aa0 Merge branch 'enhancements-express-cookie-parameters' of https://github.com/lirantal/meanjs into lirantal-enhancements-express-cookie-parameters (@lirantal)
  • d5cf18a Abstract nodemailer createTransport (@mindmelting)
  • 30fd05c Update package.json (@ilanbiala)
  • #254 Merge pull request #254 from lirantal/enhancement-logger-config (@lirantal)
  • 24d449c Update README.md (@roieki)
  • 276c4a8 Update README.md (@roieki)
  • 5598caf adding error handling incase the config logging option is not defined (@lirantal)
  • d2d4e8c realized I forgot to add the actual logger (@lirantal)
  • bf7bcc6 adding support for logger handling which allows for saving the requests to a logfile, useful for production systems (@lirantal)
  • 0f4a585 making the log format configurable and enabled morgan logging on all environments, not just development (@lirantal)
  • 325a19e Correctly encode and decode password salt (@rmuch)
  • #246 Merge pull request #246 from lirantal/fixes-meanjs-homepage (@lirantal)
  • 71604bb Update packages (@amoshaviv)
  • 26e2025 Fix readme (@amoshaviv)
  • c931012 Fix tests & refactor SSL support (@amoshaviv)
  • d27baea Remove unecessary comment in karma.conf.js (@amckinlay)
  • 7174625 added domain configuration option if required to set the cookie for a specific host (@lirantal)
  • b056f6d documentation updates to the meanjs sample application landing page (@lirantal)
  • 86d38df typo (@ejsuncy)
  • #244 Merge pull request #244 from lirantal/fix-typo-user-password-reset (@lirantal)
  • 6c889a3 fixed typo on angular user module stateprovider states (@lirantal)
  • #212 Merge pull request #212 from lirantal/bugfix-211-use-request-object-for-urls (@lirantal)
  • a724376 Merge branch 'pr/140' (@HasRoie)
  • #227 Merge pull request #227 from lirantal/bugfix-188-require-extensions-deprecated (@lirantal)
  • #228 Merge pull request #228 from lirantal/enhancement-194-ios-view-support (@lirantal)
  • #229 Merge pull request #229 from lirantal/cleanup-218-express-guide-links (@lirantal)
  • #230 Merge pull request #230 from lirantal/enhancement-126-using-chalk (@lirantal)
  • 1ee5bc1 removing un-necessary console.log() calls (@lirantal)
  • 9b694db adding chalk to package.json, locking to 0.5 version as a known and compliant API (@lirantal)
  • 22e330b adding chalk for formatting console messages instead of ANSI escape codes (@lirantal)
  • dc4492f removing un-necessary .js extension (@lirantal)
  • fc45556 fixing up broken links with exchange for newer documentation links on expressjs.com (@lirantal)
  • faa4f23 adding ios rendering support for mobile browsers per bug report #194 (@lirantal)
  • 14c5d1b replacing deprecated require.extensions nodejs call with explicit full paths for require() (@lirantal)
  • 619c7f2 Show error message when sending password request mail fails (@uwolfer)
  • #189 Merge pull request #189 from w-green/adding_server_route_tests (@w-green)
  • #209 Merge pull request #209 from lirantal/enhancements-spellings (@lirantal)
  • #213 Merge pull request #213 from lirantal/bugfix-208-disabling-jsonp (@lirantal)
  • e29ee6f removing the comment too, it may be confusing to think it should just be enabled for JSONP to be globally enabled which isnt true (@lirantal)
  • 6298e35 disabling JSONP from controllers and commenting out from expressjs configuration, allowing users to enable if they need to (@lirantal)
  • acc091f introducing the request object for the index base HTML template which can utilize information such as the requests hostname, and more. This allows to specify the actual hostname for the livereload.js module instead of hard-coding localhost (@lirantal)
  • 84efda1 fixing identations (@lirantal)
  • 5d20988 adding support for configurable session cookie parameters for express (@lirantal)
  • bb56abb correcting spellings and English for main README file (@lirantal)
  • #167 Merge pull request #167 from wesleyfsmith/master (@wesleyfsmith)
  • 4cca972 Bump minor version (@amoshaviv)
  • ea04c9e Small Update (@amoshaviv)
  • d5d2f2e Merge branch 'pr/177' (@amoshaviv)
  • #197 Merge pull request #197 from Nepoxx/patch-4 (@Nepoxx)
  • #165 Merge pull request #165 from neon5/master (@neon5)
  • #156 Merge pull request #156 from miguelcoba/issue-144 (@miguelcoba)
  • #141 Merge pull request #141 from NeverOddOrEven/remove-redundant-variable-declaration (@NeverOddOrEven)
  • #139 Merge pull request #139 from macsj200/patch-2 (@macsj200)
  • #132 Merge pull request #132 from macsj200/patch-1 (@macsj200)
  • b12a3b4 Tiny fixes (@Nepoxx)
  • 2ec6fa0 Feature: Article CRUD ops. Added supertests. closes meanjs/mean#92 (@w-green)
  • 26d8a12 Use ng-annotate instead of ngmin (@josephrace)
  • 5934970 Removed localhost from env files, as it is not necesary and can introduce bugs in non-local environments. (@wesleyfsmith)
  • f786dda moving security configs to secure code block to remove requirement for private key and certificate (@jloveland)
  • d80a46b Fixed typo of div attribute
  • 6c7f03f Rise gunt-concurrent task limit. (@miguelcoba)
  • 7946cfe adding secure.js environment option, reverting production.js, and adding openssl options to gen-certs (@jloveland)
  • 99b6756 Remove redundant variable declaration (@NeverOddOrEven)
  • 2ac17f7 adding https option for running with TLS/SSL (@jloveland)
  • aeb0272 Genericize invalid username or password message (@macsj200)
  • 867cf5e Fix typo in Error handling controller code (@macsj200)
  • 2c319c5 Update to config tabs (@amoshaviv)
  • 5067750 Removing swig from controller (@amoshaviv)
  • b311b7b Fix menu service defaults (@amoshaviv)
  • 5087895 Fixing password headers (@amoshaviv)
  • e56c76a Use form validation in articles (@amoshaviv)
  • ee95616 Merge branch 'pr/125' (@amoshaviv)
  • 3949400 Update create-article.client.view.html (@romainkoenig)
  • e98554e Updating Deprecated res.send (@amoshaviv)
  • 7091f6a Adding Dist files (@amoshaviv)
  • 7b0b860 Adding Dist files (@amoshaviv)
  • b11bd07 Adding Dist files (@amoshaviv)
  • 315024e Merge branch '0.3.2' (@amoshaviv)
  • b6cd10f Add app name in email (@amoshaviv)
  • f6e1909 Update 0.3.2 (@amoshaviv)
  • 3dcf45c Added github signin/signup to the list of signups/signi's (@anooprh)
  • f4b62ca Adding Password Reset (@amoshaviv)
  • 9fb6e41 Merge branch 'pr/116' into 0.3.2 (@amoshaviv)
  • f59befc Merge branch 'pr/101' into 0.3.2 (@amoshaviv)
  • 83d6630 Merge branch 'pr/87' into 0.3.2 (@amoshaviv)
  • 15a898d Merge branch 'pr/77' into 0.3.2 (@amoshaviv)
  • 65d3d40 Deleting Dist folder (@amoshaviv)
  • 83d3cd4 Updating Gitignore (@amoshaviv)
  • 6c1de94 Revert "Added newlines" (@amoshaviv)
  • 6730ae3 bug fix: MenuItem and SubMenuItem can now be private independently of parent (@xvaldetaro)
  • c918f93 checking for Env injected by fig/docker (@luebken)
  • 83686b8 - reading the right port in production (@luebken)
  • 1bd958e env (@luebken)
  • #97 Merge pull request #97 from ar1g/master (@ar1g)
  • #100 Merge pull request #100 from eshaham/meanjs (@eshaham)
  • 0cbb6c5 how to enable live reload (@luebken)
  • 38c87c0 remove space which messes up the url local variable (@eshaham)
  • 7257f2e removed fig workaround (@luebken)
  • c93abfe workaround fig bug (@luebken)
  • c62e1c1 fig bug workaround (@luebken)
  • 9b81e3f manual docker build and run (@luebken)
  • 04e74f2 workaround manual bower install (@luebken)
  • a68b588 first docker version with fig (@luebken)
  • f6f0c9f Update home.client.view.html (@ar1g)
  • b3a9969 Update home.client.view.html (@ar1g)
  • 005162a Update home.client.view.html (@ar1g)
  • 595f858 Update home.client.view.html (@ar1g)
  • #90 Merge pull request #90 from Squ34k3rZ/patch-1 (@Squ34k3rZ)
  • #83 Merge pull request #83 from neilsh/master (@neilsh)
  • 4451ba7 tab indent fix (@enkodellc)
  • d7bb81d Client-side Validation updates (@enkodellc)
  • cec748e Client-side Validation updates (@enkodellc)
  • cfb0e1b Client-side Validation updates (@enkodellc)
  • 725cc4c Client-side Validation updates (@enkodellc)
  • fa00fe9 Client-side Validation updates (@enkodellc)
  • b468d68 Client-side Validation updates (@enkodellc)
  • 8524d5f Client-side Validation updates (@enkodellc)
  • 83ceb27 Update header.client.view.html
  • 19e937c Update edit-profile.client.view.html (@enkodellc)
  • 9221ee9 utilize angular valid / email directive (@enkodellc)
  • d4a8774 utilize angular valid / email directive (@enkodellc)
  • 0857f8b utlize angular .ng-dirty / .ng-valid / .ng-invalid (@enkodellc)
  • aab2689 .ng-dirty.ng-valid angular classes (@enkodellc)
  • c291a23 angular form $valid (@enkodellc)
  • f51ccca angular form $valid (@enkodellc)
  • 1625479 Corrected "Yoeman" typo in client HTML home (@neilsh)
  • 9db5e71 Fix password validation error in change password (@amoshaviv)
  • a4d79bd .editorconfig based on Felix style guide
  • 5e3b1af Merge branch '0.3.1' (@amoshaviv)
  • 2f6a0ce Updating Build Files (@amoshaviv)
  • d9231cc Fixing Grunt Watch (@amoshaviv)
  • 987634e Fixing Salt Save Error (@amoshaviv)
  • a7cb2b8 Revert "Merge branch 'pr/76' into 0.3.1" (@amoshaviv)
  • cdd6aac Merge branch 'pr/76' into 0.3.1 (@amoshaviv)
  • a29ec24 Fixing menu (@amoshaviv)
  • 7770ccc Remove ng-init directive from article list. (@dylanjohnson)
  • 666abde Added newlines (@cpacker)
  • c5e4c16 Removed test case files from other pull request (@cpacker)
  • 58cfb2e Implemented password reset core feature (@cpacker)
  • 3ee0e86 Update UIBootstrap Version (@amoshaviv)
  • 3cc8caf Fixing Header Active items (@amoshaviv)
  • 6455bdc Fixing HTML issues with home (@amoshaviv)
  • 62bf313 Simplified Gruntfile, Minor Bug Fixing (@amoshaviv)
  • c290dc9 Fix indentation (@amoshaviv)
  • d98205a Merge branch 'pr/70' into 0.3.1 (@amoshaviv)
  • 30f977c Support ngmin (@amoshaviv)
  • 6354178 Merge branch 'pr/72' into 0.3.1 (@amoshaviv)
  • a7aa199 Fixing indentation (@amoshaviv)
  • 75a9eda Moving to ng-bind fixing submenus (@amoshaviv)
  • 5c6efe2 Merge branch 'pr/69' into 0.3.1 (@amoshaviv)
  • dba1e8b Fixing grunt and version issues (@amoshaviv)
  • 9067499 use ngmin, save some typing (@arve0)
  • 2aebeca Added user test file (@cpacker)
  • c8e62e1 Typo
  • e746749 Add 'grunt debug' task
  • 2f3b951 Fixing Versions (@amoshaviv)
  • 9575fdc Fixing Conflicts (@amoshaviv)
  • 59fc0de Merge branch 'pr/63' into 0.3.1 (@amoshaviv)
  • be7cd4c Merge branch 'pr/61' into 0.3.1 (@amoshaviv)
  • 1c5a732 Merge branch 'pr/60' into 0.3.1 (@amoshaviv)
  • 66bf2dc Typo in test message:
  • 7cf1fc2 Changed all the indents to the spaces(tab size 4) (@samof76)
  • 57f1e24 Add a little info about the sample app
  • 46092dd Reformat and bootstrappify the client home view.
  • 4fd55e4 minor fixes on client view (@netusco)
  • c89c891 minor change on addMenuItem (@netusco)
  • e0fc745 little fix on removeSubMenuItem() (@netusco)
  • 9503720 Fixing some typos (@amoshaviv)
  • #57 Merge pull request #57 from netusco/master (@netusco)
  • 12e81fd Create dropdown on menuitems with submenus (@netusco)
  • d0268ed updating calls to addMenuItem and addSubMenuItem (@netusco)
  • 7adb7f3 adding submenus functionality to the menu service (@netusco)
  • fca7e9e fixing removeMenuItem on menu service (@netusco)
  • 0e7ebb6 Fixing OAuth authentication (@amoshaviv)
  • #47 Merge pull request #47 from darksniper87/master (@darksniper87)
  • bcbf2af Update init.js (@darksniper87)
  • 5a2eb6e Fixing grunt build task (@amoshaviv)
  • 9246d30 Merge branch '0.3.0' (@amoshaviv)
  • 51b2f31 Updating Credits (@amoshaviv)
  • 9420d93 Merge branch 'pr/46' into 0.3.0 (@amoshaviv)
  • b8340cb Fixes #45 - Npm install error on 3.0
  • 38f08ff Fixing articles (@amoshaviv)
  • 0b3dead Clean up article example (@amoshaviv)
  • 31a1931 Fix swig templates (@amoshaviv)
  • 1c7ae6e Configuring Extensions (@amoshaviv)
  • 14c3ce7 Fix Config (@amoshaviv)
  • 27dfdfe Delete unused travis file (@amoshaviv)
  • #37 Merge pull request #37 from sahat/patch-1 (@sahat)
  • 7c0078c Fix Karma and Menus (@amoshaviv)
  • 30cd520 SVG Badges (@sahat)
  • 14f5d06 Fixed asset management structure (@amoshaviv)
  • c91a330 Clean up (@amoshaviv)
  • 5ff49a7 Fixing article and express 4 modification (@amoshaviv)
  • 36acc48 Fixing roles security issues (@amoshaviv)
  • 8cccae2 Support CDN Assets (@amoshaviv)
  • 56fd75e Updating To Helmet (@amoshaviv)
  • 81254e0 Fixing Karma To Load Libraries Independently (@amoshaviv)
  • c7a14f8 Merge branch 'pr/24' into 0.3.0 (@amoshaviv)
  • f132e10 Fixing Articles Issues (@amoshaviv)
  • 430e66b Fix intdentation (@amoshaviv)
  • 7c796f1 Merge branch 'pr/29' into 0.3.0 (@amoshaviv)
  • e585231 add missing dependencies
  • 5eed915 Added role based middleware authorisation (@amoshaviv)
  • edd549d More Naming Fixes, articles cleanup (@amoshaviv)
  • 8ad4728 Comment Fixes (@amoshaviv)
  • 7792957 Merge branch 'pr/18' into 0.3.0 (@amoshaviv)
  • 44bf81a 0.3RC (@amoshaviv)
  • 09f1eab Adding the salt part to the hashPassword FN (@amoshaviv)
  • a976eb9 Merge branch 'pr/25' (@amoshaviv)
  • 8f09b8b Add check of password and salt in user auth
  • ff4ae8b workaround for express 4 connectMongo session bug (@revdave33)
  • 114ce6a merge upstream 0.2.3 (@revdave33)
  • c6a8a9b Merge branch '0.2.3' (@amoshaviv)
  • ac3ffca Adding Accounts View (@amoshaviv)
  • 7ae98d5 Adding Comments (@amoshaviv)
  • 279eb39 Finalizing the User Accounts Module (@amoshaviv)
  • 766e628 Merge branch 'pr/15' into 0.2.3 (@amoshaviv)
  • 08a2c0f Fixed Comments and README (@amoshaviv)
  • 956ec25 Fixing License and Readme (@amoshaviv)
  • 8d83a29 Merge branch 'pr/23' into 0.2.3 (@amoshaviv)
  • 2f6427a Update README.md to include where to download the MEAN.JS boilerplate
  • 8479e46 Move license to it's own file. Easier to see what the license is when first encountering the repo
  • 16f3393 Fixed locals.cache when NODE_ENV==='production' (@belmarca)
  • dbdb827 Merge branch 'pr/15' into 0.2.3 (@amoshaviv)
  • 2a114ee Merge branch 'pr/14' into 0.2.3 (@amoshaviv)
  • 97dfc69 Merge branch 'pr/18' into 0.2.3 (@amoshaviv)
  • c9d641e Migration to Express 4.x (@belmarca)
  • 56b0c31 Add account buttons to join more accounts
  • 00f3940 Add joining of multiple accounts
  • fa1171f Add envvars for deploying to cloud providers (@miguelcoba)
  • f150407 Removed old images (@amoshaviv)
  • 1a7a2d6 Update Bower Dependencies (@amoshaviv)
  • d7fb398 Complete Cleanup (@amoshaviv)
  • c11c428 Article Cleanup (@amoshaviv)
  • 47561ce Fixed password hashing in general (@amoshaviv)
  • c0a7c05 Update Dev Depenedencies + Password Change Fix (@amoshaviv)
  • 72c813d keep enable Cache-Control (@memolog)
  • afb0f97 use helmet module to more secure application (@memolog)
  • 12cb3bf Update Dev Dependencies Versions (@amoshaviv)
  • d7d4518 Updating Dependencies (@amoshaviv)
  • #1 Merge pull request #1 from jshultz/master (@jshultz)
  • #10 Merge pull request #10 from fyockm/master (@fyockm)
  • 6b57516 ensure NODE_ENV is valid, default regex for walk (@fyockm)
  • f17c48c Added Dependencies Badge (@amoshaviv)
  • e84746f Fix indentation (@amoshaviv)
  • 76732bb Merge branch 'master' of https://github.com/meanjs/mean (@amoshaviv)
  • 7ba7dcf Adding New files (@amoshaviv)
  • 921bb41 Fix Development Config (@amoshaviv)
  • 38bffbc Users Module Version (@amoshaviv)
  • 36f71fa Users Module Revamp (@amoshaviv)
  • #8 Merge pull request #8 from viczam/patch-1 (@viczam)
  • feaef31 added permission request for email (@viczam)
  • 6705319 Fixing Karma Version (@amoshaviv)
  • d633904 Update twitter.js (@amoshaviv)
  • 31ec93a Merge branch 'master' of github.com:jshultz/mean-1 (@thehashrocket)
  • c06a9ae Update README.md (@amoshaviv)
  • 285e605 Adding Travis Tag (@amoshaviv)
  • 584ccf1 FIxing Jasmine tests to fit new version (@amoshaviv)
  • f077caf Fixing Travis Grunt Issues (@amoshaviv)
  • 8b8da52 Fixing Travis Grunt Issues (@amoshaviv)
  • b50ac61 Fixing Travis Grunt Issues (@amoshaviv)
  • e7b1fe0 Fixing Heroku Bower Issues (@amoshaviv)
  • a3a7129 Fixing Bower Versions, Fix Flickering (@amoshaviv)
  • 8c825ff Locking NPM versions (@amoshaviv)
  • 271bd1b Adding twitter meta tags (@amoshaviv)
  • 89e2da7 Adding twitter meta tags (@amoshaviv)
  • 458987c Deleting Shrinkwrap since its notworking with hosted cloud services (@amoshaviv)
  • f15e914 Adding Shrinkwrap.json to lock versions - https://www.npmjs.org/doc/shrinkwrap.html (@amoshaviv)
  • 61ce509 Fixing Jasmine (@amoshaviv)
  • 9e0317f Locking Versions Using Shrinkwrap (@amoshaviv)
  • 1004a88 Merge branch 'master' of https://github.com/meanjs/mean (@amoshaviv)
  • 311605a Replacing ngRoute with UI-Router (@amoshaviv)
  • #2 Merge pull request #2 from jshultz/patch-1 (@jshultz)
  • 5654e1f Update config.js
  • 7edb6b8 fixes db deployment issue on heroku. production db value needs to be set in production.js and removed db variable from all.js. (@thehashrocket)
  • f0508e3 Fix Tests to Fit New Jasmine (@amoshaviv)
  • 1c20b31 Added Madhums Credit (@amoshaviv)
  • d9be8d8 Fixing Session Hash Secret (@amoshaviv)
  • b87b376 Fixing Karma Tests (@amoshaviv)
  • 322d865 Fixing Navbar Flickering (@amoshaviv)
  • 85c97f8 Fixing Configuration Files (@amoshaviv)
  • 02b9773 Fixing Passport Split (@amoshaviv)
  • 880ad6a Spliting Strategies (@amoshaviv)
  • 22d0e7a Spliting Strategies (@amoshaviv)
  • 52dea2b Spliting Strategies (@amoshaviv)
  • 899b65d Fix Production SWIG (@amoshaviv)
  • 72331de Fix Production SWIG (@amoshaviv)
  • c1213e9 Fixing Indentation Convention to TABS (@amoshaviv)
  • eae6f2d Moving to MEAN.JS (@amoshaviv)
  • 17e089e Moving to MEAN.JS (@amoshaviv)
  • f52d6c3 Revert "Initial commit for the site" (@liorkesos)
  • 4e37a3f Initial commit for the site
  • 752854f Fixed consolidate dying on behalf of a cache=true, it needs to be cahce=memory (@liorkesos)
  • #236 Merge pull request #236 from fyockm/master (@fyockm)
  • 30d9494 #236 add .idea to gitignore (@fyockm)
  • f57b51d #236 fix travis asking for user input (@fyockm)
  • a0c9de3 #236 implement swig instead of jade (@fyockm)
  • c2330e5 #326 merge latest (@fyockm)
  • 8499c45 Added requirement to passport-linkedin to the package.json to fulfill missing requirement. (@liorkesos)
  • febf917 Merge branch 'linkedin' of https://github.com/kalehv/mean into kalehv-linkedin (@liorkesos)
  • #243 Merge pull request #243 from jonaswindey/patch-2 (@jonaswindey)
  • 7907608 upgrade to angular 1.2.10 to avoid interaction in bower installed based on linnovate/mean#245 by #sogko (@liorkesos)
  • 58d2cbf Add linkedin support for login
  • c6b6758 Update .bowerrc (@jonaswindey)
  • d59bf86 Merge branch 'master' of https://github.com/lirantal/mean into lirantal-master (@liorkesos)
  • 8324179 cleaning up jslint warnings (@lirantal)
  • 526fc0a Merge branch 'enhancement-authtypes_refactor' of https://github.com/lirantal/mean into lirantal-enhancement-authtypes_refactor (@liorkesos)
  • a5410c0 Merge branch 'master' of https://github.com/VikramTiwari/mean into VikramTiwari-master (@liorkesos)
  • #240 Merge pull request #240 from ellman/master (@ellman)
  • fac6ab8 Fixing grunt-nodemon and some dev dependency versions
  • 55aeaad fixed defect where no flash (error/success) messages would be displayed due to wrongly placed flash() call (it should go after passport.initialize and passport.session) (@lirantal)
  • 412d6b3 use consolidate to make template engine configurable (@fyockm)
  • 6bacb0c Merge branch 'enhancement-routes_refactor' (@lirantal)
  • f0d9291 Merge branch 'enhancement-authtypes_refactor' (@lirantal)
  • c0de030 Current Stable (@VikramTiwari)
  • 57055a3 Everything Latest (@VikramTiwari)
  • #226 Merge pull request #226 from lirantal/master (@lirantal)
  • dea044c further refactoring of the route middlewares so they can be easily shared amongst app routes (@lirantal)
  • 0afb2e6 refactoring so that app routes can be maintained more easily from app/ directory (which makes more sense) (@lirantal)
  • 3963892 small bug fix where Mongoose validation functions must always return booleans (@lirantal)
  • 969c691 instead of relying on previously hard-coded passport strategies we can assume that any user entry which have no provider set is a local strategy and apply our validations only on those empty provider members of the user model object (@lirantal)
  • 5c950bf Set versions based on npm install --save (@liorkesos)
  • ee63f17 moving out configuration items from express.js code to a proper configuration directive (@lirantal)
  • e2ea8da fixed small bug where logger was used also on production environment. Makes sense that original intent was to enable only for development environment (@lirantal)
  • add000d updating documentation (@lirantal)
  • 0e692c5 comment fixes, indentation and general cosmetic cleanup (@lirantal)
  • #213 Merge pull request #213 from cm0s/master (@cm0s)
  • #215 Merge pull request #215 from jonaswindey/patch-1 (@jonaswindey)
  • #212 Merge pull request #212 from mackstar/master (@mackstar)
  • 6993150 Update package.json (@jonaswindey)
  • 8f30cda replace deprecated grunt-nodemon debug option (@cm0s)
  • c639ae6 Require server in gruntfile for mocha tests. (@mackstar)
  • cf7a3f0 Replaced dependency on server.js for mocha tests. (@mackstar)
  • 963794a Removed unnecessary modules (@amoshaviv)
  • 4c0ee35 Fixing enviornment issue with new JSHint (@amoshaviv)
  • d8fe54d Properly run JSHint (@amoshaviv)
  • 822d7ca Properly run JSHint (@amoshaviv)
  • #202 Merge pull request #202 from naartjie/fix-02 (@naartjie)
  • d35cd02 Fixing jshint (@amoshaviv)
  • #203 Merge pull request #203 from gebrits/patch-1 (@gebrits)
  • a2f31f2 update gruntfile.js to let jshint adhere to .jshintrc (@gebrits)
  • c919364 correct the livereload host (@naartjie)
  • 5a780aa Adding Bower Resolutions (@amoshaviv)
  • 86186ad Fixing Facebook Redirect (@amoshaviv)
  • ef50e5d Fixing Facebook Redirect (@amoshaviv)
  • 46715a1 Fixing Facebook Redirect (@amoshaviv)
  • 14147f7 Moving router above static (@amoshaviv)
  • 0c869a2 Fixing the new Jade issues (@amoshaviv)
  • #196 Merge pull request #196 from mrzepinski/patch-2 (@mrzepinski)
  • 270d2c3 one more time - update to valid Jade doctype (@mrzepinski)
  • 81fea35 Moving from Underscore to LoDash (@amoshaviv)
  • 9c6e551 Moving from Underscore to LoDash (@amoshaviv)
  • bac1a06 Fixing Heroku Bower Failure (@amoshaviv)
  • 1d9f1a0 Update users.js (@amoshaviv)
  • f8ac701 Fixing errors style (@amoshaviv)
  • #173 Merge pull request #173 from andrunix/master (@andrunix)
  • d3b9852 Added check for empty salt before attempting to encrypt password. If you sign up with OAuth provider and then try to login with Email (local strategy), the Salt is empty and authentication fails. (@andrunix)
  • 2def71a Moved flash messages from auth.jade to signin.jade. Placed within error div. (@andrunix)
  • 50b3b88 Fixing Travis Stall (@amoshaviv)
  • #160 Merge pull request #160 from CREO-Agency/statics_overwrite (@CREO-Agency)
  • 209b702 AngularJS latest is good for now (@amoshaviv)
  • #162 Merge pull request #162 from dizda/angular1.2.4 (@dizda)
  • #158 Merge pull request #158 from davychiu/master (@davychiu)
  • 218da62 Fixing the Foot.jade to use env var instead of host (@amoshaviv)
  • #169 Merge pull request #169 from theblacksmith/master (@theblacksmith)
  • 7a872fa Fix bug in foot.jade which tries to assign host instead of comparing it (@svallory)
  • 1e75b42 lock to specified JS dependencies version (@dizda)
  • f0ae031 fix tests (@dizda)
  • f2a85f8 Update to AngularJS 1.2.4 (@dizda)
  • 12037bc Don't overwrite statics (@Jaidan)
  • ebddcd3 hash password with pbkdf2 (@davychiu)
  • dbe7213 Removed the Show User method (@amoshaviv)
  • f358e81 Testing Fix (@amoshaviv)
  • 7354e78 Testing Fix (@amoshaviv)
  • 0ffe987 Merge branch 'pr/126' (@amoshaviv)
  • db56846 Remove window.app (@amenders)
  • eeb5423 Added Article Delete Support (@amenders)
  • #138 Merge pull request #138 from peterblazejewicz/master (@peterblazejewicz)
  • ca0d6a9 Fixing 'me' password leak (@amenders)
  • #130 Merge pull request #130 from opicacek/master (@opicacek)
  • #129 Merge pull request #129 from passkey1510/master (@passkey1510)
  • ad95ea3 Update middleware for body parsing in Express MEAN configuration (@peterblazejewicz)
  • bf06b9a Bootstrap template dependency fix (@opicacek)
  • 3041b4f Use module export instead of json string so that we can use environment variable for credentials info (@passkey1510)
  • #117 Merge pull request #117 from themichaellai/model-regex-fix (@themichaellai)
  • #127 Merge pull request #127 from markstos/master (@markstos)
  • #115 Merge pull request #115 from et/remove-async (@et)
  • 4121fc8 Fix typos in tests: s/witout/without/gc (@markstos)
  • 673ac81 Add Karma unit tests (@rudijs)
  • 3f05db1 Improved model autoload regex (@themichaellai)
  • 1846287 remove async module (@et)
  • 9af341b Bug Fix (@amoshaviv)
  • 964cf2d Bug Fix (@amoshaviv)
  • #104 Merge pull request #104 from mrngoitall/master (@mrngoitall)
  • cd07a10 Set bootstrap repo as dep (@amoshaviv)
  • #109 Merge pull request #109 from indyplanets/no-jquery (@indyplanets)
  • 0714ab1 Smarter User Model (@amoshaviv)
  • 4dd90f1 Fixing PR (@amoshaviv)
  • 6dbe996 Merge branch 'master' of git://github.com/pontifier/mean into pontifier-master (@amoshaviv)
  • #111 Merge pull request #111 from RobZolkos/master (@RobZolkos)
  • #105 Merge pull request #105 from fyockm/master (@fyockm)
  • #96 Merge pull request #96 from Ferrari/heroku-deploy-error (@Ferrari)
  • #84 Merge pull request #84 from dpmehta02/livereload (@dpmehta02)
  • 3561526 Revert back to bootstrap2.3.2 (@indyplanets)
  • 1cc82ae Use list-unstyled to get rid of list styles. Using Bootstrap 3 now. (@indyplanets)
  • 4f4d133 Show mobile nav by default. (@indyplanets)
  • 0773d24 Updated to use @fyockm bootstrap-css-only repo. Changed header markup to use bootstrap 3 (@indyplanets)
  • 62ce19c fix typos in tests (@robzolkos)
  • f77f715 Dont bower install bootstrap-assets. Grab twitter bootstrap css from git. (@indyplanets)
  • c11b2b5 Remove jQuery dependency. Default to bootstrap components written in pure AngularJS. (@indyplanets)
  • 69800ab remove unnecessary query param from find function (@fyockm)
  • 2510ab5 Update README.md (@amoshaviv)
  • 12b8710 Fix Travis CI Bower (@amoshaviv)
  • 9f14dc0 Fix Travis CI Bower (@amoshaviv)
  • 54f77f1 Fix Travis CI Bower (@amoshaviv)
  • 0397817 Removing Grunt Task (@amoshaviv)
  • b8a23eb Removing Grunt Task (@amoshaviv)
  • #101 Merge pull request #101 from rapind/master (@rapind)
  • e9588db Fixed support for Passport Google with OAuth2 (@mrngoitall)
  • 71365db grunt watch runs test suite on any changes (@pontifier)
  • b6830ba Better user model behavior and test teardown (@pontifier)
  • fe71732 Run tests using test environment (@pontifier)
  • 5022bc2 Use Scrypt for password hashes (@pontifier)
  • 4825f44 Update express.js (@pontifier)
  • 1005d3b Pass db connection object to connect-mongo. (@pontifier)
  • 97fc815 Switched to bootstrap-assets bower component so we have css and js files instead of less. When this project moves to BS3, change this back to the main bootstrap repo and use the dist directory. (@rapind)
  • 5908768 Removed grunt-bower-task dependency. Requires additional installation step: bower install (@rapind)
  • 13f03ec Update README.md (@amoshaviv)
  • b232af6 Update README.md (@amoshaviv)
  • 111da0e Update README.md (@amoshaviv)
  • eb96242 fix port binding error when deploy to heroku (@Ferrari)
  • fe50b41 Fixing models auto loading bug (@amoshaviv)
  • 0cfbafa Fixing user details exposure in articles example (@amoshaviv)
  • 2cab7b7 Fixed relative paths for html5mode (@amoshaviv)
  • a23f46f Revert "Merge pull request #79 from mrngoitall/master" (@amoshaviv)
  • #79 Merge pull request #79 from mrngoitall/master (@mrngoitall)
  • #92 Merge pull request #92 from fyockm/walk (@fyockm)
  • e230ea2 walk models directory (@fyockm)
  • 2407999 removed livereload from prod (@dpmehta02)
  • 035dd2c Replaced SHA1 password hashing with more bcrypt (@mrngoitall)
  • 612b014 Removing Compass, Fixing Windows Errors, Removing Makefile, Tiding Code (@amoshaviv)
  • 1fbd245 Removing Compass, Fixing Windows Errors, Removing Makefile, Tiding Code (@amoshaviv)
  • #75 Merge pull request #75 from claydiffrient/master (@claydiffrient)
  • fc65241 Remove (Requirements for Grunt) (@claydiffrient)
  • 46f0e15 Fix - Remove Ruby Dependencies (Grunt no longer needs them) (@claydiffrient)
  • c42c8eb Fixing style, adding article test (@amoshaviv)
  • 014d941 Merge from gabrielmanchini - issue #50 (@roieki)
  • 84874bc Middleware Fix (@amoshaviv)
  • #62 Merge pull request #62 from amitaibu/required-title (@amitaibu)
  • #63 Merge pull request #63 from rafadev7/master (@rafadev7)
  • 5610d78 Removing an unecessary code line (@rafadev7)
  • d8fa855 Title should be required. (@amitaibu)
  • 1ca5d16 Services Dependency Injection (@amoshaviv)
  • f6e59d3 Creating Modules (@amoshaviv)
  • 3a329dc Fixing Redirect in Authentication middleware (@amoshaviv)
  • #60 Merge pull request #60 from Jon-Biz/patch-1 (@Jon-Biz)
  • #55 Merge pull request #55 from memolog/google-oauth2 (@memolog)
  • 517fc6f Adding Livereload to Jade files (@amoshaviv)
  • 01c22e4 Updated authorization.js redirect (@Jon-Biz)
  • 0116b34 use Google OAuth2Strategy to avoid error that key $t must not start with '$' (@memolog)
  • 39db681 Update README.md (@amoshaviv)
  • d282aa0 Fix bower post install script (@amoshaviv)
  • 3f3f039 Fix bower post install script (@amoshaviv)
  • 287c626 Fix bower post install script (@amoshaviv)
  • 3bececf Merge branch 'master' of https://github.com/linnovate/mean (@amoshaviv)
  • 9815266 Config (@amoshaviv)
  • 0035793 test (@amoshaviv)
  • 2955fdf Update README.md (@liorkesos)
  • cbc337b Update README.md (@liorkesos)
  • 2bf84d7 Update README.md (@liorkesos)
  • 0239187 test (@amoshaviv)
  • ddaecff Update README.md (@liorkesos)
  • aaa597b Update README.md (@liorkesos)
  • #46 Merge pull request #46 from memolog/fix-twitter-strategy (@memolog)
  • #44 Merge pull request #44 from markizs/nav-selected (@markizs)
  • c1caddb Forever Heroku Support (@amoshaviv)
  • d603cb4 Nodemon Heroku Support (@amoshaviv)
  • 5c58883 Nodemon Heroku Support (@amoshaviv)
  • d9db704 Grunt Support Added, Fixed Bower support on heroku (@amoshaviv)
  • b1d0dba Grunt Support Added, Fixed Bower support on heroku (@amoshaviv)
  • e566939 Use twitter.id_str instead of twitter.id because project.id is returned string explicitly by the following change (@memolog)
  • 905d547 added isSelected function for nav selection (@martunta)
  • #40 Merge pull request #40 from mtt87/patch-1 (@mtt87)
  • d41074d Disabled compass until dependency issues are resolved (@roieki)
  • 1d3b83c Update README.MD (@mtt87)
  • b26b952 Cleaning Up (@amoshaviv)
  • 05a0082 Cleaning Up (@amoshaviv)
  • d7fcb2b Cleaning Up (@amoshaviv)
  • 6c3564f Cleaning Up (@amoshaviv)
  • #38 Merge pull request #38 from oleyb/master (@oleyb)
  • 82ef533 Added semicolons to server code for consistency and general formatting
  • #37 Merge pull request #37 from oleyb/master (@oleyb)
  • d7c04a8 Added a missing semicolon for consistency. (@oleyb)
  • #34 Merge pull request #34 from diegonetto/master (@diegonetto)
  • 3579a4f Adding Travis CI File (@amoshaviv)
  • 5e1b568 Load dynamic view-helpers after connect-flash and express.session (@diegonetto)
  • #33 Merge pull request #33 from spacemonkey/master (@spacemonkey)
  • dee0664 Adding explanation for environments to README (@spacemonkey)
  • 75c720a Adding explanation for environments to README (@spacemonkey)
  • 9d8cdf0 Adding explanation for environments to README (@spacemonkey)
  • c5dbb93 Adding explanation for environments to README (@spacemonkey)
  • 7759257 Update README.md (@amoshaviv)
  • f6801c5 Updating configuration text in README. Still needing more definition on social registration properties. (@spacemonkey)
  • 170eb80 Updating configuration text in README. Still needing more definition on social registration properties. (@spacemonkey)
  • 211e830 Removing forward slash (@amoshaviv)
  • #32 Merge pull request #32 from spacemonkey/master (@spacemonkey)
  • d805fc2 Updating README with requirements for grunt, and slightly more clarity on config.js (@spacemonkey)
  • af5e48f Update README.md (@amoshaviv)
  • c7db3a2 Adding CSS For non-sass Applications (@amoshaviv)
  • 7e94a15 Adding CSS For non-sass Applications (@amoshaviv)
  • 7f1faeb Removed index.css
  • 3340268 Added grunt and nodemon
  • 69ccd09 Merge branch 'master' of https://github.com/linnovate/mean
  • 0f948dc Config File Rebasing (@amoshaviv)
  • 8f3af33 Cleaning Up (@amoshaviv)
  • 93c9a2c Cleaning Up (@amoshaviv)
  • e6daba5 Cleaning Up (@amoshaviv)
  • fd76c38 Cleaning Up (@amoshaviv)
  • de25892 Cleaning Up (@amoshaviv)
  • 26f240b Merge branch 'master' of https://github.com/linnovate/mean (@amoshaviv)
  • 8009fbe Merge branch 'master' of https://github.com/linnovate/mean (@amoshaviv)
  • 5cef4aa Cleaning Up (@amoshaviv)
  • fb38c34 Cleaning Up (@amoshaviv)
  • 4044fdb Including Inspiration Credit (@amoshaviv)
  • 101b45d Including Inspiration Credit (@amoshaviv)
  • #15 Merge pull request #15 from bwestmoreland/master (@bwestmoreland)
  • #15 Merge pull request #15 from bwestmoreland/master (@bwestmoreland)
  • 23dc7a3 Articles Example Fix (@amoshaviv)
  • 6598c04 Articles Example Fix (@amoshaviv)
  • 8f3e699 Merge branch 'mobile' (@amoshaviv)
  • 60b1331 Merge branch 'mobile' (@amoshaviv)
  • ccf7eb3 Articles Example Fix (@amoshaviv)
  • 6b0109e Articles Example Fix (@amoshaviv)
  • dda6f5c Change hebrew to english in create view (@bwestmoreland)
  • 8c28f50 Change hebrew to english in create view (@bwestmoreland)
  • b9d9b61 add bootstrap class 'unstyled' to remove bullet points in article list
  • cb62e46 add bootstrap class 'unstyled' to remove bullet points in article list
  • 06436c0 Update README.md (@liorkesos)
  • bbf8727 Update README.md (@liorkesos)
  • #10 Merge pull request #10 from ariutta/patch-1 (@ariutta)
  • #10 Merge pull request #10 from ariutta/patch-1 (@ariutta)
  • #11 Merge pull request #11 from ariutta/patch-2 (@ariutta)
  • #11 Merge pull request #11 from ariutta/patch-2 (@ariutta)
  • f55bc2f valid name needs to be lowercase (@ariutta)
  • c0ffda5 valid name needs to be lowercase (@ariutta)
  • 71736d4 Update README.md (@ariutta)
  • 5d5896c Update README.md (@ariutta)
  • abf4d66 Update README.md (@amoshaviv)
  • a9bde6f Update README.md (@amoshaviv)
  • de9daed Update README.md (@amoshaviv)
  • 78aa99a Update README.md (@amoshaviv)
  • 44502c0 UI Bootstrap (@amoshaviv)
  • 6995ba2 UI Bootstrap (@amoshaviv)
  • 713a196 UI Bootstrap (@amoshaviv)
  • 5b1488a UI Bootstrap (@amoshaviv)
  • c861fd6 Readme Changes (@amoshaviv)
  • a28a951 Readme Changes (@amoshaviv)
  • b298293 Readme Changes (@amoshaviv)
  • 4aa95b4 Readme Changes (@amoshaviv)
  • dcc82a6 Adding Bower Support (@amoshaviv)
  • c96c654 Adding Bower Support (@amoshaviv)
  • d69bf01 Adding Bower Support (@amoshaviv)
  • f9f4983 Adding Bower Support (@amoshaviv)
  • 4e59fd9 Adding Bower Support (@amoshaviv)
  • a45c695 Adding Bower Support (@amoshaviv)
  • aa6a09b Adding Bower Support (@amoshaviv)
  • 3f689ee Adding Bower Support (@amoshaviv)
  • 719628f Adding Bower Support (@amoshaviv)
  • 80be397 Adding Bower Support (@amoshaviv)
  • 904a050 Adding Bower Support (@amoshaviv)
  • 22ce12e Adding Bower Support (@amoshaviv)
  • f2ab7ef Adding Bower Support (@amoshaviv)
  • 3688970 Adding Bower Support (@amoshaviv)
  • ebbe968 Mean Logger Module (@amoshaviv)
  • decb7a9 Merge branch 'master' of https://github.com/linnovate/mean (@amoshaviv)
  • a4147b9 Merge branch 'master' of https://github.com/linnovate/mean (@amoshaviv)
  • c30d667 Merge branch 'master' into mean-modular (@amoshaviv)
  • 57eb606 Merge branch 'master' into mean-modular (@amoshaviv)
  • ac97ef7 Update README.md (@amoshaviv)
  • 1ad9777 Update README.md (@amoshaviv)
  • df84c4f Merge branch 'master' of https://github.com/linnovate/mean (@liorkesos)
  • 6298f4b Merge branch 'master' of https://github.com/linnovate/mean (@liorkesos)
  • afb080c Fixed ""Implicit textOnly for script and style is deprecated."" warning - see http://www.kaspertidemann.com/how-to-fix-the-implicit-textonly-for-script-and-style-is-deprecated-error-in-jade/ (@liorkesos)
  • 2b1020f Fixed ""Implicit textOnly for script and style is deprecated."" warning - see http://www.kaspertidemann.com/how-to-fix-the-implicit-textonly-for-script-and-style-is-deprecated-error-in-jade/ (@liorkesos)
  • 41da378 updated readme to make sure that people understand to open a browser on port 3000 in the end of the install, fixes #5 (@liorkesos)
  • 928f40c updated readme to make sure that people understand to open a browser on port 3000 in the end of the install, fixes #5 (@liorkesos)
  • a42988f Update README.md (@liorkesos)
  • 80f2726 Update README.md (@liorkesos)
  • 29fafa2 Update README.md (@liorkesos)
  • 91ff079 Update README.md (@liorkesos)
  • 33c9c50 Adding the logger module (@amoshaviv)
  • 5114a04 Adding the logger module (@amoshaviv)
  • 557e775 Adding the logger module (@amoshaviv)
  • d115178 Adding the logger module (@amoshaviv)
  • add868f removing the logger module (@amoshaviv)
  • ddd0b3b removing the logger module (@amoshaviv)
  • 33e1025 removing the logger module (@amoshaviv)
  • 9761df3 removing the logger module (@amoshaviv)
  • ae190e3 Adding the logger module (@amoshaviv)
  • fd9de92 Adding the logger module (@amoshaviv)
  • da0b7f1 conflict resolution (@amoshaviv)
  • 1c7837c conflict resolution (@amoshaviv)
  • 5f51593 Test (@amoshaviv)
  • f8282a5 Test (@amoshaviv)
  • 1dd124a Update server.js (@amoshaviv)
  • 2225dda Update server.js (@amoshaviv)
  • e66533e Update README.md (@amoshaviv)
  • 4d21120 Update README.md (@amoshaviv)
  • 6ee822a Update README.md (@amoshaviv)
  • d621186 Update README.md (@amoshaviv)
  • c849b85 Update README.md (@amoshaviv)
  • c65ba05 Update README.md (@amoshaviv)
  • 249c246 Update README.md (@amoshaviv)
  • e70923f Update README.md (@amoshaviv)
  • 481a38b Merge branch 'master' of https://github.com/linnovate/mean (@liorkesos)
  • 0cb6b75 Merge branch 'master' of https://github.com/linnovate/mean (@liorkesos)
  • d0a4622 Added mean.io binding for the page (@liorkesos)
  • 3fff4d1 Added mean.io binding for the page (@liorkesos)
  • f319571 Update README.md (@liorkesos)
  • f4ccd5a Update README.md (@liorkesos)
  • 15bb540 commenting mean-logger (@liorkesos)
  • 6a0fb8b commenting mean-logger (@liorkesos)
  • 88bdced Fixed comment that broke the ackge.json
  • 4c65264 Fixed comment that broke the ackge.json
  • f49c329 Adding drafts for mean-module integration, footer (@liorkesos)
  • d95f6df Adding drafts for mean-module integration, footer (@liorkesos)
  • e7d7e23 Update README.md (@liorkesos)
  • 0addcdf Update README.md (@liorkesos)
  • 2dd53a0 Update README.md (@liorkesos)
  • 9b2f8de Update README.md (@liorkesos)
  • #3 Merge pull request #3 from shacharz/patch-1 (@shacharz)
  • #3 Merge pull request #3 from shacharz/patch-1 (@shacharz)
  • e99faff Update README.md (@shacharz)
  • 977426f Update README.md (@shacharz)
  • 6ef0d73 Clearing Config File (@amoshaviv)
  • c9c41a9 Adding Angular-Strap + Datepicker (@amoshaviv)
  • b005891 Adding Angular-Strap + Datepicker (@amoshaviv)
  • b64a4da Removing .DS_Store (@amoshaviv)
  • 39fc1df Removing .DS_Store (@amoshaviv)
  • 28e2845 Removing DSSTORES (@amoshaviv)
  • a3daa3b Removing DSSTORES (@amoshaviv)
  • 4c029d0 .DS_Store banished! (@amoshaviv)
  • 6c57194 .DS_Store banished! (@amoshaviv)
  • fda7c3d First Commit (@amoshaviv)
  • e6f8553 First Commit (@amoshaviv)
  • 58a7ebe first commit (@amoshaviv)