Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Releases: sciactive/tilmeld-server

1.0.0-beta.24

21 Jul 05:45
Compare
Choose a tag to compare
1.0.0-beta.24 Pre-release
Pre-release
  • Adding defined avatar support.

1.0.0-beta.23

12 Jun 02:26
Compare
Choose a tag to compare
1.0.0-beta.23 Pre-release
Pre-release
  • See disabled users in setup app.
  • Allow auth token to be passed in a HTTP header, rather than just a cookie.
  • Correctly report failed password change attempts.
  • Delete the generated primary group is the user being registered can't be created.

1.0.0-beta.22

26 May 00:17
Compare
Choose a tag to compare
1.0.0-beta.22 Pre-release
Pre-release
  • Fixed hook method name.

1.0.0-beta.21

16 May 01:13
Compare
Choose a tag to compare
1.0.0-beta.21 Pre-release
Pre-release
  • Fix validation blocking creation of users/groups.

1.0.0-beta.20

15 May 02:01
Compare
Choose a tag to compare
1.0.0-beta.20 Pre-release
Pre-release
  • Fix docblocks.
  • Added acRead, acWrite, and acFull properties and controls.
  • Changed DELETE_ACCESS to FULL_ACCESS.
  • Validate AC properties on save.
  • AC properties are now only editable by users with FULL_ACCESS

1.0.0-beta.19

08 May 03:15
Compare
Choose a tag to compare
1.0.0-beta.19 Pre-release
Pre-release
  • Fix exception on invalid JWT token.

1.0.0-beta.18

07 May 19:49
Compare
Choose a tag to compare
1.0.0-beta.18 Pre-release
Pre-release
  • Don't require XSRF token for setup app. Also remove pubsub requirement.

1.0.0-beta.17

05 May 00:16
Compare
Choose a tag to compare
1.0.0-beta.17 Pre-release
Pre-release
  • Use JSON Web Token (JWT), instead of PHP sessions.
  • Move descendant group logic into User class.
  • Protect against CSRF (XSRF) attacks. Ready for PubSub support.
  • Allow updateDataProtection to accept a user other than "currentUser".

1.0.0-beta.16

24 Apr 00:39
Compare
Choose a tag to compare
1.0.0-beta.16 Pre-release
Pre-release
  • Fixed setup app.

1.0.0-beta.15

23 Apr 23:43
Compare
Choose a tag to compare
1.0.0-beta.15 Pre-release
Pre-release
  • Update uMailPHP.