nextcloud / forms

📝 Simple form & survey app for Nextcloud
https://apps.nextcloud.com/apps/forms
GNU Affero General Public License v3.0
324 stars 98 forks source link

fix: Allow guests to open public pages again #2294

Closed nickvergessen closed 2 months ago

nickvergessen commented 2 months ago

Steps

  1. Create a public form
  2. Open it as a guest
  3. :boom:
Cannot assign null to property OCA\Forms\Service\ConfigService::$currentUser of type OCP\IUser

// After fixing that
Cannot assign null to property OCA\Forms\Activity\ActivityManager::$currentUser of type OCP\IUser

Not sure if you want to apply some hardening to prevent methods from calling things on currentUser which can be null now, so please take over @susnux

nickvergessen commented 2 months ago

Fixed via #2293