kolab_sync_storage_kolab4::folder_id2name() implementation will need similar change. There DAV folders are handled separately.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Apr 13 2025
Apr 13 2025
Apr 12 2025
Apr 12 2025
Apr 11 2025
Apr 11 2025
- Code cleanup
- Merge branch 'master' into dev/delegation
- Cleanup
- Cleanup
- Browser tests
- Merge branch 'master' into dev/delegation
- More on delegation logic
- Resetting identities on delegation delete
- Unsubscribing/unsharing of IMAP folders
- Unsubscribing/unsharing of DAV folders
Apr 10 2025
Apr 10 2025
- Skip transactions with amount<=0
- Skip transactions with amount=0
Apr 9 2025
Apr 9 2025
Apr 8 2025
Apr 8 2025
kolabobject is part of php-kolab package.
Apr 7 2025
Apr 7 2025
Apr 6 2025
Apr 6 2025
machniak renamed Kolab Groupware Development Scratch Book from شركة تنظيف مكيفات بالدمام to Kolab Groupware Development Scratch Book.
Apr 5 2025
Apr 5 2025
Fixed in master of kolab-webadmin and kolab-net-ldap3.
I'm not sure about this since we have Knowledge Base. https://kb.kolab.org/2023/03/install-kolab-16-on-alma-linux-9/
Apr 3 2025
Apr 3 2025
machniak requested review of D5169: Jobs refactoring: Use withFakeQueueInteractions() and dispatchSync().
Mar 31 2025
Mar 31 2025
Mar 28 2025
Mar 28 2025
Mar 27 2025
Mar 27 2025
Mar 26 2025
Mar 26 2025
machniak added a comment to T8418: Fatal error: Uncaught Error: Cannot access private property LDAP::$domain.
I would just remove the _debug() call.
Mar 25 2025
Mar 25 2025
Mar 24 2025
Mar 24 2025
Mar 21 2025
Mar 21 2025
Mar 20 2025
Mar 20 2025
machniak updated the diff for D5142: DataMigrator: Fix handling of "spread event blocks" in the Takeout's ics parser.
- Small code improvement, more assertions
Mar 19 2025
Mar 19 2025
I don't like \n in a log message. It's fine otherwise.
machniak updated the diff for D5142: DataMigrator: Fix handling of "spread event blocks" in the Takeout's ics parser.
- Fix test description
- DataMigrator: Make sure \r\n is used in mbox parser output
Mar 18 2025
Mar 18 2025
- Small fix
- Remove redundant code
- Merge branch 'master' into dev/queue-enum
- Assert job's queue
Mar 14 2025
Mar 14 2025
machniak committed R113:cd42de335a0c: Update links in comments and config to https where available (#9759) (authored by Philip Weir <88682+johndoh@users.noreply.github.com>).
The is_token_valid() call should probably be done in the plugin's startup() method.
Mar 12 2025
Mar 12 2025
In D5128#65004, @mollekopf wrote:I don't understand why we no longer need $this->onQueue(self::QUEUE); ? Clearly seems to work in the tests, so there's apparently something making it work.
Mar 11 2025
Mar 11 2025
machniak requested review of D5126: Add generic job:execute command (remove existing job:* commands).