Page MenuHomePhorge
Feed Search

Sep 2 2021

machniak closed T6694: Error trying to detect the correct object_type_id as Resolved by committing rWAP3705bf348699: kolab_api_service: fix typo in variable name.
Sep 2 2021, 6:08 AM ยท Bug Reports
machniak closed D2860: kolab_api_service: fix typo in variable name.
Sep 2 2021, 6:08 AM
machniak accepted D2860: kolab_api_service: fix typo in variable name.
Sep 2 2021, 6:06 AM

Sep 1 2021

machniak committed rRPK05a0fd8aabf6: Fix indentation.
Sep 1 2021, 6:18 PM
machniak committed rKda0ccefd1a9b: Fix domain selector on signup.
Sep 1 2021, 11:50 AM
machniak committed rKfcda463a6763: Dismissing users and hand raising.
Sep 1 2021, 9:05 AM

Aug 31 2021

machniak committed rK45f9418b9e0f: Closing the room (via websocket now).
Aug 31 2021, 10:42 AM

Aug 30 2021

machniak committed rK75aeaf09cf1a: Implement nickname updates.
Aug 30 2021, 2:36 PM
machniak committed rKf821e4a9368f: Implement chat.
Aug 30 2021, 12:46 PM
machniak committed rKd19b527c5f1f: Fix typo.
Aug 30 2021, 12:14 PM
machniak committed rK9bef44d8684e: Make mute buttons working.
Aug 30 2021, 12:10 PM
machniak committed rK68f0b6e21129: More cleanup.
Aug 30 2021, 9:19 AM
machniak committed rK4624631c6c94: Refresh package-lock.json.
Aug 30 2021, 8:59 AM
machniak committed rK3b1128d5f179: Move userRoles.js to lib/.
Aug 30 2021, 8:36 AM
machniak committed rK5cf9e4e522eb: Cleanup permissions.js and utils.
Aug 30 2021, 8:34 AM
machniak committed rK3730d58bd64f: Add some more env variables to the config.
Aug 30 2021, 7:44 AM
machniak added a comment to rK17d02aa73f99: Detect 127.0.0.1 as localhost as well.

ws:// socket works for me on https:// page. I use ws:// because I couldn't get wss:// socket to work in my setup, some certificate issue not related to the hostname.

Aug 30 2021, 6:38 AM

Aug 27 2021

machniak committed rK72d1d74f98a2: Improve handling streams of existing participants on session join.
Aug 27 2021, 12:37 PM
machniak committed rK76f28a1bde34: Fix communicating user roles.
Aug 27 2021, 12:04 PM
machniak requested changes to D2854: Drop redundant index.
Aug 27 2021, 11:00 AM
machniak requested changes to D2851: Avoid extra query if we know no entry exists.

Please, also fix this:

FILE: ...home/alec/repos/kolab/src/tests/Feature/Stories/GreylistTest.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 434 | ERROR | [x] The closing brace for the class must go on the
     |       |     next line after the body
Aug 27 2021, 10:51 AM
machniak committed rKbcecd81ebf6a: Use ws:// on localhost, wss:// does not work in my local setup.
Aug 27 2021, 10:29 AM
machniak added inline comments to D2845: Greylist/Request simplify logic.
Aug 27 2021, 10:02 AM
machniak accepted D2845: Greylist/Request simplify logic.
Aug 27 2021, 9:56 AM
machniak committed rK0e022287cd7f: Merge branch 'master' into dev/kolabmeet.
Aug 27 2021, 8:32 AM
machniak committed rKc727cdd61b80: GreylistTest enhancements (authored by mollekopf).
Aug 27 2021, 8:18 AM
machniak closed D2827: GreylistTest enhancements.
Aug 27 2021, 8:18 AM
machniak committed rK887e95d73397: Avoid relying on hardcoded tenant ids in tests (authored by mollekopf).
Aug 27 2021, 8:13 AM
machniak closed D2785: Avoid relying on hardcoded tenant ids in tests.
Aug 27 2021, 8:13 AM
machniak added inline comments to rK0fe180f481ff: Get meet to work over the kolab.io proxy.
Aug 27 2021, 8:09 AM
machniak committed rKa53ecb760738: Fix greylisting setting.
Aug 27 2021, 7:23 AM
machniak closed D2815: Fix greylisting setting.
Aug 27 2021, 7:23 AM
machniak committed rKd72eac61398c: Fix currency on user add/edit page, fix badges regression.
Aug 27 2021, 7:20 AM
machniak closed D2821: Fix currency on user add/edit page, fix badges regression.
Aug 27 2021, 7:20 AM
machniak accepted D2809: BelongsToTenantTrait.
Aug 27 2021, 7:00 AM
machniak accepted D2779: Use a UuidTrait instead of an observer.
Aug 27 2021, 6:59 AM
machniak added a comment to D2779: Use a UuidTrait instead of an observer.

I found one problem with this approach. The handlers registered by these traits are executed before observer's event handlers. I.e. we generate uuid before we do 'creating' pre-checks. For example EntitlementObserver. I think it makes sense to keep pre-checks in the observer, and do "simple" stuff via traits, but the order should be reversed so observers run first. Well, at least for these cases at hand it would be a proper way.

Aug 27 2021, 6:50 AM

Aug 26 2021

machniak committed rK0935d37ea459: Fix media selection on room setup.
Aug 26 2021, 1:56 PM
machniak added inline comments to D2779: Use a UuidTrait instead of an observer.
Aug 26 2021, 12:16 PM
machniak committed rK7fde8971d3b2: Fix audio.
Aug 26 2021, 12:07 PM
machniak added a comment to D2815: Fix greylisting setting.

Looks good to me. We should probably also create a policycontrollertest, to test if this actually works, but that doesn't need to be in this diff.

Aug 26 2021, 11:19 AM
machniak requested review of D2821: Fix currency on user add/edit page, fix badges regression.
Aug 26 2021, 8:57 AM

Aug 25 2021

machniak updated the diff for D2815: Fix greylisting setting.
  • Remove redundant ->limit(1)
Aug 25 2021, 2:55 PM
machniak updated the diff for D2815: Fix greylisting setting.
  • Move greylisting setting back to user_settings, cleanup
Aug 25 2021, 2:47 PM
machniak planned changes to D2815: Fix greylisting setting.
Aug 25 2021, 1:37 PM
machniak updated the diff for D2371: Degraded accounts.
  • Merge branch 'master' into dev/status-degraded
  • Add some French localization
Aug 25 2021, 1:21 PM
machniak updated the diff for D2815: Fix greylisting setting.
  • Performance optimizations
Aug 25 2021, 1:09 PM
machniak updated the diff for D2815: Fix greylisting setting.
  • Small perf. improvement, skip redundant query
Aug 25 2021, 11:27 AM
machniak requested changes to D2785: Avoid relying on hardcoded tenant ids in tests.
Aug 25 2021, 11:15 AM
machniak requested changes to D2809: BelongsToTenantTrait.
Aug 25 2021, 10:56 AM
machniak added a comment to D2779: Use a UuidTrait instead of an observer.

I think I would prefer UuidIntKeyTrait and UuidStrKeyTrait. Other than that it looks good.

Aug 25 2021, 10:47 AM
machniak requested review of D2815: Fix greylisting setting.
Aug 25 2021, 10:28 AM
machniak committed rKcb604f5ddb96: Progress on mediasoup client.
Aug 25 2021, 7:09 AM

Aug 24 2021

machniak committed rK7ba921280b69: Progress.
Aug 24 2021, 11:17 AM
machniak committed rKb1b53237d3a7: Fix some obvious mistakes.
Aug 24 2021, 9:30 AM
machniak committed rK166f99f7c836: Downgrade socket.io-client to a compatible version.
Aug 24 2021, 8:41 AM
machniak committed rK2512d11436ea: Some work on mediasoup-client.
Aug 24 2021, 8:20 AM
machniak committed rKd9598d668fa5: Merge branch 'master' into dev/kolabmeet.
Aug 24 2021, 8:20 AM

Aug 20 2021

machniak added a comment to D2779: Use a UuidTrait instead of an observer.

We also have three models that use uuidInt. So, another trait?

Aug 20 2021, 4:37 PM
machniak added a comment to D2779: Use a UuidTrait instead of an observer.

If it works, I like it. We should apply it to other models too. I'm not sure about the name, maybe UuidKeyTrait would be better?

Aug 20 2021, 4:35 PM
machniak requested changes to D2797: User password command to set a users password.

How about a test? And I guess @vanmeeuwen might have an opinion that it will be better to keep it for development only, i.e. app/Console/Development/.

Aug 20 2021, 4:33 PM
machniak committed rK593fe829901e: Remove static tenant_id from tests.
Aug 20 2021, 11:27 AM
machniak committed rK79561bb028f7: Unset APP_LOCALES.
Aug 20 2021, 11:05 AM
machniak committed rK26b9b7245073: Fix locale leak under Swoole.
Aug 20 2021, 10:39 AM
machniak committed rKcf44d42f2a8c: French localization.
Aug 20 2021, 8:50 AM
machniak closed D2752: French localization.
Aug 20 2021, 8:50 AM

Aug 19 2021

machniak accepted D2494: Laravel Passport support.

Green light from me.

Aug 19 2021, 1:07 PM
machniak committed rK229a1633a8e4: Merge branch 'dev/kolabmeet' of ssh://git.kolab.org/source/kolab intoโ€ฆ.
Aug 19 2021, 11:57 AM
machniak requested changes to D2494: Laravel Passport support.
Aug 19 2021, 10:46 AM
machniak updated the diff for D2752: French localization.
  • Small fixes
Aug 19 2021, 8:47 AM
machniak requested changes to D2674: NGINX Controller, 2fa for client connections and companion app support.
1) Tests\Feature\Controller\AuthAttemptsTest::testDetails
ErrorException: Undefined index: ip
Aug 19 2021, 8:33 AM
machniak committed rK85e5765bf972: Set charset for Roundcube DB connection.
Aug 19 2021, 6:49 AM

Aug 18 2021

machniak updated the diff for D2752: French localization.
  • Localize "/month"
Aug 18 2021, 1:59 PM
machniak requested review of D2752: French localization.
Aug 18 2021, 1:49 PM
machniak requested changes to D2674: NGINX Controller, 2fa for client connections and companion app support.
Aug 18 2021, 10:15 AM
machniak accepted D2740: Allow search with transaction and customer IDs.
Aug 18 2021, 8:53 AM
machniak requested changes to D2740: Allow search with transaction and customer IDs.
Aug 18 2021, 8:45 AM
machniak added inline comments to D2740: Allow search with transaction and customer IDs.
Aug 18 2021, 8:35 AM
machniak requested changes to D2740: Allow search with transaction and customer IDs.
Aug 18 2021, 8:34 AM
machniak requested changes to D2740: Allow search with transaction and customer IDs.

Because both these additional searches are mollie-specific maybe this code should be abstracted-on/moved-to the Providers/PaymentProvider. E.g. isPaymentId(), isCustomerId(), findWalletByPaymentOrCustomerId() or sth like that.

Aug 18 2021, 6:00 AM

Aug 17 2021

machniak requested changes to D2674: NGINX Controller, 2fa for client connections and companion app support.
Aug 17 2021, 4:32 PM
machniak committed rK67e900314a1b: Merge branch 'master' into dev/kolabmeet.
Aug 17 2021, 1:49 PM
machniak committed rK6cf47624770c: Basic PowerDNS functionality (authored by vanmeeuwen).
Aug 17 2021, 1:23 PM
machniak closed D2722: Basic PowerDNS functionality.
Aug 17 2021, 1:23 PM
machniak committed rKd30fd0cfff6a: Refresh package-lock.json, fix problem with frappe-charts styles integration.
Aug 17 2021, 1:10 PM
machniak committed rKa384d26dbb7f: Fix linting issues, mostly indentation.
Aug 17 2021, 10:16 AM
machniak committed rK89a0ce5ab84f: Bootstrap v5.
Aug 17 2021, 10:01 AM
machniak closed D2734: Bootstrap v5.
Aug 17 2021, 10:01 AM
machniak accepted D2722: Basic PowerDNS functionality.
Aug 17 2021, 10:00 AM
machniak updated the diff for D2734: Bootstrap v5.
  • Remove jQuery for realz
Aug 17 2021, 9:33 AM
machniak added a comment to D2722: Basic PowerDNS functionality.

One last issue. Other than that it looks good. I didn't test the docker part, I guess we'll need some intergration tests later.

Aug 17 2021, 9:15 AM
machniak requested review of D2734: Bootstrap v5.
Aug 17 2021, 9:01 AM
machniak added inline comments to D2674: NGINX Controller, 2fa for client connections and companion app support.
Aug 17 2021, 8:11 AM
machniak added inline comments to D2674: NGINX Controller, 2fa for client connections and companion app support.
Aug 17 2021, 7:38 AM
machniak requested changes to D2674: NGINX Controller, 2fa for client connections and companion app support.

I miss tests for console commands. I get they are simple and CLI has the worse coverage, but still it shouldn't be that hard.

Aug 17 2021, 6:46 AM

Aug 16 2021

machniak added inline comments to D2722: Basic PowerDNS functionality.
Aug 16 2021, 2:31 PM
machniak requested changes to D2722: Basic PowerDNS functionality.

Minor comments just after the code review, no testing and closer look on it yet.

Aug 16 2021, 2:08 PM
machniak added inline comments to D2716: Add possibility to change system currency.
Aug 16 2021, 11:00 AM
machniak updated the diff for D2716: Add possibility to change system currency.
  • Support multi-currency in income calculation for stats
Aug 16 2021, 10:23 AM
machniak planned changes to D2716: Add possibility to change system currency.

I'm planning on updating this diff with a fix for stats (where the income chart should sum up eur and chf payments using conversion rates and present the results in chf).

Aug 16 2021, 8:24 AM