Skip to content

Releases: DS-Software/ULS

DS Software ULS v1.3.1 - Minor Bugfixes

27 Aug 21:42
d9e0818

Choose a tag to compare

Changelog:

Bugfixes:

  • Fixed wide text overflowing its container.
  • Added project banning.

This Release Contributors:

@DSSoftware

Total Contributors:

@DSSoftware
@KepchykS
@sxnnctum

DS Software ULS v1.3.0 Epic Release

26 Aug 11:58
c02ab37

Choose a tag to compare

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:

@DSSoftware

Total Contributors:

@DSSoftware
@KepchykS
@sxnnctum

DS Software ULS v1.2.0 Tremendous Release

23 Mar 15:16
307dc98

Choose a tag to compare

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

26 Feb 19:42
a344928

Choose a tag to compare

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:

@DSSoftware

Total Contributors:

@DSSoftware
@sxnnctum
@KepchykS

DS Software ULS v1.0.0 Alpha

24 Feb 19:31
1d9a81b

Choose a tag to compare

Pre-release

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

31 Jan 20:48

Choose a tag to compare

Changelog:

  • Fixed some login-logic bugs

Bugfixes:

  • Fixed Timing Attacks on verifyAuthChallenge. (#2) (55a94e9)
  • Fixed Unintended Error Messages in send_register_message & send_restore_email (#3) (fbe8e0f)

This Release Contributors:

@DSSoftware

Total Contributors:

@DSSoftware
@sxnnctum
@KepchykS

DS Software ULS v0.1.0 Pre-Release

29 Jan 15:14
a9a2bfa

Choose a tag to compare

Pre-release

Changelog:

  • Added 2FA
  • Added EasyLogin
  • Fixed some issues with login logic

Contributors:
@sxnnctum
@KepchykS