Commit Graph

1954 Commits

Author SHA1 Message Date
Liran Tal
5d20988b10 adding support for configurable session cookie parameters for express 2014-10-14 12:14:17 +03:00
Liran Tal
bb56abb7e4 correcting spellings and English for main README file 2014-10-14 11:51:50 +03:00
Roie Cohen
f67b7d950e Merge pull request #167 from wesleyfsmith/master
Removed localhost from env files
2014-10-10 23:15:34 -07:00
Amos Haviv
4cca972125 Bump minor version 2014-10-07 17:30:45 +03:00
Amos Haviv
ea04c9e55a Small Update 2014-10-07 17:29:06 +03:00
Amos Haviv
d5d2f2e023 Merge branch 'pr/177' 2014-10-07 17:08:35 +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
8da98564d1 Merge pull request #165 from neon5/master
Fixed typo of div attribute
2014-10-07 17:04:43 +03:00
Amos Haviv
f5431da175 Merge pull request #156 from miguelcoba/issue-144
Rise gunt-concurrent task limit.
2014-10-07 17:02:54 +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
Amos Haviv
e5e2616039 Merge pull request #139 from macsj200/patch-2
Genericize invalid username or password message
2014-10-07 16:59:35 +03:00
Amos Haviv
8519f6bd47 Merge pull request #132 from macsj200/patch-1
Fix typo in Error handling controller code
2014-10-07 16:59:21 +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
Joseph Race
26d8a121c4 Use ng-annotate instead of ngmin 2014-09-11 12:51:34 +01:00
Wesley Smith
593497027c Removed localhost from env files, as it is not necesary and can introduce bugs in non-local environments. 2014-09-01 17:44:05 -06:00
jloveland
f786ddaa1c moving security configs to secure code block to remove requirement for private key and certificate 2014-08-31 15:05:07 -04:00
neon5
d80a46bfc2 Fixed typo of div attribute 2014-08-30 11:07:00 -04:00
Miguel Coba
6c7f03f6f8 Rise gunt-concurrent task limit.
Fixes issue with default value for grunt-concurrent limit in machines with few cpu/cores.

From grunt-concurrent docs:

	limit

	Type: Number
	Default: Number of CPU cores (require('os').cpus().length) with a minimum of 2

	Limit of how many tasks that are run concurrently.

In machines with few cpus/cores, the default limit of 2 the 'grunt debug' task
can't start enough tasks for starting the node-inspector task, so the command fails
and the capp can't be debugged.

Fixes issue #144
2014-08-26 03:55:15 +00:00
jloveland
7946cfe3c1 adding secure.js environment option, reverting production.js, and adding openssl options to gen-certs 2014-08-16 14:16:07 -04:00
Alex Suttmiller
99b6756861 Remove redundant variable declaration 2014-08-16 11:02:56 -04:00
jloveland
2ac17f7868 adding https option for running with TLS/SSL 2014-08-15 21:51:34 -04:00
Max
aeb02720f2 Genericize invalid username or password message
https://github.com/meanjs/mean/issues/133
The message given to the user upon an invalid login attempt, for security reasons, should not reveal that the username or password was incorrect.  Rather, a generic message should be displayed when the username or password is incorrect.
2014-08-14 00:23:42 -06: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
2c319c5e65 Update to config tabs 2014-08-05 16:49:33 +03: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
e56c76a850 Use form validation in articles 2014-08-05 13:18:22 +03:00
Amos Haviv
ee95616e6d Merge branch 'pr/125' 2014-08-05 11:48:57 +03:00
KOENIG Romain
3949400cff Update create-article.client.view.html
Little mistake (copy-paste probably) where there is title instead of content. Am I right ?
2014-08-03 23:34:02 +02:00
Amos Haviv
e98554eda7 Updating Deprecated res.send 2014-08-02 23:07:59 +03:00
Amos Haviv
7091f6a4f4 Adding Dist files 2014-08-02 22:08:38 +03:00
Amos Haviv
7b0b860e98 Adding Dist files 2014-08-02 22:07:10 +03:00
Amos Haviv
b11bd0755d Adding Dist files 2014-08-02 22:06:31 +03:00
Amos Haviv
315024e98f Merge branch '0.3.2' 2014-08-02 21:56:37 +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
anooprh
3dcf45c55a Added github signin/signup to the list of signups/signi's 2014-08-01 02:23:00 -04:00
Amos Haviv
f4b62ca819 Adding Password Reset 2014-07-31 11:27:14 +03:00
Amos Haviv
9fb6e411cf Merge branch 'pr/116' into 0.3.2 2014-07-19 14:07:05 +03:00
Amos Haviv
f59befc295 Merge branch 'pr/101' into 0.3.2 2014-07-19 14:04:43 +03:00
Amos Haviv
83d6630afd Merge branch 'pr/87' into 0.3.2
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:45:50 +03:00
Amos Haviv
15a898d7a3 Merge branch 'pr/77' into 0.3.2 2014-07-19 13:44:17 +03:00
Amos Haviv
65d3d4040c Deleting Dist folder 2014-07-19 13:43:32 +03:00
Amos Haviv
83d3cd4dc5 Updating Gitignore 2014-07-19 13:43:07 +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
Alexandre Valdetaro
6730ae32d4 bug fix: MenuItem and SubMenuItem can now be private independently of parent 2014-07-16 19:08:40 -03:00
Matthias Luebken
c918f93320 checking for Env injected by fig/docker 2014-07-03 14:52:25 +02:00
Matthias Luebken
83686b82d9 - reading the right port in production
- changed default back to development
2014-07-03 10:04:11 +02:00