Commit Graph

  • bf7bcc6170 adding support for logger handling which allows for saving the requests to a logfile, useful for production systems Liran Tal 2014-11-06 13:07:20 +02:00
  • 0f4a5850eb making the log format configurable and enabled morgan logging on all environments, not just development Liran Tal 2014-11-06 11:12:38 +02:00
  • 325a19e276 Correctly encode and decode password salt Rupert Muchembled 2014-11-05 20:33:01 +00:00
  • 42931d35c5 Merge pull request #246 from lirantal/fixes-meanjs-homepage Liran Tal 2014-11-05 21:09:53 +02:00
  • 71604bb533 Update packages Amos Haviv 2014-11-05 18:29:31 +02:00
  • 26e20252f0 Fix readme Amos Haviv 2014-11-04 19:24:40 +02:00
  • c93101202f Fix tests & refactor SSL support Amos Haviv 2014-11-04 19:22:46 +02:00
  • d27baeac1f Remove unecessary comment in karma.conf.js Andrew McKinlay 2014-11-03 19:10:37 -05:00
  • 7174625bc1 added domain configuration option if required to set the cookie for a specific host Liran Tal 2014-11-03 23:20:28 +02:00
  • b056f6d876 documentation updates to the meanjs sample application landing page Liran Tal 2014-11-03 23:10:32 +02:00
  • 86d38df702 typo Dan Bunker 2014-11-03 12:43:52 -07:00
  • b0d8b47841 Merge pull request #244 from lirantal/fix-typo-user-password-reset Roie Cohen 2014-11-03 00:19:40 -08:00
  • 6c889a30de fixed typo on angular user module stateprovider states Liran Tal 2014-11-03 09:56:20 +02:00
  • 00c4f07a48 Merge pull request #212 from lirantal/bugfix-211-use-request-object-for-urls Roie Cohen 2014-11-02 00:25:34 -07:00
  • a7243763ea Merge branch 'pr/140' Roie Schwaber-Cohen 2014-10-27 18:29:48 -07:00
  • 1aaf7ad285 Merge pull request #227 from lirantal/bugfix-188-require-extensions-deprecated Roie Cohen 2014-10-24 23:29:18 -07:00
  • aab2b161a5 Merge pull request #228 from lirantal/enhancement-194-ios-view-support Roie Cohen 2014-10-24 23:24:48 -07:00
  • 73c84a0fcb Merge pull request #229 from lirantal/cleanup-218-express-guide-links Roie Cohen 2014-10-24 23:22:56 -07:00
  • d4201936c8 Merge pull request #230 from lirantal/enhancement-126-using-chalk Roie Cohen 2014-10-24 23:22:24 -07:00
  • 1ee5bc1f46 removing un-necessary console.log() calls Liran Tal 2014-10-25 01:06:19 +03:00
  • 9b694dbbf3 adding chalk to package.json, locking to 0.5 version as a known and compliant API Liran Tal 2014-10-25 01:05:34 +03:00
  • 22e330b407 adding chalk for formatting console messages instead of ANSI escape codes Liran Tal 2014-10-25 01:05:08 +03:00
  • dc4492fee9 removing un-necessary .js extension Liran Tal 2014-10-24 17:48:07 +03:00
  • fc4555674c fixing up broken links with exchange for newer documentation links on expressjs.com Liran Tal 2014-10-24 13:15:12 +03:00
  • faa4f23831 adding ios rendering support for mobile browsers per bug report #194 Liran Tal 2014-10-24 12:42:20 +03:00
  • 14c5d1bbb7 replacing deprecated require.extensions nodejs call with explicit full paths for require() Liran Tal 2014-10-24 12:01:46 +03:00
  • 619c7f2642 Show error message when sending password request mail fails Urs Wolfer 2014-10-23 12:34:52 +02:00
  • a799a230d1 Merge pull request #189 from w-green/adding_server_route_tests Roie Cohen 2014-10-20 23:24:24 -07:00
  • cc1c124e0e Merge pull request #209 from lirantal/enhancements-spellings Roie Cohen 2014-10-20 23:08:52 -07:00
  • 158c373d35 Merge pull request #213 from lirantal/bugfix-208-disabling-jsonp Roie Cohen 2014-10-20 23:07:24 -07:00
  • e29ee6fbc1 removing the comment too, it may be confusing to think it should just be enabled for JSONP to be globally enabled which isnt true Liran Tal 2014-10-15 12:43:38 +03:00
  • 6298e35a5b disabling JSONP from controllers and commenting out from expressjs configuration, allowing users to enable if they need to Liran Tal 2014-10-14 20:24:28 +03:00
  • acc091f211 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 Liran Tal 2014-10-14 20:11:40 +03:00
  • 84efda1eb0 fixing identations Liran Tal 2014-10-14 12:18:06 +03:00
  • 5d20988b10 adding support for configurable session cookie parameters for express Liran Tal 2014-10-14 12:14:17 +03:00
  • bb56abb7e4 correcting spellings and English for main README file Liran Tal 2014-10-14 11:51:50 +03:00
  • f67b7d950e Merge pull request #167 from wesleyfsmith/master Roie Cohen 2014-10-10 23:15:34 -07:00
  • 4cca972125 Bump minor version Amos Haviv 2014-10-07 17:30:45 +03:00
  • ea04c9e55a Small Update Amos Haviv 2014-10-07 17:29:06 +03:00
  • d5d2f2e023 Merge branch 'pr/177' Amos Haviv 2014-10-07 17:08:35 +03:00
  • 7b52309ac8 Merge pull request #197 from Nepoxx/patch-4 Amos Haviv 2014-10-07 17:07:47 +03:00
  • 8da98564d1 Merge pull request #165 from neon5/master Amos Haviv 2014-10-07 17:04:43 +03:00
  • f5431da175 Merge pull request #156 from miguelcoba/issue-144 Amos Haviv 2014-10-07 17:02:54 +03:00
  • b699d12907 Merge pull request #141 from NeverOddOrEven/remove-redundant-variable-declaration Amos Haviv 2014-10-07 17:00:11 +03:00
  • e5e2616039 Merge pull request #139 from macsj200/patch-2 Amos Haviv 2014-10-07 16:59:35 +03:00
  • 8519f6bd47 Merge pull request #132 from macsj200/patch-1 Amos Haviv 2014-10-07 16:59:21 +03:00
  • b12a3b47ba Tiny fixes Pier-Luc Gagnon 2014-10-06 17:18:29 -04:00
  • 2ec6fa0821 Feature: Article CRUD ops. Added supertests. closes meanjs/mean#92 Warren 2014-09-26 18:03:53 +01:00
  • 26d8a121c4 Use ng-annotate instead of ngmin Joseph Race 2014-09-11 12:51:34 +01:00
  • 593497027c Removed localhost from env files, as it is not necesary and can introduce bugs in non-local environments. Wesley Smith 2014-09-01 17:41:11 -06:00
  • f786ddaa1c moving security configs to secure code block to remove requirement for private key and certificate jloveland 2014-08-31 15:05:07 -04:00
  • d80a46bfc2 Fixed typo of div attribute neon5 2014-08-30 11:07:00 -04:00
  • 6c7f03f6f8 Rise gunt-concurrent task limit. Miguel Coba 2014-08-26 03:50:57 +00:00
  • 7946cfe3c1 adding secure.js environment option, reverting production.js, and adding openssl options to gen-certs jloveland 2014-08-16 14:16:07 -04:00
  • 99b6756861 Remove redundant variable declaration Alex Suttmiller 2014-08-16 11:02:56 -04:00
  • 2ac17f7868 adding https option for running with TLS/SSL jloveland 2014-08-14 20:28:24 -05:00
  • aeb02720f2 Genericize invalid username or password message Max 2014-08-14 00:23:42 -06:00
  • 867cf5e329 Fix typo in Error handling controller code Max 2014-08-06 19:28:24 -06:00
  • 2c319c5e65 Update to config tabs Amos Haviv 2014-08-05 16:49:33 +03:00
  • 50677508eb Removing swig from controller Amos Haviv 2014-08-05 15:39:34 +03:00
  • b311b7b72c Fix menu service defaults Amos Haviv 2014-08-05 15:35:49 +03:00
  • 50878957ad Fixing password headers Amos Haviv 2014-08-05 14:35:31 +03:00
  • e56c76a850 Use form validation in articles Amos Haviv 2014-08-05 13:18:22 +03:00
  • ee95616e6d Merge branch 'pr/125' Amos Haviv 2014-08-05 11:48:57 +03:00
  • 3949400cff Update create-article.client.view.html KOENIG Romain 2014-08-03 23:34:02 +02:00
  • e98554eda7 Updating Deprecated res.send Amos Haviv 2014-08-02 23:07:59 +03:00
  • 7091f6a4f4 Adding Dist files Amos Haviv 2014-08-02 22:08:38 +03:00
  • 7b0b860e98 Adding Dist files Amos Haviv 2014-08-02 22:07:10 +03:00
  • b11bd0755d Adding Dist files Amos Haviv 2014-08-02 22:06:31 +03:00
  • 315024e98f Merge branch '0.3.2' Amos Haviv 2014-08-02 21:56:37 +03:00
  • b6cd10f72e Add app name in email Amos Haviv 2014-08-02 21:37:42 +03:00
  • f6e19093eb Update 0.3.2 Amos Haviv 2014-08-02 21:29:38 +03:00
  • 3dcf45c55a Added github signin/signup to the list of signups/signi's anooprh 2014-08-01 02:23:00 -04:00
  • f4b62ca819 Adding Password Reset Amos Haviv 2014-07-31 11:27:14 +03:00
  • 9fb6e411cf Merge branch 'pr/116' into 0.3.2 Amos Haviv 2014-07-19 14:07:05 +03:00
  • f59befc295 Merge branch 'pr/101' into 0.3.2 Amos Haviv 2014-07-19 14:04:43 +03:00
  • 83d6630afd Merge branch 'pr/87' into 0.3.2 Amos Haviv 2014-07-19 13:45:50 +03:00
  • 15a898d7a3 Merge branch 'pr/77' into 0.3.2 Amos Haviv 2014-07-19 13:44:17 +03:00
  • 65d3d4040c Deleting Dist folder Amos Haviv 2014-07-19 13:43:32 +03:00
  • 83d3cd4dc5 Updating Gitignore Amos Haviv 2014-07-19 13:43:07 +03:00
  • 6c1de94fea Revert "Added newlines" Amos Haviv 2014-07-19 13:42:38 +03:00
  • 6730ae32d4 bug fix: MenuItem and SubMenuItem can now be private independently of parent Alexandre Valdetaro 2014-07-16 19:08:40 -03:00
  • c918f93320 checking for Env injected by fig/docker Matthias Luebken 2014-07-03 14:52:25 +02:00
  • 83686b82d9 - reading the right port in production - changed default back to development Matthias Luebken 2014-07-03 10:04:11 +02:00
  • 1bd958e40d env Matthias Luebken 2014-07-03 09:50:29 +02:00
  • ba0a6a0918 Merge pull request #97 from ar1g/master Amos Haviv 2014-06-29 16:15:07 +03:00
  • 75bf26452e Merge pull request #100 from eshaham/meanjs Amos Haviv 2014-06-29 16:14:31 +03:00
  • 0cbb6c5902 how to enable live reload Matthias Luebken 2014-06-24 14:44:17 +02:00
  • 38c87c02fc remove space which messes up the url local variable Elad Shaham 2014-06-23 16:02:54 +03:00
  • 7257f2e3c1 removed fig workaround Matthias Luebken 2014-06-20 10:57:47 +02:00
  • c93abfeae7 workaround fig bug Matthias Luebken 2014-06-18 18:47:08 +02:00
  • c62e1c1e4e fig bug workaround Matthias Luebken 2014-06-18 18:40:15 +02:00
  • 9b81e3f983 manual docker build and run Matthias Luebken 2014-06-18 18:34:42 +02:00
  • 04e74f20fe workaround manual bower install Matthias Luebken 2014-06-18 18:34:25 +02:00
  • a68b588880 first docker version with fig Matthias Luebken 2014-06-18 15:59:24 +02:00
  • f6f0c9fb4f Update home.client.view.html ar1g 2014-06-16 17:48:55 +01:00
  • b3a996959c Update home.client.view.html ar1g 2014-06-16 17:44:19 +01:00
  • 005162ad35 Update home.client.view.html ar1g 2014-06-16 17:43:11 +01:00
  • 595f858756 Update home.client.view.html ar1g 2014-06-16 17:38:21 +01:00
  • 9da3bc87fb Merge pull request #90 from Squ34k3rZ/patch-1 Amos Haviv 2014-06-11 23:14:27 +03:00