Page MenuHomePhorge

Tenant settings
ClosedPublic

Authored by machniak on Jul 13 2021, 11:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 13, 1:20 AM
Unknown Object (File)
Thu, Apr 11, 3:22 PM
Unknown Object (File)
Mar 12 2024, 1:04 AM
Unknown Object (File)
Feb 3 2024, 5:52 AM
Unknown Object (File)
Jan 30 2024, 11:18 AM
Unknown Object (File)
Jan 25 2024, 3:35 PM
Unknown Object (File)
Jan 24 2024, 7:49 AM
Unknown Object (File)
Jan 24 2024, 7:19 AM
Subscribers
Restricted Project

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rKb9b80fe18cff: Tenant settings
Summary

Add per-tenant settings and support running jobs for another tenant. Also removed caching from the SettingsTrait.

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
  • Add getSettings() method, and use it as a optimization tool
  • Fix withObjectTenantContext macro
    • It's result should not depend on the current user role
    • It was throwing exceptions when working with an unauth user (e.g. /meet endpoints)
    • Fixed some tests
This revision is now accepted and ready to land.Jul 30 2021, 7:46 AM
This revision was automatically updated to reflect the committed changes.