Commit Graph

151 Commits

Author SHA1 Message Date
Amos Haviv
b7a47d117a Merge pull request #225 from uwolfer/password-request-mail-failure
Show error message when sending password request mail fails
2014-11-26 15:12:38 +02:00
Amos Haviv
6783ba53ed Merge pull request #259 from mindmelting/bug/fix_nodemailer_instance
Abstract nodemailer createTransport
2014-11-26 15:06:32 +02:00
Wesley Smith
873e91f9e2 Fixed error message for non-unique username. 2014-11-16 19:14:13 -07:00
Lawrence
d5cf18a1f5 Abstract nodemailer createTransport
Currently createTransport is unnecessarily called upon every time a password request is made.
2014-11-10 17:23:45 +00:00
Amos Haviv
c93101202f Fix tests & refactor SSL support 2014-11-04 19:22:46 +02:00
Roie Cohen
00c4f07a48 Merge pull request #212 from lirantal/bugfix-211-use-request-object-for-urls
localhost hard coded URL for livereload.js bugfix
2014-11-02 00:25:34 -07:00
Roie Cohen
1aaf7ad285 Merge pull request #227 from lirantal/bugfix-188-require-extensions-deprecated
bug fix for issue #188 for removing deprecated nodejs's require.extensions
2014-10-24 23:29:18 -07:00
Liran Tal
dc4492fee9 removing un-necessary .js extension 2014-10-24 17:48:07 +03:00
Liran Tal
faa4f23831 adding ios rendering support for mobile browsers per bug report #194 2014-10-24 12:42:20 +03:00
Liran Tal
14c5d1bbb7 replacing deprecated require.extensions nodejs call with explicit full paths for require() 2014-10-24 12:01:46 +03:00
Urs Wolfer
619c7f2642 Show error message when sending password request mail fails
It used to fail silently (client only displays error when a message is available).
2014-10-23 12:40:44 +02:00
Roie Cohen
a799a230d1 Merge pull request #189 from w-green/adding_server_route_tests
Feature: Article CRUD ops. Added supertests. closes meanjs/mean#92
2014-10-20 23:24:24 -07:00
Liran Tal
6298e35a5b disabling JSONP from controllers and commenting out from expressjs configuration, allowing users to enable if they need to 2014-10-14 20:24:28 +03:00
Liran Tal
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 2014-10-14 20:11:40 +03:00
Amos Haviv
7b52309ac8 Merge pull request #197 from Nepoxx/patch-4
Tiny fixes
2014-10-07 17:07:47 +03:00
Amos Haviv
b699d12907 Merge pull request #141 from NeverOddOrEven/remove-redundant-variable-declaration
Remove redundant variable declaration
2014-10-07 17:00:11 +03:00
Pier-Luc Gagnon
b12a3b47ba Tiny fixes
Removed double requires and unused variables.
2014-10-06 17:18:29 -04:00
Warren
2ec6fa0821 Feature: Article CRUD ops. Added supertests. closes meanjs/mean#92 2014-09-26 18:03:53 +01:00
Alex Suttmiller
99b6756861 Remove redundant variable declaration 2014-08-16 11:02:56 -04:00
Max
867cf5e329 Fix typo in Error handling controller code
On the frontend, the error message 'Username already exist' appears when creating a user with the same username as an existing user.  Grammatically, this error looks strange.  A more proper error message would be 'Username already exists'.  Possibly later on support can be added to properly conjugate this error message for a 'plural' field.
2014-08-06 19:28:24 -06:00
Amos Haviv
50677508eb Removing swig from controller 2014-08-05 15:39:34 +03:00
Amos Haviv
b311b7b72c Fix menu service defaults 2014-08-05 15:35:49 +03:00
Amos Haviv
50878957ad Fixing password headers 2014-08-05 14:35:31 +03:00
Amos Haviv
e98554eda7 Updating Deprecated res.send 2014-08-02 23:07:59 +03:00
Amos Haviv
b6cd10f72e Add app name in email 2014-08-02 21:37:42 +03:00
Amos Haviv
f6e19093eb Update 0.3.2 2014-08-02 21:29:38 +03:00
Amos Haviv
f4b62ca819 Adding Password Reset 2014-07-31 11:27:14 +03:00
Amos Haviv
6c1de94fea Revert "Added newlines"
Conflicts:
	public/dist/application.min.js
	public/modules/users/controllers/authentication.client.controller.js
	public/modules/users/tests/authentication.client.controller.test.js
2014-07-19 13:42:38 +03:00
Amos Haviv
9db5e71830 Fix password validation error in change password 2014-06-01 23:46:17 +03:00
Amos Haviv
d9231ccc3f Fixing Grunt Watch 2014-05-26 01:56:08 +03:00
Amos Haviv
987634ee2a Fixing Salt Save Error
This fixes #75
2014-05-26 01:04:29 +03:00
Charles Packer
58cfb2e515 Implemented password reset core feature 2014-05-22 21:02:36 -07:00
Amos Haviv
62bf313c6a Simplified Gruntfile, Minor Bug Fixing 2014-05-20 20:19:51 +03:00
Amos Haviv
a7aa199019 Fixing indentation 2014-05-20 18:22:38 +03:00
Amos Haviv
9575fdcfd4 Fixing Conflicts 2014-05-19 17:38:07 +03:00
Amos Haviv
59fc0de43d Merge branch 'pr/63' into 0.3.1
Conflicts:
	app/tests/user.server.model.test.js
	public/modules/articles/config/articles.client.config.js
	public/modules/core/controllers/home.client.controller.js
	public/modules/core/services/menus.client.service.js
2014-05-19 17:33:01 +03:00
Michael Cole
66bf2dca4c Typo in test message: 2014-05-14 07:08:08 -05:00
Samuel Vijaykumar M
7cf1fc2adb Changed all the indents to the spaces(tab size 4) 2014-05-14 16:05:15 +05:30
Amos Haviv
31a193196f Fix swig templates 2014-05-02 18:41:52 +03:00
Amos Haviv
1c7ae6ecb5 Configuring Extensions 2014-05-02 18:28:24 +03:00
Amos Haviv
5ff49a7115 Fixing article and express 4 modification 2014-04-26 15:33:53 +03:00
Amos Haviv
36acc484bd Fixing roles security issues 2014-04-26 15:17:31 +03:00
Amos Haviv
f132e1084f Fixing Articles Issues 2014-04-23 03:57:09 +03:00
Amos Haviv
5eed915dd6 Added role based middleware authorisation 2014-04-21 22:52:34 +03:00
Amos Haviv
edd549db8c More Naming Fixes, articles cleanup 2014-04-21 02:32:59 +03:00
Amos Haviv
779295793d Merge branch 'pr/18' into 0.3.0
Conflicts:
	app/routes/core.server.routes.js
	config/express.js
	package.json
2014-04-21 01:07:05 +03:00
Amos Haviv
44bf81a494 0.3RC
Express 4 Support
New naming convention
Glob patterns
CSS Linting
Uglify
CSS Min
Environmental Asset Management
DI Menu System
2014-04-21 00:01:01 +03:00
Amos Haviv
09f1eab636 Adding the salt part to the hashPassword FN 2014-04-16 12:53:22 +03:00
Kentaro Wakayama
8f09b8b776 Add check of password and salt in user auth 2014-04-16 09:51:31 +02:00
Amos Haviv
279eb39694 Finalizing the User Accounts Module 2014-04-16 02:00:23 +03:00