- Gruntfile: enable grunt bump task by including in missing require statements (for semver, e (d0bc3c48)
- buildcontrol: enable buildcontrol throught jit mapping for grunt-build-control (6c1d8a82)
- index.js: get rid of annoying Heroku deployment messages, add docs for hub (67f0c1bd)
- .bowerrc: revert to old behavior, interactive false breaks bower install (4d33caa4)
- .bowerrc: add interactive false for bowerrc so that it resolves automatically (99c90b5d)
- _README.md: remove broken code climate link, add info about deploying to heroku with grunt b (adad2700)
- Gruntfile.js: add buildcontrol support for heroku (56eb4bc9)
- _bower.json: add angular-bootstrap back in (1d739504)
- gitignore: gitignore must include *.sass-cache (5127b0cc)
- profile.html: add closing div for profile, fix broken view (718e45e3)
- index.js: provide canned responses for prompts, remove current prompts to speed up generat (7c6830a0)
- all: comment out persistent problems for now (f25bc43a)
- all_variables.scss: try again with this compass task (0e9f5822)
- style.scss: rename scss files so that _variables.scss comes first and compass:dist task does (8b295685)
- injector.js: left out clientApp var (68c17629)
- app.config.js: file was never saved on previous update of app.config with ui-router (fa79b45d)
- _bower.json: rearrange order of dev dependencies in generated app's bower.json so grunt-injec (e7ed87cc)
- AuthCtrl.js: add methods from IdentityService for easier integration of auth logic (fa6e0c34)
- IdentityService: improve isAuthenticated function, add isAdmin() (9f064410)
- app.config.js: placeholder ui-router route for admin view with user list to be implemented in w (0676b930)
- auth-widget.html: implement fully functional auth-widget, modify tests for new design (958f9533)
- config.js: migrate core routes to ui-router (56f662d9)
- cuNavbar.js: rename lvNavbar and give it a significant controller (b87997ad)
- index.html: implement ui-view in index.html (1702be67)
- injector.js: automate proper placement of modules by injector using .module.js suffix (57b5a413)
- karma.conf.js: enable module loading first with new naming scheme - *.module.jjs (3fe80fcc)
- module: rename all modules to *.module.js so regexp injector and karma can order them, c (06f92a00)
- navbar.html: update navbar.html, adding placeholders for directives to build (71a7a7e4)
- index.js: careless error in method, everything run through and checks out (7023a1aa)
- _package.json: bump version of grunt-ng-annotate to 0.9.2 to successfully annotate app (2ec363ab)
- index.js:
- injector.js: add in file checks to prevent injecting tests into index.html, which then get ug (1ce74df2)
- lvAuthWidget.spec.js: modify test for displayLogin so all tests pass, closes #16 (eb44fa4f)
- lvUserService.spec.js: rename improperly named spec file, closes #26 (ba11a914)
- nav-menu.html: fix broken nav dropdown with new require attributes from angular-bootstrap, fixe (ec1a14b3)
- package.json: fix repository info so that the url enables conventional changelog to generate t (c1e1a07e)
- style.scss: use protocol-related url (by not specifying http) so it can be loaded in secure (d7f72ff6)
- _package.json: use organizationname for github url, update repo description, closes #13 (393d9f1c)
- externalServicesPrompts.js: add organizationname (github username or organization) to prompts (e82b6833)
- Gruntfile: add grunt-conventional-changelog to just-in-time static mappings for template ap (c3f7d34d)
- UserDataService.spec: misspelled jshint comment (2c79d7f3)
- changelog: changelog not automatically committed and pushed during bump (c4b59535)
- config: fix gruntfile to ensure dev server runs with devlopment db (937cde81)
- db: add custom mongoose plugins for timestamps and paranoidDelete on models (3f7d7db6)
- grunt: upgrade Gruntfile and tasks (6c492b3c)
- releases: add grunt-conventional-changelog and grunt-release to automate version releases (0f81f02d)
- user: add UserDataService for seeding and searching user (bd631ded)
- user.model: add timestamps plugin, add accountStatus, require lowercase for email, improve c (ac20ea15)
- deployPrompts: fix string parsing in deployPrompts and give useful message on heroku push (ab60f303)
- errors: add temporary errors module for handling server-side errors (da819829)
- gruntfile: remove extra semicolon from config mochaTest (6418a0d5)
- server.js: surround with iife, export for require (0488adf1)
- Gruntfile: add mochaTest task and multiple targets to grunt test (8e584a9b)
- auth.service: add role to token payload and hasRole check for route middleware (a5fc0520)
- config: add config for test, add test db, add morgan formatting (ec335289)
- user: add full user capabilities and server-side tests (4578d8d7)
- versioning: add grunt task bump:type for running conventional changelog and release tasks (c51ec138)