The is_token_valid() call should probably be done in the plugin's startup() method.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
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>).
Use the new method
mollekopf added a reviewer for D5130: Clear the kolab_files_token on oauth token refresh: Roundcube Kolab Plugins Developers.
Fixup
Mar 13 2025
Mar 13 2025
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).
Mar 10 2025
Mar 10 2025
Mar 7 2025
Mar 7 2025
- Cleanup
- Dashboard elements visibility for a group account without a custom domain
- Get rid of default plan
- CS fix
Mar 5 2025
Mar 5 2025
mollekopf added inline comments to D5122: Signup: Hide plan selection step if there's only one plan.
mollekopf added inline comments to D5122: Signup: Hide plan selection step if there's only one plan.
- Introduce DEFAULT_PLAN config option
Mar 4 2025
Mar 4 2025
- Cleanup and lint error fix
Mar 2 2025
Mar 2 2025
Feb 27 2025
Feb 27 2025
Feb 26 2025
Feb 26 2025
Feb 25 2025
Feb 25 2025
Define queue in horizon.php, added test
machniak retitled D5118: 2FA: Use 32-char (160bit) long secrets from 2FA: Make secret's length configurable
- Remove the config option, hardcode length=32
That assertion would be $this->assertSame(WalletCheck::QUEUE, $job->queue);.
We can assert the queue in tests. Maybe add one assertion in tests/Feature/Jobs/WalletCheckTest.php
mollekopf added a reviewer for D5116: Move wallet processing to a background queue: Restricted Project.
Currently untested, do we need test adjustments?
Feb 24 2025
Feb 24 2025
- Merge branch 'master' into dev/empty-sync-fix
- Cleanup
- Fix compatibility with Roundcube 1.7
Feb 21 2025
Feb 21 2025
machniak added a reviewer for D5112: Meet: Remember selected audio/video device: Restricted Project.
- Cleanup