Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

v1.8-beta

Compare
Choose a tag to compare
@matthenning matthenning released this 16 Jun 16:08
· 94 commits to beta since this release
  • Rebased on Laravel 5.4
  • Rebased sass and js compilation on webpack (https://laravel.com/docs/5.4/mix)
  • Rebased css and js framework to allow easier upgrades
  • Adjusted orange tone and night mode colors to work better when using tools like f.lux
  • API calls after session timeouts will result in an automatic redirection to the login page. Login form now shows errors
  • Simplified UI for user permissions
  • Moved redundant controller index logic to parent ApiController
  • Added env variable to configure session lifetime
  • User abilities are now automatically configured in AuthServiceProvider after adding them in UserAbility::abilities
  • More tests and refactoring