Skip to content

Releases: ocadotechnology/codeforlife-portal

v2.2.1

16 Apr 13:55
Compare
Choose a tag to compare

Fix

  • Add SessionAuthentication for inactive users api (#942) (3c63d41)

v2.2.0

15 Apr 15:36
Compare
Choose a tag to compare

Feature

  • added ks3 assessment pdfs to materials page (#941) (07ce24f)

v2.1.0

15 Apr 14:15
Compare
Choose a tag to compare

Feature

v2.0.0

15 Apr 12:10
Compare
Choose a tag to compare

Fix

Breaking

  • r (D)

v1.2.1

29 Mar 12:32
Compare
Choose a tag to compare

Fix

  • updated copyrights from 2017 and 2018 (#936) (b2fb2d9)

v1.2.0

22 Mar 16:39
Compare
Choose a tag to compare

Feature

  • reclassify key stages and use new PDFs (#898) (d0c1691)

v1.1.3

21 Mar 11:41
Compare
Choose a tag to compare

Fix

  • independent students can change email (#931) (e3a1567)

v1.1.2

15 Mar 12:35
Compare
Choose a tag to compare

Fix

  • z-indexes of top menu, dropdown and subnavs (#928) (4c28b53)

Fixing invite teacher form

08 Mar 10:23
de61bf2
Compare
Choose a tag to compare
Added link to teacher dashboard on Cancel button (#923)

* Added link to teacher dashboard on Cancel button

* Added space

* Added space

Using semver

06 Mar 15:12
aa0caff
Compare
Choose a tag to compare
Added password strength check + Tests (#918)

* Added password strength check + Tests

Also changed automatically generated passwords to Password2 instead of Password1

* Fixed A Couple Of Things

Small errors caught on code climate

* Changed Password Reset Checks

Student passwords (not automatically generated) now need to be at least 8 characters long. 
Also fixed 8 character condition (equal or greater than)

* Changed Password Length Message On Test

* Changed Password Error/Warning Message

Instead of only pointing out length, it points out the password requirements whenever at least one isn't met

* Restructured The Dynamic Update Function