Commit Graph

  • 0bcadcc08e Enhancing support for development envionrment to enable mongoose debug mode so that we can debug db queries Includes support for environment variable MONGODB_DEBUG Liran Tal 2015-07-25 12:00:29 +03:00
  • d7f96227eb Merge pull request #685 from codydaig/pull664 Liran Tal 2015-07-25 11:35:47 +03:00
  • 0c76179fa0 Merge pull request #701 from mleanos/socket-connect Liran Tal 2015-07-25 11:33:55 +03:00
  • 7c5b311216 Merge pull request #698 from simison/patch-11 Liran Tal 2015-07-25 11:15:19 +03:00
  • 7d7d07671e Merge pull request #703 from lirantal/bugfix/config_chalk_console_log_order Liran Tal 2015-07-25 11:13:08 +03:00
  • 65c6d1ffe0 Socket IO client enhancement with connect() method mleanos 2015-07-25 00:36:01 -07:00
  • 60660204ac Admin module base & user admin implementation. Ryan Hutchison 2015-07-21 00:35:58 -04:00
  • 28027290b5 Putting the head in order Mikael Korpela 2015-07-24 21:38:40 +03:00
  • 0a7a715817 Moved all editor setting to bottom mleanos 2015-07-23 22:51:36 -07:00
  • 6c2c77cb75 Added Visual Studio files to gitignore mleanos 2015-07-22 16:21:16 -07:00
  • 411765bb26 fixing chalk and console usage for consistency reasons Liran Tal 2015-07-25 01:57:17 +03:00
  • c8880ea65d Merge pull request #700 from trainerbill/requireLogin Liran Tal 2015-07-25 01:18:33 +03:00
  • 1b54d35305 Final Clean Up after code review Andrew Throener 2015-07-24 17:06:55 -05:00
  • 0e3f194d13 Merge pull request #699 from lirantal/bugfix/unused-variable Liran Tal 2015-07-25 01:06:28 +03:00
  • c671f65c47 Merge pull request #693 from lirantal/feature/clean_angular_hashbang_urls Liran Tal 2015-07-25 01:06:03 +03:00
  • 03a4042a33 Updated routes and a logic fix Andrew Throener 2015-07-24 16:43:46 -05:00
  • de3b890f9d removed /#! in user controllers Liran Tal 2015-07-25 00:39:12 +03:00
  • 2ff24903c6 removing unused passport variable in express.js library file Liran Tal 2015-07-25 00:26:05 +03:00
  • fb71619e0c Refactor Andrew Throener 2015-07-24 15:37:26 -05:00
  • e21805f20a Prepare for role-based access control of states Igor Freire 2015-07-24 16:58:41 -03:00
  • 9fc88e6e5b Filter states for which login is required during state change Igor Freire 2015-07-17 14:39:32 -03:00
  • e3405d2f2b Merge pull request #683 from mleanos/gitignore_VS Ilan Biala 2015-07-24 10:14:10 -04:00
  • 8a81cf0168 Merge pull request #688 from codydaig/bugfix/github_undefined_displayname Ilan Biala 2015-07-24 10:13:26 -04:00
  • 3a39f0a88b Merge pull request #666 from Gym/task-enhancements Ilan Biala 2015-07-24 10:12:11 -04:00
  • 0369db4cc2 Merge pull request #691 from lirantal/feature/missing_ssl_better_log Liran Tal 2015-07-24 11:11:19 +03:00
  • 315187e021 enhancing error message with an actual instruction on how to fix the missing ssl problem when running in prod mode and secured enabled Liran Tal 2015-07-24 10:03:14 +03:00
  • a62f25e66d Merge pull request #684 from lirantal/feature/users_tests_email_unique Liran Tal 2015-07-24 09:47:35 +03:00
  • ac35f0fec8 adding couple more tests to confirm users model works as expected Liran Tal 2015-07-23 14:06:08 +03:00
  • c7ec27ee03 Moved all editor setting to bottom mleanos 2015-07-23 22:51:36 -07:00
  • a62c4dd16d Move livereload, image, and favicon to config Cody B. Daig 2015-07-23 11:13:55 -07:00
  • 7605956c99 displayName undefined Cody B. Daig 2015-07-23 13:02:35 -07:00
  • c3380bf74f Added Visual Studio files to gitignore mleanos 2015-07-22 16:21:16 -07:00
  • 29d264dff7 Merge pull request #682 from codydaig/patch-2 Ilan Biala 2015-07-22 17:00:30 -04:00
  • a7e065e626 Added Master and Dev Badges to README Cody B. Daig 2015-07-22 08:58:02 -07:00
  • 3e378b4a54 BUG: Path separator support for windows. Ryan Hutchison 2015-07-19 22:02:33 -04:00
  • 0f7cf546fd move task configs to separate properties. Ryan Hutchison 2015-07-19 21:47:35 -04:00
  • 00a4c0603a Merge pull request #566 from simison/error-404-pages Liran Tal 2015-07-20 22:25:33 +03:00
  • 82d2377754 Merge pull request #439 from igorauad/uniqueEmail Liran Tal 2015-07-20 22:12:51 +03:00
  • e6b8a692ad Merge pull request #673 from codydaig/bugfix/consolelog Liran Tal 2015-07-20 21:25:13 +03:00
  • bed8ff5533 Merge pull request #671 from lirantal/feature/lint-on-grunt-test Liran Tal 2015-07-20 21:22:19 +03:00
  • 0efc82db0f Fix message catching the field for which a duplicate key error ocurred Igor Freire 2015-07-20 14:38:44 -03:00
  • a8dae99173 Remove console.log from an article test Cody B. Daig 2015-07-20 10:04:45 -07:00
  • c90dda93fd enabling the lint task when running tests so we can identify coding convention issues on Pull-Requests in the CI Liran Tal 2015-07-20 15:57:36 +03:00
  • 53194ffc47 Merge pull request #665 from codydaig/mergeissue Liran Tal 2015-07-20 08:18:06 +03:00
  • 09251d1231 Merge pull request #668 from cdriscol/base_tag Liran Tal 2015-07-20 08:05:53 +03:00
  • 9e7239baf7 appending a base tag to the head before jasmine tests run. cdriscol 2015-07-19 22:24:39 -06:00
  • 4d1ae6e14c change _.extend to _.merge Cody B. Daig 2015-07-19 15:35:47 -07:00
  • 2f8e20ec1e Merge pull request #659 from lirantal/bugfix/secure-mode-fix Liran Tal 2015-07-19 23:22:43 +03:00
  • 5d4d7cecfe Make emails unique Igor Freire 2015-02-28 19:09:12 -03:00
  • 03b7f6ffda fixing up SSL support on startup to fallback to non-SSL mode if files are not present Liran Tal 2015-07-17 11:16:25 +03:00
  • e1605b635b Merge pull request #658 from codydaig/npm3-patch2 Liran Tal 2015-07-17 11:19:30 +03:00
  • 5d5d1b7bda Update package.json to include peer dependencies Cody Daig 2015-07-17 01:09:08 -07:00
  • a1355a04be Merge pull request #656 from fauria/0.4.0 Liran Tal 2015-07-17 10:44:20 +03:00
  • a23290b46e Use validator.js for email validation git-admin 2015-07-17 09:27:16 +02:00
  • 32c12bbc0e Merge pull request #651 from grantgeorge/no-password-ssl-certs Liran Tal 2015-07-15 21:04:15 +03:00
  • bf777d9404 do not use aes when creating ssl certs to prevent password requirement Grant George 2015-07-15 11:05:26 -04:00
  • 855a39984d Merge pull request #610 from trainerbill/PayPalAuth4 Liran Tal 2015-07-15 08:58:49 +03:00
  • fe1d584564 Indentation fixes Andrew Throener 2015-07-14 22:05:12 -05:00
  • a98a84fd20 Fix merge conflicts trainerbill 2015-07-14 15:46:23 -05:00
  • a146a3047f Merge pull request #647 from lirantal/bugfix/cleanup-readme Liran Tal 2015-07-13 23:38:32 +03:00
  • 8c2156f236 cleaning up code blocks in README Liran Tal 2015-07-13 23:04:53 +03:00
  • 6d199a5925 Merge pull request #645 from djorak/patch-1 Liran Tal 2015-07-12 23:55:29 +03:00
  • c572ed7eec JSHint test failing because of missing semicolon Julien Mazé 2015-07-12 20:54:59 +02:00
  • d9c15e2a5c Merge pull request #642 from lirantal/bugfix/password-changing-on-user-save Liran Tal 2015-07-12 19:48:38 +03:00
  • ab68fd286f Merge pull request #643 from lirantal/enhancement/README-update-grunt-startup Liran Tal 2015-07-12 19:26:33 +03:00
  • bf79c17bd0 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 Liran Tal 2015-07-11 12:24:32 +03:00
  • e1001b89f8 Merge pull request #640 from lirantal/bugfix/server-startup-log Liran Tal 2015-07-12 19:19:58 +03:00
  • 00879f56d6 Merge pull request #641 from lirantal/bugfix/db-name-per-environment Liran Tal 2015-07-12 19:19:11 +03:00
  • 39e4282445 updating README file with more elaborate instructions on running grunt in different environment modes (dev/prod/secure ssl) Liran Tal 2015-07-11 13:04:10 +03:00
  • 2e03d13c12 updated the development.js environment configuration file to use the mean-dev database instead of mean-test which is used for testing/stages environment Liran Tal 2015-07-11 01:05:07 +03:00
  • 9e8ee9ea13 Merge branch 'Robaum-0.4.0' into 0.4.0 Liran Tal 2015-07-11 01:00:12 +03:00
  • 6bb5b8cfd5 Merge branch '0.4.0' of https://github.com/Robaum/mean into Robaum-0.4.0 Liran Tal 2015-07-11 00:59:35 +03:00
  • 9fb2215854 cleaning up application startup information Liran Tal 2015-07-11 00:42:43 +03:00
  • cff3efe5b3 Merge pull request #637 from Gym/0.4.0 Ilan Biala 2015-07-10 13:07:31 -04:00
  • b8d6fa7e24 formatting: indent Ryan Hutchison 2015-07-10 07:21:47 -04:00
  • e8c79e4a0b Merge pull request #634 from Gym/0.4.0 Liran Tal 2015-07-10 09:24:14 +03:00
  • 786c546d84 Update users.authentication.server.controller.js Ryan Hutchison 2015-07-09 15:44:38 -04:00
  • 75c80524b7 remove unused dependcies. Ryan Hutchison 2015-07-09 14:23:31 -04:00
  • 16aa646673 Merge branch '0.4.0' of github.com:meanjs/mean into 0.4.0 Ryan Hutchison 2015-07-09 14:10:01 -04:00
  • d0bb4a3cd3 duplicate controller. This was moved under settings/ Ryan Hutchison 2015-07-09 14:04:16 -04:00
  • b18a7dda99 bug: remove social account. Ryan Hutchison 2015-07-09 13:49:48 -04:00
  • ade074cf37 Merge pull request #599 from loulin/0.4.0 Ilan Biala 2015-07-09 13:32:27 -04:00
  • 9e19493f50 Remove unused scope declarations. Ryan Hutchison 2015-07-09 13:10:39 -04:00
  • 11b37f25a5 Merge pull request #633 from Gym/package-formatting Liran Tal 2015-07-09 19:31:56 +03:00
  • 8aa9dfaa2a Merge pull request #632 from danaronoff/0.4.0 Liran Tal 2015-07-09 19:28:50 +03:00
  • f345d20c3e Update package.json to indent space-2. Ryan Hutchison 2015-07-08 19:51:54 -04:00
  • 50937ea5de Remove duplicate assets definition Daniel Aronoff 2015-07-08 19:43:20 -04:00
  • c2bcfa3acd Merge pull request #616 from meanjs/master_to_0.4.0 Liran Tal 2015-07-08 21:13:58 +03:00
  • 99e0ea8b06 Merge pull request #622 from Gym/0.4.0 Liran Tal 2015-07-08 20:20:15 +03:00
  • b6818b63d3 fix btn-large class names. Ryan Hutchison 2015-07-07 19:57:58 -04:00
  • 67e38aec01 fix failing tests Ryan Hutchison 2015-07-07 10:22:21 -04:00
  • 9ca71c8cde remove href attribute. Ryan Hutchison 2015-07-07 07:42:30 -04:00
  • 73b5fa3df0 Revert "load bootstrap (doh)" Ryan Hutchison 2015-07-07 07:41:00 -04:00
  • 21590940ae Merge pull request #621 from simison/patch-10 Ilan Biala 2015-07-06 15:24:25 -04:00
  • 96f8ab5289 keeping nodejs versions 0.10 and 0.12 as the test servers for travis configuration Liran Tal 2015-07-06 21:09:58 +03:00
  • 73be7943b1 package.json will always use 2 spaces indent Ryan Hutchison 2015-07-05 19:01:54 -04:00
  • 00a4668c2a update javascript libs Ryan Hutchison 2015-07-05 17:51:19 -04:00
  • 30c916030e setup dropdown menu Ryan Hutchison 2015-07-05 17:51:04 -04:00
  • 7d8cea159b load bootstrap (doh) Ryan Hutchison 2015-07-05 17:50:41 -04:00
  • d4c880b89c update dependencies Ryan Hutchison 2015-07-05 16:15:06 -04:00