- Eliminate aliases sorting issue
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Mar 2 2020
Mar 2 2020
- Add orderBy() so aliases list is sorted
Feb 29 2020
Feb 29 2020
- Adding new users
Feb 28 2020
Feb 28 2020
- Aliases UI
Feb 27 2020
Feb 27 2020
machniak added inline comments to D964: Implement a changelog to further the debiting of wallet balances.
machniak added inline comments to D964: Implement a changelog to further the debiting of wallet balances.
- Aliases validation
Feb 26 2020
Feb 26 2020
- Email aliases (backend part)
Feb 25 2020
Feb 25 2020
- Make the code less ugly
- Re-enable ConvertEmptyStringsToNull middleware
- Always return JSON responses from API, even on 403/404 errors
Feb 21 2020
Feb 21 2020
Feb 20 2020
Feb 20 2020
Feb 14 2020
Feb 14 2020
Feb 13 2020
Feb 13 2020
Feb 12 2020
Feb 12 2020
Feb 11 2020
Feb 11 2020
According to domain verification. You did not uncomment all relevant parts. First remove <exclude>tests/Feature/Jobs/DomainVerifyTest.php</exclude> from phpunit.xml. Then check:
- app/Http/Controllers/API/UsersController.php $steps['domain-verified'] = 'isVerified'
- app/Observers/DomainObserver.php
- tests/Feature/Controller/UsersTest.php testStatusInfo()
- tests/Feature/DomainTest.php - first /* */ comment in testCreateJobs()
- tests/Unit/DomainTest.php
Feb 10 2020
Feb 10 2020
Feb 7 2020
Feb 7 2020
- Activate domain-hosting SKU
- Redirect to the requested page after login
- Add dusk tests for domain page
- Add tests for domain dns verification
- Remove (comment out) verification of domain existence in DNS
Feb 6 2020
Feb 6 2020
- Don't use domain id when generating a hash, prefix and namespace is enough
Removed leftower code
Feb 5 2020
Feb 5 2020
- Make the domain confirmation step a link to domain info page
Feb 4 2020
Feb 4 2020
- Fix duplicate api/auth/info request on dashboard
- Simplify axios authorization and login/logout common code
Jan 31 2020
Jan 31 2020
- Small fixes
- IMAP backend
Jan 30 2020
Jan 30 2020
- Add backend code for domain ownership confirmation
- Display status info in dashboard
Jan 29 2020
Jan 29 2020
- Add account status info to /api/auth/info response
Jan 28 2020
Jan 28 2020
Jan 22 2020
Jan 22 2020
Jan 21 2020
Jan 21 2020
Jan 20 2020
Jan 20 2020
machniak committed rK5a11e824347d: Reduce the number of users created in seeding the database (authored by vanmeeuwen).
machniak committed rK1971993590fa: Also update AppServiceProvider for new Observers (authored by vanmeeuwen).
machniak committed rK7e3074180bbb: Commit intermediate LDAP backend stuffz (authored by vanmeeuwen).
machniak committed rKf434b72b7e89: The cache should be in Redis, now that we have Redis, and avoid growing… (authored by vanmeeuwen).
machniak committed rK3644e6f6b297: Remove the remember token for the user factory (authored by vanmeeuwen).
machniak committed rK502fafa67666: Implement a request logger that is a lot more verbose out of production (authored by vanmeeuwen).
machniak committed rK2f149530834a: Ensure everything's up and running before we seed the database (authored by vanmeeuwen).
machniak committed rKd23108c23056: Add an additional manual step to ensure the latest docker image is used (authored by vanmeeuwen).
machniak committed rKc42578797560: Add mariadb to share jobs and queues and whatnot between kolab and worker (authored by vanmeeuwen).
machniak committed rKd8e8aeb2fe81: With addt. fixtures for Jitsi experiment (authored by vanmeeuwen).
machniak committed rKa598d87dedc3: Update README with changes to `bin/quickstart.sh` (authored by vanmeeuwen).