Skip to content

Releases: youvo/backend

v0.2.2

14 Mar 06:15
Compare
Choose a tag to compare
  • Introduces user types and respective sub-modules.
  • Introduce image styles.
  • Configuration overhaul for user-specific fields.
  • Fix empty states in JSONAPI response.
  • Auth relay cron job skip for development mode.
  • Computed fields with references of project participation.
  • UUIDs in user information endpoint.
  • Fix for user session masquing in JSONAPI boost warmer.
  • Shell for organization create REST endpoint.

v0.2.1

25 Feb 23:02
Compare
Choose a tag to compare
  • Refactoring for dummy modules.
  • Fix machine names for dummy academy content.
  • Rework Project entity methods.
  • Add endpoints for managing, applying and mediating projects.
  • Remove causes from installation.

v0.2.0

07 Feb 11:14
Compare
Choose a tag to compare
  • See pull request #27 (Organization User Bundles).
  • Adds cache warming for JSONAPI resources.
  • Development setup for authentication workflow.
  • Exclude content translation information from JSONAPI resources.

v0.1.9

13 Jan 15:22
Compare
Choose a tag to compare
  • Adds cache warming for JSON:API endpoints.
  • Bumps simple_oauth to version 5.2.
  • Change beta signup synchronization with youvo 7.

v0.1.8

03 Jan 17:58
Compare
Choose a tag to compare
  • Changes for the redirect flow in the Authorization Code Grant Flow
  • Adds Readme to several modules (to be continued)
  • Refactoring for child entities module
  • Adds ddev local development enviroment
  • Refactoring for translation buttons in administrative forms
  • Course overview is publicly available via API

v0.1.7

17 Dec 23:36
Compare
Choose a tag to compare
  • File fields are translatable.
  • Improves administration of content in different languages.
  • Configuration fixes for academy content fields.

v0.1.6

16 Dec 15:29
Compare
Choose a tag to compare
  • Bump Drupal version to 9.3.
  • Update core and simple_oauth patches.
  • Fix custom module version requirements and fix imposed deprecations.

v0.1.5

15 Dec 14:30
Compare
Choose a tag to compare
  • Enables translations for academy content.
  • Improves error handling in blocker mode.
  • Adds stats paragraph type.
  • Layout improvements for academy log.

v0.1.4

08 Dec 14:25
Compare
Choose a tag to compare
  • Adds academy_log module which currently implements a simple overview page.

v0.1.3

07 Dec 18:23
Compare
Choose a tag to compare
  • Implements the authentication flow with a remote identity provider. The oauth_grant_remote module extends the behavior for the Authorization Code Grant of the simple_oauth module. The identity provider runs an authentication relay, which responds to requests during the authorization flow. The communication utilizes the JWT standard for encoding and decoding.
  • Introduces the blocker_mode module, which restricts access to the platform for non-administrative users.
  • Introduces new endpoint oauth/expire to invalidate refresh tokens. At the moment is it used to communicate logout actions from the identity provider.
  • Activates oauth/userinfo endpoint by overwriting the implementation of the simple_oauth module.
  • The workshop course is always locked.
  • Updates configuration for REST endpoints to accept request from users authenticated with OAuth.