Skip to content

1.2.0 - Release Candidate 1

Compare
Choose a tag to compare
@pilsy pilsy released this 15 Nov 21:55
· 50 commits to master since this release
  • fix(reps): Fixing issue with clever-init
  • fix(build): Removed reference to not included module cs_messenger (clever-messenger) and included cs_modal
  • fix(auth): Redirect to the correct page after successful login
  • fix(messenger): Reference Messenger in a way that doesn't break when the clever-messenger module is not installed
  • chore(cleanup): Users list
  • feat(accountChooser): Implemented way for super admin users to change accounts (User Masq)
  • refactor(signIn): Updated signIn redirect after login and fixed password reset
  • refactor(user): Updated modal form
  • feat(passwordReset): Templates
  • feat(account): Confirmation template and controller
  • chore(cleanup): Module file
  • fix(account): Confirm method added to the UserService
  • fix(AccountService): Cache in this.data and also added the confirm method
  • fix(SessionProvider): Updated middleware for route permission testing
  • refactor(auth): Updated users list templates
  • refactor(AccountProvider): Expansion and cleanup
  • chore(auth): Updated the modules main.js file to include new resources
  • refactor(controllers): Role and Permission Controllers updated to not rely on clever-messenger
  • chore(cleanup): Role list controller and module file
  • refactor(roles): Updated templates
  • feat(CleverTable): Allow row and pagination templates, various bug fixes
  • feat(requiresPermission): For navbar
  • feat(Capitalize): Filter
  • feat(isActive): Helper for routes
  • fix(TemplateProvider): Working partials
  • chore(cleanup): Navbar less
  • fix(image min): Use an older version for now
  • chore(package): Updated deps
  • fix(imagemin): Revert to older version
  • Update package.json
  • chore(cleanup): Remove unused vars
  • refactor(modal): Module file cleanup and jshintrc fixe
  • refactor(modal): Factory cleanup
  • fix(deps): jQuery dist problem again??
  • Update package.json
  • fix(navbar): Template and Styles (less) for the NavBar
  • fix(modals): Added missing LESS stylesheet
  • chore(build): Committing new CSS generated from the LESS files
  • fix(jquery): Removed /dist/ from jQuery path, i had a bad bower cache
  • release(1.2.0-beta-2): Check the release for a list of changes
  • release(1.2.0-rc-1): Releasing instead of beta-2