Bugfixes
- Auth failure with user=<> on server due to bug in FunctionExistsAndEnabled() #171
- Class 'RainLoop\Model\Notifications' not found
- DecodeKeyValuesQ could be null
- Prevent Crypt::Decrypt loop
- Incorrect return type for SetSpecLogoutCustomMgsWithDeletion()
- Prevent out-of-memory loop
- Undefined Remote.domainList
- Undefined index 'UidNext'
Improvements
- Added Server side control/kickout of logged in sessions #151
- Cleanup some PHP code
- CSS removed rainloopErrorTip corner triangle
- "delete folder" error now show at folder instead of top (because else hard to find on long list with scroll).
- Changed admin login cookie
- Just force logout on InvalidToken error immediately.
- Some md5 to sha1
- Sort Folders on add/rename folder (thanks to the v2.9.5 folders sort in JavaScript)
- Test login credentials on account switching for better account login/switch handling