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.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Mar 14 2025
Mar 14 2025
Mar 13 2025
Mar 13 2025
Mar 12 2025
Mar 12 2025
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
mollekopf updated the diff for D5110: Turn Domain Configuration into a more generic DNS configuration.
Adjusted french
machniak requested changes to D5110: Turn Domain Configuration into a more generic DNS configuration.
Oh, whenever we change localization text we should update other languages, i.e. remove the entries from the French language.
FYI, on the screenshot you miss some dots after domain names.
Feb 20 2025
Feb 20 2025
mollekopf updated the summary of D5110: Turn Domain Configuration into a more generic DNS configuration.
mollekopf requested review of D5110: Turn Domain Configuration into a more generic DNS configuration.
Feb 19 2025
Feb 19 2025
- Add missing MailJob.php file