Page MenuHomePhorge

Tenant settings
ClosedPublic

Authored by machniak on Jul 13 2021, 11:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 15, 11:47 AM
Unknown Object (File)
Dec 14 2024, 9:58 AM
Unknown Object (File)
Dec 7 2024, 1:59 PM
Unknown Object (File)
Dec 7 2024, 1:11 PM
Unknown Object (File)
Dec 6 2024, 4:41 AM
Unknown Object (File)
Nov 29 2024, 6:23 AM
Unknown Object (File)
Nov 8 2024, 6:50 AM
Unknown Object (File)
Oct 31 2024, 11:32 PM
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.