Skip to content

Releases: activitypods/activitypods

v2.2.0

04 Jul 16:23

Choose a tag to compare

Pod provider

  • Refactor capabilities with VC #410 (⚠️ breaking changes)

Chore

  • Fix: ESM import incompatibilities with jest #421

v2.1.1

26 Mar 09:11

Choose a tag to compare

App framework

  • Fix redirection when logging with an app

Pod provider

  • Only display storage resources in the data browser 99c4fd8
  • Only allow images on the binaries container 5cf4208
  • LocalLoginPage: check that redirection URLs are real URLs ca3bf29
  • AuthorizePage: ensure app redirectUrl is a real URL d205d18
  • AppStatusService: ensure appUri is not an internal URL 4776e11
  • Remove permissions from contacts collections 46aab05
  • Fix error if querying SPARQL endpoint as anon or system 724fd57
  • Fix HomePage header title #408

v2.1.0

13 Mar 11:00

Choose a tag to compare

See the release PR for the migration instructions

App framework

  • LoginPage: Show error notification, if authorization agent not found #398
  • RedirectPage: don't require ontologies param anymore 40355e7
  • Refactor PodResourceHandlerMixin to use a single shapeTreeUri setting fefb608

Pod provider

  • Implement DataRegistrations (⚠️ breaking changes) #378
  • Use DataRegistry for data browser #387
  • Process accessibility audit #388

Documentation

  • Add two new guides c7e9898
  • Adapt documentation to match 2.1 changes 35581a6

v2.0.5

17 Jan 11:09

Choose a tag to compare

App framework

  • Rename and refactor PodLoginPage to register apps (⚠️ breaking changes) #367
  • BackgroundChecks: register app if it is not registered yet b52fcc4

Pod provider

  • Groups creation, deletion and settings (experimental) #369
  • Refactor app installation & list #371
  • Frontend: rename groups to tags #368
  • Keep completed jobs for 3 days 8e68a29
  • Fix i18nProvider if browser locale does not match any available locale 01e3d36

Chore

  • Add tripleAdmin to dev Pod provider config d49259e

Documentation

  • Update deploy doc to use .env instead of .env.local a8c2d59
  • Add docs about Promotheus monitoring b5d737b

v2.0.4

18 Nov 11:43

Choose a tag to compare

App framework

  • New SyncUserLocale component 931c4c6
  • PodOutboxService: improve error detection f37908d
  • PodActivitiesWatcher: don't throw error if fetch fails 90e8418

Pod provider

  • Allow user to change language #342
  • Redirect to new actor page 06b5156
  • Fix direct message is not sent if it has multiple recipients 4ede468
  • Temporarily ignore Mastodon requests to delete actors d57fbc0
  • Log Moleculer errors in a text file c1cf216

Chore

  • Add :z tags to docker volumes for SELinux c38489f

v2.0.3

04 Nov 11:46

Choose a tag to compare

App framework

  • TimerService: fix cron job processing 8a4a166

Pod provider

  • New "Add to contacts" button #335
  • Don't check ACL on inbox/outbox if the app was granted the special right c5491f0
  • Display Pod provider name in title 9550a90
  • Fix: ensure apods:announces is also created when offering rights to announce b64fead
  • Fix: Pod deletion is not working 6ea4aec
  • New repair.deleteDoubleNameFromProfiles action bcdfa44

Chore

  • Remove legacy actorsKeyPairDir setting from KeyService #315
  • Docker image: also publish with current tag when publishing as latest 046bcf6

v2.0.2

26 Oct 15:46

Choose a tag to compare

App framework

  • ShareDialog: don't await outbox posting b4d5d17

Pod provider

  • Fix capability retrieval on frontend 9667ca1
  • Ensure the actor requesting deletion still exists before sending back an Accept activity 0a4dd95
  • Allow all apps to write to /semapps/file container b76d1a8

Documentation

v2.0.1

04 Oct 09:04

Choose a tag to compare

App framework

v2.0.0

04 Oct 08:59

Choose a tag to compare

See this PR for a full release log

v1.5.0

08 Jan 09:54
5807224

Choose a tag to compare

Features

Refactoring

Chore