Commit Graph

1954 Commits

Author SHA1 Message Date
Liran Tal
5c16db2187 Merge pull request #878 from jloveland/owasp-password-strength
Adding stronger password security
2015-09-10 09:54:29 +03:00
Cody B. Daig
927855fec7 [doc] Add seed user instructions to README 2015-09-09 12:15:47 -07:00
Liran Tal
fba6eb74b0 Merge pull request #893 from lirantal/feature/seeddb-refactor-users
Refactoring the seeded user objects to be easily maintained
2015-09-09 20:44:50 +03:00
Liran Tal
d1a9119ab4 Merge pull request #887 from lirantal/feature/app-startup-version-number
Adding MEAN.JS version information as part of the startup info when app loads
2015-09-08 22:33:33 +03:00
jloveland
1fd6bb6119 adding stronger password requirements for improving security based on OWASP 2015-09-07 22:11:02 -04:00
Cody B. Daig
2131ccdf6b [bug] Gulp test wasn't running server tests 2015-09-07 15:01:57 -07:00
Liran Tal
05f9053f18 Refactoring the seeded user objects to be easily maintained 2015-09-07 09:33:42 +03:00
Liran Tal
903b4ca8a8 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 2015-09-06 23:23:48 +03:00
Liran Tal
a12746e3c1 Adding support for meanjs-version specific configuration option and displaying both MEAN.JS project and App project version numbers on start-up 2015-09-06 11:12:26 +03:00
Liran Tal
58b371b0ec Adding MEAN.JS version information as part of the startup info when app loads 2015-09-05 20:41:06 +03:00
Liran Tal
522cc6b75a Merge pull request #886 from lirantal/feature/travis-ci-enable-coverage-task
Adding another job for Travis CI to run the `grunt coverage` task on every build
2015-09-04 19:34:36 +03:00
Liran Tal
c6e0f68748 Adding another job for Travis CI to run the grunt coverage task on every build 2015-09-04 08:15:11 +03:00
Liran Tal
3890aaedf4 Merge pull request #876 from codydaig/0.4.1
0.4.1
2015-09-03 09:17:59 +03:00
Cody B. Daig
834555c80d 0.4.1 2015-09-02 14:36:51 -07:00
Ilan Biala
57bd17a250 Merge pull request #875 from meanjs/travis-gitter-integration
Add Travis notifications in Gitter
2015-09-02 14:54:13 -04:00
Ilan Biala
d1c3348ca1 Travis now sends notifications to Gitter 2015-09-02 14:40:52 -04:00
Liran Tal
320826bde8 Merge pull request #866 from almegdad/0.4.0
Reopened: Force Username & Email to Lowercase + Remove Sensitive Data
2015-09-02 09:50:27 +03:00
almegdad
aafa5e69cf Force Lowercase & Remove Sensitive Data
* add directive to force username & email lowercase
* remove sensitive data in password reset
* 2 space indentation  in reset & forgot password views
2015-09-01 21:09:20 +03:00
Liran Tal
40cc69161e Merge pull request #864 from codydaig/bug/cfconfig
[bug] Remove non CF specific files [closes #861]
2015-09-01 16:35:40 +03:00
Liran Tal
70513452b0 Merge pull request #811 from lirantal/feature/code-coverage
Adding coverage report for server-side tests using istanbul
2015-09-01 16:22:36 +03:00
Liran Tal
0e3f638a51 Merge pull request #851 from lirantal/feature/security-nsp-ci-packages-up-to-date
Security check as part of our CI
2015-09-01 13:38:31 +03:00
Liran Tal
16b481fa2e Merge pull request #863 from mleanos/hotfix/user-model-tests-roles
[hotfix] Fixed User model tests
2015-08-31 08:58:45 +03:00
Cody B. Daig
57079e22ec Remove non CF specific files 2015-08-30 22:02:15 -07:00
mleanos
14b8dd4dce Fixed User model tests
PR #840 changed the global var `user` to `user1`. This was merged and
then #858 was merged, which was still referencing the global var as
`user` in the new *roles* tests. This was causing jshint failures from
the new

This change updates the new *roles* tests to use `user1`
2015-08-30 15:53:29 -07:00
Liran Tal
8335aa7070 Merge pull request #858 from mleanos/admin-users-require-role
Admin users require role
2015-08-30 21:55:58 +03:00
Liran Tal
6af137d81a Merge pull request #840 from lirantal/feature/users_module_tests_%
Major Fixing and Refactoring tests
2015-08-30 21:22:28 +03:00
Liran Tal
67491a8198 Merge pull request #845 from lirantal/feature/sessionCookie-refactoring-params
Session Cookie Configuration enhancements
2015-08-29 13:23:47 +03:00
mleanos
263adccd44 User model tests for roles
Added tests for the User model's roles field.

Should be able to update existing user with valid roles
Should NOT be able to update existing user WITHOUT a role
Should NOT be able to update existing user with INVALID role
2015-08-28 18:19:33 -07:00
mleanos
bbbe8772f2 Admin Users require role
These changes make the role field required in the User model. Changes to
the Admin user edit view were added to provide validation for the role
field.

As an added enhancement, the user's roles are displayed in the Admin
user list view.
2015-08-28 17:41:13 -07:00
Liran Tal
85d2a1a943 Merge pull request #853 from Gym/task-enhancements
Gulp task enhancements - template cache
2015-08-28 21:50:59 +03:00
Liran Tal
e03b892ff0 Merge pull request #832 from codydaig/fix/dockerSASS
[fix] Install ruby and SASS with Docker [Closes #789]
2015-08-28 04:34:26 +03:00
Liran Tal
e1d69b8c77 Adding the NSP tool to audit our packages version for known security vulnerabilities as part of the CI process 2015-08-27 22:03:48 +03:00
Liran Tal
e415dc33eb Merge pull request #852 from mleanos/chat-empty-message
[fix] Empty Chat Messages
2015-08-27 21:44:08 +03:00
Ilan Biala
a004b66289 Merge pull request #850 from vaucouleur/filenames
Rename files using convention verb-object.client
2015-08-27 00:26:31 -04:00
Liran Tal
6db8a4e4fa Major Fixing and Refactoring tests
1. Refactoring variables usage through-out the tests
2. Fixing correct error handler tests were previously these would report a false positive isue
3. Fixing recent unit tests to be added as part of the main save method suite
4. Fixing an issue with the tests which didn't clean the user1 entry in the db and so tests following it would fail regardless of the validation
5. Fixing one test to actually be valid use case
2015-08-26 22:54:08 +03:00
Sebastien Vaucouleur
ab82acb51b Renamed files using convention verb-object.client.etc. Closes #817
Renamed files using convention verb-object.client.etc. Closes #817
2015-08-26 16:50:15 +02:00
Liran Tal
ff59de0c20 Merge pull request #774 from Gym/remove-data-prefix
Remove 'data' prefix from attributes
2015-08-26 11:36:32 +03:00
Ryan Hutchison
1fa977679c Task enhancements
lint is already referenced in build task.

missing env:prod

add client/server test tasks

Add template cache and autoprefixer.

Update .jshintrc
2015-08-26 00:43:21 -04:00
Ryan Hutchison
3bf07fe4ec Remove data- prefix from attributes 2015-08-25 12:34:40 -04:00
Liran Tal
01bd98b386 Merge pull request #759 from Gym/client-side-validation
client-side form validation with ng-messages.
2015-08-25 16:19:22 +03:00
Liran Tal
05355b986d Merge pull request #842 from Gym/fb-enhancements
Facebook authentication
2015-08-25 16:14:06 +03:00
Liran Tal
2b015b065a Merge pull request #796 from trainerbill/UnauthorizedRoute2
Unauthorized client side routing
2015-08-25 16:13:31 +03:00
mleanos
8128570279 [fix] Empty Chat Messages
Disables the submit button on the Chat form, when no message is present.
Also, removed the `data-` prefix from the various Chat view elements.
2015-08-24 23:23:55 -07:00
Ryan Hutchison
801547602b client-side form validation with ng-messages.
remove data prefix from attributes.

fix tests
2015-08-25 02:02:18 -04:00
Liran Tal
80b63b5cd2 Refactoring the Session Cookie configuration and adding more configurale parameters 2015-08-25 08:15:49 +03:00
Andrew Throener
ed89f9ea08 Unauthorized client routing
Added Auth Interceptor tests

cleaned up test

Update routes
2015-08-24 17:04:36 -05:00
Liran Tal
979c4e56a4 Merge pull request #846 from lirantal/feature/refresh-homepage-links
Refreshing the M.E.A.N links and description in the homepage
2015-08-24 09:40:16 +03:00
Liran Tal
4a65439b19 Refreshing the M.E.A.N links and description in the homepage 2015-08-24 00:17:02 +03:00
Liran Tal
b8147cb278 Merge pull request #844 from Gym/404-behavior
mask exception route for 404 responses.
2015-08-23 23:40:44 +03:00
Liran Tal
cfe71bb3de Merge pull request #843 from Gym/bug-previous-state
[Bug] Previous State (History)
2015-08-23 23:40:14 +03:00