Skip to content

Releases: userfrosting/UserFrosting

4.0.8-Alpha

28 Feb 07:37
Compare
Choose a tag to compare
  • Autogenerate and suggestion features for usernames during account registration (partially addresses #569)
  • Restrict username characters to a-z0-9.-_
  • Require first name by default
  • Throttle registration attempts
  • Implement User::exists method
  • keyupDelay option in ufForm
  • More logging of group and role CRUD
  • Implement extra:// stream
  • Lots of missing translation keys

4.0.7-Alpha

23 Feb 06:34
Compare
Choose a tag to compare
  • Separate "account settings" from "profile settings"

4.0.6-alpha

22 Feb 18:07
Compare
Choose a tag to compare
  • Fix throttling issue #656
  • Other miscellaneous fixes

4.0.5-alpha

21 Feb 07:22
Compare
Choose a tag to compare
  • Allow nulling out of throttle rules (to disable)
  • Disable Google Analytics by default (but enabled in production)
  • Other miscellaneous fixes

4.0.1-alpha

29 Jan 18:28
Compare
Choose a tag to compare
  • Bump min version of PHP to 5.6
  • Added German translation (See #625) - Thanks @X-Anonymous-Y
  • Improved Gulp Build task
  • Remove site-dev from example sprinkles.json
  • Fix some styling issues on the Dashboard and footer
  • Display group link in menu for group admins
  • Keep dashboard sidebar collapsed across page load (See #616)
  • Fixed missing translation keys inside Handlebar tables (See #624)
  • Admin panel link style in main dropdown menu (See #627)
  • Implement AuthGuard middleware
  • Handling of redirect after login (See #627#issuecomment-275607492)
  • Directly check database in installer using PDO
  • Refactor installer and how version are displayed in system info panel. Added notice when a migration is available for a sprinkle

0.3.1.23

21 Dec 19:02
Compare
Choose a tag to compare

Also fix the occurred_at timestamp in the user_event table to allow null, for newer versions of MySQL that don't allow a zero date (see #605).

0.3.1.22

11 Dec 06:07
Compare
Choose a tag to compare
  • Use nullableTimestamps instead of timestamps in installer, to prevent conflict with MySQL modes 'NO_ZERO_IN_DATE' and 'NO_ZERO_DATE'.

0.3.1.21

07 Dec 02:22
Compare
Choose a tag to compare
  • Use Illuminate/Schema in installer, instead of raw queries, to support SQL Server, Postgres, and SQLite automatically
  • Added pushAlert(),clearAlerts() in public/js/userfrosting.js and updated flashAlerts()

0.3.1.20

13 Oct 21:49
Compare
Choose a tag to compare

Bugfix:

  • Revert changes to User::fresh() but leave comment regarding upgrading Eloquent

0.3.1.19

28 Jul 03:20
Compare
Choose a tag to compare

Bugfixes:

  • Fix some minor error screen layout issues
  • Make User::fresh() compatible with Eloquent\Model v5.2.40+
  • Update composer require to allow for Fortress 1.x bugfixes
  • Allow database port definitions in config-userfrosting.php
  • Fix fatal error when evaluateCondition is called before the router populates current route information