You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,14 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
7
7
### Added
8
8
* Remote routes for daemon to contact in order to allow Daemon to retrieve updated service configuration files on boot. Centralizes services to the panel rather than to each daemon.
9
9
* Basic service pack implementation to allow assignment of modpacks or software to a server to pre-install applications and allow users to update.
10
+
* Users can now have a username as well as client name assigned to thier account.
10
11
11
12
### Fixed
13
+
* Bug causing error logs to be spammed if someone timed out on an ajax based page.
12
14
13
15
### Changed
16
+
* Admin API and base routes for user management now define the fields that should be passed to repositories rather than passing all fields.
17
+
* User model now defines mass assignment fields using `$fillable` rather than `$guarded`.
<p>Providing a user password is optional. New user emails prompt users to create a password the first time they login. If a password is provided here you will need to find a different method of providing it to the user.</p>
0 commit comments