04 Feb, 2016
1 commit
-
- Adding imports where they make sense. - Converting from jshint to eslint and writing styleguide. - General file and convention cleanup. - Tweaks to misc. annoyances.
15 Dec, 2015
3 commits
-
Closes #100
-
- Swap route-based authentication for template-based to avoid reactivity snags. - Update packages.
01 Nov, 2015
4 commits
-
Closes #91 Closes #93
-
- Update Base version in README.md and client/templates/authenticated/index.html. - Update Meteor version in README.md.
-
This fixes starting meteor with the Can't listen on port 3000. Perhaps another Meteor is running? Running two copies of Meteor in the same application directory will not work. If something else is using port 3000, you can specify an alternative port with --port <port>. command. Before, there was no check to see if a settings file was added, causing the server-side startup to break. Without a settings file, the server would crash. Now, the server still starts regardless of a settings file.
26 Oct, 2015
2 commits
-
Closes #85
-
Thanks to @josephdburdick for helping to get this done. - Add support for setting environment variables on server startup. - Add support for setting MAIL_URL based on the value set in Meteor.settings.private.MAIL_URL. - Bump Base version in README.md and /client/templates/authenticated/index.html.
24 Oct, 2015
3 commits
-
Add condition to avoid Meteor settings when they don't exist.
-
Update fork.
04 Oct, 2015
2 commits
-
Closes #77
-
- Remove smart.* files from Meteorite days. - Update README.md with latest Base version. - Update index.html with latest Base version.
29 Sep, 2015
4 commits
-
Closes #71
-
- Update Meteor to 1.2.0.2. - Update Base and Meteor versions in README.md. - Update Base version in index.html template.
-
Closes #70
28 Sep, 2015
2 commits
27 Sep, 2015
7 commits
-
Closes #8
-
Closes #64
-
Closes #48
26 Sep, 2015
10 commits
-
Closes #54
-
Closes #53
-
- Remove preference for Modulus in exchange for meteor.com hosting. Will host examples of scripts for third-party services in the documentation.
-
Closes #61
-
Closes #62
-
Closes #49
-
- Refactor all ES5 code to use ES2015 patterns. - Refactor functionality of accounts functionality to use module patterns. - Clean up template markup.
25 Sep, 2015
2 commits
-
Closes #60