Hemachandar
Hemachandar
Towards #4271 The implementation is split into three parts. 1. Setup Mattermost connection. 2. Enable posting document updates to Mattermost channels. 3. Enable searching documents from Mattermost channels. This PR...
Towards #4271. This PR implements `2. Enable posting document updates to Mattermost channels.` described in #7408. I'm creating it as a draft since it has the commits of #7408 (first...
Possible fix for #7142
Closes #7137 ### Recording https://github.com/user-attachments/assets/d4812b1f-73d1-4ca0-8e48-f641e256712d
Closes #7725
Closes #7674 - Made query an optional param in `documents.search` API. - Re-ordered the filters in the UI to provide a consistent interface before & after search. - Render the...
Closes #7502 This PR handles document move operation for the following cases. - Same collection and parent. - Same collection under a different parent (ancestor). - Same collection under a...
Closes #7142
Closes #8424 This doesn't fix #8403 - it needs a bit more work to consolidate local document state. I also noticed that document restore doesn't create a `documents.restore` event which...