Skip to content

Conversation

@janepie
Copy link
Member

@janepie janepie commented Feb 6, 2026

  • update deps
  • update to Vue3
  • drop NC<29
  • lazy config loading and removing deprecated function

Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
janepie and others added 2 commits February 6, 2026 18:18
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
$filePath = $this->config->getAppValue(Application::APP_ID, 'filePath');
$userName = $this->config->getAppValue(Application::APP_ID, 'userName');
$userId = $this->config->getAppValue(Application::APP_ID, 'userId');
$filePath = $this->appConfig->getAppValueString('filePath', lazy: true);
Copy link
Contributor

@kyteinsky kyteinsky Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not be get as lazy maybe as the comments say elsewhere

$supportUserName = $this->config->getAppValue(Application::APP_ID, 'supportUserName', '');
$supportText = $this->config->getAppValue(Application::APP_ID, 'supportText', '');
$widgetTitle = $this->config->getAppValue(Application::APP_ID, 'widgetTitle', '');
$filePath = $this->appConfig->getAppValueString('filePath', '', lazy: true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here too

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think lazy in get is always valid and better safe than sorry? 😅 important for set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants