- Queries
- All Stories
- Search
- Advanced Search
Advanced Search
Yesterday
- Fix: session_id should be indexed but not unique
- Add unique key on openvidu_connections.session_id
Fri, Jan 15
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.
- Fix phpstan error and flaky tests
- Add tests
Thu, Jan 14
- Improve constants handling
Wed, Jan 13
Sat, Jan 9
Fri, Jan 8
- Fix browser tests regression
- 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
- Set proper status in user/domain DeleteJob
- Complete restoring/restored events handlers in user and domain observers
- Add test for user:restore command
- Add domain:restore command
- Did you check/estimate max number of messages we can handle with default 1MB packet?
- This requires php-zlib extension which is not a default. We should make sure it's marked as required in packaging, I guess.
- I'm not sure pushing compressed data into database is safe (without e.g. base64-encoding it).
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.
Thu, Jan 7
Wed, Jan 6
- Fix unexpected logon form when accessing the room
- Remove redundant code
Tue, Jan 5
- Corrected components lazy-loading + loader element
Mon, Jan 4
Sun, Jan 3
Fri, Jan 1
Thu, Dec 31
- Fix group members update by the LDAP backend
- Remove group member of user delete
Wed, Dec 30
- Fix tests regressions
- LDAP error handling, LDAP tests
- Group jobs tests
- 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
- Delete groups of user delete
- Checking Group::emailExists() when creating a user/alias
Tue, Dec 29
TL;DR: Make video chat app part of the main app without the app size concerns.
Mon, Dec 28
In D2014#22843, @vanmeeuwen wrote: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?
- Fix so after logout from /meet the logon page is displayed (instead of an empty page)
- OpenVidu: Fix Cockpit link in the menu
Sun, Dec 27
Sat, Dec 26
Thu, Dec 24
- 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
Wed, Dec 23
Tue, Dec 22
Dec 17 2020
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?