1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

Updated changelog

This commit is contained in:
eldadfux 2019-11-17 20:48:35 +02:00
parent 943bc8a2b3
commit 4fef427088

View file

@ -25,10 +25,12 @@
* Fixed broken redirect URL when creating a new project * Fixed broken redirect URL when creating a new project
* Fixed broken modal when a user password is too short * Fixed broken modal when a user password is too short
* Fixed issue denying the creation of seesion cookies on localhosts with port other than 80 or 443 * Fixed issue denying the creation of seesion cookies on localhosts with port other than 80 or 443
* Fixed bug that prevented actual file size calculation
## Breaking Changes ## Breaking Changes
* OAuth path is now /auth/login/oauth instead of /auth/oauth and /auth/oauth/callback is now /auth/login/oauth/callback, this is for better consistency with new login methods we will introduce in the future * OAuth path is now /auth/login/oauth instead of /auth/oauth and /auth/oauth/callback is now /auth/login/oauth/callback, this is for better consistency with new login methods we will introduce in the future
* Changed file attribute sizeCompressed to sizeActual to better reflect server logic
# Version 0.3.0 (PRE-RELEASE) # Version 0.3.0 (PRE-RELEASE)