Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.31

    protected
    Release v0.1.31
    
    * Fixes a bug where a favourite was not deleted when the user was removed from a team
  • v0.1.30

    protected
    893e4486 · Bump to v0.1.30 ·
    Release v0.1.30
    
    * Add support to list and import audio files
  • v0.1.29

    protected
    07fa2ab0 · Bump to v0.1.29 ·
    Release v0.1.29
    
    * Add support to create teams without a logo
    * Fixes a bug where a user leaves a team keeps marked as favourite
  • v0.1.28

    protected
    4ebcb79c · Bump version to 0.1.28 ·
    Release v0.1.28
    
    * Add support to mark a team as deleted
    * Update the team update endpoint to make th elogo optional
    * Fixes a bug in the leave team endpoint
  • v0.1.27

    protected
    50341066 · Bump to v0.1.27 ·
    Release v0.1.27
    
    * Add avatars on conversations and members retrieval endpoints
    * Implement an endpoint to retrieve member's teams
    * Add support to delete, list, update or delete favourite teams
  • v0.1.26

    protected
    3bf96386 · Bump to version 0.1.26 ·
    Release v0.1.26
    
    * Add support to create, delete, update and list external hyperlinks for application shortcuts.
  • v0.1.25

    protected
    14a1249a · Bump to v0.1.25 ·
    Release v0.1.25
    
    * Implement a crud view for th eExternalHyperlinks model
  • v0.1.24

    protected
    a8d87e57 · Bump to version v0.1.24 ·
    Release v0.1.24
    
    * Fix a bug where the get_team_member endpoint conflicts with the leave endpoint
  • v0.1.23

    protected
    e292c63f · Bump version to 0.1.23 ·
    Release v0.1.23
    
    * Add support to create teams
    * Add support to invite members on team creation
    * Add support to invite members to existing teams
    * Add support to remove users from a team
    * Add support to list all team members
    * Add support to leave a team
    * Add support to list all team groups
    * Add support to update the group of a team member
  • v0.1.22

    protected
    59278dab · Bump to v0.1.22 ·
    Release v0.1.22
    
    * Update nextcloud-async library origin and version
    * Documentation and .env.example file updates
  • v0.1.21

    protected
    Release v0.1.21
    
    * Add support to configure gunicorn worker timeout with an env var
    * Update prod settings with a prod STAGE
    * Fix a bug where users wouldn't be able to resend invitations using the backoffice
    * Add an endpoint to retrieve nextcloud status
  • v0.1.20

    protected
    Release v0.1.20
    
    * Add support to resend invitations via REST endpoints
    * Add ability to configure some server settings in the admin dashboard
    * Replace svg to png images for email templates
    * Allow users to set custom names on saved recordings
    * Fix a bug where inactive users would be able to send password reset requests
  • v0.1.19

    protected
    Release v0.1.19
    
    * Update email links to setup a default server in the client application
  • v0.1.18

    protected
    4cee20c5 · Release v0.1.18 ·
    Release v0.1.18
    
    * Add an endpoint that returns the server status
    * Add an endpoint that returns the openapi schema version
    * Fix nginx configuration
  • v0.1.17

    protected
    Add support to re-send invitations from the admin panel
    
    * Update the encoding strategy on token creation
    * Improve user organization form or superadmin and staff users
    * Improve invitations for administration users (Superadmin, Staff)
    * Fix a bug in an m2m field for staff users update
    * Minor UI/UX improvements
    * Add support to re-send invitations from the admin panel
  • v0.1.16

    protected
    Fix a bug where the users search filter was broken
  • v0.1.15

    protected
    Add support to import/export projects
    
    * Update the sites seeds strategy to read hosts from env
    * Add an endpoint to list invitations by organization_id and state
    * Cleanup Dockerfile packages
    * Fixup Projects directory creation
    * Implement an endpoint to import projects
    * Implement an endpoint to list projects uploaded by user
    * Remove the material admin dashboard
  • v0.1.14

    protected
    Add missing PASSWORD_RESET_TIMEOUT setting
  • v0.1.13

    protected
    Improve error messages in account creation
  • v0.1.12

    protected
    Openapi and error handling improvements