Ryan Hutchison
00a4668c2a
update javascript libs
2015-07-05 17:51:19 -04:00
Ryan Hutchison
30c916030e
setup dropdown menu
2015-07-05 17:51:04 -04:00
Ryan Hutchison
7d8cea159b
load bootstrap (doh)
2015-07-05 17:50:41 -04:00
Ryan Hutchison
d4c880b89c
update dependencies
2015-07-05 16:15:06 -04:00
Liran Tal
d5b22e35c4
addressing missing newlines and node 0.12 version for travis-ci
2015-07-05 01:12:54 +03:00
Liran Tal
2be8f71199
support for test:server and test:client grunt tasks which were removed from the merge of 0.4.0 into master
2015-07-04 01:42:11 +03:00
Liran Tal
52fe443429
fixing err object which isnt present in this check, replacing it with a text message
2015-07-03 10:48:06 +03:00
Liran Tal
834bfd6cf8
removing left-overs of merge diff from 0.4 to master
2015-07-03 07:51:08 +03:00
Liran Tal
b76c2cd13b
updating 0.4.0 merged branch to support the declerative db connection object instead of just a connection string
2015-07-02 12:29:09 +03:00
Liran Tal
67e96a4f22
0.4.0 branch merged into master
2015-07-02 12:08:09 +03:00
Liran Tal
6003085e89
Merge pull request #586 from cdriscol/remove-target-on-signin
...
Remove targets on signin and signup anchors
2015-06-09 07:58:47 +03:00
cdriscol
2a3516e2a6
Removing target on signin and signup anchors to prevent a complete page reload when changing to those states.
2015-06-03 21:44:40 -06:00
Ilan Biala
b1d95e0a34
Merge pull request #582 from simison/patch-9
...
Fix deprecated ExpressJS req.param('provider')
2015-06-03 19:41:35 -04:00
Ilan Biala
cd5db4ad4d
Merge pull request #575 from pgrodrigues/0.4.0
...
Abstract the local strategy login error to thwart hackers
2015-06-03 19:39:19 -04:00
Mikael Korpela
10d35d1df9
Fix deprecated ExpressJS req.param('provider')
...
>"Deprecated. Use either req.params, req.body or req.query, as applicable."
http://expressjs.com/api.html#req.param
2015-06-02 15:36:56 +03:00
Liran Tal
716925b29f
Merge pull request #579 from lirantal/0.4.0-backport-local-config-feature-553
...
porting pull request from master to 0.4.0 branch: Local environment ariables to address issue #553 #557
2015-06-01 10:53:55 +03:00
Ilan Biala
801ba33d98
Merge pull request #576 from simison/patch-8
...
Remove unused hasAuthorization and requiresLogin
2015-05-31 18:12:22 -03:00
Liran Tal
1ea9f55600
porting pull request from master to 0.4.0 branch: Local environment variables to address issue #553 #557
2015-05-31 11:54:17 +03:00
Mikael Korpela
fcb6f90293
Remove un-used hasAuthorization and requiresLogin
...
Looks like these aren't needed now that we have ACL.
2015-05-29 00:36:07 +03:00
Pedro Rodrigues
e11ffda6e5
Add some abstraction to local strategy login error
2015-05-28 16:56:49 +01:00
Ilan Biala
3ea400f354
Merge pull request #548 from jloveland/generate-sslcerts
...
Add SSL support back into 0.4.0
2015-05-28 06:42:23 -04:00
Ilan Biala
f24ce6550e
Ignore ALL .log files at gitignore
...
Closes #523
2015-05-17 23:19:05 -04:00
Ilan Biala
556497913d
Merge pull request #565 from simison/patch-7
...
Add fonts and svgs to gzip compression pattern
2015-05-17 11:05:45 -04:00
Ilan Biala
6fddcf4d04
Merge pull request #549 from vepasto/patch-5
...
Hide email address when reseting password
2015-05-17 11:03:56 -04:00
Mikael Korpela
fea436f815
Add fonts and svgs to gzip compression pattern
...
I think it's good to have these here "just in case", even the seed project wouldn't have any fonts/svgs. These are just so common filetypes at any project.
Thoughts?
2015-05-16 14:10:14 +03:00
Liran Tal
88a89f2e7d
Merge pull request #557 from lirantal/feature-553-local-config
...
Local environment variables to address issue #553
2015-05-14 07:50:54 +03:00
Liran Tal
dce17e9fae
creating a local.example.js as a sample file to extend configuration to local repository without committing these changes and also replacing .extend() with .merge() for local repository changes
2015-05-14 00:16:08 +03:00
Liran Tal
aca6a793e9
adding a grunt-contrib-copy dev dependency to create a local copy of local.js file and then updating config.js to include it and gruntfile.js to run it in all common tasks
2015-05-13 11:29:51 +03:00
Liran Tal
0fc412d428
restoring previous state of removing local.js, we'll generate it with grunt when the project starts-up
2015-05-13 10:47:00 +03:00
Liran Tal
619e123c0d
adding the default config/env/local.js instance
2015-05-12 21:42:30 +03:00
Liran Tal
ba3e99f009
implemented feature to address issue 553 - provide a local.js file for local development configuration parameters that will not get committed to remote repositories and will accidentally expose API keys, passwords, and sensitive local configuration
2015-05-12 09:22:04 +03:00
jloveland
3e1d0b5f84
adding ssl back in
2015-05-08 07:01:41 -07:00
Veikko Karsikko
c800c0a18f
Hide email address and remove trailing whitespaces
...
Email address should not be shown to client
2015-05-07 14:26:17 +03:00
Ilan Biala
426ce9e8cc
Merge pull request #531 from pgrodrigues/0.4.0
...
Remove more unused requires
2015-04-23 21:31:59 -04:00
Pedro Rodrigues
b2d76b82e5
Remove more unused requires
2015-04-23 17:51:58 +01:00
Ilan Biala
9a9db2692b
Merge pull request #529 from pgrodrigues/0.4.0
...
Remove unused passport require
2015-04-23 06:46:50 -04:00
Pedro Rodrigues
7f1b46b0d7
Remove unused passport require
2015-04-23 11:09:45 +01:00
Ilan Biala
90dbbb60e6
Merge pull request #522 from simison/patch-4
...
Fix typo in gitignore
2015-04-19 10:40:49 -04:00
Mikael Korpela
b7f24c655c
Fix typo at gitignore
2015-04-17 17:17:36 +03:00
Ilan Biala
25974a64ec
Merge pull request #516 from tcwd/0.4.0
...
Remove duplicate crypto require in modules/users/server/controllers/users/users.password.server.controller.js
2015-04-14 09:47:37 -04:00
Edward Sun
0dbab180a9
Removed duplicate include for crypto
2015-04-13 12:08:30 -04:00
Ilan Biala
8b9a625fe4
Merge pull request #509 from simison/patch-1
...
Fix headers to HTML5 format
2015-04-08 08:28:06 -04:00
Mikael Korpela
238bbe1ad8
Fix headers to HTML5 format
...
Headers were a weird mixture of html5 and xhtml. Now it's pure html5.
Use this as doctype if you really want it to be xhtml, but I don't see why would you want that with Angular:
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
```
2015-04-08 11:26:27 +02:00
Liran Tal
bb37d1b09a
Merge pull request #498 from ilanbiala/0.4.0
...
Update connect-mongo to support Mongoose 4.0.0
2015-04-04 10:57:06 +03:00
Liran Tal
9f9f4506d0
Merge pull request #500 from smythey21/generate-ssl-certs-typo-fix
...
Fixing typo in scripts/generate-ssl-certs.sh
2015-03-29 08:42:48 +03:00
smythey21
8f971555bb
Fixing typo in scripts/generate-ssl-certs.sh
2015-03-28 23:33:31 -04:00
Ilan Biala
dc6f74dec5
Update connect-mongo to support Mongoose 4.0.0
2015-03-28 19:35:54 -04:00
Liran Tal
79ec94662e
Merge pull request #497 from ilanbiala/0.4.0
...
Update dependencies
2015-03-28 12:37:01 +03:00
Ilan Biala
1fa147e372
Update dependencies
2015-03-27 22:26:03 -04:00
Liran Tal
77535bdf2d
Merge pull request #458 from ilanbiala/0.4.0
...
Reset password script
2015-03-27 09:57:02 +03:00