Page MenuHomePhorge
Feed Advanced Search

Jan 18 2021

machniak committed rRPK625914a705b8: Fix PHP warnings, fix typo-regression in calendar preferences (authored by machniak).
Fix PHP warnings, fix typo-regression in calendar preferences
Jan 18 2021, 7:46 PM
machniak added a member for Chwala Developers: mollekopf.
Jan 18 2021, 1:56 PM
machniak accepted D2122: Pass on a language identifier even if we couldn't find a translation file.
Jan 18 2021, 1:29 PM
machniak added inline comments to D2122: Pass on a language identifier even if we couldn't find a translation file.
Jan 18 2021, 1:21 PM
machniak updated the diff for D2098: [MEET]: Generic implementation of Roles/Permissions.
  • Fix: session_id should be indexed but not unique
Jan 18 2021, 10:15 AM
machniak updated the diff for D2098: [MEET]: Generic implementation of Roles/Permissions.
  • Add unique key on openvidu_connections.session_id
Jan 18 2021, 9:07 AM

Jan 15 2021

machniak added a comment to D2092: Do not ignore INBOX for the displayed folder hierarchy.

I'm not sure I like this. While fixing the issue you also changed how the list will look like. I.e. flat list instead of a tree-like list. If we do this anyway we should do the same in kolab_delegation plugin.

Jan 15 2021, 3:24 PM
machniak updated the diff for D2116: Update npm dependencies.
  • Fix phpstan error and flaky tests
Jan 15 2021, 1:54 PM
machniak requested review of D2116: Update npm dependencies.
Jan 15 2021, 12:08 PM
machniak updated the diff for D2110: Fix cache reset in scalpel commands.
  • Add tests
Jan 15 2021, 9:30 AM
machniak requested review of D2110: Fix cache reset in scalpel commands.
Jan 15 2021, 9:10 AM

Jan 14 2021

machniak requested review of D2104: Prevent double-submission of payments form.
Jan 14 2021, 4:10 PM
machniak updated the diff for D2098: [MEET]: Generic implementation of Roles/Permissions.
  • Improve constants handling
Jan 14 2021, 2:24 PM
machniak requested review of D2098: [MEET]: Generic implementation of Roles/Permissions.
Jan 14 2021, 2:04 PM

Jan 13 2021

machniak requested review of D2086: Add scalpel:wallet-setting:update, scalpel:wallet-setting:create, scalpel:wallet:settings.
Jan 13 2021, 2:18 PM

Jan 9 2021

machniak committed rRPKe480f0c5f998: CS fixes, indentation (authored by machniak).
CS fixes, indentation
Jan 9 2021, 10:24 AM

Jan 8 2021

machniak committed rRPKe7ef210689b5: PHP8 fixes (authored by machniak).
PHP8 fixes
Jan 8 2021, 3:02 PM
machniak updated the diff for D2068: OpenVidu: Store join request identifier in localStorage.
  • Fix browser tests regression
Jan 8 2021, 2:22 PM
machniak planned changes to D2068: OpenVidu: Store join request identifier in localStorage.
Jan 8 2021, 1:49 PM
machniak requested review of D2068: OpenVidu: Store join request identifier in localStorage.
Jan 8 2021, 1:45 PM
machniak updated the diff for D1924: Restoring a user/domain.
  • Complete restoring/restored events handlers in user and domain observers
  • Add test for user:restore command
  • Add domain:restore command
  • Set proper status in user/domain DeleteJob
Jan 8 2021, 1:21 PM
machniak retitled D1924: Restoring a user/domain from [Draft] Restoring a user account
Jan 8 2021, 12:21 PM
machniak updated the diff for D1924: Restoring a user/domain.
  • Set proper status in user/domain DeleteJob
Jan 8 2021, 12:21 PM
machniak updated the diff for D1924: Restoring a user/domain.
  • Complete restoring/restored events handlers in user and domain observers
  • Add test for user:restore command
  • Add domain:restore command
Jan 8 2021, 12:04 PM
machniak added a comment to D2062: Compress pendingdata.
  1. Did you check/estimate max number of messages we can handle with default 1MB packet?
  2. This requires php-zlib extension which is not a default. We should make sure it's marked as required in packaging, I guess.
  3. I'm not sure pushing compressed data into database is safe (without e.g. base64-encoding it).
Jan 8 2021, 8:46 AM
machniak added a comment to D2056: Bump collectionChanges even if we failed to retrieve the entry..

Also, maybe we should tackle this from a different angle. If the folder has been disabled why do we even attempt to sync anything from that folder. We should tell the client that a hierarchy changed. So, maybe the problem is somewhere else, and could be fixed in a better way. We of course can still keep this solution as it prevents from timeout issues caused by other factors.

Jan 8 2021, 8:34 AM

Jan 7 2021

machniak accepted D2050: Fix group creation / update issues.
Jan 7 2021, 12:14 PM

Jan 6 2021

machniak committed rRPK1cc788bedce0: PHP8 fixes (authored by machniak).
PHP8 fixes
Jan 6 2021, 8:35 PM
machniak committed rRPK9dbda8401ed5: PHP8 fixes, CS fixes, short array syntax, indentation (authored by machniak).
PHP8 fixes, CS fixes, short array syntax, indentation
Jan 6 2021, 8:35 PM
machniak requested review of D2044: Join video conference by pressing return key.
Jan 6 2021, 3:21 PM
machniak updated the diff for D2014: Integrate video chat into app.js (as an async component).
  • Fix unexpected logon form when accessing the room
Jan 6 2021, 2:10 PM
machniak updated the diff for D2014: Integrate video chat into app.js (as an async component).
  • Remove redundant code
Jan 6 2021, 12:04 PM

Jan 5 2021

machniak retitled D2014: Integrate video chat into app.js (as an async component) from [Draft] Integrate video chat into app.js (as an async component)
Jan 5 2021, 4:29 PM
machniak updated the diff for D2014: Integrate video chat into app.js (as an async component).
  • Corrected components lazy-loading + loader element
Jan 5 2021, 4:19 PM

Jan 4 2021

machniak committed rK08708e476aa8: OpenVidu: Add browser tests for screen sharing (authored by machniak).
OpenVidu: Add browser tests for screen sharing
Jan 4 2021, 12:59 PM
machniak committed rKc38757d428f1: Don't use a separate ldap connection in setGroupAttributes() (authored by machniak).
Don't use a separate ldap connection in setGroupAttributes()
Jan 4 2021, 12:19 PM
machniak committed rKfe366bf3b694: Fix screen sharing participant on subscribers list (authored by machniak).
Fix screen sharing participant on subscribers list
Jan 4 2021, 10:31 AM

Jan 3 2021

machniak committed rRPKb436e36c52d8: PHP8 fixes, CS fixes, short array syntax, indentation (authored by machniak).
PHP8 fixes, CS fixes, short array syntax, indentation
Jan 3 2021, 12:46 PM
machniak committed rRPK839820af3c19: PHP8 fixes (authored by machniak).
PHP8 fixes
Jan 3 2021, 12:46 PM

Jan 1 2021

machniak committed rRPK1ab24fa9187c: Fix compat. with lessjs v4 (authored by machniak).
Fix compat. with lessjs v4
Jan 1 2021, 12:27 PM

Dec 31 2020

machniak updated the summary of D2020: Mail enabled distribution groups.
Dec 31 2020, 2:08 PM
machniak updated the diff for D2020: Mail enabled distribution groups.
  • Fix group members update by the LDAP backend
  • Remove group member of user delete
Dec 31 2020, 2:08 PM
machniak accepted D1996: Provide a minimal approach to the new command structures.
Dec 31 2020, 1:09 PM
machniak accepted D2038: Adjust observers to generate the unique primary key to test for trashed entries as well.
Dec 31 2020, 12:36 PM
machniak requested changes to D1996: Provide a minimal approach to the new command structures.
Dec 31 2020, 12:32 PM
machniak requested review of D2032: Remove User::addEntitlement().
Dec 31 2020, 9:36 AM

Dec 30 2020

machniak updated the summary of D2020: Mail enabled distribution groups.
Dec 30 2020, 4:10 PM
machniak updated the diff for D2020: Mail enabled distribution groups.
  • Fix tests regressions
  • LDAP error handling, LDAP tests
  • Group jobs tests
Dec 30 2020, 4:10 PM
machniak updated the summary of D2020: Mail enabled distribution groups.
Dec 30 2020, 2:13 PM
machniak updated the diff for D2020: Mail enabled distribution groups.
  • Checking Group::emailExists() when creating a user/alias
  • Delete groups of user delete
  • Various group model fixes, added tests
  • Allow groups in non-public domains only
  • Fix group:info command tests
Dec 30 2020, 2:11 PM
machniak updated the summary of D2020: Mail enabled distribution groups.
Dec 30 2020, 11:08 AM
machniak updated the summary of D2020: Mail enabled distribution groups.
Dec 30 2020, 11:07 AM
machniak updated the summary of D2020: Mail enabled distribution groups.
Dec 30 2020, 11:07 AM
machniak updated the diff for D2020: Mail enabled distribution groups.
  • Delete groups of user delete
Dec 30 2020, 11:05 AM
machniak updated the summary of D2020: Mail enabled distribution groups.
Dec 30 2020, 10:41 AM
machniak updated the summary of D2020: Mail enabled distribution groups.
Dec 30 2020, 10:23 AM
machniak updated the diff for D2020: Mail enabled distribution groups.
  • Checking Group::emailExists() when creating a user/alias
Dec 30 2020, 10:22 AM

Dec 29 2020

machniak updated the summary of D2020: Mail enabled distribution groups.
Dec 29 2020, 3:12 PM
machniak requested review of D2020: Mail enabled distribution groups.
Dec 29 2020, 3:11 PM
machniak added a comment to D2014: Integrate video chat into app.js (as an async component).

TL;DR: Make video chat app part of the main app without the app size concerns.

Dec 29 2020, 9:05 AM

Dec 28 2020

machniak added a comment to D2014: Integrate video chat into app.js (as an async component).

I would like to learn more about the "async" or "lazy-loading" (if that's applicable terminology), as it could be the underpinnings of our future dashboard widgety approach?

Dec 28 2020, 6:54 PM
machniak requested review of D2014: Integrate video chat into app.js (as an async component).
Dec 28 2020, 2:08 PM
machniak committed rKa5afe05cb5a4: OpenVidu: Prevent redundant connections when clicking Join button multiple times (authored by machniak).
OpenVidu: Prevent redundant connections when clicking Join button multiple times
Dec 28 2020, 2:05 PM
machniak closed D2008: OpenVidu: Prevent redundant connections when clicking Join button multiple times.
Dec 28 2020, 2:04 PM
machniak updated the diff for D2008: OpenVidu: Prevent redundant connections when clicking Join button multiple times.
  • Fix so after logout from /meet the logon page is displayed (instead of an empty page)
Dec 28 2020, 12:19 PM
machniak updated the diff for D2008: OpenVidu: Prevent redundant connections when clicking Join button multiple times.
  • OpenVidu: Fix Cockpit link in the menu
Dec 28 2020, 11:59 AM
machniak requested review of D2008: OpenVidu: Prevent redundant connections when clicking Join button multiple times.
Dec 28 2020, 11:48 AM

Dec 27 2020

machniak committed rRPK56c1794b5815: PHP8 fixes, CS fixes (authored by machniak).
PHP8 fixes, CS fixes
Dec 27 2020, 12:21 PM

Dec 26 2020

machniak committed rRPKd36017592a86: PHP8 compatibility fixes (authored by machniak).
PHP8 compatibility fixes
Dec 26 2020, 8:43 PM
machniak committed rRPK4555dea25f9c: Fix compatibility with Roundcube 1.4 (authored by machniak).
Fix compatibility with Roundcube 1.4
Dec 26 2020, 11:41 AM
machniak committed rRPKcdf37fc492e5: Fix compat. with less.js v4 (authored by machniak).
Fix compat. with less.js v4
Dec 26 2020, 11:40 AM

Dec 24 2020

machniak requested review of D2002: Prices migration.
Dec 24 2020, 12:08 PM
machniak accepted D1990: Improve intro on voice and video conferencing.
Dec 24 2020, 9:04 AM
machniak updated the summary of D1984: Separate subscribers list.
Dec 24 2020, 9:00 AM
machniak updated the diff for D1984: Separate subscribers list.
  • Small API change, controller tests
  • Fix browser tests regressions
  • Add browser tests for subscribers feature
  • Rename some css classes and functions to more appropriate names
Dec 24 2020, 8:59 AM

Dec 23 2020

machniak requested changes to D1990: Improve intro on voice and video conferencing.
Dec 23 2020, 2:35 PM
machniak requested changes to D1702: Better structure for console commands, and unification of code/behavior.
Dec 23 2020, 11:35 AM

Dec 22 2020

machniak requested review of D1984: Separate subscribers list.
Dec 22 2020, 12:26 PM

Dec 17 2020

machniak committed rK06d6990dcb37: Force-delete a user when creating a new one with the same email address (in… (authored by machniak).
Force-delete a user when creating a new one with the same email address (in…
Dec 17 2020, 3:04 PM
machniak closed D1942: Force-delete a user when creating a new one with the same email address (in custom domain).
Dec 17 2020, 3:04 PM
machniak committed rKf06640717f0e: OpenVidu: Replace deprecated API use (authored by machniak).
OpenVidu: Replace deprecated API use
Dec 17 2020, 3:04 PM
machniak closed D1948: OpenVidu: Replace deprecated API use.
Dec 17 2020, 3:04 PM
machniak committed rKe70509060af3: OpenVidu: Join the room with subscriber role if media are switched off (authored by machniak).
OpenVidu: Join the room with subscriber role if media are switched off
Dec 17 2020, 3:04 PM
machniak closed D1960: OpenVidu: Join the room with subscriber role if media are switched off.
Dec 17 2020, 3:04 PM
machniak requested review of D1960: OpenVidu: Join the room with subscriber role if media are switched off.
Dec 17 2020, 2:53 PM
machniak added a comment to D1954: ux cleanup. move 'delete account' button to the top.

I'm not sure. Is it an exception for this one page or this is a general rule that delete button should be on top? E.g. regarding https://bifrost.kolabsystems.com/T375653 What if the button will be in bottom-right corner?

Dec 17 2020, 10:07 AM

Dec 16 2020

machniak requested review of D1948: OpenVidu: Replace deprecated API use.
Dec 16 2020, 3:52 PM
machniak committed rKf97a23b0992e: Use a single error code for all room joining error responses (authored by machniak).
Use a single error code for all room joining error responses
Dec 16 2020, 2:04 PM
machniak closed D1936: Use a single error code for all room joining error responses.
Dec 16 2020, 2:04 PM
machniak requested review of D1942: Force-delete a user when creating a new one with the same email address (in custom domain).
Dec 16 2020, 1:34 PM
machniak requested review of D1936: Use a single error code for all room joining error responses.
Dec 16 2020, 1:30 PM
machniak committed rK935ebfbd0c31: OpenVidu: Room lock (authored by machniak).
OpenVidu: Room lock
Dec 16 2020, 11:33 AM
machniak closed D1912: OpenVidu: Room lock.
Dec 16 2020, 11:33 AM
machniak committed rK39e364286a31: Fix average value on stats charts to not include current week (authored by machniak).
Fix average value on stats charts to not include current week
Dec 16 2020, 11:33 AM
machniak closed D1918: Fix average value on stats charts to not include current week.
Dec 16 2020, 11:33 AM
machniak committed rK30c257e29316: Trigger auto-payment immediately after configuration (authored by machniak).
Trigger auto-payment immediately after configuration
Dec 16 2020, 11:33 AM
machniak closed D1900: Trigger auto-payment immediately after configuration.
Dec 16 2020, 11:33 AM
machniak committed rKb97365b95aee: Refactor email address validation code (authored by machniak).
Refactor email address validation code
Dec 16 2020, 11:33 AM
machniak closed D1930: Refactor email address validation code.
Dec 16 2020, 11:33 AM
machniak committed rKa259cfaac08f: menu: move signup and point login to dashboard (authored by machniak).
menu: move signup and point login to dashboard
Dec 16 2020, 11:33 AM