Releases: DS-Software/ULS
Releases · DS-Software/ULS
DS Software ULS v1.3.1 - Minor Bugfixes
Changelog:
Bugfixes:
- Fixed wide text overflowing its container.
- Added project banning.
This Release Contributors:
Total Contributors:
@DSSoftware
@KepchykS
@sxnnctum
DS Software ULS v1.3.0 Epic Release
Changelog:
Features:
- Revamped the whole authentication flow.
- Revamped the home page.
- Added CAPTCHA for critical methods.
- Added new fields, like user name, nick, birthday and so on.
- Added animations and themes.
- Added an API documentation - https://login.dssoftware.ru/docs.
Bugfixes:
- Reduced disk load, as removed requiring of unused PHP scripts.
- Reduced the amount of database requests and merged up some database methods.
- And many, many more minor issues.
This Release Contributors:
Total Contributors:
@DSSoftware
@KepchykS
@sxnnctum
DS Software ULS v1.2.0 Tremendous Release
Changelog:
Features:
- Added consent form in external_auth (#21)
- Added more user data fields (#12)
- Standardized Access Tokens (#27)
- Added fault redirect in external_auth (#24)
- Added a QR Scanner to scan EasyLogin QRs (#25)
- Added a spam email filter (e785e2d)
- Now external_auth doesn't redirect users, everything happens in the iframe. (#33)
Bugfixes:
- Updated EMail Templates (#15)
- Made some GUI Changes (#29)
- Removed big top margin (#30)
- regenerateProjectPublic & regenerateProjectSecret of DB are missing 2 arguments (7be6cc8)
- Fixed some issues with scopes' descriptions and titles (e22c915)
Documentation
- Created an example of project integration (#17)
This Release Contributors:
@DSSoftware
@KepchykS
Total Contributors:
@DSSoftware
@KepchykS
@sxnnctum
DS Software ULS v1.1.1 Bugfix
Changelog:
- Fixed a lot of different issues.
Recommendations
Really recommend you to update ULS to v1.1.1, because in the next release Legacy Mode will be removed and some issues that were fixed in this update are quite critical.
Bugfixes:
- Now all the $_REQUEST variables are sanitized using htmlspecialchars to prevent XSS (#20) (33d4c49)
- Moved Access Tokens to headers (#16) (c481c5b)
- Now it requires current email verification / current password to change email / password (For security reasons) (#9) (c481c5b)
This Release Contributors:
Total Contributors:
@DSSoftware
@sxnnctum
@KepchykS
DS Software ULS v1.0.0 Alpha
Warning!
That's an ALPHA version, DO NOT use it on main server for now, wait for the final release.
However, I'm pretty sure that almost all of the bugs were debugged, but still, USE IT AT YOUR OWN RISK.
It still needs more testing, as some changes are too crucial.
Changelog:
- Added a way to create Auth Projects (#1)
- Added mobile version and fixed some issues with it (#8)
- Added some QoL features, such as auto-login after changing password (#6)
- Fixed some bugs
- Improved security (Added LastSID verification that prevents request forging)
Bugfixes:
- Learnt that commented for debug code needs to be uncommented afterwards :) (#14) (93280f7)
- Stopped using API as a standalone page client-side (#13) (ff1d93e)
- Made password transferring more secure and removed length limit for it (#7, #10) (ff1d93e)
This Release Contributors:
@DSSoftware
@KepchykS
Total Contributors:
@DSSoftware
@sxnnctum
@KepchykS
DS Software ULS v0.1.2 Bugfix
DS Software ULS v0.1.0 Pre-Release
Changelog:
- Added 2FA
- Added EasyLogin
- Fixed some issues with login logic
Contributors:
@sxnnctum
@KepchykS