- More tests
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Aug 16 2021
Aug 16 2021
machniak requested changes to D2674: NGINX Controller, 2fa for client connections and companion app support.
Aug 13 2021
Aug 13 2021
Aug 12 2021
Aug 12 2021
- Add tests, fix small bugs
- Use wallet currency in bonus/penalty dialog
Aug 10 2021
Aug 10 2021
- Remove unintentionally recovered app/Console/Development/UserStatus.php
- Cleanup
- Merge branch 'master' into dev/status-degraded
- Fix regressions regarding tenants
- Fix more regressions
- Small cleanup
Aug 9 2021
Aug 9 2021
- "Move" pgp.enable to per-tenant settings
- Fix a test breaking other tests
- Merge branch 'master' into dev/encryption
Aug 2 2021
Aug 2 2021
I think this is all right. Note that anything that uses setUpTest() is very slow. I'd prefer if we didn't use this method at all, or at least not in setUp() method on a file with many tests.
Jul 31 2021
Jul 31 2021
Jul 30 2021
Jul 30 2021
- Switch new keypair algorithms to RSA
- Use Laravel's Storage functionality
- Add exportPublicKey() use
- Generate a keypair for new alias
- Unregister keys on alias delete
- Add forgotten file
- Fix issues found by phpstan
Jul 29 2021
Jul 29 2021
- Remove redundant generatePassphrase()
- Fix migration
- Fix regression
- Fix various bugs found by phpstan and test regressions
Jul 28 2021
Jul 28 2021
- 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
Jul 22 2021
Jul 22 2021
The kolab_files plugin has some configuration. You can set these to an absolute URLs.
// URL of kolab-chwala installation $config['kolab_files_url'] = '/chwala/';
The ldap group information is cached, by default for 10 minutes. Check ldap_cache and ldap_cache_ttl settings. You can disable the cache with $config['ldap_cache'] = null;.
Jul 19 2021
Jul 19 2021
Jul 16 2021
Jul 16 2021
Jul 15 2021
Jul 15 2021
- Add getSettings() method, and use it as a optimization tool
Jul 13 2021
Jul 13 2021
Jul 12 2021
Jul 12 2021
- Remove unused Packages controllers for admin and reseller API
- Fix SKU controllers
- Fix Wallet controllers
- Fix Users controllers
- /api/discounts -> /api/users/{id}/discounts as we need the user context for this
Jul 9 2021
Jul 9 2021
- Fix Group and Domain controllers, use new helper checkTenant()
- Fix InvitationsController
- Fix reseller's GroupsController and tests for it
- Fix various places where tenant context wasn't applied when selecting a sku record
- Fix obvious test regressions and a bug in the signup controller
Jul 7 2021
Jul 7 2021
- Fix browser tests
Jul 2 2021
Jul 2 2021
Jun 30 2021
Jun 30 2021
[14:20:34] <alec> I'm getting quite a lot of failing tests: Errors: 20, Failures: 51, Skipped: 7, Incomplete: 14. just from --testsuite=Feature [14:20:34] <alec> I guess you might be running tests with a different APP_TENANT_ID or sth [14:20:54] <alec> I have APP_TENANT_ID=1 in .env [14:22:57] <alec> damn, and I've run it with production mollie key, there 4 new users created, can you remove them? [14:27:32] <alec> also APP_PASSPHRASE=simple123 is needed when seeding and running tests [14:41:48] <alec> for browser tests: Errors: 16, Failures: 8, Skipped: 14, Incomplete: 1. [14:43:14] <alec> this is what I expected, changing default set of entitlements/skus is breaking a lot of tests [14:46:14] <alec> also phpstan has a lot to say
Jun 25 2021
Jun 25 2021
Jun 23 2021
Jun 23 2021
machniak abandoned D2434: User controls over greylisting on the individual user basis, and SPF whitelisting for domains.
This diff is obviously broken. I updated the branch and created a new diff in https://git.kolab.org/D2623, as I wasn't able to update this one (arc diff was failing).
Jun 22 2021
Jun 22 2021
machniak committed rKb092e3716a6a: Bits of cleanup and further developing with rate limiting (authored by vanmeeuwen).
machniak committed rK7c3e28002fc8: Things not found yield a 200 response code as well (authored by vanmeeuwen).
machniak committed rK6b22c967553d: Trim trailing dots from the SPF whitelist entries (authored by vanmeeuwen).
machniak committed rK94d067c05740: User controls over greylisting on the individual user basis, and SPF… (authored by vanmeeuwen).
machniak committed rK2cc377b6e1a6: Preliminary implementation of a greylisting database and spf service (authored by vanmeeuwen).
machniak closed T6640: RC 1.4.11 | RC Plugins kolab calendar 3.5.7 | bday calendar with carddav contacts as Invalid.
I'd say it's the carddav plugin issue. Maybe it does not "inject" its addressbook sources on task=calendar requests or sth like that.
Jun 21 2021
Jun 21 2021
- Add forgotten file
Jun 17 2021
Jun 17 2021
- Bump Openvidu version in Dockerfile
Jun 16 2021
Jun 16 2021
Jun 15 2021
Jun 15 2021
- Generate a keypair for new alias
- Unregister keys on alias delete