Skip to content
Tags give the ability to mark specific points in history as being important
  • 4.1.0-tedomum.2
    4.1.0-tedomum.2
    
  • 4.1.0+tedomum.1
    dcab5808 · Update to 4.1.0 ·
    Update to 4.1.0
    
  • 4.0.2+tedomum.1
    Update to 4.0.2
    
  • 3.2.0+tedomum.1
    Update to 3.2.0
    
  • 3.1.3+tedomum.1
    Update to 3.1.3
    
  • 3.1.2+tedomum.1
    Update to 3.1.2
    
  • 3.1.1+tedomum.1
    Update to 3.1.1
    
  • 3.1.0+tedomum.2
    Update to 3.1.0 stable
    
  • 3.1.0+tedomum.1
    Update to 3.1.0
    
  • 3.0.4
    0837090e · Bump version to 3.0.4 ·
    - LDAP connector with Erlang 24.3+
    - Participant export configuration not being loaded
    
  • 3.0.3
    2f368b44 · Release 3.0.3 ·
    - Add missing OpenSSL 1.1 in Docker image
    
  • 3.0.2
    fae11535 · Release 3.0.2 ·
    - Fix unfollowing group
    - Limit the size of the IP(v6) field in the user admin view
    - Fix terms and privacy view
    - Use the correct value of current locale
    - Fix editing group events as a group moderator
    - Consider timezone for start time also when end date is hidden
    - Fix loading group members in organizer picker
    - Fix changing email & password
    - Add missing icon
    - Fix instances filter
    - Fix logging from 3rd-party auth provider
    
  • 3.0.1
    d2c78c5f · Release 3.0.1 ·
    - Compatibility with Python 3.11 for exports that reply on Python code.
    - Formatting of fallback locales
    - Allow to specify database port for Docker configuration
    - Assets in production environment
    - Changing event uuid didn't change event data
    - Make sure maximumAttendeeCapacity is a number, not a string
    - Prevent AP collection page number being < 1
    - Fix approving/rejecting group members and followers
    - Fix 3rd-party auth links
    - Test Intl.ListFormat availability and add fallback
    - Set correct Content-Type on all AP endpoints
    - Don't notify group members & followers from new draft event
    - Register missing ExitToApp icon
    - Fix comment display
    
  • 3.0.0
    ae18648c · Release 3.0.0 final ·
    - Add global search support, allowing to use https://search.joinmobilizon.org as a centralized event and group database
    - Add ability to filter search by categories and language
    - Add ability to explore search results on a map view
    - Add dark theme support and setting to toggle light/dark mode
    - Add categories view
    - Allow to disable non-SSO login
    - Support CSP report_uri, report_to and the Report-To and Reporting-Endpoints headers
    - Support for Elixir 1.14 and Erlang OTP 25.
    
    - Homepage has been redesigned
    - Search view has been redesigned
    - Internal illustration pictures are now only served using WebP.
    - Improved the pertinence of related events
    - Light front-end performance improvements
    - Various UI and A11Y fixes on the event page
    - Handle categories page being empty
    - UI improvements of comments
    - UI improvements of reports
    - Various UI improvement in event and group view
    - Add breadcrumb trail on Post view
    - Always lowercase the emails before trying to reset password
    - Make text editor heading level start at h3, h4, h5
    - Remove obscure reference to Douglas Adams
    - Don't inline phoenix manifest
    - Show a proper error message when failure to register to an event
    - Order categories by translated label
    - Show registration button also if registration allow list is used
    - Add logging for when cached iCalendar feed data can't be found
    - Add an error log when we try to update the relay actor
    - Lower loglevel of error when creating a new person
    - Add unique constraint on event URL
    - Allow to view more than 10 drafts events on my events view
    - Add CSP Policy for pictures
    - Don't treat notification for a deleted event as an error
    - Truncate resource description preview after 350 characters
    - Lower loglevel of resource insertion error
    - Resources and discussions views improvements
    - Add context to error when removing an upload file following actor suspension
    - Allow for resource providers to register a csp policy
    - Add loading="lazy" to some images, except categories in viewport
    - Add GraphQL operation name, user ID and actor name in logs
    - Add empty alt attribute to uploaded pictures (for now)
    - Allow release build failures in CI for all non-amd64 architectures
    - Increase timeout needed to build page
    - Handle nothing found by unsplash for location
    
    - Fixed deleting actor when participations association is not preloaded
    - Fixed rendering JSON-LD for an event with a single address (no online location)
    - Address selector
    - Group location edition
    - Reconfigure plug at runtime with env
    - Fix global search term
    - Fix custom icons in metadata list
    - Handle unknown icon
    - Only preload svg pictures on homepage
    - Don't add empty search parameters to global search engine
    - Fix getting categories from global search engine
    - Remove unused deps
    - Only show one pagination bar when searching in both events & groups
    - Run build multiarch release on tags too
    - Don't start mobilizon server when running migrations
    - Run phx.digest before mix release
    - Fix event card background color behind picture
    - Fix position of the « no events found » message
    - Add distinct clause to search events
    - Fix showing past events on group page
    - Fix display of group invitations
    - Fix leaving a group
    - Fix group events order
    - Prevent loading group membership status before we get person information
    - Prefix setInterval with window
    - Fix fetching events with addresses that's not objects
    - Fix dashboard view
    - Fix anonymous & remote participation pages
    - Fix anonymous/remote participation button
    - Do not list drafts in upcoming / old events event if instance moderator
    - Make sure group is refreshed after action
    - Fix deleting person detached from user
    - Fix pagination number text color in dark theme
    - Fix post sharing URL
    - Fix current format status of text not displayed in text editor
    - Fix moving resources
    - Fix multiselect of resources
    - Properly handle un-needed background jobs
    - Properly handle replying to an event that has been deleted
    - Propertly handle other errors when receiving a comment
    - Fix event integrations
    - Prevent loading authorized groups when current actor isn't loading in OrganizerPickerWrapper
    - Fix building CSP policy
    - Fix event map view
    - Various front-end fixes
    - Handle error when fetching object from tombstone
    - Fixed upcoming event groups display on homepage view
    - Fixed Ecto Dev warning on compilation
    - Adapt white parts in Mobilizon logo to current color
    - Register missing BellOutline and BellOffOutline icons
    - Don't load group status when unlogged
    - Fix order of useHead registration on JoinGroupWithAccount view
    - Fix profile@instance translation
    - Handle :http_not_found as an error when deleting an object
    - Handle suspending actors with special type
    - Add fallback handler for can_send_activity?
    - Properly log if we can't notify group follower
    
    - Correctly escape user-defined names in emails
    
    - Build on Elixir 1.14.1 and Erlang OTP 25.
    - Migrate from Vue 2 and Vue Class Component to Vue 3 and the Composition API
    - Migrate from Bulma and Buefy to TailwindCSS and Oruga
    
    - Rewrote tests using Vitest
    
    - Renabled E2E tests
    - Rewrote tests from Cypress to Playwright
    
  • 3.0.0-rc.6
    - Fixed upcoming event groups display on homepage view
    - Fixed Ecto Dev warning on compilation
    
  • 3.0.0-rc.5
    1a6967cb · Release 3.0.0-rc.5 ·
    - Allow release build failures in CI for all non-amd64 architectures
    
  • 3.0.0-rc.4
    84860ca2 · Release 3.0.0-rc.4 ·
    - Add loading="lazy" to some images, except categories in viewport
    - Add GraphQL operation name, user ID and actor name in logs
    - Add empty alt attribute to uploaded pictures (for now)
    
    - Fix building CSP policy
    - Fix event map view
    - Various front-end fixes
    - Handle error when fetching object from tombstone
    
  • 3.0.0-rc.3
    d8434ca3 · Release 3.0.0-rc.3 ·
    - Support CSP report_uri, report_to and the Report-To and Reporting-Endpoints headers
    
    - Add CSP Policy for pictures
    - Don't treat notification for a deleted event as an error
    - Truncate resource description preview after 350 characters
    - Lower loglevel of resource insertion error
    - Resources and discussions views improvements
    - Add context to error when removing an upload file following actor suspension
    - Allow for resource providers to register a csp policy
    
    - Fix moving resources
    - Fix multiselect of resources
    - Properly handle un-needed background jobs
    - Properly handle replying to an event that has been deleted
    - Propertly handle other errors when receiving a comment
    - Fix event integrations
    - Prevent loading authorized groups when current actor isn't loading in OrganizerPickerWrapper
    
  • 3.0.0-rc.2
    - Add setting to toggle light/dark mode
    - Allow to disable non-SSO login
    
    - UI improvements of comments
    - UI improvements of reports
    - Various UI improvement in event and group view
    - Add breadcrumb trail on Post view
    - Always lowercase the emails before trying to reset password
    - Make text editor heading level start at h3, h4, h5
    - Remove obscure reference to Douglas Adams
    - Don't inline phoenix manifest
    - Show a proper error message when failure to register to an event
    - Order categories by translated label
    - Show registration button also if registration allow list is used
    - Add logging for when cached iCalendar feed data can't be found
    - Add an error log when we try to update the relay actor
    - Lower loglevel of error when creating a new person
    - Add unique constraint on event URL
    - Allow to view more than 10 drafts events on my events view
    
    - Fix event card background color behind picture
    - Fix position of the « no events found » message
    - Add distinct clause to search events
    - Fix showing past events on group page
    - Fix display of group invitations
    - Fix leaving a group
    - Fix group events order
    - Prevent loading group membership status before we get person information
    - Prefix setInterval with window
    - Fix fetching events with addresses that's not objects
    - Fix dashboard view
    - Fix anonymous & remote participation pages
    - Fix anonymous/remote participation button
    - Do not list drafts in upcoming / old events event if instance moderator
    - Make sure group is refreshed after action
    - Fix deleting person detached from user
    - Fix pagination number text color in dark theme
    - Fix post sharing URL
    - Fix current format status of text not displayed in text editor
    
    - Correctly escape user-defined names in emails
    
  • 3.0.0-rc.1
    No changes since beta.3